/** Branding **/
@font-face {
    font-family: 'Branding';
    src: url(../fonts/branding-medium-webfont.567e228f.eot);
    src: url(../fonts/branding-medium-webfont.567e228f.eot?#iefix) format("embedded-opentype"),
    url(../fonts/branding-medium-webfont.c3ffbd92.woff2) format("woff2"),
    url(../fonts/branding-medium-webfont.a076933a.woff) format("woff"),
    url(../fonts/branding-medium-webfont.17bb8735.ttf) format("truetype"),
    url(../fonts/branding-medium-webfont.2f621a41.svg#brandingmedium) format("svg");
    font-weight: 300;
    font-style: normal; }

@font-face {
    font-family: 'Branding';
    src: url(../fonts/branding-semibold-webfont.3abcc9d2.eot);
    src: url(../fonts/branding-semibold-webfont.3abcc9d2.eot?#iefix) format("embedded-opentype"),
    url(../fonts/branding-semibold-webfont.4e5e63f7.woff2) format("woff2"),
    url(../fonts/branding-semibold-webfont.165dadc2.woff) format("woff"),
    url(../fonts/branding-semibold-webfont.c312e946.ttf) format("truetype"),
    url(../fonts/branding-semibold-webfont.3f93b42c.svg#brandingsemibold) format("svg");
    font-weight: 500;
    font-style: normal; }

.btn {
    webkit-box-shadow: 0px 0px 16px -3px rgba(0, 0, 0, 0), inset 0px 0px 16px -3px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 16px -3px rgba(0, 0, 0, 0), inset 0px 0px 16px -3px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 16px -3px rgba(0, 0, 0, 0), inset 0px 0px 16px -3px rgba(0, 0, 0, 0);
    border-radius: 3px !important; }

.common-modal .modal-dialog .modal-content, .common-modal.dark-modal .modal-dialog .modal-content, .common-popover {
    webkit-box-shadow: 0px 0px 16px -3px rgba(0, 0, 0, 0.56);
    -moz-box-shadow: 0px 0px 16px -3px rgba(0, 0, 0, 0.56);
    box-shadow: 0px 0px 16px -3px rgba(0, 0, 0, 0.56); }

.btn.round {
    webkit-box-shadow: 0px 0px 16px -3px rgba(0, 0, 0, 0), inset 0px 0px 16px -3px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 16px -3px rgba(0, 0, 0, 0), inset 0px 0px 16px -3px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 16px -3px rgba(0, 0, 0, 0), inset 0px 0px 16px -3px rgba(0, 0, 0, 0);
    border-radius: 1.2rem !important; }

.app-input-with-btn input {
    z-index: 1 !important;
    border-radius: 0.25rem !important; }
.app-input-with-btn input.app-input-pad-left {
    padding-left: 7rem; }
.app-input-with-btn input.app-input-pad-right {
    padding-right: 7rem; }
.app-input-with-btn input.app-input-pad-left-s {
    padding-left: 2rem; }
.app-input-with-btn input.app-input-pad-right-s {
    padding-right: 2rem; }
.app-input-with-btn input.app-input-pad-left-l {
    padding-left: 12rem; }
.app-input-with-btn input.app-input-pad-right-l {
    padding-right: 12rem; }
.app-input-with-btn button, .app-input-with-btn span {
    position: absolute;
    top: 0.25rem;
    z-index: 3; }
.app-input-with-btn button.app-btn-right, .app-input-with-btn span.app-btn-right {
    right: 0.25rem; }
.app-input-with-btn button.app-btn-left, .app-input-with-btn span.app-btn-left {
    left: 0.25rem; }
.app-input-with-btn span.app-bg-remove {
    border: 0;
    background-color: transparent;
    font-weight: 800;
    color: #1D566E;
    padding-top: 9px; }

input:focus, textarea:focus, .custom-select:focus {
    -webkit-box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.56);
    -moz-box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.56);
    box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.56); }

.has-success input {
    -webkit-box-shadow: 0px 0px 9px -3px #45B29D;
    -moz-box-shadow: 0px 0px 9px -3px #45B29D;
    box-shadow: 0px 0px 9px -3px #45B29D; }

.has-warning input {
    -webkit-box-shadow: 0px 0px 9px -3px #E27A3F;
    -moz-box-shadow: 0px 0px 9px -3px #E27A3F;
    box-shadow: 0px 0px 9px -3px #E27A3F; }

.has-danger input {
    -webkit-box-shadow: 0px 0px 9px -3px #E14F57;
    -moz-box-shadow: 0px 0px 9px -3px #E14F57;
    box-shadow: 0px 0px 9px -3px #E14F57; }

/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: Branding, sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; }

body {
    margin: 0; }

article,
aside,
footer,
header,
nav,
section {
    display: block; }

h1 {
    font-size: 2em;
    margin: 0.67em 0; }

.login-text{
    color: white;
}

figcaption,
figure,
main {
    display: block; }

figure {
    margin: 1em 40px; }

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible; }

pre {
    font-family: monospace, monospace;
    font-size: 1em; }

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
    outline-width: 0; }

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted; }

b,
strong {
    font-weight: inherit; }

b,
strong {
    font-weight: bolder; }

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em; }

dfn {
    font-style: italic; }

mark {
    background-color: #ff0;
    color: #000; }

small {
    font-size: 80%; }

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }

sub {
    bottom: -0.25em; }

sup {
    top: -0.5em; }

audio,
video {
    display: inline-block; }

audio:not([controls]) {
    display: none;
    height: 0; }

img {
    border-style: none; }

svg:not(:root) {
    overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0; }

button,
input {
    overflow: visible; }

button,
select {
    text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal; }

progress {
    display: inline-block;
    vertical-align: baseline; }

textarea {
    overflow: auto; }

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto; }

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit; }

details,
menu {
    display: block; }

summary {
    display: list-item; }

canvas {
    display: inline-block; }

template {
    display: none; }

[hidden] {
    display: none; }

@media print {
    *,
    *::before,
    *::after,
    p::first-letter,
    div::first-letter,
    blockquote::first-letter,
    li::first-letter,
    p::first-line,
    div::first-line,
    blockquote::first-line,
    li::first-line {
        text-shadow: none !important;
        box-shadow: none !important; }

    a,
    a:visited {
        text-decoration: underline; }

    abbr[title]::after {
        content: " (" attr(title) ")"; }

    pre {
        white-space: pre-wrap !important; }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid; }

    thead {
        display: table-header-group; }

    tr,
    img {
        page-break-inside: avoid; }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3; }

    h2,
    h3 {
        page-break-after: avoid; }

    .navbar {
        display: none; }

    .badge {
        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; } }
html {
    box-sizing: border-box; }

*,
*::before,
*::after {
    box-sizing: inherit; }

@-ms-viewport {
    width: device-width; }
html {
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
    font-family: "Proxima Nova", sans-serif;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.5;
    color: #757575;
    background-color: #ffffff; }

[tabindex="-1"]:focus {
    outline: none !important; }

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem; }

p {
    margin-top: 0;
    margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
    cursor: help; }

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit; }

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0; }

dt {
    font-weight: bold; }

dd {
    margin-bottom: .5rem;
    margin-left: 0; }

blockquote {
    margin: 0 0 1rem; }

.dark{
    color: #AFC0C9;
    text-decoration: none;
}
.dark:focus, .dark:hover{
    color: #ffffff;
    text-decoration: underline;
}

a {
    color: #5B7B9B;
    text-decoration: none; }
a:focus, a:hover {
    color: #4C6782;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none; }
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto; }

figure {
    margin: 0 0 1rem; }

img {
    vertical-align: middle; }

[role="button"] {
    cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
    touch-action: manipulation; }

table {
    border-collapse: collapse;
    background-color: transparent; }

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #636c72;
    text-align: left;
    caption-side: bottom; }

th {
    text-align: left; }

label {
    display: inline-block;
    margin-bottom: .5rem;
    color: #757575;
}

.label-light {
    display: inline-block;
    margin-bottom: 0 !important;
    color: #a5a5a5;
}


button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
textarea {
    line-height: inherit; }

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
    cursor: not-allowed; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox; }

textarea {
    resize: vertical; }

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0; }

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit; }

input[type="search"] {
    -webkit-appearance: none; }

output {
    display: inline-block; }

[hidden] {
    display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #000000;
}

h1, .h1 {
    font-size: 2.5rem; }

h2, .h2 {
    font-size: 2rem; }

h3, .h3 {
    font-size: 1.75rem; }

h4, .h4 {
    font-size: 1.5rem; }

h5, .h5 {
    font-size: 1.25rem; }

h6, .h6 {
    font-size: 1rem;
}
.widget-title h6{
    padding-top: 10px;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300; }

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.1; }

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.1; }

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.1; }

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.1; }

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
    font-size: 80%;
    font-weight: normal; }

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3; }

.list-unstyled {
    padding-left: 0;
    list-style: none; }

.list-inline {
    padding-left: 0;
    list-style: none; }

.list-inline-item {
    display: inline-block; }
.list-inline-item:not(:last-child) {
    margin-right: 5px; }

.initialism {
    font-size: 90%;
    text-transform: uppercase; }

.blockquote {
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    font-size: 1.09375rem;
    border-left: 0.25rem solid #eceeef; }

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #636c72; }
.blockquote-footer::before {
    content: "\2014 \00A0"; }

.blockquote-reverse {
    padding-right: 1rem;
    padding-left: 0;
    text-align: right;
    border-right: 0.25rem solid #eceeef;
    border-left: 0; }

.blockquote-reverse .blockquote-footer::before {
    content: ""; }
.blockquote-reverse .blockquote-footer::after {
    content: "\00A0 \2014"; }

.img-fluid {
    max-width: 100%;
    height: auto; }

.img-thumbnail {
    padding: 0.25rem;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    transition: all 0.2s ease-in-out;
    max-width: 100%;
    height: auto; }

.figure {
    display: inline-block; }

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1; }

.figure-caption {
    font-size: 90%;
    color: #636c72; }

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

code {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f7f7f9;
    border-radius: 0.25rem; }
a > code {
    padding: 0;
    color: inherit;
    background-color: inherit; }

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #ffffff;
    background-color: #292b2c;
    border-radius: 0.2rem; }
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold; }

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    color: #292b2c; }
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll; }

.container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px; }
@media (min-width: 576px) {
    .container {
        padding-right: 15px;
        padding-left: 15px; } }
@media (min-width: 768px) {
    .container {
        padding-right: 15px;
        padding-left: 15px; } }
@media (min-width: 992px) {
    .container {
        padding-right: 15px;
        padding-left: 15px; } }
@media (min-width: 1200px) {
    .container {
        padding-right: 15px;
        padding-left: 15px; } }
@media (min-width: 576px) {
    .container {
        width: 540px;
        max-width: 100%; } }
@media (min-width: 768px) {
    .container {
        width: 720px;
        max-width: 100%; } }
@media (min-width: 992px) {
    .container {
        width: 960px;
        max-width: 100%; } }
@media (min-width: 1200px) {
    .container {
        width: 1140px;
        max-width: 100%; } }

.container-fluid {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px; }
@media (min-width: 576px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px; } }
@media (min-width: 768px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px; } }
@media (min-width: 992px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px; } }
@media (min-width: 1200px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px; } }

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
@media (min-width: 576px) {
    .row {
        margin-right: -15px;
        margin-left: -15px; } }
@media (min-width: 768px) {
    .row {
        margin-right: -15px;
        margin-left: -15px; } }
@media (min-width: 992px) {
    .row {
        margin-right: -15px;
        margin-left: -15px; } }
@media (min-width: 1200px) {
    .row {
        margin-right: -15px;
        margin-left: -15px; } }
@media (min-width: 1200px) {
    .row .main-content-row .sign-in {
        margin-left: 10rem !important; } }


.no-gutters {
    margin-right: 0;
    margin-left: 0; }
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
@media (min-width: 576px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
        padding-right: 15px;
        padding-left: 15px; } }
@media (min-width: 768px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
        padding-right: 15px;
        padding-left: 15px; } }
@media (min-width: 992px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
        padding-right: 15px;
        padding-left: 15px; } }
@media (min-width: 1200px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
        padding-right: 15px;
        padding-left: 15px; } }



.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

.col-auto {
    flex: 0 0 auto;
    width: auto; }

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

.col-3 {
    flex: 0 0 25%;
    max-width: 25%; }

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

.col-6 {
    flex: 0 0 50%;
    max-width: 50%; }

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

.col-9 {
    flex: 0 0 75%;
    max-width: 75%; }

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

.col-12 {
    flex: 0 0 100%;
    max-width: 100%; }

.pull-0 {
    right: auto; }

.pull-1 {
    right: 8.3333333333%; }

.pull-2 {
    right: 16.6666666667%; }

.pull-3 {
    right: 25%; }

.pull-4 {
    right: 33.3333333333%; }

.pull-5 {
    right: 41.6666666667%; }

.pull-6 {
    right: 50%; }

.pull-7 {
    right: 58.3333333333%; }

.pull-8 {
    right: 66.6666666667%; }

.pull-9 {
    right: 75%; }

.pull-10 {
    right: 83.3333333333%; }

.pull-11 {
    right: 91.6666666667%; }

.pull-12 {
    right: 100%; }

.push-0 {
    left: auto; }

.push-1 {
    left: 8.3333333333%; }

.push-2 {
    left: 16.6666666667%; }

.push-3 {
    left: 25%; }

.push-4 {
    left: 33.3333333333%; }

.push-5 {
    left: 41.6666666667%; }

.push-6 {
    left: 50%; }

.push-7 {
    left: 58.3333333333%; }

.push-8 {
    left: 66.6666666667%; }

.push-9 {
    left: 75%; }

.push-10 {
    left: 83.3333333333%; }

.push-11 {
    left: 91.6666666667%; }

.push-12 {
    left: 100%; }

.offset-1 {
    margin-left: 8.3333333333%; }

.offset-2 {
    margin-left: 16.6666666667%; }

.offset-3 {
    margin-left: 25%; }

.offset-4 {
    margin-left: 33.3333333333%; }

.offset-5 {
    margin-left: 41.6666666667%; }

.offset-6 {
    margin-left: 50%; }

.offset-7 {
    margin-left: 58.3333333333%; }

.offset-8 {
    margin-left: 66.6666666667%; }

.offset-9 {
    margin-left: 75%; }

.offset-10 {
    margin-left: 83.3333333333%; }

.offset-11 {
    margin-left: 91.6666666667%; }

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%; }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto; }

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%; }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%; }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%; }

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%; }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%; }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%; }

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%; }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%; }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%; }

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%; }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%; }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%; }

    .pull-sm-0 {
        right: auto; }

    .pull-sm-1 {
        right: 8.3333333333%; }

    .pull-sm-2 {
        right: 16.6666666667%; }

    .pull-sm-3 {
        right: 25%; }

    .pull-sm-4 {
        right: 33.3333333333%; }

    .pull-sm-5 {
        right: 41.6666666667%; }

    .pull-sm-6 {
        right: 50%; }

    .pull-sm-7 {
        right: 58.3333333333%; }

    .pull-sm-8 {
        right: 66.6666666667%; }

    .pull-sm-9 {
        right: 75%; }

    .pull-sm-10 {
        right: 83.3333333333%; }

    .pull-sm-11 {
        right: 91.6666666667%; }

    .pull-sm-12 {
        right: 100%; }

    .push-sm-0 {
        left: auto; }

    .push-sm-1 {
        left: 8.3333333333%; }

    .push-sm-2 {
        left: 16.6666666667%; }

    .push-sm-3 {
        left: 25%; }

    .push-sm-4 {
        left: 33.3333333333%; }

    .push-sm-5 {
        left: 41.6666666667%; }

    .push-sm-6 {
        left: 50%; }

    .push-sm-7 {
        left: 58.3333333333%; }

    .push-sm-8 {
        left: 66.6666666667%; }

    .push-sm-9 {
        left: 75%; }

    .push-sm-10 {
        left: 83.3333333333%; }

    .push-sm-11 {
        left: 91.6666666667%; }

    .push-sm-12 {
        left: 100%; }

    .offset-sm-0 {
        margin-left: 0%; }

    .offset-sm-1 {
        margin-left: 8.3333333333%; }

    .offset-sm-2 {
        margin-left: 16.6666666667%; }

    .offset-sm-3 {
        margin-left: 25%; }

    .offset-sm-4 {
        margin-left: 33.3333333333%; }

    .offset-sm-5 {
        margin-left: 41.6666666667%; }

    .offset-sm-6 {
        margin-left: 50%; }

    .offset-sm-7 {
        margin-left: 58.3333333333%; }

    .offset-sm-8 {
        margin-left: 66.6666666667%; }

    .offset-sm-9 {
        margin-left: 75%; }

    .offset-sm-10 {
        margin-left: 83.3333333333%; }

    .offset-sm-11 {
        margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%; }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto; }

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%; }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%; }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%; }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%; }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%; }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%; }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%; }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%; }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%; }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%; }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%; }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%; }

    .pull-md-0 {
        right: auto; }

    .pull-md-1 {
        right: 8.3333333333%; }

    .pull-md-2 {
        right: 16.6666666667%; }

    .pull-md-3 {
        right: 25%; }

    .pull-md-4 {
        right: 33.3333333333%; }

    .pull-md-5 {
        right: 41.6666666667%; }

    .pull-md-6 {
        right: 50%; }

    .pull-md-7 {
        right: 58.3333333333%; }

    .pull-md-8 {
        right: 66.6666666667%; }

    .pull-md-9 {
        right: 75%; }

    .pull-md-10 {
        right: 83.3333333333%; }

    .pull-md-11 {
        right: 91.6666666667%; }

    .pull-md-12 {
        right: 100%; }

    .push-md-0 {
        left: auto; }

    .push-md-1 {
        left: 8.3333333333%; }

    .push-md-2 {
        left: 16.6666666667%; }

    .push-md-3 {
        left: 25%; }

    .push-md-4 {
        left: 33.3333333333%; }

    .push-md-5 {
        left: 41.6666666667%; }

    .push-md-6 {
        left: 50%; }

    .push-md-7 {
        left: 58.3333333333%; }

    .push-md-8 {
        left: 66.6666666667%; }

    .push-md-9 {
        left: 75%; }

    .push-md-10 {
        left: 83.3333333333%; }

    .push-md-11 {
        left: 91.6666666667%; }

    .push-md-12 {
        left: 100%; }

    .offset-md-0 {
        margin-left: 0%; }

    .offset-md-1 {
        margin-left: 8.3333333333%; }

    .offset-md-2 {
        margin-left: 16.6666666667%; }

    .offset-md-3 {
        margin-left: 25%; }

    .offset-md-4 {
        margin-left: 33.3333333333%; }

    .offset-md-5 {
        margin-left: 41.6666666667%; }

    .offset-md-6 {
        margin-left: 50%; }

    .offset-md-7 {
        margin-left: 58.3333333333%; }

    .offset-md-8 {
        margin-left: 66.6666666667%; }

    .offset-md-9 {
        margin-left: 75%; }

    .offset-md-10 {
        margin-left: 83.3333333333%; }

    .offset-md-11 {
        margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%; }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto; }

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%; }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%; }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%; }

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%; }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%; }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%; }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%; }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%; }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%; }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%; }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%; }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%; }

    .pull-lg-0 {
        right: auto; }

    .pull-lg-1 {
        right: 8.3333333333%; }

    .pull-lg-2 {
        right: 16.6666666667%; }

    .pull-lg-3 {
        right: 25%; }

    .pull-lg-4 {
        right: 33.3333333333%; }

    .pull-lg-5 {
        right: 41.6666666667%; }

    .pull-lg-6 {
        right: 50%; }

    .pull-lg-7 {
        right: 58.3333333333%; }

    .pull-lg-8 {
        right: 66.6666666667%; }

    .pull-lg-9 {
        right: 75%; }

    .pull-lg-10 {
        right: 83.3333333333%; }

    .pull-lg-11 {
        right: 91.6666666667%; }

    .pull-lg-12 {
        right: 100%; }

    .push-lg-0 {
        left: auto; }

    .push-lg-1 {
        left: 8.3333333333%; }

    .push-lg-2 {
        left: 16.6666666667%; }

    .push-lg-3 {
        left: 25%; }

    .push-lg-4 {
        left: 33.3333333333%; }

    .push-lg-5 {
        left: 41.6666666667%; }

    .push-lg-6 {
        left: 50%; }

    .push-lg-7 {
        left: 58.3333333333%; }

    .push-lg-8 {
        left: 66.6666666667%; }

    .push-lg-9 {
        left: 75%; }

    .push-lg-10 {
        left: 83.3333333333%; }

    .push-lg-11 {
        left: 91.6666666667%; }

    .push-lg-12 {
        left: 100%; }

    .offset-lg-0 {
        margin-left: 0%; }

    .offset-lg-1 {
        margin-left: 8.3333333333%; }

    .offset-lg-2 {
        margin-left: 16.6666666667%; }

    .offset-lg-3 {
        margin-left: 25%; }

    .offset-lg-4 {
        margin-left: 33.3333333333%; }

    .offset-lg-5 {
        margin-left: 41.6666666667%; }

    .offset-lg-6 {
        margin-left: 50%; }

    .offset-lg-7 {
        margin-left: 58.3333333333%; }

    .offset-lg-8 {
        margin-left: 66.6666666667%; }

    .offset-lg-9 {
        margin-left: 75%; }

    .offset-lg-10 {
        margin-left: 83.3333333333%; }

    .offset-lg-11 {
        margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%; }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto; }

    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%; }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%; }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%; }

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%; }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%; }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%; }

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%; }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%; }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%; }

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%; }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%; }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%; }

    .pull-xl-0 {
        right: auto; }

    .pull-xl-1 {
        right: 8.3333333333%; }

    .pull-xl-2 {
        right: 16.6666666667%; }

    .pull-xl-3 {
        right: 25%; }

    .pull-xl-4 {
        right: 33.3333333333%; }

    .pull-xl-5 {
        right: 41.6666666667%; }

    .pull-xl-6 {
        right: 50%; }

    .pull-xl-7 {
        right: 58.3333333333%; }

    .pull-xl-8 {
        right: 66.6666666667%; }

    .pull-xl-9 {
        right: 75%; }

    .pull-xl-10 {
        right: 83.3333333333%; }

    .pull-xl-11 {
        right: 91.6666666667%; }

    .pull-xl-12 {
        right: 100%; }

    .push-xl-0 {
        left: auto; }

    .push-xl-1 {
        left: 8.3333333333%; }

    .push-xl-2 {
        left: 16.6666666667%; }

    .push-xl-3 {
        left: 25%; }

    .push-xl-4 {
        left: 33.3333333333%; }

    .push-xl-5 {
        left: 41.6666666667%; }

    .push-xl-6 {
        left: 50%; }

    .push-xl-7 {
        left: 58.3333333333%; }

    .push-xl-8 {
        left: 66.6666666667%; }

    .push-xl-9 {
        left: 75%; }

    .push-xl-10 {
        left: 83.3333333333%; }

    .push-xl-11 {
        left: 91.6666666667%; }

    .push-xl-12 {
        left: 100%; }

    .offset-xl-0 {
        margin-left: 0%; }

    .offset-xl-1 {
        margin-left: 8.3333333333%; }

    .offset-xl-2 {
        margin-left: 16.6666666667%; }

    .offset-xl-3 {
        margin-left: 25%; }

    .offset-xl-4 {
        margin-left: 33.3333333333%; }

    .offset-xl-5 {
        margin-left: 41.6666666667%; }

    .offset-xl-6 {
        margin-left: 50%; }

    .offset-xl-7 {
        margin-left: 58.3333333333%; }

    .offset-xl-8 {
        margin-left: 66.6666666667%; }

    .offset-xl-9 {
        margin-left: 75%; }

    .offset-xl-10 {
        margin-left: 83.3333333333%; }

    .offset-xl-11 {
        margin-left: 91.6666666667%; } }
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem; }
.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef; }
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef; }
.table tbody + tbody {
    border-top: 2px solid #eceeef; }
.table .table {
    background-color: #ffffff; }

.table-sm th,
.table-sm td {
    padding: 0.3rem; }

.table-bordered {
    border: 1px solid #eceeef; }
.table-bordered th,
.table-bordered td {
    border: 1px solid #eceeef; }
.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075); }

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075); }
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table-success,
.table-success > th,
.table-success > td {
    background-color: #dff0d8; }

.table-hover .table-success:hover {
    background-color: #d0e9c6; }
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #d0e9c6; }

.table-info,
.table-info > th,
.table-info > td {
    background-color: #d9edf7; }

.table-hover .table-info:hover {
    background-color: #c4e3f3; }
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #c4e3f3; }

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #fcf8e3; }

.table-hover .table-warning:hover {
    background-color: #faf2cc; }
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #faf2cc; }

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f2dede; }

.table-hover .table-danger:hover {
    background-color: #ebcccc; }
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #ebcccc; }

.thead-inverse th {
    color: #ffffff;
    background-color: #292b2c; }

.thead-default th {
    color: #464a4c;
    background-color: #eceeef; }

.table-inverse {
    color: #ffffff;
    background-color: #292b2c; }
.table-inverse th,
.table-inverse td,
.table-inverse thead th {
    border-color: #ffffff; }
.table-inverse.table-bordered {
    border: 0; }

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
.table-responsive.table-bordered {
    border: 0; }

.form-control {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #ffffff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
.form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
.form-control:focus {
    color: #464a4c;
    background-color: #ffffff;
    border-color: #5cb3fd;
    outline: none; }
.form-control::placeholder {
    color: #636c72;
    opacity: 1; }
.form-control:disabled, .form-control[readonly] {
    background-color: #eceeef;
    opacity: 1; }
.form-control:disabled {
    cursor: not-allowed; }

select.form-control:not([size]):not([multiple]) {
    height: calc(2.09375rem + 2px); }
select.form-control:focus::-ms-value {
    color: #464a4c;
    background-color: #ffffff; }

.form-control-file,
.form-control-range {
    display: block; }

.col-form-label {
    padding-top: calc(0.5rem - 1px * 2);
    padding-bottom: calc(0.5rem - 1px * 2);
    margin-bottom: 0; }

.col-form-label-lg {
    padding-top: calc(0.75rem - 1px * 2);
    padding-bottom: calc(0.75rem - 1px * 2);
    font-size: 1.25rem; }

.col-form-label-sm {
    padding-top: calc(0.25rem - 1px * 2);
    padding-bottom: calc(0.25rem - 1px * 2);
    font-size: 0.875rem; }

.col-form-legend {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
    font-size: 0.875rem; }

.form-control-static {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
    line-height: 1.25;
    border: solid transparent;
    border-width: 1px 0; }
.form-control-static.form-control-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, .form-control-static.form-control-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 {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
    height: 1.8125rem; }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
    height: 3.1666666667rem; }

.form-group {
    margin-bottom: 1rem; }

.form-text {
    display: block;
    margin-top: 0.25rem; }

.form-check {
    position: relative;
    display: block;
    margin-bottom: 0.5rem; }
.form-check.disabled .form-check-label {
    color: #636c72;
    cursor: not-allowed; }

.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    cursor: pointer; }

.form-check-input {
    position: absolute;
    margin-top: 0.25rem;
    margin-left: -1.25rem; }
.form-check-input:only-child {
    position: static; }

.form-check-inline {
    display: inline-block; }
.form-check-inline .form-check-label {
    vertical-align: middle; }
.form-check-inline + .form-check-inline {
    margin-left: 0.75rem; }

.form-control-feedback {
    margin-top: 0.25rem; }

.form-control-success,
.form-control-warning,
.form-control-danger {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right 0.5234375rem;
    background-size: 1.046875rem 1.046875rem; }

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control {
    color: #5cb85c; }
.has-success .form-control {
    border-color: #5cb85c; }
.has-success .input-group-addon {
    color: #5cb85c;
    border-color: #5cb85c;
    background-color: #eaf6ea; }
.has-success .form-control-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3E%3Cpath fill=%27%235cb85c%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3E%3C/svg%3E"); }

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control {
    color: #f0ad4e; }
.has-warning .form-control {
    border-color: #f0ad4e; }
.has-warning .input-group-addon {
    color: #f0ad4e;
    border-color: #f0ad4e;
    background-color: white; }
.has-warning .form-control-warning {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3E%3Cpath fill=%27%23f0ad4e%27 d=%27M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z%27/%3E%3C/svg%3E"); }

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control {
    color: #d9534f; }
.has-danger .form-control {
    border-color: #d9534f; }
.has-danger .input-group-addon {
    color: #d9534f;
    border-color: #d9534f;
    background-color: #fdf7f7; }
.has-danger .form-control-danger {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23d9534f%27 viewBox=%27-2 -2 7 7%27%3E%3Cpath stroke=%27%23d9534f%27 d=%27M0 0l3 3m0-3L0 3%27/%3E%3Ccircle r=%27.5%27/%3E%3Ccircle cx=%273%27 r=%27.5%27/%3E%3Ccircle cy=%273%27 r=%27.5%27/%3E%3Ccircle cx=%273%27 cy=%273%27 r=%27.5%27/%3E%3C/svg%3E"); }

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center; }
.form-inline .form-check {
    width: 100%; }
@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0; }
    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0; }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle; }
    .form-inline .form-control-static {
        display: inline-block; }
    .form-inline .input-group {
        width: auto; }
    .form-inline .form-control-label {
        margin-bottom: 0;
        vertical-align: middle; }
    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        margin-top: 0;
        margin-bottom: 0; }
    .form-inline .form-check-label {
        padding-left: 0; }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0; }
    .form-inline .custom-control {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 0; }
    .form-inline .custom-control-indicator {
        position: static;
        display: inline-block;
        margin-right: 0.25rem;
        vertical-align: text-bottom; }
    .form-inline .has-feedback .form-control-feedback {
        top: 0; } }

.btn {
    display: inline-block;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.25rem;
    transition: all 0.2s ease-in-out; }
.btn:focus, .btn:hover {
    text-decoration: none; }
.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25); }
.btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65; }
.btn:active, .btn.active {
    background-image: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none; }

.btn-primary {
    color: #FFFFFF;
    background-color: #2A5F83;
    border-color: #2A5F83;
}
.btn-primary:hover {
    color: #FFFFFF;
    background-color: #1B4059;
    border-color: #1B4059;
}
.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 2px rgba(29, 86, 110, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: #1D566E;
    border-color: #1D566E;
}
.btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #123646;
    background-image: none;
    border-color: #10303e;
}

.btn-secondary {
    color: #FFFFFF;
    background-color: #EE7203;
    border-color: #EE7203;
}
.btn-secondary:hover {
    color: #FFFFFF;
    background-color: #D16300;
    border-color: #D16300;
}
.btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #EE8800;
    border-color: #EE8800;
}
.btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #D16300;
    background-image: none;
    border-color: #D16300; }

.btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}
.btn-info:hover {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #2aabd2;
}
.btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
    background-color: #5bc0de;
    border-color: #5bc0de;
}
.btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
    color: #ffffff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #2aabd2;
}

.btn-success {
    color: #FFFFFF;
    background-color: #28925D;
    border-color: #28925D;
}
.btn-success:hover {
    color: #FFFFFF;
    background-color: #1F7449;
    border-color: #1F7449;
}
.btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
    background-color: #5cb85c;
    border-color: #5cb85c; }
.btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
    color: #ffffff;
    background-color: #449d44;
    background-image: none;
    border-color: #419641; }

.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
.btn-warning:hover {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #eb9316; }
.btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5); }
.btn-warning.disabled, .btn-warning:disabled {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
.btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
    color: #ffffff;
    background-color: #ec971f;
    background-image: none;
    border-color: #eb9316; }

.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d9534f; }
.btn-danger:hover {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #c12e2a; }
.btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5); }
.btn-danger.disabled, .btn-danger:disabled {
    background-color: #d9534f;
    border-color: #d9534f; }
.btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #c9302c;
    background-image: none;
    border-color: #c12e2a; }

.btn-outline-primary {
    color: #1D566E;
    background-image: none;
    background-color: transparent;
    border-color: #1D566E; }
.btn-outline-primary:hover {
    color: #fff;
    background-color: #1D566E;
    border-color: #1D566E; }
.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 2px rgba(29, 86, 110, 0.5); }
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #1D566E;
    background-color: transparent; }
.btn-outline-primary:active, .btn-outline-primary.active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #1D566E;
    border-color: #1D566E; }

.btn-outline-secondary {
    color: #ccc;
    background-image: none;
    background-color: transparent;
    border-color: #ccc; }
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5); }
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #ccc;
    background-color: transparent; }
.btn-outline-secondary:active, .btn-outline-secondary.active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }

.btn-outline-info {
    color: #5bc0de;
    background-image: none;
    background-color: transparent;
    border-color: #5bc0de; }
.btn-outline-info:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
.btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5); }
.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #5bc0de;
    background-color: transparent; }
.btn-outline-info:active, .btn-outline-info.active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }

.btn-outline-success {
    color: #5cb85c;
    background-image: none;
    background-color: transparent;
    border-color: #5cb85c; }
.btn-outline-success:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
.btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5); }
.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #5cb85c;
    background-color: transparent; }
.btn-outline-success:active, .btn-outline-success.active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }

.btn-outline-warning {
    color: #f0ad4e;
    background-image: none;
    background-color: transparent;
    border-color: #f0ad4e; }
.btn-outline-warning:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
.btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5); }
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #f0ad4e;
    background-color: transparent; }
.btn-outline-warning:active, .btn-outline-warning.active, .show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }

.btn-outline-danger {
    color: #d9534f;
    background-image: none;
    background-color: transparent;
    border-color: #d9534f; }
.btn-outline-danger:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
.btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5); }
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #d9534f;
    background-color: transparent; }
.btn-outline-danger:active, .btn-outline-danger.active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }

.btn-link {
    font-weight: normal;
    color: #57849E;
    border-radius: 0; }
.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent; }
.btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
.btn-link:hover {
    border-color: transparent; }
.btn-link:focus, .btn-link:hover {
    color: #3c5b6d;
    text-decoration: underline;
    background-color: transparent; }
.btn-link:disabled {
    color: #636c72; }
.btn-link:disabled:focus, .btn-link:disabled:hover {
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.3rem;
    font-size: 0.875rem;
    border-radius: 0.2rem; }

.btn-block {
    display: block;
    width: 100%; }

.btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%; }

.fade {
    opacity: 0;
    transition: opacity 0.15s linear; }
.fade.show {
    opacity: 1; }

.collapse {
    display: none; }
.collapse.show {
    display: block; }

tr.collapse.show {
    display: table-row; }

tbody.collapse.show {
    display: table-row-group; }

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease; }

.dropup,
.dropdown {
    position: relative; }

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent; }
.dropdown-toggle:focus {
    outline: 0; }

.dropup .dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid; }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 0.875rem;
    color: #757575;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem; }

.dropdown-divider {
    height: 1px;
    margin: 0.5rem 0;
    overflow: hidden;
    background-color: #eceeef; }

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: normal;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0; }
.dropdown-item:focus, .dropdown-item:hover {
    color: #1d1e1f;
    text-decoration: none;
    background-color: #f7f7f9; }
.dropdown-item.active, .dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0275d8; }
.dropdown-item.disabled, .dropdown-item:disabled {
    color: #636c72;
    cursor: not-allowed;
    background-color: transparent; }

.show > .dropdown-menu {
    display: block; 
    position: absolute;
    will-change: transform;
    top: 0px;
    left: 0px;
    transform: translate3d(74px, 33px, 0px) !important;}
.show > a {
    outline: 0; }

.dropdown-menu-right {
    right: 0;
    left: auto; }

.dropdown-menu-left {
    right: auto;
    left: 0; }

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #636c72;
    white-space: nowrap; }

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990; }

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 0.125rem; }

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle; }
.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    flex: 0 1 auto; }
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
    z-index: 2; }
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.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,
.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-left: -1px; }

.btn-toolbar {
    display: flex;
    justify-content: flex-start; }
.btn-toolbar .input-group {
    width: auto; }

.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 + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem; }
.btn + .dropdown-toggle-split::after {
    margin-left: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 1.125rem;
    padding-left: 1.125rem; }

.btn-group-vertical {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center; }
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
    width: 100%; }
.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-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; }

.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; }

[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: flex;
    width: 100%; }
.input-group .form-control {
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
    z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: flex;
    flex-direction: column;
    justify-content: center; }
.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 {
    white-space: nowrap;
    vertical-align: middle; }

.input-group-addon {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.25;
    color: #464a4c;
    text-align: center;
    background-color: #eceeef;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem; }
.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem; }
.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 0.3rem; }
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.input-group-addon:not(:last-child) {
    border-right: 0; }

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }

.form-control + .input-group-addon:not(:first-child) {
    border-left: 0; }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap; }
.input-group-btn > .btn {
    position: relative;
    flex: 1; }
.input-group-btn > .btn + .btn {
    margin-left: -1px; }
.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
    z-index: 3; }
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
    margin-right: -1px; }
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: -1px; }
.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
    z-index: 3; }

.custom-control {
    position: relative;
    display: inline-flex;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-right: 1rem;
    cursor: pointer; }

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
.custom-control-input:checked ~ .custom-control-indicator {
    color: #ffffff;
    background-color: #0275d8; }
.custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #0275d8; }
.custom-control-input:active ~ .custom-control-indicator {
    color: #ffffff;
    background-color: #8fcafe; }
.custom-control-input:disabled ~ .custom-control-indicator {
    cursor: not-allowed;
    background-color: #eceeef; }
.custom-control-input:disabled ~ .custom-control-description {
    color: #636c72;
    cursor: not-allowed; }

.custom-control-indicator {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-indicator {
    border-radius: 0.25rem; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3E%3Cpath fill=%27%23ffffff%27 d=%27M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z%27/%3E%3C/svg%3E"); }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
    background-color: #0275d8;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 4 4%27%3E%3Cpath stroke=%27%23ffffff%27 d=%27M0 2h4%27/%3E%3C/svg%3E"); }

.custom-radio .custom-control-indicator {
    border-radius: 50%; }
.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3E%3Ccircle r=%273%27 fill=%27%23ffffff%27/%3E%3C/svg%3E"); }

.custom-controls-stacked {
    display: flex;
    flex-direction: column; }
.custom-controls-stacked .custom-control {
    margin-bottom: 0.25rem; }
.custom-controls-stacked .custom-control + .custom-control {
    margin-left: 0; }

.custom-select {
    display: inline-block;
    max-width: 100%;
    height: calc(2.09375rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.25;
    color: #464a4c;
    vertical-align: middle;
    background: #ffffff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 4 5%27%3E%3Cpath fill=%27%23333%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    -moz-appearance: none;
    -webkit-appearance: none; }
.custom-select:focus {
    border-color: #5cb3fd;
    outline: none; }
.custom-select:focus::-ms-value {
    color: #464a4c;
    background-color: #ffffff; }
.custom-select:disabled {
    color: #636c72;
    cursor: not-allowed;
    background-color: #eceeef; }
.custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%; }

.custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 2.5rem;
    margin-bottom: 0;
    cursor: pointer; }

.custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    height: 2.5rem;
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 0; }

.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #464a4c;
    pointer-events: none;
    user-select: none;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem; }
.custom-file-control:lang(en)::after {
    content: "Choose file..."; }
.custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #464a4c;
    background-color: #eceeef;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 0.25rem 0.25rem 0; }
.custom-file-control:lang(en)::before {
    content: "Browse"; }

.nav {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; 
    flex-wrap: wrap; }

.nav-link {
    display: block;
    padding: 0.5em 1em; }
.nav-link:focus, .nav-link:hover {
    text-decoration: none; }
.nav-link.disabled {
    color: #636c72;
    cursor: not-allowed; }

.nav-tabs {
    border-bottom: 1px solid #ddd; }
.nav-tabs .nav-item {
    margin-bottom: -1px; }
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #eceeef #eceeef #ddd; }
.nav-tabs .nav-link.disabled {
    color: #636c72;
    background-color: transparent;
    border-color: transparent; }
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #464a4c;
    background-color: #ffffff;
    border-color: #ddd #ddd #ffffff; }
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }

.nav-pills .nav-link {
    border-radius: 0.25rem; }
.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
    color: #ffffff;
    cursor: default;
    background-color: #0275d8; }

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center; }

.nav-justified .nav-item {
    flex: 1 1 100%;
    text-align: center; }

.tab-content > .tab-pane {
    display: none; }
.tab-content > .active {
    display: block; }

.navbar {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0.5rem 1rem; }

.navbar-brand {
    display: inline-block;
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap; }
.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none; }

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }

.navbar-text {
    display: inline-block;
    padding-top: .425rem;
    padding-bottom: .425rem; }

.navbar-toggler {
    align-self: flex-start;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem; }
.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none; }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%; }

.navbar-toggler-left {
    position: absolute;
    left: 1rem; }

.navbar-toggler-right {
    position: absolute;
    right: 1rem; }

@media (max-width: 575px) {
    .navbar-toggleable .navbar-nav .dropdown-menu {
        position: static;
        float: none; }
    .navbar-toggleable > .container {
        padding-right: 0;
        padding-left: 0; } }
@media (min-width: 576px) {
    .navbar-toggleable {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center; }
    .navbar-toggleable .navbar-nav {
        flex-direction: row; }
    .navbar-toggleable .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-toggleable > .container {
        display: flex;
        flex-wrap: nowrap;
        align-items: center; }
    .navbar-toggleable .navbar-collapse {
        display: flex !important;
        width: 100%; }
    .navbar-toggleable .navbar-toggler {
        display: none; } }
@media (max-width: 767px) {
    .navbar-toggleable-sm .navbar-nav .dropdown-menu {
        position: static;
        float: none; }
    .navbar-toggleable-sm > .container {
        padding-right: 0;
        padding-left: 0; } }
@media (min-width: 768px) {
    .navbar-toggleable-sm {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center; }
    .navbar-toggleable-sm .navbar-nav {
        flex-direction: row; }
    .navbar-toggleable-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-toggleable-sm > .container {
        display: flex;
        flex-wrap: nowrap;
        align-items: center; }
    .navbar-toggleable-sm .navbar-collapse {
        display: flex !important;
        width: 100%; }
    .navbar-toggleable-sm .navbar-toggler {
        display: none; } }
@media (max-width: 991px) {
    .navbar-toggleable-md .navbar-nav .dropdown-menu {
        position: static;
        float: none; }
    .navbar-toggleable-md > .container {
        padding-right: 0;
        padding-left: 0; } }
@media (min-width: 992px) {
    .navbar-toggleable-md {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center; }
    .navbar-toggleable-md .navbar-nav {
        flex-direction: row; }
    .navbar-toggleable-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-toggleable-md > .container {
        display: flex;
        flex-wrap: nowrap;
        align-items: center; }
    .navbar-toggleable-md .navbar-collapse {
        display: flex !important;
        width: 100%; }
    .navbar-toggleable-md .navbar-toggler {
        display: none; } }
@media (max-width: 1199px) {
    .navbar-toggleable-lg .navbar-nav .dropdown-menu {
        position: static;
        float: none; }
    .navbar-toggleable-lg > .container {
        padding-right: 0;
        padding-left: 0; } }
@media (min-width: 1200px) {
    .navbar-toggleable-lg {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center; }
    .navbar-toggleable-lg .navbar-nav {
        flex-direction: row; }
    .navbar-toggleable-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-toggleable-lg > .container {
        display: flex;
        flex-wrap: nowrap;
        align-items: center; }
    .navbar-toggleable-lg .navbar-collapse {
        display: flex !important;
        width: 100%; }
    .navbar-toggleable-lg .navbar-toggler {
        display: none; } }
.navbar-toggleable-xl {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center; }
.navbar-toggleable-xl .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
.navbar-toggleable-xl > .container {
    padding-right: 0;
    padding-left: 0; }
.navbar-toggleable-xl .navbar-nav {
    flex-direction: row; }
.navbar-toggleable-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }
.navbar-toggleable-xl > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center; }
.navbar-toggleable-xl .navbar-collapse {
    display: flex !important;
    width: 100%; }
.navbar-toggleable-xl .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover,
.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
    color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5); }
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7); }
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }
.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, 0.1); }
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=%270 0 32 32%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath stroke=%27rgba%280, 0, 0, 0.5%29%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 d=%27M4 8h24M4 16h24M4 24h24%27/%3E%3C/svg%3E"); }
.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5); }

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-toggler {
    color: white; }
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-toggler:focus,
.navbar-inverse .navbar-toggler:hover {
    color: white; }
.navbar-inverse .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5); }
.navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75); }
.navbar-inverse .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }
.navbar-inverse .navbar-nav .open > .nav-link,
.navbar-inverse .navbar-nav .active > .nav-link,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .nav-link.active {
    color: white; }
.navbar-inverse .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.1); }
.navbar-inverse .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=%270 0 32 32%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath stroke=%27rgba%28255, 255, 255, 0.5%29%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 d=%27M4 8h24M4 16h24M4 24h24%27/%3E%3C/svg%3E"); }
.navbar-inverse .navbar-text {
    color: rgba(255, 255, 255, 0.5); }
.nav .nav-item .chip-text{
    margin-top: 8px;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem; }

.card-block {
    flex: 1 1 auto;
    padding: 1.25rem; }

.card-title {
    margin-bottom: 0.75rem; }

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0; }

.card-text:last-child {
    margin-bottom: 0; }

.card-link:hover {
    text-decoration: none; }
.card-link + .card-link {
    margin-left: 1.25rem; }

.card > .list-group:first-child .list-group-item:first-child {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f7f7f9;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: #f7f7f9;
    border-top: 1px solid rgba(0, 0, 0, 0.125); }
.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0; }

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }

.card-primary {
    background-color: #0275d8;
    border-color: #0275d8; }
.card-primary .card-header,
.card-primary .card-footer {
    background-color: transparent; }

.card-success {
    background-color: #5cb85c;
    border-color: #5cb85c; }
.card-success .card-header,
.card-success .card-footer {
    background-color: transparent; }

.card-info {
    background-color: #5bc0de;
    border-color: #5bc0de; }
.card-info .card-header,
.card-info .card-footer {
    background-color: transparent; }

.card-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
.card-warning .card-header,
.card-warning .card-footer {
    background-color: transparent; }

.card-danger {
    background-color: #d9534f;
    border-color: #d9534f; }
.card-danger .card-header,
.card-danger .card-footer {
    background-color: transparent; }

.card-outline-primary {
    background-color: transparent;
    border-color: #1D566E; }

.card-outline-secondary {
    background-color: transparent;
    border-color: #ccc; }

.card-outline-info {
    background-color: transparent;
    border-color: #5bc0de; }

.card-outline-success {
    background-color: transparent;
    border-color: #5cb85c; }

.card-outline-warning {
    background-color: transparent;
    border-color: #f0ad4e; }

.card-outline-danger {
    background-color: transparent;
    border-color: #d9534f; }

.card-inverse {
    color: rgba(255, 255, 255, 0.65); }
.card-inverse .card-header,
.card-inverse .card-footer {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.2); }
.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
    color: #fff; }
.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
    color: rgba(255, 255, 255, 0.65); }
.card-inverse .card-link:focus, .card-inverse .card-link:hover {
    color: #ffffff; }

.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0; }

.card-img {
    border-radius: calc(0.25rem - 1px); }

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem; }

.card-img-top {
    border-top-right-radius: calc(0.25rem - 1px);
    border-top-left-radius: calc(0.25rem - 1px); }

.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px); }

@media (min-width: 576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap; }
    .card-deck .card {
        display: flex;
        flex: 1 0 0;
        flex-direction: column; }
    .card-deck .card:not(:first-child) {
        margin-left: 15px; }
    .card-deck .card:not(:last-child) {
        margin-right: 15px; } }
@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap; }
    .card-group .card {
        flex: 1 0 0; }
    .card-group .card + .card {
        margin-left: 0;
        border-left: 0; }
    .card-group .card:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0; }
    .card-group .card:first-child .card-img-top {
        border-top-right-radius: 0; }
    .card-group .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0; }
    .card-group .card:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0; }
    .card-group .card:last-child .card-img-top {
        border-top-left-radius: 0; }
    .card-group .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0; }
    .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0; }
    .card-group .card:not(:first-child):not(:last-child) .card-img-top,
    .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
        border-radius: 0; } }
@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem; }
    .card-columns .card {
        display: inline-block;
        width: 100%;
        margin-bottom: 0.75rem; } }

.chip {
    display: inline-block;
    padding: 0 25px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    border-radius: 25px;
    /*background-color: #f1f1f1;*/
}

.chip img {
    float: left;
    margin: 0 10px 0 -25px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}
.chip-text {
    display: inline-block;
    padding: 0 5px !important;
    border-radius: 30px;
    background-color: #2a608317;
    text-align: center;
}
.chip-filters {
    margin-top:10px;
    margin-right:5px;
    display: flex;
    padding: 0 5px !important;
    border-radius: 30px;
    background-color: #2a608317;
    text-align: center;
    white-space: nowrap;
}
.online{
    background-color: rgba(40, 146, 93, 0.3);
}
.offline{
    background-color: rgba(203, 74, 57, 0.3);
}
.locked{
    background-color: #97D3FF;
}
.unlocked{
    background-color: #D2FFD7;
}
.disabled{
    background-color: #FFE7E7;
}
.emptying{
    background-color: #FFE8C1;
}
.del-requesting{
    background-color: #D7F9FF;
}
.del-error{
    background-color: #FFB7B7;
}
.allow-delivery{
    background-color: #FFFFB9;
}
.allow-collection{
    background-color: #B9FFF1;
}
.rebooting{
    background-color: #F2D5FF;
}
.closebtn {
    padding-left: 10px;
    color: #888;
    font-weight: bold;
    float: right;
    cursor: pointer;
}
.closebtn:hover {
    color: #000;
}

.dot {
    height: 40px;
    width: 40px;
    background-color: #F1F1F1;
    border-radius: 50%;
    display: inline-block;
}
.percentage{
    margin-top:0.5rem;
    padding-left: 0.5rem;
}
.widget-container{
    display: inline-flex;
}
.widget-container .btn-group{
    display: inline;
}
.top-users{
    width:100%;
    margin-bottom: 2rem;
}
@media (max-width: 1366px) {
    .top-users {
        width: auto;
        margin-right: 3rem;
        margin-bottom: 2rem;; } }
.deliveries{
    float: right;
    padding-top: 1rem;
}
@media (max-width: 1024px) {
    .widget-icon {
        display: none; } }

.breadcrumb {
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #eceeef;
    border-radius: 0.25rem; }
.breadcrumb::after {
    display: block;
    content: "";
    clear: both; }

.breadcrumb-item {
    float: left; }
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #636c72;
    content: "/"; }
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
.breadcrumb-item.active {
    color: #636c72; }

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem; }

.page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
.page-item:last-child .page-link {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
.page-item.active .page-link {
    z-index: 2;
    color: #ffffff;
    background-color: #0275d8;
    border-color: #0275d8; }
.page-item.disabled .page-link {
    color: #636c72;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #ffffff;
    border-color: #ddd; }

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #57849E;
    background-color: #ffffff;
    border: 1px solid #ddd; }
.page-link:focus, .page-link:hover {
    color: #3c5b6d;
    text-decoration: none;
    background-color: #eceeef;
    border-color: #ddd; }

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem; }
.pagination-lg .page-item:first-child .page-link {
    border-bottom-left-radius: 0.3rem;
    border-top-left-radius: 0.3rem; }
.pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: 0.3rem;
    border-top-right-radius: 0.3rem; }

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem; }
.pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: 0.2rem;
    border-top-left-radius: 0.2rem; }
.pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: 0.2rem;
    border-top-right-radius: 0.2rem; }

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem; }
.badge:empty {
    display: none; }

.btn .badge {
    position: relative;
    top: -1px; }

a.badge:focus, a.badge:hover {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer; }

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem; }

.badge-default {
    background-color: #636c72; }
.badge-default[href]:focus, .badge-default[href]:hover {
    background-color: #4b5257; }

.badge-primary {
    background-color: #0275d8; }
.badge-primary[href]:focus, .badge-primary[href]:hover {
    background-color: #025aa5; }

.badge-success {
    background-color: #5cb85c; }
.badge-success[href]:focus, .badge-success[href]:hover {
    background-color: #449d44; }

.badge-info {
    background-color: #5bc0de; }
.badge-info[href]:focus, .badge-info[href]:hover {
    background-color: #31b0d5; }

.badge-warning {
    background-color: #f0ad4e; }
.badge-warning[href]:focus, .badge-warning[href]:hover {
    background-color: #ec971f; }

.badge-danger {
    background-color: #d9534f; }
.badge-danger[href]:focus, .badge-danger[href]:hover {
    background-color: #c9302c; }

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #eceeef;
    border-radius: 0.3rem; }
@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem; } }

.jumbotron-hr {
    border-top-color: #d0d5d8; }

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0; }

.alert {
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0px; }

.alert-heading {
    color: inherit; }

.alert-link {
    font-weight: bold; }

.alert-dismissible .close {
    position: relative;
    top: -0.75rem;
    right: -1.25rem;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-success {
    background-color: #45B29D;
    border-color: #3ea08d;
    color: #f9fdfc; }
.alert-success hr {
    border-top-color: #378d7d; }
.alert-success .alert-link {
    color: #d4efea; }

.alert-info {
    background-color: transparent;
    border-color: transparent;
    color: #292929; }
.alert-info hr {
    border-top-color: rgba(0, 0, 0, 0); }
.alert-info .alert-link {
    color: #101010; }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faf2cc;
    color: #8a6d3b; }
.alert-warning hr {
    border-top-color: #f7ecb5; }
.alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
    background-color: #E27A3F;
    border-color: #df6b29;
    color: white; }
.alert-danger hr {
    border-top-color: #cf5f1f; }
.alert-danger .alert-link {
    color: #f8e0d3; }

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0; }
    to {
        background-position: 0 0; } }
.progress {
    display: flex;
    overflow: hidden;
    font-size: 0.75rem;
    line-height: 1rem;
    text-align: center;
    background-color: #eceeef;
    border-radius: 0.25rem; }

.progress-bar {
    height: 1rem;
    color: #ffffff;
    background-color: #0275d8; }

.progress-bar-striped {
    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: 1rem 1rem; }

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite; }

.media {
    display: flex;
    align-items: flex-start; }

.media-body {
    flex: 1; }

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0; }

.list-group-item-action {
    width: 100%;
    color: #464a4c;
    text-align: inherit; }
.list-group-item-action .list-group-item-heading {
    color: #292b2c; }
.list-group-item-action:focus, .list-group-item-action:hover {
    color: #464a4c;
    text-decoration: none;
    background-color: #f7f7f9; }
.list-group-item-action:active {
    color: #757575;
    background-color: #eceeef; }

.list-group-item {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.125); }
.list-group-item:first-child {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
.list-group-item:focus, .list-group-item:hover {
    text-decoration: none; }
.list-group-item.disabled, .list-group-item:disabled {
    color: #636c72;
    cursor: not-allowed;
    background-color: #ffffff; }
.list-group-item.disabled .list-group-item-heading, .list-group-item:disabled .list-group-item-heading {
    color: inherit; }
.list-group-item.disabled .list-group-item-text, .list-group-item:disabled .list-group-item-text {
    color: #636c72; }
.list-group-item.active {
    z-index: 2;
    color: #ffffff;
    background-color: #0275d8;
    border-color: #0275d8; }
.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 {
    color: inherit; }
.list-group-item.active .list-group-item-text {
    color: #daeeff; }

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0; }
.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0; }
.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0; }

.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:focus, a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6; }
a.list-group-item-success.active,
button.list-group-item-success.active {
    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:focus, a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3; }
a.list-group-item-info.active,
button.list-group-item-info.active {
    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:focus, a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc; }
a.list-group-item-warning.active,
button.list-group-item-warning.active {
    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:focus, a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc; }
a.list-group-item-danger.active,
button.list-group-item-danger.active {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden; }
.embed-responsive::before {
    display: block;
    content: ""; }
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
    padding-top: 42.8571428571%; }

.embed-responsive-16by9::before {
    padding-top: 56.25%; }

.embed-responsive-4by3::before {
    padding-top: 75%; }

.embed-responsive-1by1::before {
    padding-top: 100%; }

.close {
    float: right;
    font-size: 1.3125rem;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: .5; }
.close:focus, .close:hover {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: .75; }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none; }

.modal-open {
    overflow: hidden; }

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0; }
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
.modal.show .modal-dialog {
    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;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0; }

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000; }
.modal-backdrop.fade {
    opacity: 0; }
.modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #eceeef; }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5; }

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 15px; }

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #eceeef; }
.modal-footer > :not(:first-child) {
    margin-left: .25rem; }
.modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll; }

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 30px auto; }

    .modal-sm {
        max-width: 300px; } }
@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px; } }
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    /* font-family: "Proxima Nova", sans-serif; */
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: 0.875rem;
    word-wrap: break-word;
    /* opacity: 0;  */
}
.tooltip.show {
    opacity: 0.9; }
.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
    padding: 5px 0;
    margin-top: -3px; }
.tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #000000; }
.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
    padding: 0 5px;
    margin-left: 3px; }
.tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
    top: 50%;
    left: 0;
    margin-top: -5px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #000000; }
.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
    padding: 5px 0;
    margin-top: 3px; }
.tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
    top: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #000000; }
.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
    padding: 0 5px;
    margin-left: -3px; }
.tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {
    top: 50%;
    right: 0;
    margin-top: -5px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #000000; }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    background-color: #000000;
    border-radius: 0.25rem; }
.tooltip-inner::before {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    padding: 1px;
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem; }
.popover.popover-top, .popover.bs-tether-element-attached-bottom {
    margin-top: -10px; }
.popover.popover-top::before, .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::before, .popover.bs-tether-element-attached-bottom::after {
    left: 50%;
    border-bottom-width: 0; }
.popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before {
    bottom: -11px;
    margin-left: -11px;
    border-top-color: rgba(0, 0, 0, 0.25); }
.popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after {
    bottom: -10px;
    margin-left: -10px;
    border-top-color: #ffffff; }
.popover.popover-right, .popover.bs-tether-element-attached-left {
    margin-left: 10px; }
.popover.popover-right::before, .popover.popover-right::after, .popover.bs-tether-element-attached-left::before, .popover.bs-tether-element-attached-left::after {
    top: 50%;
    border-left-width: 0; }
.popover.popover-right::before, .popover.bs-tether-element-attached-left::before {
    left: -11px;
    margin-top: -11px;
    border-right-color: rgba(0, 0, 0, 0.25); }
.popover.popover-right::after, .popover.bs-tether-element-attached-left::after {
    left: -10px;
    margin-top: -10px;
    border-right-color: #ffffff; }
.popover.popover-bottom, .popover.bs-tether-element-attached-top {
    margin-top: 10px; }
.popover.popover-bottom::before, .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after {
    left: 50%;
    border-top-width: 0; }
.popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before {
    top: -11px;
    margin-left: -11px;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
.popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after {
    top: -10px;
    margin-left: -10px;
    border-bottom-color: #f7f7f7; }
.popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    margin-left: -10px;
    content: "";
    border-bottom: 1px solid #f7f7f7; }
.popover.popover-left, .popover.bs-tether-element-attached-right {
    margin-left: -10px; }
.popover.popover-left::before, .popover.popover-left::after, .popover.bs-tether-element-attached-right::before, .popover.bs-tether-element-attached-right::after {
    top: 50%;
    border-right-width: 0; }
.popover.popover-left::before, .popover.bs-tether-element-attached-right::before {
    right: -11px;
    margin-top: -11px;
    border-left-color: rgba(0, 0, 0, 0.25); }
.popover.popover-left::after, .popover.bs-tether-element-attached-right::after {
    right: -10px;
    margin-top: -10px;
    border-left-color: #ffffff; }

.popover-title {
    padding: 8px 14px;
    margin-bottom: 0;
    font-size: 0.875rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-right-radius: calc(0.3rem - 1px);
    border-top-left-radius: calc(0.3rem - 1px); }
.popover-title:empty {
    display: none; }

.popover-content {
    padding: 9px 14px; }

.popover::before,
.popover::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }

.popover::before {
    content: "";
    border-width: 11px; }

.popover::after {
    content: "";
    border-width: 10px; }

.carousel {
    position: relative; }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden; }

.carousel-item {
    position: relative;
    display: none;
    width: 100%; }
@media (-webkit-transform-3d) {
    .carousel-item {
        transition: transform 0.6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000px; } }
@supports (transform: translate3d(0, 0, 0)) {
    .carousel-item {
        transition: transform 0.6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000px; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: flex; }

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0; }

@media (-webkit-transform-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        transform: translate3d(0, 0, 0); }

    .carousel-item-next,
    .active.carousel-item-right {
        transform: translate3d(100%, 0, 0); }

    .carousel-item-prev,
    .active.carousel-item-left {
        transform: translate3d(-100%, 0, 0); } }
@supports (transform: translate3d(0, 0, 0)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        transform: translate3d(0, 0, 0); }

    .carousel-item-next,
    .active.carousel-item-right {
        transform: translate3d(100%, 0, 0); }

    .carousel-item-prev,
    .active.carousel-item-left {
        transform: translate3d(-100%, 0, 0); } }
.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #ffffff;
    text-align: center;
    opacity: 0.5; }
.carousel-control-prev:focus, .carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.carousel-control-prev {
    left: 0; }

.carousel-control-next {
    right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%; }

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23ffffff%27 viewBox=%270 0 8 8%27%3E%3Cpath d=%27M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z%27/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23ffffff%27 viewBox=%270 0 8 8%27%3E%3Cpath d=%27M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z%27/%3E%3C/svg%3E"); }

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none; }
.carousel-indicators li {
    position: relative;
    flex: 1 0 auto;
    max-width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5); }
.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""; }
.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""; }
.carousel-indicators .active {
    background-color: #ffffff; }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center; }

.align-baseline {
    vertical-align: baseline !important; }

.align-top {
    vertical-align: top !important; }

.align-middle {
    vertical-align: middle !important; }

.align-bottom {
    vertical-align: bottom !important; }

.align-text-bottom {
    vertical-align: text-bottom !important; }

.align-text-top {
    vertical-align: text-top !important; }

.bg-faded {
    background-color: #f7f7f7; }

.bg-primary {
    background-color: #0275d8 !important; }

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #025aa5 !important; }

.bg-success {
    background-color: #5cb85c !important; }

a.bg-success:focus, a.bg-success:hover {
    background-color: #449d44 !important; }

.bg-info {
    background-color: #5bc0de !important; }

a.bg-info:focus, a.bg-info:hover {
    background-color: #31b0d5 !important; }

.bg-warning {
    background-color: #f0ad4e !important; }

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #ec971f !important; }

.bg-danger {
    background-color: #d9534f !important; }

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #c9302c !important; }

.bg-inverse {
    background-color: #292b2c !important; }

a.bg-inverse:focus, a.bg-inverse:hover {
    background-color: #101112 !important; }

.border-0 {
    border: 0 !important; }

.border-top-0 {
    border-top: 0 !important; }

.border-right-0 {
    border-right: 0 !important; }

.border-bottom-0 {
    border-bottom: 0 !important; }

.border-left-0 {
    border-left: 0 !important; }

.rounded {
    border-radius: 0.25rem; }

.rounded-top {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }

.rounded-right {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }

.rounded-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.rounded-left {
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }

.rounded-circle {
    border-radius: 50%; }

.rounded-0 {
    border-radius: 0; }

.clearfix::after {
    display: block;
    content: "";
    clear: both; }

.d-none {
    display: none !important; }

.d-inline {
    display: inline !important; }

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

.d-block {
    display: block !important; }

.d-table {
    display: table !important; }

.d-table-cell {
    display: table-cell !important; }

.d-flex {
    display: flex !important; }

.d-inline-flex {
    display: inline-flex !important; }

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important; }

    .d-sm-inline {
        display: inline !important; }

    .d-sm-inline-block {
        display: inline-block !important; }

    .d-sm-block {
        display: block !important; }

    .d-sm-table {
        display: table !important; }

    .d-sm-table-cell {
        display: table-cell !important; }

    .d-sm-flex {
        display: flex !important; }

    .d-sm-inline-flex {
        display: inline-flex !important; } }
@media (min-width: 768px) {
    .d-md-none {
        display: none !important; }

    .d-md-inline {
        display: inline !important; }

    .d-md-inline-block {
        display: inline-block !important; }

    .d-md-block {
        display: block !important; }

    .d-md-table {
        display: table !important; }

    .d-md-table-cell {
        display: table-cell !important; }

    .d-md-flex {
        display: flex !important; }

    .d-md-inline-flex {
        display: inline-flex !important; } }
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important; }

    .d-lg-inline {
        display: inline !important; }

    .d-lg-inline-block {
        display: inline-block !important; }

    .d-lg-block {
        display: block !important; }

    .d-lg-table {
        display: table !important; }

    .d-lg-table-cell {
        display: table-cell !important; }

    .d-lg-flex {
        display: flex !important; }

    .d-lg-inline-flex {
        display: inline-flex !important; } }
@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important; }

    .d-xl-inline {
        display: inline !important; }

    .d-xl-inline-block {
        display: inline-block !important; }

    .d-xl-block {
        display: block !important; }

    .d-xl-table {
        display: table !important; }

    .d-xl-table-cell {
        display: table-cell !important; }

    .d-xl-flex {
        display: flex !important; }

    .d-xl-inline-flex {
        display: inline-flex !important; } }
.flex-first {
    order: -1; }

.flex-last {
    order: 1; }

.flex-unordered {
    order: 0; }

.flex-row {
    flex-direction: row !important; }

.flex-column {
    flex-direction: column !important; }

.flex-row-reverse {
    flex-direction: row-reverse !important; }

.flex-column-reverse {
    flex-direction: column-reverse !important; }

.flex-wrap {
    flex-wrap: wrap !important; }

.flex-nowrap {
    flex-wrap: nowrap !important; }

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

.justify-content-start {
    justify-content: flex-start !important; }

.justify-content-end {
    justify-content: flex-end !important; }

.justify-content-center {
    justify-content: center !important; }

.justify-content-between {
    justify-content: space-between !important; }

.justify-content-around {
    justify-content: space-around !important; }

.align-items-start {
    align-items: flex-start !important; }

.align-items-end {
    align-items: flex-end !important; }

.align-items-center {
    align-items: center !important; }

.align-items-baseline {
    align-items: baseline !important; }

.align-items-stretch {
    align-items: stretch !important; }

.align-content-start {
    align-content: flex-start !important; }

.align-content-end {
    align-content: flex-end !important; }

.align-content-center {
    align-content: center !important; }

.align-content-between {
    align-content: space-between !important; }

.align-content-around {
    align-content: space-around !important; }

.align-content-stretch {
    align-content: stretch !important; }

.align-self-auto {
    align-self: auto !important; }

.align-self-start {
    align-self: flex-start !important; }

.align-self-end {
    align-self: flex-end !important; }

.align-self-center {
    align-self: center !important; }

.align-self-baseline {
    align-self: baseline !important; }

.align-self-stretch {
    align-self: stretch !important; }

@media (min-width: 576px) {
    .flex-sm-first {
        order: -1; }

    .flex-sm-last {
        order: 1; }

    .flex-sm-unordered {
        order: 0; }

    .flex-sm-row {
        flex-direction: row !important; }

    .flex-sm-column {
        flex-direction: column !important; }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important; }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important; }

    .flex-sm-wrap {
        flex-wrap: wrap !important; }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important; }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important; }

    .justify-content-sm-start {
        justify-content: flex-start !important; }

    .justify-content-sm-end {
        justify-content: flex-end !important; }

    .justify-content-sm-center {
        justify-content: center !important; }

    .justify-content-sm-between {
        justify-content: space-between !important; }

    .justify-content-sm-around {
        justify-content: space-around !important; }

    .align-items-sm-start {
        align-items: flex-start !important; }

    .align-items-sm-end {
        align-items: flex-end !important; }

    .align-items-sm-center {
        align-items: center !important; }

    .align-items-sm-baseline {
        align-items: baseline !important; }

    .align-items-sm-stretch {
        align-items: stretch !important; }

    .align-content-sm-start {
        align-content: flex-start !important; }

    .align-content-sm-end {
        align-content: flex-end !important; }

    .align-content-sm-center {
        align-content: center !important; }

    .align-content-sm-between {
        align-content: space-between !important; }

    .align-content-sm-around {
        align-content: space-around !important; }

    .align-content-sm-stretch {
        align-content: stretch !important; }

    .align-self-sm-auto {
        align-self: auto !important; }

    .align-self-sm-start {
        align-self: flex-start !important; }

    .align-self-sm-end {
        align-self: flex-end !important; }

    .align-self-sm-center {
        align-self: center !important; }

    .align-self-sm-baseline {
        align-self: baseline !important; }

    .align-self-sm-stretch {
        align-self: stretch !important; } }
@media (min-width: 768px) {
    .flex-md-first {
        order: -1; }

    .flex-md-last {
        order: 1; }

    .flex-md-unordered {
        order: 0; }

    .flex-md-row {
        flex-direction: row !important; }

    .flex-md-column {
        flex-direction: column !important; }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important; }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important; }

    .flex-md-wrap {
        flex-wrap: wrap !important; }

    .flex-md-nowrap {
        flex-wrap: nowrap !important; }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important; }

    .justify-content-md-start {
        justify-content: flex-start !important; }

    .justify-content-md-end {
        justify-content: flex-end !important; }

    .justify-content-md-center {
        justify-content: center !important; }

    .justify-content-md-between {
        justify-content: space-between !important; }

    .justify-content-md-around {
        justify-content: space-around !important; }

    .align-items-md-start {
        align-items: flex-start !important; }

    .align-items-md-end {
        align-items: flex-end !important; }

    .align-items-md-center {
        align-items: center !important; }

    .align-items-md-baseline {
        align-items: baseline !important; }

    .align-items-md-stretch {
        align-items: stretch !important; }

    .align-content-md-start {
        align-content: flex-start !important; }

    .align-content-md-end {
        align-content: flex-end !important; }

    .align-content-md-center {
        align-content: center !important; }

    .align-content-md-between {
        align-content: space-between !important; }

    .align-content-md-around {
        align-content: space-around !important; }

    .align-content-md-stretch {
        align-content: stretch !important; }

    .align-self-md-auto {
        align-self: auto !important; }

    .align-self-md-start {
        align-self: flex-start !important; }

    .align-self-md-end {
        align-self: flex-end !important; }

    .align-self-md-center {
        align-self: center !important; }

    .align-self-md-baseline {
        align-self: baseline !important; }

    .align-self-md-stretch {
        align-self: stretch !important; } }
@media (min-width: 992px) {
    .flex-lg-first {
        order: -1; }

    .flex-lg-last {
        order: 1; }

    .flex-lg-unordered {
        order: 0; }

    .flex-lg-row {
        flex-direction: row !important; }

    .flex-lg-column {
        flex-direction: column !important; }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important; }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important; }

    .flex-lg-wrap {
        flex-wrap: wrap !important; }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important; }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important; }

    .justify-content-lg-start {
        justify-content: flex-start !important; }

    .justify-content-lg-end {
        justify-content: flex-end !important; }

    .justify-content-lg-center {
        justify-content: center !important; }

    .justify-content-lg-between {
        justify-content: space-between !important; }

    .justify-content-lg-around {
        justify-content: space-around !important; }

    .align-items-lg-start {
        align-items: flex-start !important; }

    .align-items-lg-end {
        align-items: flex-end !important; }

    .align-items-lg-center {
        align-items: center !important; }

    .align-items-lg-baseline {
        align-items: baseline !important; }

    .align-items-lg-stretch {
        align-items: stretch !important; }

    .align-content-lg-start {
        align-content: flex-start !important; }

    .align-content-lg-end {
        align-content: flex-end !important; }

    .align-content-lg-center {
        align-content: center !important; }

    .align-content-lg-between {
        align-content: space-between !important; }

    .align-content-lg-around {
        align-content: space-around !important; }

    .align-content-lg-stretch {
        align-content: stretch !important; }

    .align-self-lg-auto {
        align-self: auto !important; }

    .align-self-lg-start {
        align-self: flex-start !important; }

    .align-self-lg-end {
        align-self: flex-end !important; }

    .align-self-lg-center {
        align-self: center !important; }

    .align-self-lg-baseline {
        align-self: baseline !important; }

    .align-self-lg-stretch {
        align-self: stretch !important; } }
@media (min-width: 1200px) {
    .flex-xl-first {
        order: -1; }

    .flex-xl-last {
        order: 1; }

    .flex-xl-unordered {
        order: 0; }

    .flex-xl-row {
        flex-direction: row !important; }

    .flex-xl-column {
        flex-direction: column !important; }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important; }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important; }

    .flex-xl-wrap {
        flex-wrap: wrap !important; }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important; }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important; }

    .justify-content-xl-start {
        justify-content: flex-start !important; }

    .justify-content-xl-end {
        justify-content: flex-end !important; }

    .justify-content-xl-center {
        justify-content: center !important; }

    .justify-content-xl-between {
        justify-content: space-between !important; }

    .justify-content-xl-around {
        justify-content: space-around !important; }

    .align-items-xl-start {
        align-items: flex-start !important; }

    .align-items-xl-end {
        align-items: flex-end !important; }

    .align-items-xl-center {
        align-items: center !important; }

    .align-items-xl-baseline {
        align-items: baseline !important; }

    .align-items-xl-stretch {
        align-items: stretch !important; }

    .align-content-xl-start {
        align-content: flex-start !important; }

    .align-content-xl-end {
        align-content: flex-end !important; }

    .align-content-xl-center {
        align-content: center !important; }

    .align-content-xl-between {
        align-content: space-between !important; }

    .align-content-xl-around {
        align-content: space-around !important; }

    .align-content-xl-stretch {
        align-content: stretch !important; }

    .align-self-xl-auto {
        align-self: auto !important; }

    .align-self-xl-start {
        align-self: flex-start !important; }

    .align-self-xl-end {
        align-self: flex-end !important; }

    .align-self-xl-center {
        align-self: center !important; }

    .align-self-xl-baseline {
        align-self: baseline !important; }

    .align-self-xl-stretch {
        align-self: stretch !important; } }
.float-left {
    float: left !important; }

.float-right {
    float: right !important; }

.float-none {
    float: none !important; }

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important; }

    .float-sm-right {
        float: right !important; }

    .float-sm-none {
        float: none !important; } }
@media (min-width: 768px) {
    .float-md-left {
        float: left !important; }

    .float-md-right {
        float: right !important; }

    .float-md-none {
        float: none !important; } }
@media (min-width: 992px) {
    .float-lg-left {
        float: left !important; }

    .float-lg-right {
        float: right !important; }

    .float-lg-none {
        float: none !important; } }
@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important; }

    .float-xl-right {
        float: right !important; }

    .float-xl-none {
        float: none !important; } }
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030; }

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030; }

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1030; }

.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; }

.w-25 {
    width: 25% !important; }

.w-50 {
    width: 50% !important; }

.w-75 {
    width: 75% !important; }

.w-100 {
    width: 100% !important; }

.h-25 {
    height: 25% !important; }

.h-50 {
    height: 50% !important; }

.h-75 {
    height: 75% !important; }

.h-100 {
    height: 100% !important; }

.mw-100 {
    max-width: 100% !important; }

.mh-100 {
    max-height: 100% !important; }

.m-0 {
    margin: 0 0 !important; }

.mt-0 {
    margin-top: 0 !important; }

.mr-0 {
    margin-right: 0 !important; }

.mb-0 {
    margin-bottom: 0 !important; }

.ml-0 {
    margin-left: 0 !important; }

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

.m-1 {
    margin: 0.25rem 0.25rem !important; }

.mt-1 {
    margin-top: 0.25rem !important; }

.mr-1 {
    margin-right: 0.25rem !important; }

.mb-1 {
    margin-bottom: 0.25rem !important; }

.ml-1 {
    margin-left: 0.25rem !important; }

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }

.m-2 {
    margin: 0.5rem 0.5rem !important; }

.mt-2 {
    margin-top: 0.5rem !important; }

.mr-2 {
    margin-right: 0.5rem !important; }

.mb-2 {
    margin-bottom: 0.5rem !important; }

.ml-2 {
    margin-left: 0.5rem !important; }

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

.m-3 {
    margin: 1rem 1rem !important; }

.mt-3 {
    margin-top: 1rem !important; }

.mr-3 {
    margin-right: 1rem !important; }

.mb-3 {
    margin-bottom: 1rem !important; }

.ml-3 {
    margin-left: 1rem !important; }

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

.m-4 {
    margin: 1.5rem 1.5rem !important; }

.mt-4 {
    margin-top: 1.5rem !important; }

.mr-4 {
    margin-right: 1.5rem !important; }

.mb-4 {
    margin-bottom: 1rem !important; }

.ml-4 {
    margin-left: 1.5rem !important; }

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

.m-5 {
    margin: 3rem 3rem !important; }

.mt-5 {
    margin-top: 3rem !important; }

.mr-5 {
    margin-right: 3rem !important; }

.mb-5 {
    margin-bottom: 3rem !important; }

.ml-5 {
    margin-left: 3rem !important; }

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

.p-0 {
    padding: 0 0 !important; }

.pt-0 {
    padding-top: 0 !important; }

.pr-0 {
    padding-right: 0 !important; }

.pb-0 {
    padding-bottom: 0 !important; }

.pl-0 {
    padding-left: 0 !important; }

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

.p-1 {
    padding: 0.25rem 0.25rem !important; }

.pt-1 {
    padding-top: 0.25rem !important; }

.pr-1 {
    padding-right: 0.25rem !important; }

.pb-1 {
    padding-bottom: 0.25rem !important; }

.pl-1 {
    padding-left: 0.25rem !important; }

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

.p-2 {
    padding: 0.5rem 0.5rem !important; }

.pt-2 {
    padding-top: 0.5rem !important; }

.pr-2 {
    padding-right: 0.5rem !important; }

.pb-2 {
    padding-bottom: 0.5rem !important; }

.pl-2 {
    padding-left: 0.5rem !important; }

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

.p-3 {
    padding: 1rem 1rem !important; }

.pt-3 {
    padding-top: 1rem !important; }

.pr-3 {
    padding-right: 1rem !important; }

.pb-3 {
    padding-bottom: 1rem !important; }

.pl-3 {
    padding-left: 1rem !important; }

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

.p-4 {
    padding: 1.5rem 1.5rem !important; }

.pt-4 {
    padding-top: 1.5rem !important; }

.pr-4 {
    padding-right: 1.5rem !important; }

.pb-4 {
    padding-bottom: 1.5rem !important; }

.pl-4 {
    padding-left: 1.5rem !important; }

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

.p-5 {
    padding: 3rem 3rem !important; }

.pt-5 {
    padding-top: 3rem !important; }

.pr-5 {
    padding-right: 3rem !important; }

.pb-5 {
    padding-bottom: 3rem !important; }

.pl-5 {
    padding-left: 3rem !important; }

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

.m-auto {
    margin: auto !important; }

.mt-auto {
    margin-top: auto !important; }

.mr-auto {
    margin-right: auto !important; }

.mb-auto {
    margin-bottom: auto !important; }

.ml-auto {
    margin-left: auto !important; }

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 0 !important; }

    .mt-sm-0 {
        margin-top: 0 !important; }

    .mr-sm-0 {
        margin-right: 0 !important; }

    .mb-sm-0 {
        margin-bottom: 0 !important; }

    .ml-sm-0 {
        margin-left: 0 !important; }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important; }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important; }

    .m-sm-1 {
        margin: 0.25rem 0.25rem !important; }

    .mt-sm-1 {
        margin-top: 0.25rem !important; }

    .mr-sm-1 {
        margin-right: 0.25rem !important; }

    .mb-sm-1 {
        margin-bottom: 0.25rem !important; }

    .ml-sm-1 {
        margin-left: 0.25rem !important; }

    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important; }

    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important; }

    .m-sm-2 {
        margin: 0.5rem 0.5rem !important; }

    .mt-sm-2 {
        margin-top: 0.5rem !important; }

    .mr-sm-2 {
        margin-right: 0.5rem !important; }

    .mb-sm-2 {
        margin-bottom: 0.5rem !important; }

    .ml-sm-2 {
        margin-left: 0.5rem !important; }

    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important; }

    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important; }

    .m-sm-3 {
        margin: 1rem 1rem !important; }

    .mt-sm-3 {
        margin-top: 1rem !important; }

    .mr-sm-3 {
        margin-right: 1rem !important; }

    .mb-sm-3 {
        margin-bottom: 1rem !important; }

    .ml-sm-3 {
        margin-left: 1rem !important; }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important; }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important; }

    .m-sm-4 {
        margin: 1.5rem 1.5rem !important; }

    .mt-sm-4 {
        margin-top: 1.5rem !important; }

    .mr-sm-4 {
        margin-right: 1.5rem !important; }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important; }

    .ml-sm-4 {
        margin-left: 1.5rem !important; }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important; }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important; }

    .m-sm-5 {
        margin: 3rem 3rem !important; }

    .mt-sm-5 {
        margin-top: 3rem !important; }

    .mr-sm-5 {
        margin-right: 3rem !important; }

    .mb-sm-5 {
        margin-bottom: 3rem !important; }

    .ml-sm-5 {
        margin-left: 3rem !important; }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important; }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important; }

    .p-sm-0 {
        padding: 0 0 !important; }

    .pt-sm-0 {
        padding-top: 0 !important; }

    .pr-sm-0 {
        padding-right: 0 !important; }

    .pb-sm-0 {
        padding-bottom: 0 !important; }

    .pl-sm-0 {
        padding-left: 0 !important; }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important; }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important; }

    .p-sm-1 {
        padding: 0.25rem 0.25rem !important; }

    .pt-sm-1 {
        padding-top: 0.25rem !important; }

    .pr-sm-1 {
        padding-right: 0.25rem !important; }

    .pb-sm-1 {
        padding-bottom: 0.25rem !important; }

    .pl-sm-1 {
        padding-left: 0.25rem !important; }

    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important; }

    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important; }

    .p-sm-2 {
        padding: 0.5rem 0.5rem !important; }

    .pt-sm-2 {
        padding-top: 0.5rem !important; }

    .pr-sm-2 {
        padding-right: 0.5rem !important; }

    .pb-sm-2 {
        padding-bottom: 0.5rem !important; }

    .pl-sm-2 {
        padding-left: 0.5rem !important; }

    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important; }

    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important; }

    .p-sm-3 {
        padding: 1rem 1rem !important; }

    .pt-sm-3 {
        padding-top: 1rem !important; }

    .pr-sm-3 {
        padding-right: 1rem !important; }

    .pb-sm-3 {
        padding-bottom: 1rem !important; }

    .pl-sm-3 {
        padding-left: 1rem !important; }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important; }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important; }

    .p-sm-4 {
        padding: 1.5rem 1.5rem !important; }

    .pt-sm-4 {
        padding-top: 1.5rem !important; }

    .pr-sm-4 {
        padding-right: 1.5rem !important; }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important; }

    .pl-sm-4 {
        padding-left: 1.5rem !important; }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important; }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important; }

    .p-sm-5 {
        padding: 3rem 3rem !important; }

    .pt-sm-5 {
        padding-top: 3rem !important; }

    .pr-sm-5 {
        padding-right: 3rem !important; }

    .pb-sm-5 {
        padding-bottom: 3rem !important; }

    .pl-sm-5 {
        padding-left: 3rem !important; }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important; }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important; }

    .m-sm-auto {
        margin: auto !important; }

    .mt-sm-auto {
        margin-top: auto !important; }

    .mr-sm-auto {
        margin-right: auto !important; }

    .mb-sm-auto {
        margin-bottom: auto !important; }

    .ml-sm-auto {
        margin-left: auto !important; }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important; }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important; } }
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 0 !important; }

    .mt-md-0 {
        margin-top: 0 !important; }

    .mr-md-0 {
        margin-right: 0 !important; }

    .mb-md-0 {
        margin-bottom: 0 !important; }

    .ml-md-0 {
        margin-left: 0 !important; }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important; }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important; }

    .m-md-1 {
        margin: 0.25rem 0.25rem !important; }

    .mt-md-1 {
        margin-top: 0.25rem !important; }

    .mr-md-1 {
        margin-right: 0.25rem !important; }

    .mb-md-1 {
        margin-bottom: 0.25rem !important; }

    .ml-md-1 {
        margin-left: 0.25rem !important; }

    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important; }

    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important; }

    .m-md-2 {
        margin: 0.5rem 0.5rem !important; }

    .mt-md-2 {
        margin-top: 0.5rem !important; }

    .mr-md-2 {
        margin-right: 0.5rem !important; }

    .mb-md-2 {
        margin-bottom: 0.5rem !important; }

    .ml-md-2 {
        margin-left: 0.5rem !important; }

    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important; }

    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important; }

    .m-md-3 {
        margin: 1rem 1rem !important; }

    .mt-md-3 {
        margin-top: 1rem !important; }

    .mr-md-3 {
        margin-right: 1rem !important; }

    .mb-md-3 {
        margin-bottom: 1rem !important; }

    .ml-md-3 {
        margin-left: 1rem !important; }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important; }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important; }

    .m-md-4 {
        margin: 1.5rem 1.5rem !important; }

    .mt-md-4 {
        margin-top: 1.5rem !important; }

    .mr-md-4 {
        margin-right: 1.5rem !important; }

    .mb-md-4 {
        margin-bottom: 1.5rem !important; }

    .ml-md-4 {
        margin-left: 1.5rem !important; }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important; }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important; }

    .m-md-5 {
        margin: 3rem 3rem !important; }

    .mt-md-5 {
        margin-top: 3rem !important; }

    .mr-md-5 {
        margin-right: 3rem !important; }

    .mb-md-5 {
        margin-bottom: 3rem !important; }

    .ml-md-5 {
        margin-left: 3rem !important; }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important; }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important; }

    .p-md-0 {
        padding: 0 0 !important; }

    .pt-md-0 {
        padding-top: 0 !important; }

    .pr-md-0 {
        padding-right: 0 !important; }

    .pb-md-0 {
        padding-bottom: 0 !important; }

    .pl-md-0 {
        padding-left: 0 !important; }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important; }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important; }

    .p-md-1 {
        padding: 0.25rem 0.25rem !important; }

    .pt-md-1 {
        padding-top: 0.25rem !important; }

    .pr-md-1 {
        padding-right: 0.25rem !important; }

    .pb-md-1 {
        padding-bottom: 0.25rem !important; }

    .pl-md-1 {
        padding-left: 0.25rem !important; }

    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important; }

    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important; }

    .p-md-2 {
        padding: 0.5rem 0.5rem !important; }

    .pt-md-2 {
        padding-top: 0.5rem !important; }

    .pr-md-2 {
        padding-right: 0.5rem !important; }

    .pb-md-2 {
        padding-bottom: 0.5rem !important; }

    .pl-md-2 {
        padding-left: 0.5rem !important; }

    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important; }

    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important; }

    .p-md-3 {
        padding: 1rem 1rem !important; }

    .pt-md-3 {
        padding-top: 1rem !important; }

    .pr-md-3 {
        padding-right: 1rem !important; }

    .pb-md-3 {
        padding-bottom: 1rem !important; }

    .pl-md-3 {
        padding-left: 1rem !important; }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important; }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important; }

    .p-md-4 {
        padding: 1.5rem 1.5rem !important; }

    .pt-md-4 {
        padding-top: 1.5rem !important; }

    .pr-md-4 {
        padding-right: 1.5rem !important; }

    .pb-md-4 {
        padding-bottom: 1.5rem !important; }

    .pl-md-4 {
        padding-left: 1.5rem !important; }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important; }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important; }

    .p-md-5 {
        padding: 3rem 3rem !important; }

    .pt-md-5 {
        padding-top: 3rem !important; }

    .pr-md-5 {
        padding-right: 3rem !important; }

    .pb-md-5 {
        padding-bottom: 3rem !important; }

    .pl-md-5 {
        padding-left: 3rem !important; }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important; }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important; }

    .m-md-auto {
        margin: auto !important; }

    .mt-md-auto {
        margin-top: auto !important; }

    .mr-md-auto {
        margin-right: auto !important; }

    .mb-md-auto {
        margin-bottom: auto !important; }

    .ml-md-auto {
        margin-left: auto !important; }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important; }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important; } }
@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 0 !important; }

    .mt-lg-0 {
        margin-top: 0 !important; }

    .mr-lg-0 {
        margin-right: 0 !important; }

    .mb-lg-0 {
        margin-bottom: 0 !important; }

    .ml-lg-0 {
        margin-left: 0 !important; }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important; }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important; }

    .m-lg-1 {
        margin: 0.25rem 0.25rem !important; }

    .mt-lg-1 {
        margin-top: 0.25rem !important; }

    .mr-lg-1 {
        margin-right: 0.25rem !important; }

    .mb-lg-1 {
        margin-bottom: 0.25rem !important; }

    .ml-lg-1 {
        margin-left: 0.25rem !important; }

    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important; }

    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important; }

    .m-lg-2 {
        margin: 0.5rem 0.5rem !important; }

    .mt-lg-2 {
        margin-top: 0.5rem !important; }

    .mr-lg-2 {
        margin-right: 0.5rem !important; }

    .mb-lg-2 {
        margin-bottom: 0.5rem !important; }

    .ml-lg-2 {
        margin-left: 0.5rem !important; }

    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important; }

    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important; }

    .m-lg-3 {
        margin: 1rem 1rem !important; }

    .mt-lg-3 {
        margin-top: 1rem !important; }

    .mr-lg-3 {
        margin-right: 1rem !important; }

    .mb-lg-3 {
        margin-bottom: 1rem !important; }

    .ml-lg-3 {
        margin-left: 1rem !important; }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important; }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important; }

    .m-lg-4 {
        margin: 1.5rem 1.5rem !important; }

    .mt-lg-4 {
        margin-top: 1.5rem !important; }

    .mr-lg-4 {
        margin-right: 1.5rem !important; }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important; }

    .ml-lg-4 {
        margin-left: 1.5rem !important; }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important; }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important; }

    .m-lg-5 {
        margin: 3rem 3rem !important; }

    .mt-lg-5 {
        margin-top: 3rem !important; }

    .mr-lg-5 {
        margin-right: 3rem !important; }

    .mb-lg-5 {
        margin-bottom: 3rem !important; }

    .ml-lg-5 {
        margin-left: 3rem !important; }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important; }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important; }

    .p-lg-0 {
        padding: 0 0 !important; }

    .pt-lg-0 {
        padding-top: 0 !important; }

    .pr-lg-0 {
        padding-right: 0 !important; }

    .pb-lg-0 {
        padding-bottom: 0 !important; }

    .pl-lg-0 {
        padding-left: 0 !important; }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important; }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important; }

    .p-lg-1 {
        padding: 0.25rem 0.25rem !important; }

    .pt-lg-1 {
        padding-top: 0.25rem !important; }

    .pr-lg-1 {
        padding-right: 0.25rem !important; }

    .pb-lg-1 {
        padding-bottom: 0.25rem !important; }

    .pl-lg-1 {
        padding-left: 0.25rem !important; }

    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important; }

    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important; }

    .p-lg-2 {
        padding: 0.5rem 0.5rem !important; }

    .pt-lg-2 {
        padding-top: 0.5rem !important; }

    .pr-lg-2 {
        padding-right: 0.5rem !important; }

    .pb-lg-2 {
        padding-bottom: 0.5rem !important; }

    .pl-lg-2 {
        padding-left: 0.5rem !important; }

    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important; }

    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important; }

    .p-lg-3 {
        padding: 1rem 1rem !important; }

    .pt-lg-3 {
        padding-top: 1rem !important; }

    .pr-lg-3 {
        padding-right: 1rem !important; }

    .pb-lg-3 {
        padding-bottom: 1rem !important; }

    .pl-lg-3 {
        padding-left: 1rem !important; }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important; }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important; }

    .p-lg-4 {
        padding: 1.5rem 1.5rem !important; }

    .pt-lg-4 {
        padding-top: 1.5rem !important; }

    .pr-lg-4 {
        padding-right: 1.5rem !important; }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important; }

    .pl-lg-4 {
        padding-left: 1.5rem !important; }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important; }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important; }

    .p-lg-5 {
        padding: 3rem 3rem !important; }

    .pt-lg-5 {
        padding-top: 3rem !important; }

    .pr-lg-5 {
        padding-right: 3rem !important; }

    .pb-lg-5 {
        padding-bottom: 3rem !important; }

    .pl-lg-5 {
        padding-left: 3rem !important; }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important; }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important; }

    .m-lg-auto {
        margin: auto !important; }

    .mt-lg-auto {
        margin-top: auto !important; }

    .mr-lg-auto {
        margin-right: auto !important; }

    .mb-lg-auto {
        margin-bottom: auto !important; }

    .ml-lg-auto {
        margin-left: auto !important; }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important; }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important; } }
@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 0 !important; }

    .mt-xl-0 {
        margin-top: 0 !important; }

    .mr-xl-0 {
        margin-right: 0 !important; }

    .mb-xl-0 {
        margin-bottom: 0 !important; }

    .ml-xl-0 {
        margin-left: 0 !important; }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important; }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important; }

    .m-xl-1 {
        margin: 0.25rem 0.25rem !important; }

    .mt-xl-1 {
        margin-top: 0.25rem !important; }

    .mr-xl-1 {
        margin-right: 0.25rem !important; }

    .mb-xl-1 {
        margin-bottom: 0.25rem !important; }

    .ml-xl-1 {
        margin-left: 0.25rem !important; }

    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important; }

    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important; }

    .m-xl-2 {
        margin: 0.5rem 0.5rem !important; }

    .mt-xl-2 {
        margin-top: 0.5rem !important; }

    .mr-xl-2 {
        margin-right: 0.5rem !important; }

    .mb-xl-2 {
        margin-bottom: 0.5rem !important; }

    .ml-xl-2 {
        margin-left: 0.5rem !important; }

    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important; }

    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important; }

    .m-xl-3 {
        margin: 1rem 1rem !important; }

    .mt-xl-3 {
        margin-top: 1rem !important; }

    .mr-xl-3 {
        margin-right: 1rem !important; }

    .mb-xl-3 {
        margin-bottom: 1rem !important; }

    .ml-xl-3 {
        margin-left: 1rem !important; }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important; }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important; }

    .m-xl-4 {
        margin: 1.5rem 1.5rem !important; }

    .mt-xl-4 {
        margin-top: 1.5rem !important; }

    .mr-xl-4 {
        margin-right: 1.5rem !important; }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important; }

    .ml-xl-4 {
        margin-left: 1.5rem !important; }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important; }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important; }

    .m-xl-5 {
        margin: 3rem 3rem !important; }

    .mt-xl-5 {
        margin-top: 3rem !important; }

    .mr-xl-5 {
        margin-right: 3rem !important; }

    .mb-xl-5 {
        margin-bottom: 3rem !important; }

    .ml-xl-5 {
        margin-left: 3rem !important; }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important; }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important; }

    .p-xl-0 {
        padding: 0 0 !important; }

    .pt-xl-0 {
        padding-top: 0 !important; }

    .pr-xl-0 {
        padding-right: 0 !important; }

    .pb-xl-0 {
        padding-bottom: 0 !important; }

    .pl-xl-0 {
        padding-left: 0 !important; }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important; }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important; }

    .p-xl-1 {
        padding: 0.25rem 0.25rem !important; }

    .pt-xl-1 {
        padding-top: 0.25rem !important; }

    .pr-xl-1 {
        padding-right: 0.25rem !important; }

    .pb-xl-1 {
        padding-bottom: 0.25rem !important; }

    .pl-xl-1 {
        padding-left: 0.25rem !important; }

    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important; }

    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important; }

    .p-xl-2 {
        padding: 0.5rem 0.5rem !important; }

    .pt-xl-2 {
        padding-top: 0.5rem !important; }

    .pr-xl-2 {
        padding-right: 0.5rem !important; }

    .pb-xl-2 {
        padding-bottom: 0.5rem !important; }

    .pl-xl-2 {
        padding-left: 0.5rem !important; }

    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important; }

    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important; }

    .p-xl-3 {
        padding: 1rem 1rem !important; }

    .pt-xl-3 {
        padding-top: 1rem !important; }

    .pr-xl-3 {
        padding-right: 1rem !important; }

    .pb-xl-3 {
        padding-bottom: 1rem !important; }

    .pl-xl-3 {
        padding-left: 1rem !important; }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important; }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important; }

    .p-xl-4 {
        padding: 1.5rem 1.5rem !important; }

    .pt-xl-4 {
        padding-top: 1.5rem !important; }

    .pr-xl-4 {
        padding-right: 1.5rem !important; }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important; }

    .pl-xl-4 {
        padding-left: 1.5rem !important; }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important; }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important; }

    .p-xl-5 {
        padding: 3rem 3rem !important; }

    .pt-xl-5 {
        padding-top: 3rem !important; }

    .pr-xl-5 {
        padding-right: 3rem !important; }

    .pb-xl-5 {
        padding-bottom: 3rem !important; }

    .pl-xl-5 {
        padding-left: 3rem !important; }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important; }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important; }

    .m-xl-auto {
        margin: auto !important; }

    .mt-xl-auto {
        margin-top: auto !important; }

    .mr-xl-auto {
        margin-right: auto !important; }

    .mb-xl-auto {
        margin-bottom: auto !important; }

    .ml-xl-auto {
        margin-left: auto !important; }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important; }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important; } }
.text-justify {
    text-align: justify !important; }

.text-nowrap {
    white-space: nowrap !important; }

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.text-left {
    text-align: left !important; }

.text-right {
    text-align: right !important; }

.text-center {
    text-align: center !important; }

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important; }

    .text-sm-right {
        text-align: right !important; }

    .text-sm-center {
        text-align: center !important; } }
@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important; }

    .text-md-right {
        text-align: right !important; }

    .text-md-center {
        text-align: center !important; } }
@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important; }

    .text-lg-right {
        text-align: right !important; }

    .text-lg-center {
        text-align: center !important; } }
@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important; }

    .text-xl-right {
        text-align: right !important; }

    .text-xl-center {
        text-align: center !important; } }
.text-lowercase {
    text-transform: lowercase !important; }

.text-uppercase {
    text-transform: uppercase !important; }

.text-capitalize {
    text-transform: capitalize !important; }

.font-weight-normal {
    font-weight: normal; }

.font-weight-bold {
    font-weight: bold; }

.font-italic {
    font-style: italic; }

.text-white {
    color: #fff !important; }

.text-muted {
    color: #636c72 !important; }

a.text-muted:focus, a.text-muted:hover {
    color: #4b5257 !important; }

.text-primary {
    color: #0275d8 !important; }

a.text-primary:focus, a.text-primary:hover {
    color: #025aa5 !important; }

.text-success {
    color: #5cb85c !important; }

a.text-success:focus, a.text-success:hover {
    color: #449d44 !important; }

.text-info {
    color: #5bc0de !important; }

a.text-info:focus, a.text-info:hover {
    color: #31b0d5 !important; }

.text-warning {
    color: #f0ad4e !important; }

a.text-warning:focus, a.text-warning:hover {
    color: #ec971f !important; }

.text-danger {
    color: #ffb1b1 !important; }

a.text-danger:focus, a.text-danger:hover {
    color: #c9302c !important; }

.text-gray-dark {
    color: #292b2c !important; }

a.text-gray-dark:focus, a.text-gray-dark:hover {
    color: #101112 !important; }

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }

.invisible {
    visibility: hidden !important; }

.hidden-xs-up {
    display: none !important; }

@media (max-width: 575px) {
    .hidden-xs-down {
        display: none !important; } }

@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important; } }

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important; } }

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important; } }

@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important; } }

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important; } }

@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important; } }

@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important; } }

.hidden-xl-down {
    display: none !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; } }

body {
    font-family: Branding;
    font-weight: 300;
}


.logo, .icon-sp {
    /* background: url(../img/sprite2.png) no-repeat; */
    background-size: 960px 540px; }

a:focus, a:hover {
    color: inherit;
    cursor: pointer; }

.bg-primary-new {
    background-color: #1D566E; }

.bg-secondary {
    background-color: #21ABA5; }

.bg-link {
    background-color: #57849E; }

.bg-light {
    background-color: #F8F8F8; }

.bg-text-light {
    background-color: #CDCDCD; }

.bg-text-primary {
    background-color: #757575; }

.bg-text-highlight {
    background-color: #292929; }

.bg-notify-success {
    background-color: #45B29D; }

.bg-notify-fail {
    background-color: #E27A3F; }

.bg-error {
    background-color: #E14F57; }

.bg-supput1 {
    background-color: #FCAF00; }

.bg-supput2 {
    background-color: #1485BE; }

.bg-supput3 {
    background-color: #6E3CAA; }

.logo {
    width: 45px;
    height: 45px;
    margin: 15px auto;
    padding: 0;
    float: none;
    font-size: 18px;
    line-height: 20px;
    display: block;
    text-indent: -5000px;
    background-position: -57px -2px; }
@media (max-width: 768px) {
    .logo {
        float: right; } }

@media (max-width: 768px) {
    .login-logo{
        height: 75px;
        width: auto;
    }
    .p-5{
        padding:1rem !important;
    }
}
@media (min-width: 768px) {
    .login-screen{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin-left: -12rem;
    }
}
@media (min-width: 768px) {
    .login-screen-s{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 85%;
    }
}
@media (max-width: 768px) {
    .login-screen{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin-left: -8rem;
    }
}
.icon {
    display: inline-block;
    vertical-align: middle; }
.icon.icon-2x {
    width: 45px;
    height: 45px;
    margin-left:2rem;}
.icon.icon-1x {
    width: 35px;
    height: 35px; }
.icon.icon-x {
    width: 30px;
    height: 30px; }
@media (max-width: 767px) {
    .icon.icon-x {
        width: 20px;
        height: 20px; }
}
.icon.icon-x-small {
    width: 20px;
    height: 20px; }
.icon.filter {
    background-position: -421px -70px; }
.icon.more-v {
    background-position: -433px -16px; }
.icon.delete {
    background-position: -479px -74px; }
.icon.dashboard {
    background-position: -15px -62px; }
.icon.contacts {
    background-position: -15px -122px; }
.icon.communication {
    background-position: -15px -187px; }
.icon.opportunities {
    background-position: -15px -253px; }
.icon.targets {
    background-position: -15px -328px; }
.icon.products {
    background-position: -15px -399px; }
.icon.search {
    background-position: -518px -76px; }
.icon.help {
    background-position: -192px -13px; }
.icon.settings {
    background-position: -155px -13px; }
.icon.menu-slide {
    background-position: -231px -14px; }
.icon.lock {
    background-position: -263px -17px; }
.icon.listing {
    background-position: -300px -17px; }
.icon.nextbtn {
    background-position: -368px -17px; }
.icon.backbtn {
    background-position: -336px -17px; }
.icon.no-visual {
    background-position: -403px -17px; }
.icon.more-v {
    background-position: -433px -16px; }
.icon.add-plus {
    background-position: -475px -16px; }
.icon.add-plus-white {
    background-position: -598px -16px; }
.icon.collapse-icon {
    background-position: -523px -21px; }
.icon.time-line-file {
    background-position: -555px -21px; }
.icon.table-mail {
    background-position: -654px -16px; }
.icon.table-mail.read {
    background-position: -694px -16px; }
.icon.table-flag {
    background-position: -735px -16px; }

.icon {
    display: inline-block; }
.icon.small {
    width: 45px;
    height: 45px; }
.icon.ex-small {
    width: 20px;
    height: 20px; }
.icon.medium {
    width: 75px;
    height: 75px; }

.smile {
    background-position: -10px -207px; }

.profile-dd {
    background-position: -67px -209px; }

.my-task {
    background-position: 1px -371px; }

.histry-list-icon {
    background-position: -142px -209px; }

.heading {
    color: #333;
    position: relative; }
.heading.form-heading {
    margin-bottom: 15px;
    font-weight: normal; }

.widget-box {
    width: 100%;
    min-height: 100px;
    border-radius: 5px; }
.widget-box.white {
    background-color: #ffffff; }

.color-row {
    padding: 0; }
.color-row .color-item {
    position: relative;
    width: 90px;
    padding: 10px;
    height: 125px;
    float: left;
    margin: 15px; }
.color-row .color-item .round {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 5px solid #F8f8f8; }
.color-row .color-item .name {
    display: block;
    margin: 10px 5px 5px;
    text-align: center; }
.color-row div:first-child {
    margin-left: -10px; }

h2.vert-link-list-title {
    font-size: 1rem;
    font-weight: bold;
    padding: 0.25rem 1.25rem;
    margin-top: 1rem; }

.vert-link-list li {
    border: hidden;
    border-radius: 0;
    padding: 0.50rem 1.25rem;
    background-color: transparent; }

.page-titles {
    font-size: 120%; }

.template-wrapper {
    position: relative;
    background-color: #ffffff;
    padding-left: 0;
    padding-right: 0; }
.template-wrapper .header {
    position: relative; }

.horizontal-item-list {
    display: flex;
    min-width: 100%;
    min-height: 100px;
    overflow-x: auto; }
.horizontal-item-list::-webkit-scrollbar {
    display: none; }
.horizontal-item-list .item {
    min-width: 200px;
    margin: 5px; }

.btn.with-icon {
    position: relative;
    padding-left: 45px; }
.btn.with-icon .icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%); }
.btn.with-icon .icon img {
    height: 100%; }
.btn.with-icon .icon .fill-color {
    filter: invert(0.9); }
.btn.with-icon.right {
    padding-left: 15px;
    padding-right: 45px; }
.btn.with-icon.right .icon {
    left: auto;
    right: 15px; }
.btn.with-icon.right.progress-btn {
    padding-left: 15px;
    padding-right: 15px; }
.btn.progress-btn {
    overflow: hidden; }
.btn.progress-btn .icon {
    transform: translateY(-200%);
    opacity: 0;
    transition: all 1s ease-in-out, left 1.5s ease-in-out; }
.btn.progress-btn.progress-now {
    padding-left: 15px;
    padding-right: 45px !important; }
.btn.progress-btn.progress-now .icon {
    transform: translateY(-50%);
    opacity: 1;
    color: #1D566E; }

.btn-primary .sample-loader {
    border-color: #2A5F83;
    border-top-color: white; }

.btn-secondary {
    color: #FFFFFF;
    background-color: #EE7203;
    border-color: #EE7203; }
.btn-secondary:hover {
    color: #FFFFFF;
    background-color: #D16300;
    border-color: #D16300; }
.btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 2px rgba(209, 99, 0, 0.5); }
.btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #EE8800;
    border-color: #EE8800; }
.btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #D16300;
    background-image: none;
    border-color: #D16300; }
.btn-secondary .sample-loader {
    border-color: #EE7203;
    border-top-color: white; }

.btn-outline-primary {
    color: #757575;
    background-color: #ffffff;
    border-color: #1D566E;
    color: #1D566E;
    background-image: none;
    background-color: transparent;
    border-color: #1D566E;
    box-shadow: none; }
.btn-outline-primary:hover {
    color: #757575;
    background-color: #e6e6e6;
    border-color: #10303e; }
.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 2px rgba(29, 86, 110, 0.5); }
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    background-color: #ffffff;
    border-color: #1D566E; }
.btn-outline-primary:active, .btn-outline-primary.active, .show > .btn-outline-primary.dropdown-toggle {
    color: #757575;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #10303e; }
.btn-outline-primary:hover {
    color: #fff;
    background-color: #1D566E;
    border-color: #1D566E; }
.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 2px rgba(29, 86, 110, 0.5); }
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #1D566E;
    background-color: transparent; }
.btn-outline-primary:active, .btn-outline-primary.active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #1D566E;
    border-color: #1D566E; }

.btn-dark,
.btn-light,
.btn-link {
    box-shadow: none;
    background-color: transparent; }

.sample-loader {
    border: 2px solid #57849E;
    border-radius: 50%;
    border-top: 2px solid #F8F8F8;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite; }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); }
    100% {
        -webkit-transform: rotate(360deg); } }
@keyframes spin {
    0% {
        transform: rotate(0deg); }
    100% {
        transform: rotate(360deg); } }
.app-alert {
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.27); }
.app-alert.with-icon {
    position: relative;
    padding-left: 90px; }
.app-alert.with-icon .icon {
    position: absolute;
    left: 1.25rem;
    top: 0.75rem; }
.app-alert.with-icon .fill-color {
    filter: invert(0.9); }
.app-alert.with-icon.with-icon-small {
    padding-left: 70px; }
.app-alert.alert-info {
    box-shadow: none; }
.app-alert.alert-info .fill-color {
    filter: invert(0.1); }
.app-alert.alert-info.bordered {
    border-color: #CDCDCD; }

.dropdown .dropdown-toggle:after {
    /* background-image: url("../img/icons/angle-down.svg"); */
    width: 10px;
    height: 10px;
    border: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0;
    filter: invert(0.9); }
.dropdown .dropdown-toggle.btn-outline-primary:after {
    filter: invert(0.1); }
.dropdown .dropdown-menu.bg-primary-new, .dropdown .dropdown-menu.bg-secondary {
    color: #ffffff; }
.dropdown .dropdown-menu.bg-primary-new a, .dropdown .dropdown-menu.bg-secondary a {
    color: #ffffff; }
.dropdown .dropdown-menu.bg-primary-new a:hover, .dropdown .dropdown-menu.bg-secondary a:hover {
    background-color: transparent; }

.app-list .list-group-item {
    border: hidden;
    background-color: transparent; }
.app-list .list-group-item.with-icon {
    position: relative;
    padding-left: 50px; }
.app-list .list-group-item.with-icon .icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%); }
@media (max-width: 767px) {
    .app-list .list-group-item.with-icon .icon {
        position: absolute;
        left: 5px;
        top: 50%;
        transform: translateY(-50%); }
}
.app-list .list-group-item.with-icon .icon img {
    height: 100%;
    vertical-align: top; }
.app-list.bg-primary-new .list-group-item {
    color: #ffffff; }
.app-list.bg-primary-new .list-group-item .icon img {
    filter: invert(0.9); }

.app-nav {
    border-bottom: 1px solid #ddd; }
.app-nav a.active {
    border-bottom: 2px solid #464a4c;
    margin-bottom: -1px; }
.app-nav.bg-primary-new, .app-nav.bg-secondary {
    border: none; }
.app-nav.bg-primary-new a, .app-nav.bg-secondary a {
    color: #ffffff; }
.app-nav.bg-primary-new a.active, .app-nav.bg-secondary a.active {
    border: none;
    margin-bottom: 0; }

.content-layout {
    margin: auto;
    padding: 1rem; }

.button-row {
    padding-bottom: 1rem;
    margin-bottom: 10px; }
.button-row .btn-hover-effect {
    display: inline-block;
    color: #1D566E;
    text-decoration: none; }
.button-row .btn-hover-effect::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #1D566E;
    transition: width 0.3s; }
.button-row .btn-hover-effect:hover::after {
    width: 100%; }

.template-wrapper.dummy {
    height: 2000px; }
.template-wrapper.dummy .main-wrapper {
    position: relative;
    width: 100%;
    /* max-height: calc(100vh - 4rem); */ }

.clearfix {
    margin: auto;
    padding: 1rem; }
.clearfix img {
    border-radius: 4px; }
.clearfix img + h3,
.clearfix img + h4,
.clearfix img + p {
    margin-top: 20px; }
.clearfix img + h1,
.clearfix img + h2 {
    margin-top: 40px; }
.clearfix .col-fill-left {
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: 1; }
.clearfix .col-fill-left + div {
    position: relative;
    z-index: 2; }
.clearfix .col-fill-right {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: 1; }
.clearfix .col-fill-right + div {
    position: relative;
    z-index: 2; }
.clearfix .row-100 {
    height: 100px;
    width: 100%; }
.clearfix .row-50 {
    height: 50px;
    width: 100%; }
.clearfix .row-70 {
    height: 70px;
    width: 100%; }
.clearfix .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem; }
.clearfix .card-columns .card {
    width: 100%;
    margin-bottom: 2.5rem;
    display: inline-flex;
    border: #F8F8F8;
    border-radius: 0.1rem; }
.clearfix .card-columns .card .card-title {
    padding-top: 10px; }
.clearfix .card-columns .card .card-img-top {
    -webkit-box-shadow: 1px 1px 5px 0 rgba(222, 222, 222, 0.5);
    -moz-box-shadow: 1px 1px 5px 0 rgba(222, 222, 222, 0.5);
    box-shadow: 1px 1px 5px 0 rgba(222, 222, 222, 0.5);
    width: 100%;
    opacity: 1;
    display: block;
    height: auto;
    transition: 0.3s ease;
    backface-visibility: hidden; }
.clearfix .card-columns .middle {
    transition: 0.3s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center; }
.clearfix .card-columns .card:hover .card-img-top {
    opacity: 0.3; }
.clearfix .card-columns .card:hover .middle {
    opacity: 1; }
.clearfix .content-item {
    margin: auto;
    padding: 2rem;
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    background-color: #ffffff; }
.clearfix .content-item.content-image-bg {
    color: #f2f2f2; }
.clearfix .content-item .content-block {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
.clearfix .content-item .content-block .content-box {
    background: #ffffff;
    color: #757575;
    padding: 60px 40px;
    border-radius: 4px;
    overflow: hidden; }
.clearfix .content-item .content-block .content-touch {
    border-top: solid 5px #1D566E; }

.common-table.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fdfdfd; }
.common-table.table-striped.table-dark {
    background-color: #1D566E; }
.common-table.table-striped.table-dark tbody tr:nth-of-type(odd) {
    background-color: #226682; }
.common-table.table-striped.table-dark thead th {
    border-color: #18465a;
    color: #ffffff; }
.common-table.table-striped.table-dark td {
    border-color: #18465a;
    color: #ffffff; }
.common-table.table-striped.table-dark td.with-icon .icons .icon img {
    filter: invert(0.9); }
.common-table td.with-icon {
    position: relative;
    min-width: 40px; }
.common-table td.with-icon .icons {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 75px; }
.common-table td.with-icon .icons .icon {
    margin-right: 10px; }

.common-navbar .navbar-brand.logo {
    margin: 0; }
.common-navbar .nav-item .nav-link {
    color: #1D566E; }
.common-navbar .nav-item.active .nav-link {
    color: #1D566E;
    font-weight: bold; }
.common-navbar .mega-dropdown.show {
    position: static; }
.common-navbar .mega-dropdown.show .dropdown-menu {
    display: table;
    width: 100%;
    text-align: left;
    left: 0;
    right: 0;
    border-radius: 0;
    border-width: 2px 0 0 0;
    border-top: 2px solid #1D566E; }
.common-navbar .mega-dropdown.show .dropdown-menu a {
    display: inline-block;
    width: auto; }
.common-navbar.dark-nav {
    background-color: #1D566E; }
.common-navbar.dark-nav .nav-item .nav-link {
    color: #ffffff; }
.common-navbar.dark-nav .nav-item.active .nav-link {
    color: #ffffff;
    font-weight: bold; }
.common-navbar.dark-nav .mega-dropdown.show .dropdown-menu {
    margin-top: -2px;
    border-top: 2px solid #1b5066;
    background-color: #226682; }
.common-navbar.dark-nav .mega-dropdown.show .dropdown-menu a {
    color: #ffffff; }
.common-navbar.dark-nav .mega-dropdown.show .dropdown-menu a:hover {
    background-color: #1b5066; }


.form-wrapper.border {
    border: 1px solid #CDCDCD; }
.form-wrapper .form-row {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap; }
.form-wrapper .browser-default {
    width: 100%; }
.form-wrapper .app-radiobutton {
    padding-left: 20px; }
.form-wrapper .app-radiobutton input[type="radio"] {
    position: relative;
    top: 0;
    -webkit-appearance: none;
    outline: none;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    transition: .5s; }
.form-wrapper .app-radiobutton input[type="radio"]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 5px;
    left: 0;
    border: 2px solid #1D566E;
    border-radius: 50%; }
.form-wrapper .app-radiobutton input[type="radio"]:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 10px;
    left: 5px;
    background: #1D566E;
    border-radius: 50%;
    transition: 0.5s;
    transform: scale(2);
    -moz-transform: rotate(36deg);
    -o-transform: rotate(36deg);
    -ms-transform: rotate(36deg);
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
    opacity: 0; }
.form-wrapper .app-radiobutton input:checked[type="radio"]:after {
    opacity: 1; }

.app-form-group {
    display: flex;
    flex-direction: row;
    position: relative;
    padding-left: 10%; }
.app-form-group .app-label {
    position: absolute;
    left: 0;
    transform: translateY(-55%);
    top: 50%; }

.custom-checkbox input[type="checkbox"] {
    position: relative;
    top: 0;
    -webkit-appearance: none;
    box-shadow: none;
    outline: none;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    transition: .5s; }
.custom-checkbox input[type="checkbox"]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 5px;
    left: 0;
    border: 2px solid #1D566E;
    border-radius: 3px; }
.custom-checkbox input:checked[type="checkbox"]:before {
    border-color: #1D566E;
    background-color: #1D566E;
    transition: transform 0.3s linear, opacity 0.3s linear; }
.custom-checkbox input:checked[type="checkbox"]:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 14px;
    top: 6px;
    border-radius: 2px;
    transition: 0.5s;
    left: 6px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -moz-transform: rotate(36deg);
    -o-transform: rotate(36deg);
    -ms-transform: rotate(36deg);
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
    animation: fade-in .7s; }

input::-webkit-input-placeholder {
    font-weight: normal; }
input:-moz-placeholder {
    font-weight: normal; }
input::-moz-placeholder {
    font-weight: normal; }
input:-ms-input-placeholder {
    font-weight: normal; }

.form-control {
    padding: 0.75rem 0.75rem; }

.app-label {
    font-weight: lighter;
    white-space: nowrap;
    overflow: inherit; }

.app-group-addon {
    background-color: #1D566E;
    color: #ffffff; }

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control {
    color: #45B29D; }
.has-success .form-control {
    border-color: #45B29D; }
.has-success .input-group-addon {
    color: #45B29D;
    border-color: #45B29D;
    background-color: #d4efea; }
.has-success .form-control-success {
    background-image: none; }

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control {
    color: #E27A3F; }
.has-warning .form-control {
    border-color: #E27A3F; }
.has-warning .input-group-addon {
    color: #E27A3F;
    border-color: #E27A3F;
    background-color: #fdf5f0; }
.has-warning .form-control-warning {
    background-image: none; }

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control {
    color: #E14F57; }
.has-danger .form-control {
    border-color: #FF7171; }
.has-danger .input-group-addon {
    color: #E14F57;
    border-color: #E14F57;
    background-color: #fffdfd; }
.has-danger .form-control-danger {
    background-image: none; }

.md-input {
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 0px 1px #dadce0;
    -moz-box-shadow: 0px 0px 0px 1px #dadce0;
    box-shadow: 0px 0px 0px 1px #dadce0;
    border-radius: 4px; }
.md-input .md-form-control {
    font-size: 16px;
    padding: 10px 10px 10px 5px;
    margin: 0px;
    display: block;
    border: none;
    box-shadow: none;
    width: calc(100% - 0px);
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
}
.md-input .md-form-control:focus {
    box-shadow: none;
    outline: inherit; }
.md-input .md-form-control:focus ~ label {
    top: -12px;
    font-size: 14px;
    color: #183D5D; }
.md-input .md-form-control:valid ~ label {
    top: -12px;
    font-size: 14px;
    color: #183D5D; }
.md-input .md-form-control:focus ~ .bar:before, .md-input .md-form-control :focus ~ .bar:after {
    width: 50%; }
.md-input label {
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    background-color: #ffffff;
    padding-left: 5px;
    padding-right: 5px; }
.md-input .bar:before, .md-input .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 0px;
    position: absolute;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all; }
.md-input .bar:before {
    left: 50%; }
.md-input .bar:after {
    right: 50%; }
.md-input .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5; }
.md-input:focus-within {
    -webkit-box-shadow: 0px 0px 0px 2px #57849e;
    -moz-box-shadow: 0px 0px 0px 2px #57849e;
    box-shadow: 0px 0px 0px 2px #57849e; }

.app-input-with-btn {
    position: relative; }

.app-custom-select {
    position: relative; }
.app-custom-select span {
    position: absolute;
    right: 5%;
    top: 17%;
    height: 20px; }
.app-custom-select span img {
    height: 100%; }

.custom-select {
    background-image: none;
    padding: 0.75rem 0.75rem;
    height: auto;
    width: 100%; }

.bd-example-modal {
    width: 100%; }
.bd-example-modal .modal {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    display: block; }
.bd-example-modal .modal .modal-dialog {
    left: auto;
    margin-right: auto;
    margin-left: auto; }

.common-modal .modal-dialog .modal-content {
    border-color: #F8F8F8;
    border-radius: 3px; }
.common-modal.dark-modal .modal-dialog .modal-content {
    border-radius: 3px;
    border-color: #1D566E;
    background-color: #1D566E;
    color: #ffffff; }
.common-modal.dark-modal .modal-dialog .modal-content .modal-footer,
.common-modal.dark-modal .modal-dialog .modal-content .modal-header {
    border-color: #18465a; }
.common-modal.dark-modal .modal-dialog .modal-content .close span {
    text-shadow: none;
    color: black; }

.common-tabs .nav-item a {
    margin-bottom: 0;
    color: #1D566E;
    border-radius: 0; }
.common-tabs .nav-item a.active {
    border: hidden;
    color: #1D566E;
    -webkit-box-shadow: 0 2px 0 0 #21ABA5;
    -moz-box-shadow: 0 2px 0 0 #21ABA5;
    box-shadow: 0 2px 0 0 #21ABA5;
    font-weight: bold; }
.common-tabs .nav-item a:hover {
    border: hidden;
    -webkit-box-shadow: 0 2px 0 0 #21ABA5;
    -moz-box-shadow: 0 2px 0 0 #21ABA5;
    box-shadow: #21ABA5;
    font-weight: bold; }
.common-tabs.dark-tabs {
    background-color: #1D566E; }
.common-tabs.dark-tabs a {
    color: #ffffff; }
.common-tabs.dark-tabs a.active {
    background-color: black;
    color: #ffffff; }

.bd-example-popover-static .popover {
    position: relative;
    display: block;
    float: left;
    width: 260px;
    margin: 1.25rem; }

.common-popover {
    border-color: #F8F8F8;
    border-radius: 0;
    border-width: 0;
    border-top: 2px solid #21ABA5; }
.common-popover.popover-top:before {
    border-top-color: #F8F8F8; }
.common-popover .popover-title {
    background-color: transparent;
    border: none;
    color: #21ABA5; }
.common-popover.dark-popover {
    background-color: #1D566E;
    color: #ffffff; }
.common-popover.dark-popover.popover-top:before {
    border-top-color: #1D566E; }
.common-popover.dark-popover.popover-top:after {
    border-top-color: #1D566E; }

.app-icon-box {
    min-width: 150px;
    min-height: 150px; }

#icon-page .widget-box {
    height: 100%; }
#icon-page .icon-sample div {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
#icon-page .icon-library {
    padding-left: 0;
    list-style: none; }
#icon-page .icon-library li {
    width: 12.5%;
    float: left;
    height: 120px;
    padding: 10px;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
    background-color: #fcfcfc;
    border: 1px solid #fff;
    margin: 5px;
    border-radius: 5px; }
#icon-page .icon-library li:hover {
    transform: scale(1.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
#icon-page .icon-library li .icon-text {
    font-size: 14px;
    display: block;
    text-align: center;
    word-wrap: break-word; }
#icon-page .icon-library li .icon-img {
    margin-top: 5px;
    margin-bottom: 20px; }
#icon-page .icon-library li .icon-img img {
    max-height: 100%; }
.card {
    background: transparent;
    border: 0 solid #ffffff;
    border-radius: 3px;
    display: flex;
    flex-direction: column; }
.card .card-body,
.card .card-footer,
.card .card-header {
    padding: 0.8rem 0.8rem 0;
    background-color: transparent; }
.card .card-body:last-child,
.card .card-footer:last-child,
.card .card-header:last-child {
    padding-bottom: 0.8rem; }
.card .card-body {
    flex: 1 1 auto; }
.card .card-image {
    padding-top: 0.8rem;
    -webkit-box-shadow: 0 0 23px -9px rgba(0, 0, 0, 0.61);
    -moz-box-shadow: 0 0 23px -9px rgba(0, 0, 0, 0.61);
    box-shadow: 0 0 23px -9px rgba(0, 0, 0, 0.61);
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
.card .card-image:before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    transition: background 0.35s ease-out; }
.card .card-image:hover:before {
    background: rgba(0, 0, 0, 0.5); }
.card .card-image:first-child {
    padding-top: 0; }
.card .card-image:first-child img {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
.card .card-image:last-child img {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
.card .card-image .caption__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px;
    color: white;
    text-align: center;
    padding-top: 50px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: -webkit-transform 0.35s ease-out;
    transition: transform 0.35s ease-out; }
.card .card-image .caption__overlay__title {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    transition: -webkit-transform 0.35s ease-out;
    transition: transform 0.35s ease-out; }
.card .card-image .caption__overlay__content {
    font-size: 0.8em;
    margin-top: 10px; }
.card .card-image.caption:hover .caption__overlay {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
.card .card-image.caption:hover .caption__overlay__title {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
.card .img-responsive {
    display: block;
    height: auto;
    max-width: 100%; }

.nav-vertical {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-bottom: .4rem;
    margin-left: .8rem;
    padding: .8rem; }
.nav-vertical .nav-item {
    margin-top: .4rem; }
.nav-vertical .nav-item a {
    color: #1D566E;
    padding: 0.2rem 0.4rem;
    text-decoration: none; }
.nav-vertical .nav-item a:focus, .nav-vertical .nav-item a:hover {
    color: #3295bf; }
.nav-vertical .nav-item.active > a {
    color: #123646;
    font-weight: bold; }
.nav-vertical .nav-item.active > a:focus, .nav-vertical .nav-item.active > a:hover {
    color: #1D566E; }
.nav-vertical .nav {
    margin-bottom: .4rem;
    margin-left: .8rem;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none; }
.nav-vertical.dark-nav-vertical {
    background-color: #1D566E; }
.nav-vertical.dark-nav-vertical .nav-item a {
    color: #ffffff; }
.nav-vertical.dark-nav-vertical .nav-item a:focus, .nav-vertical.dark-nav-vertical .nav-item a:hover {
    color: #3295bf; }
.nav-vertical.dark-nav-vertical .nav-item.active > a {
    color: #7bbfdc; }

.search-wrapper {
    position: relative;
    margin-top: 0px;
    min-width: 400px;
    padding: 0 10px;
    border: 1px solid #E5E7ED;
    background-color: #ffffff;
    border-radius: 20px; }
.search-wrapper .icon {
    position: absolute;
    top: 0px;
    right: 5px; }
.search-wrapper input {
    width: 100%;
    background-color: #ffffff;
    text-indent: 23px;
    height: 32px;
    border: hidden;
    box-shadow: none; }

.app-collapse-item .card-header .btn {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    text-align: left; }
.app-collapse-item .card-header .btn.with-icon.right .icon {
    right: 0px;
    top: 50%; }
.app-collapse-item .card-header .btn .icon {
    transform: translateY(-50%) rotate(180deg); }
.app-collapse-item .card-header .btn.collapsed .icon {
    transform: translateY(-50%) rotate(0deg); }
.app-collapse-item .card-body {
    padding: 0px !important; }
.app-collapse-item .card-body .app-collapse-item-content {
    padding: 10px; }
.app-collapse-item .card-body .card-header {
    padding-top: 0px;
    background-color: rgba(0, 0, 0, 0.01); }
.app-collapse-item .card-body .card-header h5 .btn {
    font-weight: normal; }
.app-collapse-item .card-header {
    padding-top: 0px; }
.app-collapse-item .card-header h5 .btn {
    font-weight: bold; }
.app-collapse-item .card .card-body .card-header {
    padding-top: 0px;
    background-color: rgba(0, 0, 0, 0); }
.app-collapse-item .card .card-body .card-header h5 .btn {
    font-weight: normal;
    padding-left: 5px; }

.app-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px; }
.app-pagination ul {
    margin: 0px; }
.app-pagination ul li {
    position: relative;
    min-width: 25px;
    height: 40px; }
.app-pagination ul .page-link {
    border: hidden;
    line-height: 21px;
    color: #757575;
    white-space: nowrap;
    background-color: transparent; }
.app-pagination ul .page-link.next {
    /* background-image: url(../img/icons/angle-down.svg); */
    width: 10px;
    height: 10px;
    border: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0;
    filter: invert(0.4);
    background-color: transparent;
    text-indent: 200px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    padding: 0px !important;
    right: 0px;
    color: #57849E; }
.app-pagination ul .page-link.prev {
    /* background-image: url(../img/icons/angle-down.svg); */
    width: 10px;
    height: 10px;
    border: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0;
    filter: invert(0.4);
    background-color: transparent;
    text-indent: 200px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    padding: 0px !important;
    color: #57849E; }
.app-pagination ul .page-link.active {
    color: #57849E; }

#table {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0px;
    margin-right: 0;
    display: inline-block;
    overflow: visible;
    -moz-transform: none;
    -wekbit-transform: none;
    transform: none;
    z-index: 1;
    border-color: inherit; }

#table #view {
    position: absolute;
    top: 44px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f5f5f5;
    border-color: inherit; }

#table #clipboardContainer {
    position: fixed;
    top: 0;
    width: 0;
    height: 0;
    z-index: 100;
    display: none;
    opacity: 0; }

#table #clipboardContainer .clipboard {
    width: 1px;
    height: 1px;
    padding: 0; }

#gridView {
    border-color: inherit; }

#gridView .findBar {
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 4; }

#gridView #paneContainer {
    position: absolute;
    font-size: 13px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4;
    overflow: hidden;
    opacity: 1;
    border-color: inherit; }

#gridView #paneContainer:hover #scrollOverlay,
#gridView #paneContainer:active #scrollOverlay {
    opacity: 1; }

#gridView #paneContainer #scrollOverlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 32px;
    bottom: 0;
    z-index: 4;
    pointer-events: none;
    opacity: .7;
    transition-property: opacity;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s; }

#gridView #paneContainer #scrollOverlay .antiscroll-scrollbar {
    pointer-events: auto;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.28);
    box-shadow: inset 0 0 0 1px white; }

#gridView #paneContainer #scrollOverlay .antiscroll-scrollbar:hover,
#gridView #paneContainer #scrollOverlay .antiscroll-scrollbar:active {
    background-color: rgba(0, 0, 0, 0.4); }

#gridView #paneContainer #scrollOverlay .antiscroll-scrollbar-vertical {
    width: 10px; }

#gridView #paneContainer #scrollOverlay .antiscroll-scrollbar-horizontal {
    height: 10px; }

#gridView #paneContainer.scrolling #scrollOverlay {
    pointer-events: auto; }

#gridView #paneContainer .leftPaneWrapper,
#gridView #paneContainer .rightPaneWrapper {
    position: absolute;
    top: 0;
    bottom: 0; }

#gridView #paneContainer .leftPaneWrapper {
    left: 0;
    overflow: visible; }

#gridView #paneContainer .rightPaneWrapper {
    right: 0;
    overflow: visible; }

#gridView #paneContainer #headerAndDataRowContainer {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 34px;
    border-color: inherit; }

#gridView #paneContainer #headerAndDataRowContainer .leftPaneWrapper {
    border-right-style: solid;
    border-color: #ccc !important;
    border-color: inherit;
    border-width: 1px;
    z-index: 3;
    box-shadow: 4px 0 0 0 transparent;
    transition-property: border-color, box-shadow;
    -webkit-transition-property: border-color, box-shadow;
    -moz-transition-property: border-color, box-shadow;
    transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s; }

#gridView #paneContainer.isHorizontallyScrolled #headerAndDataRowContainer .leftPaneWrapper {
    box-shadow: 4px 0 0 0 rgba(0, 0, 0, 0.04); }

#gridView #paneContainer #summaryBarContainer {
    position: absolute;
    bottom: 0;
    height: 34px;
    left: 0;
    right: 0;
    z-index: 3;
    border-top-style: solid;
    border-top-width: 1px;
    border-color: inherit;
    transition-property: bottom;
    -webkit-transition-property: bottom;
    -moz-transition-property: bottom;
    transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    background-color: rgba(255, 255, 255, 0.5);
    border-top-color: #dde1e3; }

#gridView #paneContainer #summaryBarContainer .rightPaneWrapper {
    bottom: 0;
    top: auto;
    height: 320px;
    pointer-events: none;
    background: transparent;
    border-color: inherit;
    overflow: hidden; }

#gridView #paneContainer #summaryBarContainer .leftPaneWrapper {
    background: transparent; }

#gridView #paneContainer .pane {
    overflow: hidden;
    left: 0;
    right: 0; }

#gridView #paneContainer .pane .paneInnerContent {
    position: relative; }

#gridView #paneContainer .pane#headerLeftPane {
    height: 32px;
    top: 0;
    z-index: 3;
    overflow: visible;
    background-color: #f2f2f2; }

#gridView #paneContainer .pane#headerLeftPane .paneInnerContent {
    height: 32px;
    -webkit-box-shadow: 4px 0px 7px -3px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 4px 0px 7px -3px rgba(0, 0, 0, 0.34);
    box-shadow: 4px 0px 7px -3px rgba(0, 0, 0, 0.34); }

#gridView #paneContainer .pane#headerRightPane {
    height: 32px;
    top: 0;
    z-index: 1;
    overflow: visible;
    background-color: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid #dde1e3; }

#gridView #paneContainer .pane#headerRightPane .paneInnerContent {
    height: 32px; }

#gridView #paneContainer .pane#dataLeftPane {
    top: 32px;
    bottom: 0;
    z-index: 2;
    background-color: #f9f9f9; }

#gridView #paneContainer .pane#dataRightPane {
    top: 0px;
    bottom: 0;
    z-index: 0; }

#gridView #paneContainer .pane#summaryLeftPane,
#gridView #paneContainer .pane#summaryRightPane {
    bottom: 0;
    height: 34px;
    overflow: visible;
    pointer-events: all; }

#gridView #paneContainer .pane#summaryRightPane {
    border-left-style: solid;
    border-width: 1px;
    border-color: inherit;
    border-color: #ccc !important;
    box-shadow: inset 4px 0 0 0 transparent;
    transition-property: border-color, box-shadow;
    -webkit-transition-property: border-color, box-shadow;
    -moz-transition-property: border-color, box-shadow;
    transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s; }

#gridView #paneContainer.isHorizontallyScrolled .pane#summaryRightPane {
    box-shadow: inset 4px 0 0 0 rgba(0, 0, 0, 0.04); }

.antiscroll-inner {
    overflow: scroll; }

.antiscroll-wrap {
    display: inline-block;
    position: relative;
    overflow: hidden; }

.overflow-hidden {
    overflow: hidden; }

#paneDivider {
    position: absolute;
    top: 32px;
    bottom: 0;
    width: 6px;
    z-index: 4;
    opacity: 0;
    overflow: visible; }

#paneDivider:not(.disabled).hover {
    cursor: grab;
    cursor: -webkit-grab;
    cursor: -moz-grab; }

#paneDivider .line {
    height: 100%;
    width: 2px;
    background: #aaa; }

#paneDivider .dragHandle {
    transform: translate(-50%, -50%);
    margin-left: 1px;
    border-radius: 10px;
    width: 6px;
    height: 26px;
    background: #2d7ff9;
    position: absolute;
    z-index: 4; }

#paneDivider.dragging {
    top: 0;
    opacity: 1;
    pointer-events: none;
    z-index: 3;
    cursor: grabbing;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing; }

#paneDivider .tooltip {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
    font-weight: 400;
    display: block;
    opacity: 0;
    position: absolute;
    transform: translate(0, -50%);
    left: 32px;
    width: auto;
    background-color: white;
    white-space: nowrap;
    color: gray;
    padding: 4px 8px;
    pointer-events: none;
    border-radius: 0;
    font-size: 14px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    z-index: 2;
    margin-top: 2px;
    transition-property: opacity;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: 0.2s; }

#paneDivider .tooltip span {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
    font-weight: 600;
    color: #00ad79; }

#paneDivider .tooltip::before {
    content: '';
    position: absolute;
    display: inherit;
    border-style: solid;
    display: block;
    width: 0;
    background: transparent;
    top: 0;
    left: -29px;
    border: 13px solid transparent;
    border-right: 15px solid white;
    box-shadow: 1px 0 0 white;
    z-index: 1; }

#paneDivider .tooltip::after {
    content: '';
    position: absolute;
    display: inherit;
    border-style: solid;
    display: block;
    width: 0;
    background: transparent;
    top: -1px;
    left: -31px;
    border: 14px solid transparent;
    border-right: 16px solid rgba(0, 0, 0, 0.2);
    z-index: 0; }

#paneDivider .tooltip.hanging-left::before {
    left: unset;
    right: -15px;
    border-right: 0;
    border-left: 15px solid white; }

#paneDivider .tooltip.hanging-left::after {
    left: unset;
    right: -30px;
    border-right: 14px solid transparent;
    border-left: 16px solid rgba(0, 0, 0, 0.2); }

#gridView.rowHeight1 .dataRow .cell {
    height: 32px;
    position: relative;
    margin-right: -1px; }

#gridView.rowHeight1 .dataRow .cell.cursor {
    height: auto;
    min-height: 30px; }

#gridView.rowHeight2 .dataRow .cell {
    height: 56px; }

#gridView.rowHeight2 .dataRow .cell.cursor {
    height: auto;
    min-height: 54px; }

@media (max-width: 767px) {
    #gridView.rowHeight3 .dataRow .cell {
        height: 68px; }
}

#gridView.rowHeight3 .dataRow .cell {
    height: 88px; }

#gridView.rowHeight3 .dataRow .cell.cursor {
    height: auto;
    min-height: 86px; }

#gridView.rowHeight4 .dataRow .cell {
    height: 128px; }

#gridView.rowHeight4 .dataRow .cell.cursor {
    height: auto;
    min-height: 126px; }

.dataRow:not(.header).leftPane > .cell {
    margin-left: 66px; }

.dataRow:not(.header).leftPane > .cell.cursor {
    margin-left: 66px; }

.dataRow:not(.header).leftPane > .cell.cursor[data-columnindex="0"] {
    margin-left: 67px; }

.dataRow:not(.header) .cell {
    border-bottom: 1px solid #dde1e3;
    border-left: 1px solid #dde1e3;
    border-right: none;
    border-top: none;
    top: 0;
    overflow: visible;
    border-left-color: #f3f3f3;
    position: relative; }

.dataRow:not(.header) .cell .action-overlay {
    position: absolute;
    width: 100%;
    height: 32px;
    left: 0px;
    top: 0px;
    z-index: 3; }

.dataRow:not(.header) .cell .date-overlay {
    position: absolute;
    width: 100%;
    height: 32px;
    left: 0px;
    top: 0px;
    z-index: 2; }
.dataRow:not(.header) .cell .date-overlay .gj-datepicker {
    position: relative; }
.dataRow:not(.header) .cell .date-overlay .gj-datepicker .input-group-append {
    position: absolute;
    width: 100%;
    height: 32px;
    left: 0px;
    top: 0px;
    z-index: 2;
    border: none; }
.dataRow:not(.header) .cell .date-overlay .gj-datepicker .input-group-append .btn {
    background-color: transparent;
    box-shadow: none;
    border: none; }
.dataRow:not(.header) .cell .date-overlay .gj-datepicker .input-group-append .btn i {
    font-size: 0px; }
.dataRow:not(.header) .cell .date-overlay .showdatepicker {
    width: 0px;
    height: 0px;
    padding: 0px;
    border: none; }

.dataRow:not(.header) .cell .doubleclick-overlay {
    position: absolute;
    width: 100%;
    height: 32px;
    left: 0px;
    top: 0px;
    z-index: 2; }
.dataRow:not(.header) .cell .doubleclick-overlay.olhide {
    z-index: -1; }

.pick-date {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

.pick-time {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

.dataRow:not(.header) .cell.selected .action-overlay {
    z-index: -1; }

.dataRow:not(.header) .cell span.url {
    text-decoration: underline;
    display: inline; }

.dataRow:not(.header) .cell.read:not(.cursor) {
    overflow: hidden; }

.dataRow:not(.header) .cell.cursor {
    box-sizing: content-box;
    border: 1px solid transparent;
    margin-top: -1px;
    padding-right: 0;
    border-right: 0;
    box-shadow: 0 0 0 2px #2d7ff9 inset !important;
    border-radius: 1px;
    z-index: 100000 !important; }

.dataRow:not(.header) .cell.cursor.primary {
    border-left: 0; }

.dataRow:not(.header) .cell.cursor > * {
    box-sizing: border-box;
    padding-right: 1px; }

.dataRow:not(.header) .cell.edit {
    height: auto;
    white-space: normal;
    box-shadow: 0 0 0 3px #2d7ff9 !important; }

.dataRow:not(.header) .cell.fillCandidate {
    background: #F0F0F0 !important; }

.dataRow:not(.header) .cell.fillCandidate.found.foundCursor {
    background: #f0c968 !important; }

.dataRow:not(.header) .cell.fillCandidate.found:not(.foundCursor) {
    background: #f0e4c7 !important; }

.dataRow:not(.header) .cell.selected:not(.expanded).found.foundCursor,
.dataRow:not(.header) .cell.cursor:not(.expanded).found.foundCursor {
    background: #f0cf6e !important; }

.dataRow:not(.header) .cell.selected:not(.expanded).found:not(.foundCursor),
.dataRow:not(.header) .cell.cursor:not(.expanded).found:not(.foundCursor) {
    background: #f0ebd4 !important; }

.dataRow:not(.header) .cell.cursor:not(.expanded) {
    background: white !important; }

.dataRow:not(.header) .cell.cursor:not(.expanded).multipleSelected {
    background: #f0f7ff !important; }

.dataRow:not(.header) .cell.selected:not(.expanded):not(.cursor) {
    background: #f0f7ff !important; }

.dataRow:not(.header) .cell.fillCandidate {
    background: #F0F0F0 !important; }

.dataRow:not(.header) .cell.found.foundCursor {
    background: #ffd66e; }

.dataRow:not(.header) .cell.found:not(.foundCursor) {
    background: #fff3d4; }

.dataRow:not(.header) .cell.primary {
    border-left: 1px solid transparent; }

.dataRow:not(.header) .cell .expandButton {
    top: 7px;
    right: 4px; }

.dataRow:not(.header).expanded .cell.expandButton {
    background: transparent !important; }

#gridView.rowHeight1 .dataRow {
    height: 32px; }

#gridView.rowHeight1 .dataRow .staticCellContainer,
#gridView.rowHeight1 .dataRow .rowNumber {
    height: 32px; }

#gridView .dataRow {
    display: flex;
    opacity: 1;
    width: 100%; }

#gridView .dataRow .staticCellContainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 2;
    width: 67px;
    height: 32px;
    background: white;
    border-bottom: 1px solid #dde1e3;
    font-size: 0;
    min-width: inherit !important; }

#gridView .dataRow .expandButtonLeft {
    position: relative;
    display: inline-block;
    left: -3px;
    width: 25px;
    height: 100%;
    cursor: pointer;
    border-left: none;
    text-decoration: none;
    vertical-align: top;
    font-size: 11px; }

#gridView .dataRow .expandButtonLeft:hover i,
#gridView .dataRow .expandButtonLeft:hover .commentCount {
    color: #2750ae;
    background-color: #d0f0fd; }

#gridView .dataRow .expandButtonLeft i {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #555555;
    color: #2d7ff9;
    display: none;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 6px;
    left: 3px;
    border-radius: 50%; }

#gridView .dataRow .expandButtonLeft i.highlightForOnboarding {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

#gridView .dataRow .expandButtonLeft .commentCount {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #555555;
    color: #2d7ff9;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 6px;
    left: 3px;
    border-radius: 50%;
    display: none;
    font-size: 11px;
    font-weight: 500;
    background-color: rgba(0, 0, 0, 0.05);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

#gridView .dataRow .expandButtonLeft .commentCount.micro {
    font-size: 9px; }

#gridView .dataRow.highlightForOnboarding {
    z-index: 101; }

#gridView .dataRow.highlightForOnboarding .expandButtonLeft i,
#gridView .dataRow.highlightForOnboarding.hasComments .expandButtonLeft .commentCount {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    animation-name: pulseBlue;
    animation-timing-function: cubic-bezier(0, 0.42, 0.26, 0.96);
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    position: relative; }

#gridView .dataRow.highlightForOnboarding .expandButtonLeft i:not(:hover)::after,
#gridView .dataRow.highlightForOnboarding.hasComments .expandButtonLeft .commentCount:not(:hover)::after {
    content: 'Expand record';
    position: absolute;
    border-radius: 6px;
    background-color: #2d7ff9;
    color: white;
    fill: white;
    white-space: nowrap;
    pointer-events: none;
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    padding-right: .5rem;
    animation-name: swayHorizontal;
    animation-timing-function: ease-in-out;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    font-size: .8rem;
    font-style: normal;
    border-top-left-radius: 0;
    top: 21px;
    left: 29px; }

#gridView .dataRow.highlightForOnboarding .expandButtonLeft i:not(:hover)::after.link:hover,
#gridView .dataRow.highlightForOnboarding.hasComments .expandButtonLeft .commentCount:not(:hover)::after.link:hover {
    color: rgba(255, 255, 255, 0.8); }

#gridView .dataRow.highlightForOnboarding .expandButtonLeft i:not(:hover)::after.understroke,
#gridView .dataRow.highlightForOnboarding.hasComments .expandButtonLeft .commentCount:not(:hover)::after.understroke {
    border-color: rgba(255, 255, 255, 0.25); }

#gridView .dataRow.highlightForOnboarding .expandButtonLeft i:not(:hover)::after.understroke.link:hover,
#gridView .dataRow.highlightForOnboarding.hasComments .expandButtonLeft .commentCount:not(:hover)::after.understroke.link:hover,
#gridView .dataRow.highlightForOnboarding .expandButtonLeft i:not(:hover)::after.understroke.link.active,
#gridView .dataRow.highlightForOnboarding.hasComments .expandButtonLeft .commentCount:not(:hover)::after.understroke.link.active {
    border-color: rgba(255, 255, 255, 0.8); }

#gridView .dataRow .rowNumber {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
    font-weight: 400;
    position: relative;
    display: inline-block;
    border-left: none;
    border-right: none;
    color: #707070;
    text-align: center;
    width: 35px;
    height: 31px;
    z-index: 2;
    font-size: 12px; }

#gridView .dataRow .rowNumber .numberText {
    display: block;
    position: absolute;
    width: 100%;
    top: 7px;
    font-variant-numeric: tabular-nums; }

#gridView .dataRow .rowNumber .numberText[data-rownumberlength="2"],
#gridView .dataRow .rowNumber .numberText[data-rownumberlength="3"] {
    font-size: 11px; }

#gridView .dataRow .rowNumber .numberText[data-rownumberlength="4"] {
    font-size: 10px; }

#gridView .dataRow .rowNumber .numberText[data-rownumberlength="5"] {
    font-size: 9px; }

#gridView .dataRow .rowNumber .checkbox {
    width: 11px;
    height: 11px;
    top: 9px;
    left: 11px;
    border-radius: 2px;
    background: #FFFFFF;
    border: 1px solid #95A0A6;
    position: absolute;
    opacity: 0; }

#gridView .dataRow .rowNumber .checkbox .icon {
    opacity: 0; }

#gridView .dataRow .rowColorContainer {
    display: flex;
    transform: translate(-50%, 0);
    z-index: 2;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    padding: 4px 0; }

#gridView .dataRow .rowColorContainer .rowColor {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    border-radius: 9999px;
    height: 100%;
    width: 8px; }

#gridView .dataRow.found .rowNumber {
    background: #fff3d4; }

#gridView .dataRow.cursorCell {
    z-index: 100000 !important; }

#gridView .dataRow.cursorCell .cell:not(.ghost),
#gridView .dataRow.cursorCell .staticCellContainer {
    background: #F8F8F8; }

#gridView .dataRow.cursorCell .cell:not(.ghost)[data-columntype=checkbox],
#gridView .dataRow.cursorCell .staticCellContainer[data-columntype=checkbox],
#gridView .dataRow.cursorCell .cell:not(.ghost)[data-columntype=rating],
#gridView .dataRow.cursorCell .staticCellContainer[data-columntype=rating] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

#gridView .dataRow.cursorCell .cell.found.foundCursor {
    background: #f8d06b; }

#gridView .dataRow.cursorCell .cell.found:not(.foundCursor) {
    background: #f8ecce; }

#gridView .dataRow.cursorCell .expandButtonLeft i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

#gridView .dataRow.cursorCell.hasComments .expandButtonLeft i {
    color: transparent; }

#gridView .dataRow.hasComments .commentCount {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

#gridView .dataRow.hasComments:not(.cursorCell) .expandButtonLeft i {
    display: none !important; }

#gridView .dataRow.selected .staticCellContainer .rowNumber .numberText,
#gridView .dataRow.cursorCell .staticCellContainer .rowNumber .numberText {
    display: none; }

#gridView .dataRow.selected .staticCellContainer .rowNumber .checkbox,
#gridView .dataRow.cursorCell .staticCellContainer .rowNumber .checkbox {
    opacity: 1; }

#gridView .dataRow.selected .staticCellContainer .rowNumber .checkbox {
    background-color: #2d7ff9;
    border-color: transparent; }

#gridView .dataRow.selected .staticCellContainer .rowNumber .checkbox .icon {
    opacity: 1; }

#gridView .dataRow.selected .cell:not(.ghost),
#gridView .dataRow.selected .staticCellContainer {
    background: #f0f7ff !important; }

#gridView .dataRow.selected .cell.found.foundCursor {
    background: #f0cf6e !important; }

#gridView .dataRow.selected .cell.found:not(.foundCursor) {
    background: #f0ebd4 !important; }

#gridView.rowDraggingEnabled .dataRow div.grabby {
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 100%;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: grab;
    /* background-image: url("/images/grabby.png"); */
    background-repeat: no-repeat;
    background-position: 2px 2px;
    display: none; }

#gridView.rowDraggingEnabled .dataRow.selected:not(.dragging) .staticCellContainer .rowNumber div.grabby {
    display: inline-block; }

.grouped .dataRow {
    z-index: 100; }

#gridView.animateRows .dataRow {
    transition-property: top;
    -webkit-transition-property: top;
    -moz-transition-property: top;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    z-index: 10000; }

.list-view.grid-table {
    height: calc(100vh - 106px);
    padding-top: 0px;
    width: calc(100vw - 0px);
    overflow: hidden; }
.list-view.grid-table.miniprofile-show {
    padding-right: 360px; }

#table .viewBarContainer {
    height: 44px;
    position: relative;
    z-index: 7;
    display: flex;
    left: 0;
    right: 8px;
    top: 0;
    font-size: inherit;
    white-space: nowrap;
    background: white;
    -webkit-transform: translateZ(0);
    font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
    font-weight: 400;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 0 0; }

#table .viewBarContainer #searchButton {
    padding-right: 1rem; }

.headerRow .cell.read .contentWrapper {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #333333;
    position: relative;
    font-family: inherit;
    font-size: 13px;
    width: 100%;
    height: 100%; }

.headerRow .cell.read .contentWrapper .nameAndDescription {
    position: absolute;
    left: 0px;
    right: 22px;
    top: 7px;
    display: block;
    vertical-align: top;
    height: 16px;
    line-height: 16px; }

.headerRow .cell.read .contentWrapper .nameAndDescription .name {
    position: absolute;
    left: 26px;
    right: 0px;
    top: -1px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

.headerRow .cell.read .contentWrapper .displayTypeIcon {
    position: absolute;
    top: -1px;
    left: 5px;
    width: 16px;
    height: 16px;
    opacity: .5;
    fill: #555555;
    font-size: 15px; }

.headerRow .cell.read .contentWrapper .descriptionIcon {
    position: absolute;
    right: 1px;
    top: 0px;
    display: none;
    color: #555555;
    opacity: .25;
    cursor: pointer; }

.headerRow .cell.read .contentWrapper .descriptionIcon:hover {
    opacity: 1; }

#table .headerRow {
    height: 32px;
    z-index: 2;
    display: flex; }

#table .headerRow.leftPane > *:last-child {
    border-right: 1px solid #ccc; }

#table .headerRow .staticCellContainer {
    position: absolute;
    background-color: #f5f5f5;
    border-bottom: 1px solid #d1d1d1;
    left: -200px;
    height: 32px;
    width: 266px; }

#table .headerRow .staticCellContainer .rowNumber {
    margin-left: 200px;
    width: 35px;
    height: 32px;
    cursor: default;
    border-left: none;
    border-right: none;
    position: relative; }

#table .headerRow .staticCellContainer .rowNumber .checkbox {
    width: 11px;
    height: 11px;
    top: 10px;
    left: 11px;
    border-radius: 2px;
    background: #FFFFFF;
    border: 1px solid #95A0A6;
    position: absolute; }

#table .headerRow .staticCellContainer .rowNumber .checkbox .icon {
    opacity: 0; }

#table .headerRow .staticCellContainer .rowNumber .checkbox.selected {
    background-color: #1283da;
    border-color: transparent; }

#table .headerRow .staticCellContainer .rowNumber .checkbox.selected .icon {
    opacity: 1; }

.headerRow.leftPane > .cell {
    margin-left: 66px; }

.headerRow .cell {
    top: 0;
    vertical-align: top;
    display: inline-block;
    background-color: #f5f5f5;
    border-bottom: 1px solid #d1d1d1;
    border-top: none;
    border-left: 1px solid #dde1e3;
    padding-top: 2px;
    left: inherit !important;
    margin-right: -2px; }

.headerRow .cell:hover {
    background-color: #F8F8F8; }

.headerRow .cell.read {
    overflow: visible; }

.headerRow .cell.read.primary {
    border-left: none;
    padding-left: 1px; }

.headerRow .cell.read.primary .contentWrapper {
    cursor: default; }

.headerRow .cell.read.primary .contentWrapper .displayTypeIcon {
    font-size: 14px;
    top: 0;
    left: 5px;
    width: 16px;
    height: 16px;
    opacity: 0.5; }

.headerRow .cell.read.primary .contentWrapper .nameAndDescription .name {
    left: 25px; }

.headerRow .cell.read .contentWrapper {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #333333;
    position: relative;
    font-family: inherit;
    font-size: 13px;
    width: 100%;
    height: 100%; }

.headerRow .cell.read .contentWrapper .nameAndDescription {
    position: absolute;
    left: 0px;
    right: 22px;
    top: 7px;
    display: block;
    vertical-align: top;
    height: 16px;
    line-height: 16px; }

.headerRow .cell.read .contentWrapper .nameAndDescription .name {
    position: absolute;
    left: 26px;
    right: 0px;
    top: -1px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

.headerRow .cell.read .contentWrapper .displayTypeIcon {
    position: absolute;
    top: -1px;
    left: 5px;
    width: 16px;
    height: 16px;
    opacity: .5;
    fill: #555555;
    font-size: 15px; }

.headerRow .cell.read .contentWrapper .descriptionIcon {
    position: absolute;
    right: 1px;
    top: 0px;
    display: none;
    color: #555555;
    opacity: .25;
    cursor: pointer; }

.headerRow .cell.read .contentWrapper .descriptionIcon:hover {
    opacity: 1; }

body:not(.publiclyShared) .headerRow .cell.read.readonly .nameAndDescription {
    right: 6px; }

.headerRow .cell.read.hasDescription .nameAndDescription .name {
    right: 12px; }

.headerRow .cell.read.hasDescription.readonly .nameAndDescription .name {
    right: 16px; }

.headerRow .cell.read.hasDescription .descriptionIcon {
    display: inline; }

.headerRow .cell.read .warningSign {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 14px;
    padding: 8px 0;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    margin-right: 20px;
    color: #e52e4d; }

.headerRow .cell.read .warningSign:hover {
    color: #ba1e45; }

.headerRow .cell.read .menuButton {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 9px 6px 10px 4px;
    color: #555555;
    text-align: center;
    cursor: pointer;
    opacity: .4;
    transition: 0.085s all ease-in; }

.headerRow .cell.read .menuButton:hover {
    opacity: 1; }

.headerRow .cell.read .resizeHandle {
    position: absolute;
    top: -1px;
    right: -8px;
    width: 16px;
    height: 31px;
    z-index: 2;
    cursor: ew-resize; }

.headerRow .cell.read .resizeHandle .draggingLine {
    display: block;
    position: absolute;
    left: 7px;
    top: 5px;
    width: 3px;
    border-radius: 2px;
    height: 26px;
    background-color: #2d7ff9;
    opacity: 0; }

.headerRow .cell.read .resizeHandle:hover .draggingLine,
.headerRow .cell.read .resizeHandle.dragging .draggingLine {
    opacity: 1; }

.headerRow.rightPane > .cell.readonly:last-child {
    box-shadow: 1px 0 #dde1e3; }

.headerRow .cell.columnConfigOpen .menuButton {
    color: rgba(0, 0, 0, 0.25);
    fill: rgba(0, 0, 0, 0.25);
    pointer-events: none; }

.headerRow .cell.columnConfigOpen .menuButton.link:hover {
    color: rgba(0, 0, 0, 0.25);
    fill: rgba(0, 0, 0, 0.25); }

.headerRow .cell.columnConfigOpen .menuButton.understroke {
    border-color: rgba(0, 0, 0, 0.25); }

.headerRow .cell.columnConfigOpen .menuButton.understroke.link:hover,
.headerRow .cell.columnConfigOpen .menuButton.understroke.link.active {
    border-color: rgba(0, 0, 0, 0.25); }

.hide {
    display: none; }

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

.quiet {
    opacity: 0.75; }

.quieter {
    opacity: 0.5; }

.quietest {
    opacity: 0.25; }

.noevents {
    pointer-events: none; }

.content-box {
    box-sizing: content-box; }

.align-baseline {
    vertical-align: baseline; }

.align-top {
    vertical-align: top; }

.align-middle {
    vertical-align: middle; }

.align-bottom {
    vertical-align: bottom; }

.relative {
    position: relative; }

.absolute {
    position: absolute; }

.fixed {
    position: fixed; }

.static {
    position: static; }

.cell {
    position: absolute;
    font-size: 13px;
    height: 32px;
    padding: 0;
    margin: 0;
    vertical-align: top;
    background: white;
    color: #111111;
    cursor: default;
    outline: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.flex-inline {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

.flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.flex-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0; }

.flex-none {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none; }

.flex-reverse {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse; }

.flex-column-reverse {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse; }

.items-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }

.items-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }

.items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }

.items-baseline {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    -ms-grid-row-align: baseline;
    align-items: baseline; }

.items-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    -ms-grid-row-align: stretch;
    align-items: stretch; }

.self-start {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }

.self-end {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }

.self-center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }

.self-baseline {
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline; }

.self-stretch {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch; }

.justify-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

.justify-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

.justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

.justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.justify-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

.content-start {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start; }

.content-end {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end; }

.content-center {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center; }

.content-between {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between; }

.content-around {
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around; }

.content-stretch {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }

.order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }

.order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }

.order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }

.order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }

.order-last {
    -webkit-box-ordinal-group: 100000;
    -webkit-order: 99999;
    -ms-flex-order: 99999;
    order: 99999; }

.pb0 {
    padding-bottom: 0; }

.pl0 {
    padding-left: 0; }

.px0 {
    padding-left: 0;
    padding-right: 0; }

.py0 {
    padding-top: 0;
    padding-bottom: 0; }

.p-half {
    padding: 0.25rem; }

.pt-half {
    padding-top: 0.25rem; }

.pr-half {
    padding-right: 0.25rem; }

.pb-half {
    padding-bottom: 0.25rem; }

.pl-half {
    padding-left: 0.25rem; }

.px-half {
    padding-left: .25rem;
    padding-right: 0.25rem; }

.py-half {
    padding-top: .25rem;
    padding-bottom: 0.25rem; }

.unround {
    border-radius: 0; }

.rounded {
    border-radius: 3px; }

.rounded-right {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }

.rounded-left {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }

.rounded-top {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }

.rounded-bottom {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.rounded-big {
    border-radius: 6px; }

.rounded-big-right {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px; }

.rounded-big-left {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px; }

.rounded-big-top {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px; }

.rounded-big-top-left {
    border-top-left-radius: 6px; }

.rounded-big-top-right {
    border-top-right-radius: 6px; }

.rounded-big-bottom {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px; }

.rounded-huge {
    border-radius: 14px; }

.rounded-huge-right {
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px; }

.rounded-huge-left {
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px; }

.rounded-huge-top {
    border-top-right-radius: 14px;
    border-top-left-radius: 14px; }

.rounded-huge-top-left {
    border-top-left-radius: 14px; }

.rounded-huge-top-right {
    border-top-right-radius: 14px; }

.rounded-huge-bottom {
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px; }

#gridView .dataRow.cursorCell .cell, #gridView.rowHeight1 .dataRow .cell {
    left: inherit !important;
    min-width: inherit !important; }

.red,
.redBright,
.red-focus:focus {
    background-color: #f82b60; }

.truncate {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.pill {
    border-radius: 9999px; }

.border-box {
    box-sizing: border-box; }

.inline-block {
    display: inline-block; }

.px1 {
    padding-left: .5rem;
    padding-right: .5rem; }

div.editable:focus {
    outline: none !important; }

.tbl-pop .time-list {
    max-height: 200px;
    overflow-y: scroll; }
.tbl-pop .time-list li {
    padding: 15px !important;
    cursor: pointer; }
.tbl-pop .search-field {
    padding: 0.45rem 0.75rem; }

.multiselect-pop .time-list {
    max-height: 200px;
    overflow-y: scroll; }
.multiselect-pop .time-list li {
    padding: 15px 0 !important;
    cursor: pointer; }
.multiselect-pop .search-field {
    padding: 0.45rem 0.75rem; }

.popover.multiselect-pop .list-group-item {
    padding: 0rem 0.5rem; }

.multiselect-pop .arrow {
    display: none !important; }

.tbl-pop .arrow {
    display: none !important; }

.antiscroll-inner.outer {
    overflow-x: hidden; }

.truncate.col-6.pl1 {
    padding-left: 10px; }

.antiscroll-inner.outer.fixed-left {
    overflow-x: scroll; }
.antiscroll-inner.outer.fixed-left #headerAndDataRowContainer {
    width: 5000px; }

.col-header-checkbox.custom-checkbox {
    right: 0px; }
.col-header-checkbox.custom-checkbox input[type="checkbox"] {
    width: 10px;
    height: 10px; }
.col-header-checkbox.custom-checkbox input[type="checkbox"]:before {
    top: 2px; }

.modal-backdrop.show.fade {
    opacity: 0.05; }

.dataRow.leftPane:hover {
    background-color: red; }
.dataRow.leftPane:hover .expandButtonLeft i {
    display: block !important;
    padding: 2px 4px; }

.grid-table {
    position: relative; }
.grid-table .miniprofile-modal {
    width: 360px;
    position: absolute;
    z-index: 5;
    right: -640px;
    top: 1px;
    overflow: hidden;
    background-color: transparent;
    min-height: calc(100vh - 65px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
.grid-table .miniprofile-modal .miniprofile-close {
    position: absolute;
    right: 20px;
    top: 20px; }
.grid-table.miniprofile-show .miniprofile-modal {
    right: 0px; }

.dataRow.leftPane.firstRow .editable {
    color: #4A85E2; }

.modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 300px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }

.modal.show.fade .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0);
    opacity: 1; }

.circle-wrapper {
    margin-top: 7px;
    position: relative;
    display: block;
    height: 15px;
    width: 15px;
    background: #f7f9fc;
    border-radius: 50%; }
.circle-wrapper:after {
    content: 'Saving';
    position: absolute;
    left: 20px;
    top: 0px; }
.circle-wrapper__circle {
    width: 100%;
    height: 100%;
    animation: rotate 3.33s linear infinite; }
.circle-wrapper__circle:after, .circle-wrapper__circle:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 50%; }
.circle-wrapper__circle:before {
    border-radius: 15px 15px 0 0;
    background-image: linear-gradient(to right, rgba(92, 167, 255, 0.5), #5ca7ff); }
.circle-wrapper__circle:after {
    top: 50%;
    border-radius: 0 0 15px 15px;
    background-image: linear-gradient(to right, rgba(92, 167, 255, 0.5), transparent); }
.circle-wrapper__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    height: 90%;
    width: 90%;
    background: #fff;
    border-radius: 15px; }

@keyframes rotate {
    0% {
        transform: rotate(0deg); }
    100% {
        transform: rotate(360deg); } }
.headerRow .cell.read.ui-resizable.dragging {
    position: absolute;
    top: 0px;
    z-index: 5;
    width: 200px;
    height: 32px; }

#gridView.rowDraggingEnabled .dataRow:hover > div.grabby {
    display: inline-block; }

#gridView .dataRow:hover .rowNumber > .checkbox {
    opacity: 1; }

.viewBarContainer {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left; }
.viewBarContainer .listview-filters .dropdown .btn {
    border: none !important;
    box-shadow: none;
    background: transparent; }
.viewBarContainer .listview-filters .dropdown .btn:hover {
    background-color: transparent;
    color: #1D566E !important; }

.headerRow .cell.read.droped {
    position: relative !important;
    top: inherit !important; }

.ui {
    height: 100vh;
    display: grid;
    grid-template-rows: 40px 50px 1fr;
    background-color: none;
    color: #eee; }

.navbar {
    padding-left: 10px;
    display: flex;
    align-items: center; }
.navbar.app {
    background-color: transparent;
    font-size: 1.5rem; }
.navbar.board {
    font-size: 1.1rem; }

.lists {
    display: flex;
    overflow-x: auto;
    height: calc(100vh - 150px);
    padding-top: 1em; }
.lists > * {
    flex: 0 0 auto;
    margin-left: 10px; }
.lists::after {
    content: '';
    flex: 0 0 10px; }

.list {
    width: 300px;
    height: calc(100% - 10px - 17px); }
.list > * {
    background-color: #e2e4e6;
    color: #333;
    padding: 0 10px; }
.list header {
    line-height: 36px;
    font-size: 16px;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
.list footer {
    line-height: 36px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #888; }
.list ul {
    list-style: none;
    margin: 0;
    max-height: calc(100% - 36px - 36px);
    overflow-y: auto; }
.list ul li {
    background-color: #fff;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
.list ul li:not(:last-child) {
    margin-bottom: 10px; }
.list ul li img {
    display: block;
    width: calc(100% + 2 * 10px);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
.list .more-items {
    display: inline-block;
    margin: 0px auto; }
.list .more-items img {
    width: 100%;
    height: 100%; }
.list .app-list .list-group-item.with-icon {
    border-radius: 0px;
    box-shadow: none; }

.views-dropdown.dropdown, .grouping-dropdown.dropdown, .filter-dropdown.dropdown, .sharing-dropdown.dropdown, .calendar-dropdown, .add-record-dropdown.dropdown {
    margin: 10px; }
.views-dropdown.dropdown .dropdown-menu, .grouping-dropdown.dropdown .dropdown-menu, .filter-dropdown.dropdown .dropdown-menu, .sharing-dropdown.dropdown .dropdown-menu, .calendar-dropdown .dropdown-menu, .add-record-dropdown.dropdown .dropdown-menu {
    max-height: 20rem;
    overflow-y: auto;
    -webkit-box-shadow: -1px 0px 19px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -1px 0px 19px 0px rgba(0, 0, 0, 0.25);
    box-shadow: -1px 0px 19px 0px rgba(0, 0, 0, 0.25);
    background-color: #f0f0f0; }

.grouping-dropdown.dropdown .dropdown-menu {
    min-width: 350px; }
.grouping-dropdown.dropdown .dropdown-menu .row {
    padding: 0px;
    margin: 0px; }
.grouping-dropdown.dropdown .dropdown-menu .custom-select {
    padding: 0.5rem 0.75rem; }
.grouping-dropdown.dropdown .dropdown-menu .app-custom-select span {
    top: 10%;
    right: 7%; }
.grouping-dropdown.dropdown .dropdown-menu .list-group-item.with-icon {
    padding-left: 40px; }
.grouping-dropdown.dropdown .dropdown-menu .list-group-item.with-icon .icon img {
    height: 50%;
    vertical-align: middle;
    width: 50%; }

.listview-filters .list-inline {
    margin: 0px;
    padding: 0px; }

.list-group.app-list.inline-list {
    flex-direction: row !important; }

.editable-wrapper {
    position: relative;
    padding-left: 25px;
    position: relative; }
.editable-wrapper .icon.ex-small {
    position: absolute;
    left: 0px;
    top: 6px;
    z-index: 0; }
.editable-wrapper.selected {
    box-shadow: 0 0 0 2px #2d7ff9 inset !important; }
.editable-wrapper.selected input {
    position: absolute;
    z-index: 2; }
.editable-wrapper .edit-content-overlay {
    position: absolute;
    width: 100%;
    height: 32px;
    left: 0px;
    top: 0px;
    z-index: 3; }
.editable-wrapper input {
    position: absolute;
    width: 95%;
    height: 28px;
    left: 2px;
    top: 2px;
    z-index: -1;
    border: hidden; }
.editable-wrapper span.editable:focus {
    outline: inherit;
    padding: 6px; }

.dropdown-item {
    padding-left: 50px;
    /* background: url("../img/icons/address-card.svg") no-repeat 20px 3px; */
    background-size: 20px 20px; }

.groupping-panal {
    margin: 10px 0 10px 0; }
.groupping-panal .groupping-header, .groupping-panal .groupping-footer {
    width: 100% !important;
    margin: 0px;
    margin-left: 0 !important; }
.groupping-panal .groupping-header p, .groupping-panal .groupping-footer p {
    margin: 5px;
    font-weight: bold;
    width: 100%; }
.groupping-panal .groupping-header p .count, .groupping-panal .groupping-footer p .count {
    font-weight: normal; }

.group-footer .cell p {
    margin: 5px;
    font-weight: bold; }

.dataRow.hide {
    display: none !important; }

.group-header .cell .menuButton {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 7px 6px 10px 4px;
    color: #555555;
    text-align: center;
    cursor: pointer;
    opacity: .4;
    transition: 0.085s all ease-in; }

.filter-dropdown.dropdown .dropdown-menu, .calendar-dropdown .dropdown-menu {
    min-width: 370px; }
.filter-dropdown.dropdown .dropdown-menu .row, .calendar-dropdown .dropdown-menu .row {
    padding: 0px;
    margin: 0px; }
.filter-dropdown.dropdown .dropdown-menu .custom-select, .calendar-dropdown .dropdown-menu .custom-select {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0px !important; }
.filter-dropdown.dropdown .dropdown-menu .app-custom-select span, .calendar-dropdown .dropdown-menu .app-custom-select span {
    top: 14%;
    right: 7%; }
.filter-dropdown.dropdown .dropdown-menu .list-group-item.with-icon, .calendar-dropdown .dropdown-menu .list-group-item.with-icon {
    padding-left: 40px; }
.filter-dropdown.dropdown .dropdown-menu .list-inline-item .icon.ex-small img, .calendar-dropdown .dropdown-menu .list-inline-item .icon.ex-small img {
    height: 50%;
    vertical-align: middle;
    width: 50%;
    margin-top: -5px; }
.filter-dropdown.dropdown .list-inline-item, .calendar-dropdown .list-inline-item {
    position: relative; }
.filter-dropdown.dropdown .list-inline, .calendar-dropdown .list-inline {
    margin-bottom: 10px; }

.blue-link {
    color: #4A85E2; }

.listview-filters .list-inline-item .dropdown {
    margin-left: 0px;
    margin-right: 0px; }

.sharing-dropdown .dropdown-menu {
    width: 370px;
    padding: 15px; }
.sharing-dropdown .dropdown-menu p {
    white-space: pre-wrap; }
.sharing-dropdown .dropdown-menu li {
    white-space: pre-wrap; }

.add-record-dropdown .dropdown-menu {
    width: 370px;
    padding: 15px; }
.add-record-dropdown .dropdown-menu p {
    white-space: pre-wrap; }
.add-record-dropdown .dropdown-menu li {
    white-space: pre-wrap; }
.add-record-dropdown .dropdown-toggle {
    padding-left: 20px; }
.add-record-dropdown .dropdown-toggle:after {
    visibility: hidden; }

.rightbar-container .drag-panel {
    width: 100%;
    height: 30px;
    background-color: #cccccc; }
.rightbar-container .drag-panel-close {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 12; }
.rightbar-container .drag-panel-close img {
    width: 12px;
    height: 12px;
    margin: 7px; }

.rightbar-drag {
    width: 240px;
    z-index: 10;
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    min-height: calc(100vh - 65px); }

.calendar-wp {
    padding-right: 300px; }

.calendar {
    position: relative; }

#calendarView {
    /** custom fontawesome - end */
    /** custom fontawesome */ }
#calendarView .btn:active {
    background-color: #f9f9f9;
    border: solid 1px #bbb;
    outline: none; }
#calendarView .btn:disabled {
    background-color: #f9f9f9;
    border: solid 1px #ddd;
    color: #bbb; }
#calendarView .btn:focus:active, #calendarView .btn:focus, #calendarView .btn:active {
    outline: none; }
#calendarView .open > .dropdown-toggle.btn-default {
    background-color: #fff; }
#calendarView .dropdown-menu {
    top: 25px;
    padding: 3px 0;
    border-radius: 2px;
    border: 1px solid #bbb; }
#calendarView .dropdown-menu > li > a {
    padding: 9px 12px;
    cursor: pointer; }
#calendarView .dropdown-menu > li > a:hover {
    background-color: rgba(81, 92, 230, 0.05);
    color: #333; }
#calendarView .bi15 {
    width: 15px;
    height: 15px; }
#calendarView .calendar-icon {
    width: 14px;
    height: 14px; }
#calendarView #top {
    height: 49px;
    border-bottom: 1px solid #bbb;
    padding: 16px;
    font-size: 10px; }
#calendarView #lnb {
    position: absolute;
    width: 200px;
    top: 49px;
    bottom: 0;
    border-right: 1px solid #d5d5d5;
    padding: 12px 10px;
    background: #fafafa; }
#calendarView #right {
    position: absolute;
    left: 200px;
    top: 49px;
    right: 0;
    bottom: 0; }
#calendarView #lnb label {
    margin-bottom: 0;
    cursor: pointer; }
#calendarView .lnb-new-schedule {
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e5e5; }
#calendarView .lnb-new-schedule-btn {
    height: 100%;
    font-size: 14px;
    background-color: #ff6618;
    color: #ffffff;
    border: 0;
    border-radius: 25px;
    padding: 10px 20px;
    font-weight: bold; }
#calendarView .lnb-new-schedule-btn:hover {
    height: 100%;
    font-size: 14px;
    background-color: #e55b15;
    color: #ffffff;
    border: 0;
    border-radius: 25px;
    padding: 10px 20px;
    font-weight: bold; }
#calendarView .lnb-new-schedule-btn:active {
    height: 100%;
    font-size: 14px;
    background-color: #d95614;
    color: #ffffff;
    border: 0;
    border-radius: 25px;
    padding: 10px 20px;
    font-weight: bold; }
#calendarView .lnb-calendars > div {
    padding: 12px 16px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: normal; }
#calendarView .lnb-calendars-d1 {
    padding-left: 8px; }
#calendarView .lnb-calendars-d1 label {
    font-weight: normal; }
#calendarView .lnb-calendars-item {
    min-height: 14px;
    line-height: 14px;
    padding: 8px 0; }
#calendarView .lnb-footer {
    color: #999;
    font-size: 11px;
    position: absolute;
    bottom: 12px;
    padding-left: 16px; }
#calendarView #menu {
    padding: 16px; }
#calendarView #dropdownMenu-calendarType {
    padding: 0 8px 0 11px; }
#calendarView #calendarTypeName {
    min-width: 62px;
    display: inline-block;
    text-align: left;
    line-height: 30px; }
#calendarView .move-today {
    padding: 0 16px;
    line-height: 30px; }
#calendarView #renderRange {
    padding-left: 12px;
    font-size: 19px;
    vertical-align: middle; }
#calendarView .dropdown-menu-title .calendar-icon {
    margin-right: 8px; }
#calendarView .calendar-bar {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    display: inline-block;
    border: 1px solid #eee;
    vertical-align: middle; }
#calendarView .calendar-name {
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle; }
#calendarView .schedule-time {
    color: #005aff; }
#calendarView #calendar {
    position: absolute;
    left: 0;
    right: 280px;
    bottom: 5px;
    top: 64px; }
#calendarView .fa {
    width: 12px;
    height: 12px;
    margin-right: 2px; }
#calendarView .calendar-sidebar {
    width: 280px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 64px;
    background-color: #f5f5f5;
    border-left: 1px solid #e5e5e5;
    padding-left: 15px;
    padding-right: 15px; }
#calendarView .calendar-sidebar .list-group li.list-group-item {
    border-radius: 0.25rem;
    margin-bottom: 15px; }
#calendarView .calendar-sidebar .list-group li.list-group-item .date {
    font-size: 0.8rem;
    width: 100%;
    display: block;
    margin: 0px; }

.tui-full-calendar-weekday-grid-line.active-date {
    color: #ffffff;
    background-color: #0275d8 !important; }
.tui-full-calendar-weekday-grid-line.active-date .tui-full-calendar-weekday-grid-date {
    color: #ffffff; }

.calendar-sidebar .antiscroll-inner {
    height: calc(100vh - 210px) !important; }

.old-filter .custom-select {
    background-color: transparent;
    border: none; }

.modal-dialog.modal-full {
    width: 100%;
    max-width: inherit;
    margin: 0px; }

.import-wrapper {
    position: relative;
    min-height: 400px; }
.import-wrapper .drop-zone, .import-wrapper .drop-zone [class^="success-"], .import-wrapper .timer-bar-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.import-wrapper .drop-zone {
    transition: height 0.25s, background-color 0.6s, border 0.25s;
    border: 3px dashed #ecf0f1;
    border-radius: 10px;
    background-color: transparent;
    width: 80%;
    height: 200px; }
@media screen and (max-width: 599px) {
    .import-wrapper .drop-zone {
        max-width: 200px;
        max-height: 200px; } }
@media screen and (min-width: 600px) {
    .import-wrapper .drop-zone {
        max-width: 260px;
        max-height: 260px; } }
@media screen and (min-width: 990px) {
    .import-wrapper .drop-zone {
        max-width: 320px;
        max-height: 320px; } }
@media screen and (min-width: 1200px) {
    .import-wrapper .drop-zone {
        max-width: 480px;
        max-height: 480px; } }
.import-wrapper .drop-zone p {
    text-align: center; }
.import-wrapper .drop-zone p.timer-info {
    margin-top: 12px; }
.import-wrapper .drop-zone [class^="success-"] {
    opacity: 0;
    color: #24a35a; }
.import-wrapper .timer-bar-wrapper {
    border-radius: 4px;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    width: 80%;
    height: 10px;
    background-color: #555; }
.import-wrapper .timer-bar-wrapper .timer-bar,
.import-wrapper .timer-bar-wrapper .timer-info {
    position: absolute;
    left: 0; }
.import-wrapper .timer-bar-wrapper .timer-bar {
    top: 0;
    width: 0;
    height: inherit;
    background-color: #ecf0f1;
    border-radius: inherit; }
.import-wrapper .timer-bar-wrapper .timer-info {
    font-weight: 400;
    margin-left: -15px; }
.import-wrapper .timer-bar-wrapper .wrapper {
    overflow: hidden; }
.import-wrapper .timer-bar-wrapper .wrapper .success-text {
    font-weight: 600; }
@media screen and (max-width: 599px) {
    .import-wrapper .timer-bar-wrapper .wrapper .success-icon {
        font-size: 180px;
        font-size: 18rem; }
    .import-wrapper .timer-bar-wrapper .wrapper .success-text {
        display: none !important; } }
@media screen and (min-width: 600px) {
    .import-wrapper .timer-bar-wrapper .wrapper .success-icon {
        top: calc(50% - 20px);
        font-size: 180px;
        font-size: 18rem; }
    .import-wrapper .timer-bar-wrapper .wrapper .success-text {
        top: calc(50% + 25px);
        font-size: 22px;
        font-size: 2.2rem; } }
@media screen and (min-width: 990px) {
    .import-wrapper .timer-bar-wrapper .wrapper .success-icon {
        top: calc(50% - 25px);
        font-size: 240px;
        font-size: 24rem; }
    .import-wrapper .timer-bar-wrapper .wrapper .success-text {
        top: calc(50% + 28px);
        font-size: 28px;
        font-size: 2.8rem; } }
@media screen and (min-width: 1200px) {
    .import-wrapper .timer-bar-wrapper .wrapper .success-icon {
        top: calc(50% - 38px);
        font-size: 300px;
        font-size: 30rem; }
    .import-wrapper .timer-bar-wrapper .wrapper .success-text {
        top: calc(50% + 42px);
        font-size: 42px;
        font-size: 4.2rem; } }
.import-wrapper .expand {
    transition: height 0.35s 0.25s ease-in, border-radius 0.35s 0.35s ease-out;
    border-radius: 50%; }
.import-wrapper .up {
    opacity: 1;
    -webkit-animation: bounceInUp 0.6s;
    animation: bounceInUp 0.6s; }
@-webkit-keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    from {
        -webkit-transform: translate(-50%, calc(-50% + 100px));
        transform: translate(-50%, calc(-50% + 100px)); }
    35% {
        opacity: 0; }
    70% {
        opacity: 1;
        -webkit-transform: translate(-50%, calc(-50% - 40px));
        transform: translate(-50%, calc(-50% - 40px)); }
    80% {
        -webkit-transform: translate(-50%, calc(-50% - 35px));
        transform: translate(-50%, calc(-50% - 35px)); }
    to {
        opacity: 1; } }
@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    from {
        -webkit-transform: translate(-50%, calc(-50% + 100px));
        transform: translate(-50%, calc(-50% + 100px)); }
    35% {
        opacity: 0; }
    70% {
        opacity: 1;
        -webkit-transform: translate(-50%, calc(-50% - 40px));
        transform: translate(-50%, calc(-50% - 40px)); }
    80% {
        -webkit-transform: translate(-50%, calc(-50% - 35px));
        transform: translate(-50%, calc(-50% - 35px)); }
    to {
        opacity: 1; } }
.pb-cmnt-textarea {
    resize: none;
    padding: 20px;
    height: 130px;
    width: 100%;
    border: 1px solid #F2F2F2; }

.editable-field {
    min-height: 32px;
    width: 100%;
    position: relative; }
.editable-field .doubleclick-overlay {
    position: absolute;
    width: 100%;
    height: 32px;
    left: 0px;
    top: 0px;
    z-index: 2; }
.editable-field .combobox-container {
    position: absolute;
    width: 100%;
    height: 32px;
    left: 0px;
    top: 0px;
    z-index: 1;
    visibility: hidden; }
.editable-field .combobox-container .combobox.input-large.form-control {
    padding: 6px; }
.editable-field .combobox-container .input-group-addon.dropdown-toggle {
    background-color: transparent; }
.editable-field.edit .doubleclick-overlay {
    z-index: 1; }
.editable-field.edit .combobox-container {
    z-index: 2;
    visibility: visible; }
.editable-field .typeahead.dropdown-menu {
    height: 200px;
    overflow-y: scroll; }

.comment-section {
    list-style: none;
    max-width: 800px;
    width: 100%;
    margin: 0px auto;
    padding: 10px; }

.comment {
    display: flex;
    border-radius: 3px;
    margin-bottom: 45px;
    flex-wrap: wrap; }

.comment.user-comment {
    color: #808080; }

.comment.author-comment {
    color: #60686d;
    justify-content: flex-end; }

/* User and time info */
.comment .info {
    width: 17%; }

.comment.user-comment .info {
    text-align: right; }

.comment.author-comment .info {
    order: 3; }

.comment .info a {
    /* User name */
    display: block;
    text-decoration: none;
    color: #656c71;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 10px 0 3px 0; }

.comment .info span {
    /* Time */
    font-size: 11px;
    color: #9ca7af; }

/* The user avatar */
.comment .avatar {
    width: 8%; }

.comment.user-comment .avatar {
    padding: 10px 18px 0 3px; }

.comment.author-comment .avatar {
    order: 2;
    padding: 10px 3px 0 18px; }

.comment .avatar img {
    display: block;
    border-radius: 50%; }

.comment.user-comment .avatar img {
    float: right; }

/* The comment text */
.comment p {
    line-height: 1.5;
    padding: 18px 22px;
    width: 75%;
    position: relative;
    word-wrap: break-word; }

.comment.user-comment p {
    background-color: #f3f3f3; }

.comment.author-comment p {
    background-color: #e2f8ff;
    order: 1; }

.user-comment p:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid #f3f3f3;
    left: -8px;
    top: 18px; }

.author-comment p:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid #e2f8ff;
    right: -8px;
    top: 18px; }

/* Comment form */
.write-new {
    margin: 80px auto 0;
    width: 100%; }

.write-new textarea {
    color: #444;
    font: inherit;
    outline: 0;
    border-radius: 3px;
    border: 1px solid #cecece;
    background-color: #fefefe;
    box-shadow: 1px 2px 1px 0 rgba(0, 0, 0, 0.06);
    overflow: auto;
    width: 100%;
    min-height: 80px;
    padding: 15px 20px; }

.write-new img {
    border-radius: 50%;
    margin-top: 15px; }

.write-new button {
    float: right;
    cursor: pointer;
    padding: 10px 25px;
    margin-top: 18px; }

/* Responsive styles */
@media (max-width: 800px) {
    /* Make the paragraph in the comments take up the whole width,
  forcing the avatar and user info to wrap to the next line*/
    .comment p {
        width: 100%; }

    /* Reverse the order of elements in the user comments,
  so that the avatar and info appear after the text. */
    .comment.user-comment .info {
        order: 3;
        text-align: left; }

    .comment.user-comment .avatar {
        order: 2; }

    .comment.user-comment p {
        order: 1; }

    /* Align toward the beginning of the container (to the left)
  all the elements inside the author comments. */
    .comment.author-comment {
        justify-content: flex-start; }

    .comment-section {
        margin-top: 10px; }

    .comment .info {
        width: auto; }

    .comment .info a {
        padding-top: 15px; }

    .comment.user-comment .avatar,
    .comment.author-comment .avatar {
        padding: 15px 10px 0 18px;
        width: auto; }

    .comment.user-comment p:after,
    .comment.author-comment p:after {
        width: 12px;
        height: 12px;
        top: initial;
        left: 28px;
        bottom: -6px; }

    .write-new {
        width: 100%; } }
.tickets li {
    border: hidden;
    padding: 2px 10px; }
.tickets .ticket-wrapper {
    height: 60px;
    overflow: hidden;
    width: 100%;
    border-radius: 2px;
    border: 1px solid #dde1e3;
    padding: 10px;
    display: table; }
.tickets .ticket-wrapper.active {
    border-left: 3px solid #57849E; }
.tickets .ticket-wrapper p {
    display: table-cell;
    padding-left: 20px;
    padding-right: 20px; }

.sprint-item {
    margin-bottom: 10px; }
.sprint-item .sprint-name {
    font-weight: bold;
    color: #4A85E2; }
.sprint-item .sprint-tickets {
    display: inline-block;
    font-style: 14px;
    color: #757575; }
.sprint-item .sprint-tags {
    display: inline-block;
    font-style: 14px; }

.rightPaneWrapper .antiscroll-inner {
    overflow: visible;
    overflow-x: scroll; }

#table .viewBarContainer {
    top: 0px; }

#gridView .dataRow:hover .rowNumber > .numberText {
    font-size: 0px; }

body {
    background-color: #EEF0F6; }

button,
input,
optgroup,
select,
textarea {
    font-family: "Branding"; }

.btn:focus, .btn.focus {
    box-shadow: none; }

.header .search-wrapper {
    position: relative;
    margin-top: 5px;
    min-width: 400px;
    padding: 0 10px;
    border: 1px solid #E5E7ED;
    background-color: #ffffff;
    border-radius: 20px; }
.header .search-wrapper .icon {
    position: absolute;
    top: 0px;
    right: 5px; }
.header .search-wrapper input {
    width: 100%;
    background-color: #ffffff;
    text-indent: 23px;
    height: 30px;
    border: hidden;
    box-shadow: none; }
.header .header-right {
    margin-right: 0px; }
.header .header-navbar {
    padding: 5px 0;
    border: none;
    border-radius: 0;
    margin-bottom: 0; }
.header .header-navbar .navbar-nav li a {
    padding-left: 10px;
    padding-right: 10px; }
.header .header-navbar .navbar-nav li a:hover {
    background: transparent; }
.header .header-navbar .navbar-nav li a:active {
    background: transparent; }
.header .header-navbar .navbar-nav li a:focus {
    background: transparent; }
.header .header-navbar .navbar-nav li a.icon-link {
    padding: 0px; }
.header .header-navbar .navbar-nav li a.icon-link span.icon {
    margin-top: 8px; }
.header .header-navbar .navbar-nav li a.dropdown-toggle {
    padding-left: 10px;
    padding-right: 10px; }
.header .header-navbar .navbar-nav li a.dropdown-toggle:hover {
    cursor: pointer; }
.header .header-navbar .navbar-nav li a.dropdown-toggle .caret {
    margin-left: 10px; }
.header .header-navbar .navbar-nav li a.dropdown-toggle .caret:before {
    content: "|";
    margin-left: -12px;
    margin-top: -13px;
    position: absolute; }
.header .header-navbar .navbar-nav li .btn {
    margin-top: 10px; }
.header .header-navbar .navbar-nav li.dropdown .dropdown-menu {
    border: none;
    -webkit-box-shadow: -1px 17px 36px -15px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: -1px 17px 36px -15px rgba(0, 0, 0, 0.31);
    box-shadow: -1px 17px 36px -15px rgba(0, 0, 0, 0.31); }
.header .header-navbar .navbar-nav li.dropdown .dropdown-menu a {
    font-size: 90%; }
.header .header-navbar .nav .open > a, .header .header-navbar .nav .open > a:hover, .header .header-navbar .nav .open > a:focus {
    background-color: transparent; }
.header .header-navbar .btn.dropdown-toggle {
    background: transparent;
    font-weight: normal; }
.header .header-navbar .btn.dropdown-toggle:hover {
    cursor: pointer; }
.header .header-navbar .btn.border-button {
    height: 32px; }
.header .header-navbar .dropdown-menu {
    border: none;
    -webkit-box-shadow: -1px 17px 36px -15px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: -1px 17px 36px -15px rgba(0, 0, 0, 0.31);
    box-shadow: -1px 17px 36px -15px rgba(0, 0, 0, 0.31); }
.header .header-navbar .dropdown-menu a {
    font-size: 90%; }
.header .header-navbar ul li.nav-item a.nav-link:hover {
    cursor: pointer; }
.header .header-navbar ul li.nav-item a.nav-link.icon-link {
    padding-top: 0px;
    padding-bottom: 0px; }
.header .header-navbar ul li:first-child {
    margin-left: 0px; }
.header .header-navbar .search-wrapper {
    position: relative; }
.header .header-navbar .search-wrapper .icon {
    position: absolute;
    top: 0px; }
.header .header-navbar .search-wrapper input {
    width: 100%;
    text-indent: 23px;
    border: none; }
@media screen and (max-width: 320px) {
    .header .header-navbar {
        padding: 1rem; } }

.secondary-nav {
    padding: 10px 0px;
    background-color: transparent;
    border-bottom: 1px solid #E5E7ED; }
.secondary-nav .profile-wrapper {
    position: relative;
    padding-left: 50px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    font-size: 120%;
    white-space: nowrap;
    margin-right: 5px; }
.secondary-nav .profile-wrapper .profile-img {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    vertical-align: middle;
    left: 0;
    top: 0px; }
.secondary-nav .nav {
    margin-top: 0px; }
.secondary-nav .nav li a.icon-link {
    display: inline-block;
    width: 35px;
    height: 35px;
    display: inline-block;
    position: relative;
    margin: 0px 0px; }
.secondary-nav .nav li a.icon-link .icon {
    position: absolute;
    top: 3px;
    left: 3px; }
.secondary-nav .nav li a.icon-link.no-margin {
    margin: 0px; }
.secondary-nav .nav li a.icon-link:last-child {
    margin-left: 0px; }
.secondary-nav .nav li a:hover {
    background: transparent; }
.secondary-nav .nav li:last-child {
    border: none; }
.secondary-nav .nav li.no-border {
    border: none; }
.secondary-nav .nav li .btn {
    margin-top: 3px; }
.secondary-nav .nav-link {
    margin-top: 5px;
    display: inline-block; }
.secondary-nav .col-md-6 {
    position: relative; }
.secondary-nav .col-md-6 .page-titles {
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }

.main-content {
    order: 0; }

.main-wrapper {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 4rem); }
.main-wrapper .right-sidebar {
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0;
    margin-top: 15px;
    z-index: 1;
    width: 320px;
    order: 1;
    padding: 0px; }
@media screen and (max-width: 320px) {
    .main-wrapper .right-sidebar {
        position: relative; } }
.main-wrapper .main-content {
    padding-right: 0px; }
.main-wrapper .main-content .main-content-row {
    margin-left: 0px;
    margin-right: 0px; }
.main-wrapper .main-content.with-right-bar {
    padding-right: 320px; }
@media screen and (max-width: 320px) {
    .main-wrapper .main-content.with-right-bar {
        padding-right: 0px; } }
.main-wrapper.with-sidebar {
    padding-right: 335px; }
.main-wrapper.with-sidebar .main-content {
    min-width: inherit !important; }
@media screen and (max-width: 320px) {
    .main-wrapper.with-sidebar {
        padding-right: 0px; } }

.page-content {
    position: relative;
    padding: 61px 0px 15px 0px;
    left: 0; }

.content {
    left: 0px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    opacity: 1; }

.content-load .content {
    left: 100px;
    opacity: 0; }

.header {
    margin-top: 0px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    opacity: 1;
    position: absolute;
    top: 0px;
    width: 100%; }

.card-anim .widget-box .card {
    opacity: 0;
    -webkit-transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    -ms-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8); }

.widget-wrapper {
    padding: 15px 0px; }
.widget-wrapper .widget-box {
    padding: 15px;
    border: none;
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    transition: all ease .3s; }
.widget-wrapper .widget-box .widget-title {
    border-bottom: 1px solid #f7f7f7;
    font-size: 110%;
    text-transform: uppercase;
    padding: 15px;
    margin-bottom: 15px;
    margin-top: -10px;
    position: relative; }
.widget-wrapper .widget-box .widget-title .widget-more-link {
    position: absolute;
    display: inline-block;
    right: 0px;
    top: 8px; }
.widget-wrapper .widget-box .widget-title .widget-more-link .dropdown {
    position: absolute;
    top: 0px;
    left: 0px; }
.widget-wrapper .widget-box .widget-title .widget-more-link .dropdown .dropdown-toggle {
    width: 45px;
    height: 45px;
    background-color: transparent;
    border: hidden; }
.widget-wrapper .widget-box .widget-title .widget-more-link .dropdown .dropdown-toggle:after {
    display: none; }
.widget-wrapper .widget-box .widget-content {
    padding: 15px 30px; }
.widget-wrapper.dashboard {
    padding: 15px 0px 15px 15px; }
.widget-wrapper.with-filter {
    position: relative;
    padding-left: 320px; }
.widget-wrapper.with-filter .main-content {
    min-width: inherit !important; }
.widget-wrapper.with-filter .left-sidebar {
    left: 0px;
    visibility: visible; }
.widget-wrapper.with-sidebar {
    position: relative;
    padding-left: 320px; }
.widget-wrapper.with-sidebar .main-content {
    min-width: inherit !important; }
.widget-wrapper.with-sidebar .left-sidebar {
    left: 0px;
    visibility: visible; }

#wrapper {
    padding-left: 180px;
    background-color: #EEF0F6; }
@media screen and (max-width: 320px) {
    #wrapper {
        padding-left: 0px; } }

.page-content-wrapper .container-area {
    padding-right: 0px;
    padding-left: 0px; }


.sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 0px;
    width: 180px;
    height: 100%;
    margin-left: 0px;
    overflow-y: auto;
    background: #ffffff;
    border-right: 1px solid #E5E7ED;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
.sidebar-wrapper ul li {
    font-weight: bold; }
@media screen and (max-width: 320px) {
    .sidebar-wrapper {
        position: relative;
        width: auto; } }

.base-layout-nav2 {
    background-color: #f3f3f3;
    padding: 15px 0px; }
.base-layout-nav2 .base-layout-layoutlist .item {
    width: 215px;
    max-width: 215px; }
.base-layout-nav2 .base-layout-layoutlist .item span {
    background-color: #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
    border-radius: 5px; }
.base-layout-nav2 .base-layout-layoutlist .item span img {
    border-radius: 5px; }

.bg-white {
    background-color: #000000;
    color: #ffffff; }

.bg-primary {
    background-color: #000000;
    color: #ffffff; }

.template-wrapper.dummy {
    height: 2000px; }
.template-wrapper.dummy .header {
    border-bottom: 15px solid #F8F8F8;
    text-align: center;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center; }
.template-wrapper.dummy .header figure {
    width: 200px;
    height: 20px; }
.template-wrapper.dummy .main {
    text-align: center;
    min-height: 650px;
    display: flex;
    align-items: baseline;
    justify-content: center; }
.template-wrapper.dummy .main figure {
    width: 200px;
    height: 20px; }

/*!
 * TOAST UI Calendar
 * @version 1.10.0 | Thu Jan 24 2019
 * @author NHNEnt FE Development Lab <dl_javascript@nhnent.com>
 * @license MIT
 */
.tui-full-calendar-layout {
    height: 100%;
    position: relative;
    box-sizing: border-box; }

.tui-full-calendar-layout * {
    box-sizing: border-box; }

.tui-full-calendar-dragging {
    cursor: move; }

.tui-full-calendar-resizing {
    cursor: row-resize; }

.tui-full-calendar-resizing-x {
    cursor: col-resize; }

.tui-full-calendar-hidden {
    display: none !important; }

.tui-full-calendar-invisible span {
    visibility: hidden; }

.tui-full-calendar-clear {
    zoom: 1; }

.tui-full-calendar-clear:after {
    content: "";
    display: block;
    clear: both; }

.tui-full-calendar-scroll-y {
    overflow-y: scroll; }

.tui-full-calendar-dot {
    display: inline-block;
    position: relative;
    top: -1px;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%; }

.tui-full-calendar-holiday {
    color: red; }

.tui-full-calendar-today {
    background: rgba(218, 229, 249, 0.3); }

.handle-x {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAECAMAAACEE47CAAAACVBMVEX///////////+OSuX+AAAAA3RSTlMrQJG5H4EIAAAAEUlEQVR4AWNgYoRABhjEFAEAArQAIcHQcPsAAAAASUVORK5CYII=); }

.handle-x, .handle-y {
    background-position: 50%;
    background-repeat: no-repeat; }

.handle-y {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAICAMAAADp7a43AAAACVBMVEX///////////+OSuX+AAAAA3RSTlMrQJG5H4EIAAAAEUlEQVR4AWNgYmRiZABB/CwAAtgAIUTUNkMAAAAASUVORK5CYII=); }

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .handle-x {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAICAMAAADHqI+lAAAACVBMVEX///////////+OSuX+AAAAA3RSTlMZK5EY+QKaAAAAGUlEQVR4AWNgYmJAwegCIMDIiIwxBKhhBgAcSABh8gN42gAAAABJRU5ErkJggg==);
        background-size: 8px 4px; }

    .handle-y {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAQCAMAAAAcVM5PAAAACVBMVEX///////////+OSuX+AAAAA3RSTlMEK5EMBzK5AAAAGElEQVR4AWNgYmIAYxgDBBgZQRjOoKcaABzQAGGjsIM/AAAAAElFTkSuQmCC);
        background-size: 4px 8px; } }
.tui-full-calendar-month-week-item .tui-full-calendar-weekday-grid {
    overflow-y: hidden; }

.tui-full-calendar-month-week-item .tui-full-calendar-weekday-schedules {
    overflow-y: visible;
    height: 0; }

.tui-full-calendar-month-week-item .tui-full-calendar-weekday-schedule {
    margin: 0 10px; }

.tui-full-calendar-month-week-item .tui-full-calendar-today {
    background: none; }

.tui-full-calendar-month-week-item .tui-full-calendar-today .tui-full-calendar-weekday-grid-date-decorator {
    display: inline-block;
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    background: #135de6;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    margin-left: 2px; }

.tui-full-calendar-weekday-container, .tui-full-calendar-weekday-grid, .tui-full-calendar-weekday-grid-line {
    height: 100%;
    min-height: inherit; }

.tui-full-calendar-weekday-grid {
    position: absolute;
    width: 100%;
    overflow-y: scroll; }

.tui-full-calendar-weekday-border {
    border-top: 1px solid #ddd; }

.tui-full-calendar-weekday-container {
    position: relative; }

.tui-full-calendar-weekday-container > div {
    height: 100%; }

.tui-full-calendar-weekday-grid-line {
    position: absolute;
    padding: 3px; }

.tui-full-calendar-weekday-grid-line .tui-full-calendar-weekday-grid-footer {
    position: absolute;
    bottom: 4px; }

.tui-full-calendar-weekday-grid-line .tui-full-calendar-weekday-grid-date {
    display: inline-block;
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center; }

.tui-full-calendar-weekday-grid-line .tui-full-calendar-weekday-grid-date-title {
    line-height: 27px;
    margin-right: 5px; }

.tui-full-calendar-weekday-grid-line .tui-full-calendar-weekday-grid-more-schedules {
    float: right;
    display: inline-block;
    height: 27px;
    line-height: 27px;
    padding: 0 5px;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    color: #aaa; }

.tui-full-calendar-weekday-creation, .tui-full-calendar-weekday-schedules {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow-y: scroll; }

.tui-full-calendar-weekday-schedules {
    font-size: 12px; }

.tui-full-calendar-weekday-schedules-height-span {
    width: 1px;
    margin-left: -1px; }

.tui-full-calendar-weekday-schedule-block {
    position: absolute; }

.tui-full-calendar-weekday-schedule-block-dragging-dim {
    opacity: .3; }

.tui-full-calendar-weekday-schedule {
    position: relative;
    margin: 0 10px 0 1px;
    cursor: pointer;
    border-left-style: solid;
    border-left-width: 3px; }

.tui-full-calendar-weekday-schedule.tui-full-calendar-weekday-schedule-time {
    border-left-width: 0; }

.tui-full-calendar-weekday-schedule.tui-full-calendar-weekday-schedule-time .tui-full-calendar-weekday-schedule-title {
    padding-left: 9px; }

.tui-full-calendar-weekday-schedule-bullet {
    position: absolute;
    padding: 0;
    width: 6px;
    height: 6px;
    top: 6px;
    left: 0;
    border-radius: 50%; }

.tui-full-calendar-weekday-schedule-bullet-focused {
    left: 10px;
    background: #fff; }

.tui-full-calendar-weekday-schedule-title {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 3px;
    font-weight: 700; }

.tui-full-calendar-weekday-schedule-title-focused {
    padding-left: 16px; }

.tui-full-calendar-weekday-schedule-cover {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1); }

.tui-full-calendar-weekday-exceed-left .tui-full-calendar-weekday-schedule {
    margin-left: 0;
    border-left-width: 0; }

.tui-full-calendar-weekday-exceed-right .tui-full-calendar-weekday-schedule {
    margin-right: 0; }

.tui-full-calendar-weekday-exceed-right .tui-full-calendar-weekday-resize-handle {
    display: none; }

.tui-full-calendar-weekday-exceed-in-month {
    cursor: pointer; }

.tui-full-calendar-weekday-exceed-in-month:hover {
    background-color: #f0f1f5; }

.tui-full-calendar-weekday-collapse-btn, .tui-full-calendar-weekday-exceed-in-week {
    position: absolute;
    bottom: 5px;
    margin-right: 5px;
    font-size: 12px;
    line-height: 14px;
    cursor: pointer;
    padding: 1px 5px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #000; }

.tui-full-calendar-weekday-resize-handle {
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    background-position: 3px;
    cursor: col-resize;
    line-height: 18px; }

.tui-full-calendar-weekday-filled {
    background-color: #e8e8e8 !important; }

.tui-full-calendar-left {
    height: 100%;
    float: left;
    box-sizing: border-box;
    display: table; }

.tui-full-calendar-left-content {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    font-size: 11px; }

.tui-full-calendar-right {
    height: 100%;
    overflow-y: scroll;
    position: relative; }

.tui-full-calendar-week-container {
    width: 100%;
    height: inherit;
    display: inline-block;
    font-size: 10px; }

.tui-full-calendar-week-container .tui-full-calendar-today {
    background: none; }

.tui-full-calendar-dayname {
    position: absolute;
    margin-left: -1px;
    height: 100%;
    overflow: hidden; }

.tui-full-calendar-dayname.tui-full-calendar-today {
    font-weight: 700; }

.tui-full-calendar-dayname-container {
    overflow-y: scroll; }

.tui-full-calendar-dayname-leftmargin {
    position: relative;
    height: 100%; }

.tui-full-calendar-dayname-date {
    font-size: 26px; }

.tui-full-calendar-dayname-name {
    font-weight: 700;
    font-size: 12px; }

.tui-full-calendar-daygrid-layout {
    height: 100%; }

.tui-full-calendar-daygrid-layout .tui-full-calendar-right {
    overflow-y: hidden; }

.tui-full-calendar-daygrid-guide-creation-block {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1; }

.tui-full-calendar-timegrid-container {
    height: 100%;
    position: relative;
    overflow: hidden;
    overflow-y: scroll; }

.tui-full-calendar-timegrid-container-split {
    height: 100%;
    position: relative;
    overflow: hidden; }

.tui-full-calendar-timegrid-left {
    position: absolute; }

.tui-full-calendar-timegrid-hour {
    position: relative;
    color: #555;
    box-sizing: border-box; }

.tui-full-calendar-timegrid-hour:first-child span {
    display: none; }

.tui-full-calendar-timegrid-hour:last-child {
    border-bottom: none; }

.tui-full-calendar-timegrid-hour span {
    position: absolute;
    top: -11px;
    left: 0;
    right: 5px;
    text-align: right;
    line-height: 25px; }

.tui-full-calendar-timegrid-right {
    position: relative; }

.tui-full-calendar-timegrid-gridline {
    border-bottom: 1px solid #eee;
    box-sizing: border-box; }

.tui-full-calendar-timegrid-gridline:last-child {
    border-bottom: none; }

.tui-full-calendar-timegrid-schedules {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer; }

.tui-full-calendar-timegrid-hourmarker {
    position: absolute;
    width: 100%;
    display: table; }

.tui-full-calendar-timegrid-hourmarker-line-left {
    position: absolute;
    min-height: 1px;
    left: 0; }

.tui-full-calendar-timegrid-hourmarker-line-today {
    position: absolute;
    min-height: 1px; }

.tui-full-calendar-timegrid-hourmarker-line-right {
    position: absolute;
    min-height: 1px;
    right: 0; }

.tui-full-calendar-timegrid-hourmarker-time {
    padding-right: 5px;
    line-height: 12px;
    text-align: right;
    display: table-cell;
    vertical-align: bottom; }

.tui-full-calendar-timegrid-todaymarker {
    position: absolute;
    text-indent: -9999px;
    width: 9px;
    height: 9px;
    background-color: #135de6;
    margin: -4px 0 0 -5px;
    border-radius: 50%; }

.tui-full-calendar-timegrid-sticky-container {
    position: absolute;
    top: 0; }

.tui-full-calendar-timegrid-timezone-label-container {
    position: absolute; }

.tui-full-calendar-timegrid-timezone-label-cell {
    display: table; }

.tui-full-calendar-timegrid-timezone-label {
    display: table-cell;
    vertical-align: middle;
    padding-right: 5px;
    text-align: right; }

.tui-full-calendar-timegrid-timezone-close-btn {
    cursor: pointer;
    position: absolute;
    text-align: center;
    background-color: #fff; }

.tui-full-calendar-timegrid-timezone-close-btn .tui-full-calendar-icon {
    width: 5px;
    height: 10px; }

.tui-full-calendar-time-date {
    position: absolute;
    height: 100%;
    margin-left: -1px;
    box-sizing: content-box; }

.tui-full-calendar-time-date:last-child {
    border-right: none;
    margin: 0; }

.tui-full-calendar-time-date:last-child .tui-full-calendar-time-guide-creation, .tui-full-calendar-time-date:last-child .tui-full-calendar-time-schedule {
    left: 0; }

.tui-full-calendar-time-date-schedule-block-wrap {
    position: relative;
    height: 100%; }

.tui-full-calendar-time-date-schedule-block {
    position: absolute;
    right: 0; }

.tui-full-calendar-time-date-schedule-block-pending {
    opacity: .7; }

.tui-full-calendar-time-date-schedule-block-dragging-dim {
    opacity: .3; }

.tui-full-calendar-time-date-schedule-block-focused {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2); }

.tui-full-calendar-time-date-schedule-block-cover {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1); }

.tui-full-calendar-time-schedule {
    position: relative;
    left: 1px;
    height: 100%;
    overflow: hidden;
    font-size: 12px;
    font-weight: 700; }

.tui-full-calendar-time-schedule-content {
    overflow: hidden;
    border-left-width: 3px;
    border-left-style: solid;
    padding: 1px 0 0 3px; }

.tui-full-calendar-time-schedule-content-travel-time {
    font-weight: 400;
    font-size: 11px; }

.tui-full-calendar-time-resize-handle {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 5px;
    text-align: center;
    color: #fff;
    cursor: row-resize;
    background-position: top; }

.tui-full-calendar-time-guide-creation {
    position: absolute;
    right: 10px;
    left: 1px;
    padding: 3px; }

.tui-full-calendar-time-guide-move .tui-full-calendar-time-resize-handle, .tui-full-calendar-time-guide-move .tui-full-calendar-time-schedule, .tui-full-calendar-time-guide-resize .tui-full-calendar-time-resize-handle, .tui-full-calendar-time-guide-resize .tui-full-calendar-time-schedule {
    opacity: .8;
    z-index: 3; }

.tui-full-calendar-time-guide-creation-label {
    cursor: default; }

.tui-full-calendar-time-guide-bottom {
    position: absolute;
    bottom: 3px; }

.tui-full-calendar-month {
    height: 100%; }

.tui-full-calendar-month-dayname {
    width: 100%;
    position: absolute;
    font-size: 13px; }

.tui-full-calendar-month-dayname-item {
    height: 100%;
    font-weight: 700; }

.tui-full-calendar-month-week-item {
    position: relative; }

.tui-full-calendar-month-week-item > div {
    height: 100%; }

.tui-full-calendar-month-more {
    height: inherit;
    min-width: 280px;
    min-height: 150px; }

.tui-full-calendar-month-more-title {
    position: relative; }

.tui-full-calendar-month-more-title-day {
    font-size: 23px;
    color: #333; }

.tui-full-calendar-month-more-title-day-label {
    font-size: 12px;
    color: #333; }

.tui-full-calendar-month-more-close {
    position: absolute;
    right: 0;
    outline: 0;
    background: none;
    border: 0;
    font-size: 14px;
    line-height: 28px;
    padding: 0 7px;
    cursor: pointer; }

.tui-full-calendar-month-more-list {
    overflow-y: auto; }

.tui-full-calendar-month-more-schedule {
    cursor: pointer;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px; }

.tui-full-calendar-month-guide-block {
    position: absolute; }

.tui-full-calendar-month-weekday-schedule {
    margin-top: 2px; }

.tui-full-calendar-month-creation-guide {
    top: 0;
    bottom: -1px;
    left: -1px;
    right: 0;
    position: absolute;
    z-index: 2; }

.tui-full-calendar-month-guide-focused {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2); }

.tui-full-calendar-month-guide {
    position: relative;
    padding-left: 3px;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

.tui-full-calendar-month-guide-cover {
    width: 100%;
    position: absolute;
    top: -50%;
    left: -50%;
    background-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1); }

.tui-full-calendar-month-exceed-left .tui-full-calendar-month-guide {
    margin-left: 0; }

.tui-full-calendar-month-exceed-right .tui-full-calendar-month-guide {
    margin-right: 0; }

.tui-full-calendar-month-exceed-right .tui-full-calendar-month-guide-handle {
    display: none; }

.tui-full-calendar-month-guide-handle {
    position: absolute;
    top: 0;
    right: 3px;
    width: 6px;
    background-position: 3px;
    cursor: col-resize; }

.tui-full-calendar-vlayout-container {
    position: relative; }

.tui-full-calendar-splitter {
    clear: left;
    cursor: row-resize; }

.tui-full-calendar-splitter:hover {
    border-color: #999; }

.tui-full-calendar-splitter-focused {
    background-color: #ddd;
    border: none; }

.tui-full-calendar-splitter-guide {
    position: absolute;
    width: 100%;
    height: 3px;
    border: none;
    background-color: #e8e8e8; }

.tui-full-calendar-popup {
    position: absolute;
    font-weight: 2.5;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    clear: both; }

.tui-full-calendar-popup-container {
    min-width: 474px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border: 1px solid #d5d5d5;
    padding: 17px;
    border-radius: 2px; }

.tui-full-calendar-popup-section {
    font-size: 0;
    min-height: 40px; }

.tui-full-calendar-section-calendar {
    width: 176px; }

.tui-full-calendar-section-calendar.tui-full-calendar-hide {
    height: 21px;
    visibility: hidden; }

.tui-full-calendar-section-title {
    width: calc(100% - 36px);
    padding-right: 4px; }

.tui-full-calendar-section-title input {
    width: 365px; }

.tui-full-calendar-button.tui-full-calendar-section-private {
    height: 32px;
    padding: 8px;
    font-size: 0;
    margin-left: 4px; }

.tui-full-calendar-section-private.tui-full-calendar-public .tui-full-calendar-ic-private {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAKdJREFUKBVjYCATMKLri46Olvn9+3fX////HUByjIyMB1hZWcuWLl36BFktikaQpl+/fl0EKhBCVgRkv2NjY9NH1syErABkE1TTdqBCWRAG8reDxKBycOUoGmHOA2pIA5kOwiA2SDVMDq4TmREaGvofhJHFcLHhfgwLC9sKNNULl0KQODCgtq1atcobxIY7lZAmkGJkNXCNIAlSwIjSCApqIgJnK0wNALoOPwSpOcq0AAAAAElFTkSuQmCC) no-repeat; }

.tui-full-calendar-section-end-date, .tui-full-calendar-section-start-date {
    width: 176px; }

.tui-full-calendar-section-end-date input, .tui-full-calendar-section-start-date input {
    width: 139px; }

.tui-full-calendar-section-end-date:focus .tui-datepicker, .tui-full-calendar-section-end-date:focus .tui-full-calendar-popup-section-item, .tui-full-calendar-section-end-date:hover .tui-datepicker, .tui-full-calendar-section-end-date:hover .tui-full-calendar-popup-section-item, .tui-full-calendar-section-start-date:focus .tui-datepicker, .tui-full-calendar-section-start-date:focus .tui-full-calendar-popup-section-item, .tui-full-calendar-section-start-date:hover .tui-datepicker, .tui-full-calendar-section-start-date:hover .tui-full-calendar-popup-section-item {
    border-color: #bbb; }

.tui-full-calendar-section-date-dash {
    font-size: 12px;
    color: #d5d5d5;
    height: 32px;
    padding: 0 4px;
    vertical-align: middle; }

.tui-full-calendar-popup-section-item.tui-full-calendar-section-allday {
    border: none;
    padding: 0 0 0 8px;
    cursor: pointer; }

.tui-full-calendar-popup-section-item.tui-full-calendar-section-location {
    display: block; }

.tui-full-calendar-popup-section-item.tui-full-calendar-section-location input {
    width: 400px; }

.tui-full-calendar-section-allday .tui-full-calendar-icon.tui-full-calendar-ic-checkbox {
    margin: 0; }

.tui-full-calendar-popup-section-item.tui-full-calendar-section-allday .tui-full-calendar-content {
    padding-left: 4px; }

.tui-full-calendar-section-state {
    width: 109px; }

.tui-full-calendar-section-state .tui-full-calendar-content {
    width: 58px;
    text-overflow: ellipsis;
    overflow: hidden; }

.tui-full-calendar-popup-section-item {
    height: 32px;
    padding: 0 9px 0 12px;
    border: 1px solid #d5d5d5;
    display: inline-block;
    font-size: 0;
    border-radius: 2px; }

.tui-full-calendar-popup-section-item:focus, .tui-full-calendar-popup-section-item:hover {
    border-color: #bbb; }

.tui-full-calendar-popup-section-item .tui-full-calendar-icon {
    position: relative; }

.tui-full-calendar-icon.tui-full-calendar-ic-title {
    top: 2px; }

.tui-full-calendar-popup-section-item .tui-full-calendar-content {
    text-align: left;
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
    position: relative;
    padding-left: 8px; }

.tui-full-calendar-section-calendar .tui-full-calendar-dropdown-button .tui-full-calendar-content {
    width: 125px;
    text-overflow: ellipsis;
    overflow: hidden;
    top: -1px; }

.tui-full-calendar-popup-section-item input {
    border: none;
    height: 30px;
    outline: none;
    display: inline-block; }

.tui-full-calendar-popup-section-item input::placeholder {
    color: #bbb;
    font-weight: 300; }

.tui-full-calendar-dropdown {
    position: relative; }

.tui-full-calendar-dropdown:hover .tui-full-calendar-dropdown-button {
    border: 1px solid #bbb; }

.tui-full-calendar-dropdown-button.tui-full-calendar-popup-section-item {
    height: 32px;
    font-size: 0;
    top: -1px; }

.tui-full-calendar-dropdown-arrow {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAHlJREFUKBVjYBgFOEOAEVkmPDxc89+/f6eAYjzI4kD2FyYmJrOVK1deh4kzwRggGiQBVJCELAZig8SQNYHEmEEEMrh69eo1HR0dfqCYJUickZGxf9WqVf3IakBsFBthklpaWmVA9mEQhrJhUoTp0NBQCRAmrHL4qgAAuu4cWZOZIGsAAAAASUVORK5CYII=) no-repeat; }

.dropdown.open .tui-full-calendar-dropdown-arrow, .tui-full-calendar-open .tui-full-calendar-dropdown-arrow {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAIFJREFUKBVjYBj+gBmXF2NiYiTV1dV5rl279gWbGiZsgg0NDSw/f/5cCZRbBWJjU4PVRjExsR6g4nAgln/z5g3v1atXd6JrxtAYHh4e+v///z4khZa6urrXgJqvIYkxMCJzgJo0//37dwooxoMsDmR/YWJiMlu5cuV1NPFRLrYQAADMVCaUtbG7XwAAAABJRU5ErkJggg==) no-repeat; }

.tui-full-calendar-dropdown-menu {
    position: absolute;
    top: 31px;
    padding: 4px 0;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    border-top: none;
    border-radius: 0 0 2px 2px;
    width: 100%; }

.tui-full-calendar-dropdown:hover .tui-full-calendar-dropdown-menu {
    border: 1px solid #bbb;
    border-top: none; }

.tui-full-calendar-dropdown-menu {
    display: none; }

.tui-full-calendar-open .tui-full-calendar-dropdown-menu {
    display: block; }

.tui-full-calendar-dropdown-menu-item {
    height: 30px;
    border: none;
    cursor: pointer; }

.tui-full-calendar-section-calendar .tui-full-calendar-dropdown-menu-item, .tui-full-calendar-section-state .tui-full-calendar-dropdown-menu-item {
    width: 100%; }

.tui-full-calendar-dropdown-menu-item:hover {
    background-color: rgba(81, 92, 230, 0.05); }

.tui-full-calendar-dropdown-menu-item .tui-full-calendar-content {
    line-height: 30px; }

.tui-full-calendar-button.tui-full-calendar-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #fff;
    padding: 2px;
    border: none; }

.tui-full-calendar-section-button-save {
    height: 36px; }

.tui-full-calendar-popup-save {
    float: right; }

.tui-full-calendar-popup-arrow-border, .tui-full-calendar-popup-arrow-fill {
    position: absolute; }

.tui-full-calendar-arrow-top .tui-full-calendar-popup-arrow-border {
    border-top: none;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #d5d5d5;
    border-left: 8px solid transparent;
    left: calc(50% - 8px);
    top: -7px; }

.tui-full-calendar-arrow-right .tui-full-calendar-popup-arrow-border {
    border-top: 8px solid transparent;
    border-right: none;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #d5d5d5;
    top: calc(50% - 8px);
    right: -7px; }

.tui-full-calendar-arrow-bottom .tui-full-calendar-popup-arrow-border {
    border-top: 8px solid #d5d5d5;
    border-right: 8px solid transparent;
    border-bottom: none;
    border-left: 8px solid transparent;
    left: calc(50% - 8px);
    bottom: -7px; }

.tui-full-calendar-arrow-left .tui-full-calendar-popup-arrow-border {
    border-top: 8px solid transparent;
    border-right: 8px solid #d5d5d5;
    border-bottom: 8px solid transparent;
    border-left: none;
    top: calc(50% - 8px);
    left: -7px; }

.tui-full-calendar-arrow-top .tui-full-calendar-popup-arrow-fill {
    border-top: none;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    left: -7px;
    top: 1px; }

.tui-full-calendar-arrow-right .tui-full-calendar-popup-arrow-fill {
    border-top: 7px solid transparent;
    border-right: none;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #fff;
    top: -7px;
    right: 1px; }

.tui-full-calendar-arrow-bottom .tui-full-calendar-popup-arrow-fill {
    border-top: 7px solid #fff;
    border-right: 7px solid transparent;
    border-bottom: none;
    border-left: 7px solid transparent;
    left: -7px;
    bottom: 1px; }

.tui-full-calendar-arrow-left .tui-full-calendar-popup-arrow-fill {
    border-top: 7px solid transparent;
    border-right: 7px solid #fff;
    border-bottom: 7px solid transparent;
    border-left: none;
    top: -7px;
    left: 1px; }

.tui-full-calendar-button {
    background: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 2px;
    text-align: center;
    outline: none;
    font-size: 12px;
    cursor: pointer;
    color: #333; }

.tui-full-calendar-button:hover {
    border-color: #bbb;
    color: #333; }

.tui-full-calendar-button:active {
    background: #f9f9f9;
    color: #333; }

.tui-full-calendar-button .round {
    border-radius: 25px; }

.tui-full-calendar-confirm {
    width: 96px;
    height: 36px;
    border-radius: 40px;
    background-color: #ff6618;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    border: none; }

.tui-full-calendar-confirm:hover {
    background-color: #e55b15;
    color: #fff; }

.tui-full-calendar-confirm:active {
    background-color: #d95614;
    color: #fff; }

.tui-full-calendar-icon.tui-full-calendar-right {
    float: right;
    top: 1px; }

.tui-full-calendar-icon .tui-full-calendar-none {
    display: none; }

.tui-full-calendar-icon.tui-full-calendar-calendar-dot {
    border-radius: 8px;
    width: 12px;
    height: 12px;
    margin: 1px; }

input[type=checkbox].tui-full-calendar-checkbox-square {
    display: none; }

input[type=checkbox].tui-full-calendar-checkbox-square + span {
    display: inline-block;
    cursor: pointer;
    line-height: 14px;
    margin-right: 8px;
    width: 14px;
    height: 14px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAADpJREFUKBVjPHfu3O5///65MJAAmJiY9jCcOXPmP6kApIeJBItQlI5qRAkOVM5o4KCGBwqPkcxEvhsAbzRE+Jhb9IwAAAAASUVORK5CYII=) no-repeat;
    vertical-align: middle; }

input[type=checkbox].tui-full-calendar-checkbox-square:checked + span {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAMBJREFUKBWVkjEOwjAMRe2WgZW7IIHEDdhghhuwcQ42rlJugAQS54Cxa5cq1QM5TUpByZfS2j9+dlJVt/tX5ZxbS4ZU9VLkQvSHKTIGRaVJYFmKrBbTCJxE2UgCdDzMZDkHrOV6b95V0US6UmgKodujEZbJg0B0ZgEModO5lrY1TMQf1TpyJGBEjD+E2NPN7ukIUDiF/BfEXgRiGEw8NgkffYGYwCi808fpn/6OvfUfsDr/Vc1IfRf8sKnFVqeiVQfDu0tf/nWH9gAAAABJRU5ErkJggg==) no-repeat; }

input[type=checkbox].tui-full-calendar-checkbox-round {
    display: none; }

input[type=checkbox].tui-full-calendar-checkbox-round + span {
    display: inline-block;
    cursor: pointer;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: middle;
    margin-right: 8px;
    border-radius: 8px;
    border: 2px solid;
    background: transparent; }

.tui-full-calendar-popup-top-line {
    position: absolute;
    border-radius: 2px 2px 0 0;
    width: 100%;
    height: 4px;
    border: none;
    top: 0; }

.tui-full-calendar-popup-detail .tui-full-calendar-popup-container {
    width: 301px;
    min-width: 301px;
    padding-bottom: 0; }

.tui-full-calendar-popup-detail .tui-full-calendar-icon {
    width: 12px;
    height: 12px;
    background-size: 12px;
    position: relative;
    margin-right: 8px; }

.tui-full-calendar-popup-detail .tui-full-calendar-icon.tui-full-calendar-ic-location-b, .tui-full-calendar-popup-detail .tui-full-calendar-icon.tui-full-calendar-ic-user-b {
    top: -2px; }

.tui-full-calendar-popup-detail .tui-full-calendar-icon.tui-full-calendar-ic-state-b {
    top: -1px; }

.tui-full-calendar-popup-detail .tui-full-calendar-icon.tui-full-calendar-calendar-dot {
    width: 10px;
    height: 10px;
    margin-right: 8px;
    top: -1px; }

.tui-full-calendar-popup-detail .tui-full-calendar-content {
    line-height: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 2; }

.tui-full-calendar-popup-detail .tui-full-calendar-section-header {
    margin-bottom: 6px; }

.tui-full-calendar-popup-detail .tui-full-calendar-popup-detail-item-separate {
    margin-top: 4px; }

.tui-full-calendar-popup-detail .tui-full-calendar-popup-detail-item-indent {
    text-indent: -20px;
    padding-left: 20px; }

.tui-full-calendar-popup-detail .tui-full-calendar-schedule-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
    word-break: break-all; }

.tui-full-calendar-popup-detail .tui-full-calendar-schedule-private {
    display: none;
    width: 16px;
    height: 16px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAKpJREFUKBVjYCATMKLri46Olvn9+3fX////HUByjIyMB1hZWcuWLl36BFktikaQpl+/fl0EKhBCVgRkv2NjY9NH1syErABkE1TTdqBCWRAG8reDxKBycOUoGmHOA2pIA5kOwiA2SDVMDqYTRSNQUBIkgewkJDZYDqYR7sewsLCtQFO9YBLYaGBAbVu1apU3SA5uIyFNIMXIauAaQRKkgBGlERTURATOVpgaABRQQOK46wEAAAAAAElFTkSuQmCC) no-repeat 16px; }

.tui-full-calendar-popup-detail .tui-full-calendar-schedule-private .tui-full-calendar-ic-private {
    display: block; }

.tui-full-calendar-popup-detail .tui-full-calendar-section-detail {
    margin-bottom: 16px; }

.tui-full-calendar-popup-detail .tui-full-calendar-section-button {
    border-top: 1px solid #e5e5e5;
    font-size: 0; }

.tui-full-calendar-section-button .tui-full-calendar-icon {
    margin-right: 4px;
    top: -3px; }

.tui-full-calendar-section-button .tui-full-calendar-content {
    position: relative;
    top: 2px; }

.tui-full-calendar-popup-delete, .tui-full-calendar-popup-edit {
    display: inline-block;
    padding: 7px 9px 11px;
    width: calc(50% - 1px);
    outline: none;
    background: none;
    border: none;
    cursor: pointer; }

.tui-full-calendar-popup-vertical-line {
    background: #e5e5e5;
    width: 1px;
    height: 14px;
    vertical-align: middle;
    display: inline-block;
    margin-top: -7px; }

.tui-datepicker {
    left: -12px;
    z-index: 1;
    border-color: #d5d5d5; }

.tui-full-calendar-icon {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle; }

.tui-full-calendar-icon.tui-full-calendar-ic-title {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAO5JREFUKBVjYCATMOLSFxkZqfHnz5+1QHktNDVbV69e7cOCJgjmQjXtB3IksMh7g8SY0CXQNTEyMlYD1fBCabhyFI3omkCq/v//PwnotC8gGq4LyIBrxKYJpBBoU15oaCgPiEbWCPYjUEIFGBBY/QS0qRWooRVIg/UBDXgMYoBtBHJSgWxsAQFWjET8BBqQBuLDNM4Can6GpAAb8ydQMADo3x0gSbDGlStX3gVqdMSjGUUTSCNKAggPD1cDOmU/EEuBJKEAQxNIHEUjSABNM1ZNIHXMIAIZXL169a2+vv5moK18QKeXAv20B1meYjYAr7xrljpOzc0AAAAASUVORK5CYII=) no-repeat; }

.tui-full-calendar-icon.tui-full-calendar-ic-location {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAR1JREFUKBWdUTtPg1AUBiT8CydHJtv/0MTJRWAgcTK1bq0/pO3k4E4IYLo2Me46tS4wumjSpV07kAb6HXLPzaGPRZLL+c73uE/D+OdnHuaCIOhVVTUEf620pWVZ0yRJ3qW3FfR9f1zX9UgaGJumOUnT9Fn3DDzPuwPOuD9TvSzL3kizhOFJ4LnjOJc0wM0FP2Asgx0mEehHUfRHgzDzqF3GOogzbJg8V6XHFqYv4Cvqy7J8DcOwWYmw8Hwy1kHMRjcaKuEGgV82caWbZay3indagJyxcKLOlKeRdJA627YfUVaN0v6tlKbZVjCO4zW2cw91px3AxJEmOONCNoTzPP9xXZfOd6u0Bzz60RGOgmQuiuIb4S3gB0IvaoJW2QMDs1bBoH1CAQAAAABJRU5ErkJggg==) no-repeat; }

.tui-full-calendar-icon.tui-full-calendar-ic-date {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAGpJREFUKBVjYKAGCA0N/Q/C6GZhE2cEKQoLC9v6//9/L3QN2PiMjIzbVq1a5c0EkiRWE7JasEZsJhMSI1sjC7LJq1evBvsZWQyZjRxwZNs4hDSiBA6y55EDBRsb7EdQasAmiUNsKw5x4oQBkUAeDPJ53KsAAAAASUVORK5CYII=) no-repeat; }

.tui-full-calendar-icon.tui-full-calendar-ic-state {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAIxJREFUKBVjYCATMKLrCw8P9/z3798soLgMVO4JExNT2sqVK7cjq2VC5oDYME2MjIyNIAwUkoGKoShlQeFBOGCbVq1a1QDihoaG1gMpmO0gITAAOzUsLGzr////vWCC+GigK7YBDfUGO5VYTSADYWox/IjPNmS5UY3IoYHGBgcOKG7QxPFxt+KTJCgHAGcZJbGLRuJ2AAAAAElFTkSuQmCC) no-repeat; }

.tui-full-calendar-icon.tui-full-calendar-ic-private {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAKpJREFUKBVjYCATMKLri46Olvn9+3fX////HUByjIyMB1hZWcuWLl36BFktikaQpl+/fl0EKhBCVgRkv2NjY9NH1syErABkE1TTdqBCWRAG8reDxKBycOUoGmHOA2pIA5kOwiA2SDVMDqYTRSNQUBIkgewkJDZYDqYR7sewsLCtQFO9YBLYaGBAbVu1apU3SA5uIyFNIMXIauAaQRKkgBGlERTURATOVpgaABRQQOK46wEAAAAAAElFTkSuQmCC) no-repeat; }

.tui-full-calendar-icon.tui-full-calendar-ic-public {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAKdJREFUKBVjYCATMKLri46Olvn9+3fX////HUByjIyMB1hZWcuWLl36BFktikaQpl+/fl0EKhBCVgRkv2NjY9NH1syErABkE1TTdqBCWRAG8reDxKBycOUoGmHOA2pIA5kOwiA2SDVMDq4TmREaGvofhJHFcLHhfgwLC9sKNNULl0KQODCgtq1atcobxIY7lZAmkGJkNXCNIAlSwIjSCApqIgJnK0wNALoOPwSpOcq0AAAAAElFTkSuQmCC) no-repeat; }

.tui-full-calendar-icon.tui-full-calendar-ic-close {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAJRJREFUKBXFkNERhCAMREUbuEKohzq0Eq2DDq6Da4B60KezDORkxj+ZwchmX0IYhtdWCGFl9y5g82NtzDnPdzAaudo76ZBS+nrvPxiInMkJcs5tMcZFfqcfxdqIRiELof+BiIJPg+mExmpmvKRn3zKj7OrG9Y79szPL14A1xEP0Hgy4gBZS5R7czHj3ehSgOzkVeyfuGrBw/WLm0hsAAAAASUVORK5CYII=) no-repeat; }

.tui-full-calendar-ic-location-b {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAOZJREFUKBWVUT0KwjAUbkzGTuJWPYNDpV0cXD2ETuIRBK+gs4ubp3BwcXBp6eINBKWDgydoid9X8oKCggYeee/7S9IGwZ9LverTNO3Wdb2y1o6IK6WOWutFlmU30XmDE58hbgvpTA+Y+mJqCemS20jdG2N6LPYMICc6b5BrIG3ONBZ7CoVj7w0cfllGRDj+gKQpjt/iPU0ye/LkROcNANaoCUzjqqquIsBuHddAWoiyLO9RFHUwJ4JxR/qmKIqdYG9vCMNwCeIiJHuHecj/B0GSJBng7ifO+ErDPM8L4b7ucRzPWJ8ET1E7YC7tmi9qAAAAAElFTkSuQmCC); }

.tui-full-calendar-ic-state-b {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAHlJREFUKBVjYCARMCKrNzEx8QTyZ/3//18GJM7IyPgESKWdOXNmO4gPAkwQCk6CFQMVNoIwVOMsuCw6w9jY+D8Iw8TR+SBxsJOATtkKNM0LphAbDbRxG9Bp3mAnEVIMMgCmBt0P2AxHERusGkAhgOJQ7Jyt2IUJiAIAwwIn24FgmhkAAAAASUVORK5CYII=); }

.tui-full-calendar-icon.tui-full-calendar-ic-user-b {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAJpJREFUKBVjYKA1YES3wMTExBMoNgsqnnbmzJntyGqYkDlQ9qz////LgDCQD9MIV4ZNA1wSGwObhjRGRsYnIAzUkIZNE0licE+bm5tr/fnzJx1osjPQBFmoKY+BftnLwsIy8+TJk9dAYmANxsbGoUD2YiBmBwliAT+BYrFnz55dDfNDO1AAl2KQfpAcSA0DTIMyiEMAEKMG0wgAolIjcM7Tjm8AAAAASUVORK5CYII=); }

.tui-full-calendar-icon.tui-full-calendar-ic-edit {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAMdJREFUKBVjYCARMOJTb2xsLMfIyBjLysq64Pjx409BapnwaQDKzf7//3/L79+/D1tbW0uB1LJg02BmZqYIVPgdKBf/79+//UC2xs+fP8OB/H4MG0CK//79ewCkEGQYExOTI5DawMnJuQTER/EDTDFQXA4kCQQ3QBpOnz79AsJF8gMWxTA1KDTYBhyKMUwH6WSysrKSB7kZyIY5AySOVTFIggno+5VAmijFYA1AwhzEgAKcJsMUwIMVGKPH2NnZ7ZFDBKYImQYAuO5YIMgk39gAAAAASUVORK5CYII=); }

.tui-full-calendar-icon.tui-full-calendar-ic-delete {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAFhJREFUKBVjYCARMKKrNzEx2fr//38vkDgjI+O2M2fOeCOrAWtAVoQsicyGaWZCFsTHBtr6H588Tjm4H4yNjfGacPbsWbBaop0Es3JYaQBFDMxjWOitMDEA3EEZfFEISwUAAAAASUVORK5CYII=); }

.tui-full-calendar-icon.tui-full-calendar-ic-arrow-solid-top {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAIFJREFUKBVjYBj+gBmXF2NiYiTV1dV5rl279gWbGiZsgg0NDSw/f/5cCZRbBWJjU4PVRjExsR6g4nAgln/z5g3v1atXd6JrxtAYHh4e+v///z4khZa6urrXgJqvIYkxMCJzgJo0//37dwooxoMsDmR/YWJiMlu5cuV1NPFRLrYQAADMVCaUtbG7XwAAAABJRU5ErkJggg==) no-repeat; }

.tui-full-calendar-icon.tui-full-calendar-ic-milestone {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAGFJREFUKBVjYCARMILU/3dw+I+hj5FxG+P+/d7o4rg1IKtE0syELI6T/f+/F0yOOA0w1UCa9hpYkGxjYDxwABwIILH/jo5bGWBuZ2TcClOHogEmCKKxBSlInPZ+ANlCEgAA37EU4AHbBQUAAAAASUVORK5CYII=) no-repeat; }

.tui-full-calendar-icon.tui-full-calendar-ic-arrow-left {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHCAYAAAAvZezQAAAAAXNSR0IArs4c6QAAAFZJREFUCB1jZICCyspK83///hUxgvhVVVV6f//+3c3ExJTMVFNTowqU2cHMzJzf3t6+hen379/zgIp2t7W1rQCpZmJlZU0C0q5AbREgAQwzwAIgGZgtADMCJqH/QyvhAAAAAElFTkSuQmCC) no-repeat; }

.tui-full-calendar-icon.tui-full-calendar-ic-arrow-right {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHCAYAAAAvZezQAAAAAXNSR0IArs4c6QAAAFxJREFUCB1jKC8vX1lZWWnOAAVMQLD4379/m6qqqvRAYowgAsiJAAr2sbCw2IMFQIIVFRUL////r8SCpMKVlZXVnhFooA9Q+VxmZmbXtra2S0xATizQYD8QB6QaAJMLJ9BqE9yTAAAAAElFTkSuQmCC) no-repeat; }

.tui-full-calendar-ic-repeat-b {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAQpJREFUKBVjYCARMCKrNzU1tf/3718lUMwQiP8yMjKeYWJi6j516tRhExOThjNnzjTANQAFqv///98CVHQPSO8A0ixATa5AtjyQPgDETmfPngULMpiZmbn//fu3BSg4B6ggCyjxG8hm8PT0ZH/9+vUJoJgTiA8CTCACqDgXaOJ9Xl7eTJhikDhQcSVQsQGITT8A9rSxsfF/mJVApzWCQgPGd3BwYPny5cstoNOuAZ3rAwoJOAAqviAqKtoOEwAaxPr58+dpQL4iEGeAxJFt2AfkOwA1PQTSu4Em/gGyPYC0EpCuAdraCtIADiWgQCPQOmdmZmYHoNgVoCJfIB0CpG8DI84BphgoRjoAAAzgdELI91E5AAAAAElFTkSuQmCC); }
.template-wrapper {
    position: relative;
    padding-top: 65px;
    background-color: #FAFAFA; }
.template-wrapper.login-page {
    padding-top: 0;
    min-height: 100vh;
    background-color: #2A5F83;
}
@media (max-width: 767px) {
    .template-wrapper.login-page {
        padding-top: 0; } }
.template-wrapper .template-header {
    font-size: 16px;
    position: fixed;
    top: 0;
    left: 0;
    min-height: 65px;
    height: 65px;
    background-color: #2A5F83;
    width: 100%;
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 2;
    border-bottom: 1px solid #e7e5e5; }
.template-wrapper .template-header .align-middle {
    align-self: center !important;
    padding-left: 0;
    padding-right: 28px;
    position: relative; }
.template-wrapper .template-header .align-middle .nameplace {
    width: 200px;
    text-align: right;}
.template-wrapper .template-header .logo {
    margin-left: 50px;
    max-height: 50px;
    width: 45px;
    background-image: none; }
.template-wrapper .template-header .logo.mobile-logo {
    display: none; }
.template-wrapper .template-header .logo img {
    height: 25px;
    width: 150px; }
@media (max-width: 767px) {
    .template-wrapper .template-header .logo {
        width: 30px; }
    .template-wrapper .template-header .logo img {
        height: 25px;
        width: 25px; }
    .template-wrapper .template-header .logo.mobile-logo {
        display: inline-block; } }
.template-wrapper .template-header .inline-item {
    display: inline-block;
    vertical-align: top;
    max-width: 300px; }
.template-wrapper .template-header .nametag {
    padding-top: 4px;
    color: #DEFFFF;
}
@media (max-width: 767px) {
    .template-wrapper .template-header .inline-item {
        margin-right: 10px; } }
@media (max-width: 767px) {
    .template-wrapper .template-header .inline-item.search {
        display: none; } }
.template-wrapper .template-header .inline-item.toggle-menu-link {
    display: none; }
@media (max-width: 767px) {
    .template-wrapper .template-header .inline-item.toggle-menu-link {
        display: inline-block; } }
.template-wrapper .template-header .inline-item.toggle-filter-link {
    display: none; }
@media (max-width: 767px) {
    .template-wrapper .template-header .inline-item.toggle-filter-link {
        display: inline-block;
        margin-right: 0; } }
.template-wrapper .template-header .search-wrapper.layout {
    border-radius: 3px;
    border: hidden;
    min-width: 500px;
    height: 25px;
    margin-left: 130px; }
.template-wrapper .template-header .search-wrapper.layout .icon {
    right: auto;
    left: 5px; }
.template-wrapper .template-header .search-wrapper.layout .icon.search {
    background-position: -518px -78px; }
.template-wrapper .template-header .search-wrapper.layout input {
    width: 100%;
    background-color: #ffffff;
    height: 25px;
    padding: 0rem 0.75rem;
    border: hidden;
    box-shadow: none; }
.template-wrapper .template-header .search-wrapper.layout input::placeholder {
    color: #e7e5e5; }
.template-wrapper .template-header .form-row {
    position: relative; }
.template-wrapper .template-header .search-dropdown {
    position: absolute;
    width: 60em;
    min-height: 20em;
    top: 45px;
    z-index: 3;
    background-color: #ffffff;
    left: 80px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transform: translateY(20%); }
.template-wrapper .template-header .search-dropdown.show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
    background-color: #CDCDCD; }
.template-wrapper .main {
    position: relative;
    width: calc(100%);
    padding-left: 65px;
    padding-right: 0;
    min-height: calc(100vh - 65px);
    /*-webkit-transition: all 0.5s ease;*/
    /*-moz-transition: all 0.5s ease;*/
    /*-o-transition: all 0.5s ease;*/
    /*transition: all 0.5s ease; */
}
.template-wrapper .main.login {
    padding-left: 0;
    min-height: calc(100vh); }
@media (max-width: 767px) {
    .template-wrapper .main {
        padding-left: 0; } }
.template-wrapper .main .sidebar {
    width: 65px;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 65px;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    background-color: #ffffff;
    border-right: 1px solid #e7e5e5;
    min-height: calc(100vh - 65px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
@media (max-width: 767px) {
    .template-wrapper .main .sidebar {
        position: fixed;
        width: 35px;
        top: 65px;
        left: 0px;
        z-index: 2;
        padding-top: 5px; 
        padding-bottom: 5px; } 
    }
.template-wrapper .main .sidebar .sidebar-container {
    position: relative;
    min-height: calc(100vh - 65px); }
.template-wrapper .main .sidebar .sidebar-container .level1-nav {
    position: absolute;
    top: 0;
    left: 0;
    min-height: calc(100vh - 65px);
    z-index: 1; }
.template-wrapper .main .sidebar .sidebar-container .level2-nav {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 260px;
    width: 195px;
    min-height: calc(100vh - 65px);
    z-index: 2;
    background-color: #ffffff;
    border-left: 1px solid #f1f4f8; }
.template-wrapper .main .sidebar .sidebar-container .level2-nav.visible-menu {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    visibility: visible;
    left: 65px; }
.template-wrapper .main .sidebar .sidebar-container .level2-nav ul li.list-group-item {
    padding: 0.75rem 15px; }
.template-wrapper .main .sidebar .sidebar-container .sub-nav-header {
    width: 100%;
    position: relative;
    padding: 15px; }
.template-wrapper .main .sidebar .sidebar-container .sub-nav-header span {
    position: absolute;
    top: 5px;
    right: 5px; }
.template-wrapper .main .sidebar .sidebar-toggle-link {
    position: absolute;
    top: 10px;
    right: 0;
    display: block;
    border-radius: 20px;
    z-index: 3; }
@media (max-width: 767px) {
    .template-wrapper .main .sidebar .sidebar-toggle-link {
        display: none; } }
.template-wrapper .main .sidebar .sidebar-toggle-link .icon {
    border-radius: 20px 0 0 20px; }
.template-wrapper .main .rightbar {
    width: 240px;
    position: fixed;
    z-index: 1;
    right: -240px;
    top: 65px;
    overflow: hidden;
    background-color: #ffffff;
    border-left: 1px solid #e7e5e5;
    min-height: calc(100vh - 65px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
.template-wrapper .main.toggled {
    width: calc(100%);
    padding-left: 65px; }
.template-wrapper .main.toggled .sidebar {
    width: 260px; }
.template-wrapper .main.toggled-right {
    width: calc(100%);
    padding-right: 240px; }
.template-wrapper .main.toggled-right .rightbar {
    right: 0; }
.template-wrapper .main.expanded {
    width: calc(100%);
    padding-left: 260px;
    padding-right: 0; }
@media (max-width: 767px) {
    .template-wrapper .main.expanded {
        padding-left: 0; } }
.template-wrapper .main.expanded .sidebar {
    width: 260px;
    left: 0; }
.template-wrapper .main.expanded.toggled-right {
    width: calc(100%);
    padding-right: 240px; }
.template-wrapper .main.expanded.toggled-right .rightbar {
    right: 0; }
.template-wrapper .user-sidebar {
    width: 240px;
    position: fixed;
    z-index: 2;
    right: -240px;
    top: 0;
    overflow: hidden;
    background-color: #ffffff;
    border-left: 1px solid #e7e5e5;
    min-height: calc(100vh - 65px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 100vh;
    overflow-y: scroll;
}
.template-wrapper .user-sidebar.show {
    right: 0; }
.template-wrapper .user-sidebar .user-sidebar-wrapper {
    position: relative;
    padding:15px;
}
.template-wrapper .user-sidebar .user-sidebar-wrapper .user-sidebar-close {
    position: absolute;
    right: 15px;
    top: 10px; }

/*.filter-widget{*/
    /*margin-bottom: 1rem;*/
    /*margin-top: 1rem;*/
/*}*/

.filter-header{
    width: -webkit-fill-available;
}

.filter-options{
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #D8D8D8;
    display: inline-flex;
    width: 100%;
}
.filter-toggle{
    padding-bottom:5px;
    text-align: right;
}
.borderless-input{
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
    border-radius: 5px;
    /* font-family: helvetica, arial, sans serif; */
    padding-left: 0px;
    width: 100%;
}
.options{
    padding-top:0.5rem;
}

#rightbar-togglelink {
    margin-right: -20px; }
#rightbar-togglelink .icon {
    border-radius: 20px 0 0 20px; }

.dummy-icon {
    background-color: #e7e5e5; }
.dummy-icon img {
    max-height: 25px;
    opacity: 0; }
.dummy-icon.profile {
    border-radius: 15px; 
    font-size: 20px;
    padding: 4px 0 0 8px;}
@media (max-width: 576px ) {
    .dummy-icon.profile {
        border-radius: 15px; 
        font-size: 12px;
        padding: 3px 0 0 6px;}
}

.main-nav {
    overflow: hidden; }
@media (max-width: 767px) {
    .main-nav li.list-group-item.with-icon {
        white-space: nowrap;
        text-indent: 0px;
        padding-left: 25px;
        background-color: #ffffff; 
        padding-bottom: 5px; }
}
.main-nav li.list-group-item.with-icon {
    white-space: nowrap;
    text-indent: 0px;
    padding-left: 65px;
    background-color: #ffffff; 
    padding-bottom: 45px; }
.main-nav li.list-group-item.with-icon .icon {
    margin-top: -2px;
    margin-left: 5px; }
.main-nav li.list-group-item.with-icon .expand-links {
    right: 20px;
    top: 20px;
    left: auto; }
.main-nav li.list-group-item.with-icon.show .icon {
    top: 23px; }
.main-nav .sublevel-nav {
    height: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
.main-nav .sublevel-nav.show {
    visibility: visible;
    height: auto; }
.main-nav .sublevel-nav li {
    padding-left: 0;
    padding-bottom: 0;
    color: #35495e; }

.template-header .header-right li:last-child {
    margin-left: 10px; }
.template-header .header-right li:last-child a.inline-item {
    margin-right: 0; }
.template-header .header-right li:first-child {
    position: relative;
    width: 60px;
    }
.template-header .header-right li:first-child .nameplace {
    width:200px;
    text-align: right;
}
@media (max-width: 767px) {
    .template-header .header-right li:first-child {
        margin-right: 10px;
        position: fixed;
        top: 20px;
        right: 15px; } }
.template-header .header-right li:first-child .btn {
    position: absolute;
    font-weight: lighter;
    font-size: 12px;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 4px;
    padding-bottom: 4px;
    max-height: 25px;
    width: 60px; }
@media (max-width: 767px) {
    .template-header .header-right .add-button {
        max-height: inherit !important;
        border-radius: 30px !important;
        width: 52px !important; } }
@media (max-width: 767px) {
    .template-header .header-right .add-button:after {
        content: '+';
        font-size: 32px; } }
.template-header .header-right .add-button span {
    display: block; }
@media (max-width: 767px) {
    .template-header .header-right .add-button span {
        display: none; } }

.content .main-content-row {
    margin: 0; }

.list-view {
    width: 100%;
    position: relative;
    padding-top: 40px; }
@media (max-width: 767px) {
    .list-view {
        padding-top: 0; } }
.list-view header.listview-header {
    /*border-bottom: 1px solid #f1f4f8;*/
    position: fixed;
    width: 100%;
    top: 10px;
    /*height: 40px;*/
    margin: 0; }
@media (max-width: 767px) {
    .list-view header.listview-header {
        position: relative;
        display: none;
        visibility: hidden; }
    .list-view header.listview-header.show {
        display: block;
        visibility: visible;
        height: auto; } }
.list-view header.listview-header .row {
    margin: 0; }
.list-view header.listview-header span {
    display: block;
    padding: 10px;
    float: left; }
.list-view header.listview-header span.icon {
    padding: 0px; }
.list-view header.listview-header span.icon img {
    width: 25px;
    height: 25px; }
.list-view header.listview-header span.placeholder-wrapper {
    padding: 0px; }
.list-view header.listview-header .dropdown-item span {
    float: inherit;
    padding: 0px; }
.list-view header.listview-header .filters li {
    position: relative; }
.list-view header.listview-header .filters li a {
    padding: 10px; }
.list-view header.listview-header .filters li .dropdown {
    position: absolute;
    top: 0px;
    left: 0px; }
.list-view header.listview-header .filters li .dropdown span {
    float: inherit;
    padding: 0px; }
.list-view header.listview-header .filters li .dropdown a {
    padding: 3px 1.5rem; }
.list-view header.listview-header .filters li .dropdown .dropdown-toggle {
    width: 45px;
    height: 45px;
    background-color: transparent;
    border: hidden; }
.list-view header.listview-header .filters .icon-filter {
    display: block;
    width: 40px;
    height: 40px;
    position: relative; }
.list-view header.listview-header .filters .icon-filter .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
@media (max-width: 767px) {
    .list-view header.listview-header .filters.float-right {
        float: left !important; } }
.list-view header.listview-header .filter-dropdown {
    width: 100%;
    min-height: 10em;
    visibility: hidden; }
.list-view header.listview-header .filter-elements {
    position: relative;
    min-width: 100px;
    padding: 0px;
    height: 40px;
    margin-right: 10px; }
.list-view header.listview-header .filter-elements .form-control, .list-view header.listview-header .filter-elements .dropdown {
    margin: 4px;
    height: 32px; }
.list-view header.listview-header .filter-elements .form-control .btn, .list-view header.listview-header .filter-elements .dropdown .btn {
    height: 32px;
    line-height: 1.00;
    border: 1px solid rgba(0, 0, 0, 0.15); }
.list-view header.listview-header .filter-elements .filter-elements-close {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #e7e5e5;
    z-index: 4; }
.list-view .select-action {
    background-color: #fafbfc;
    border-bottom: 1px solid #f1f4f8;
    position: absolute;
    width: 100%;
    top: 40px;
    height: 50px;
    margin: 0;
    display: none;
    z-index: 2;
    padding: 5px; }
.list-view .select-action.visible-menu {
    display: block; }
.list-view .select-action .close {
    position: absolute;
    right: 12px;
    top: 15px; }
.list-view.show-filter {
    padding-top: 200px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
@media (max-width: 767px) {
    .list-view.show-filter {
        padding-top: 0; } }
.list-view.show-filter .listview-header {
    height: 200px; }
.list-view.show-filter .listview-header .filter-dropdown {
    visibility: visible;
    background-color: #CDCDCD; }

.list-view-table {
    width: 100%;
    table-layout: fixed; }

.list-view-table thead {
    display: table;
    width: calc(100%); }

.list-view-table tbody {
    display: block;
    max-height: calc(100vh - 200px);
    overflow-y: scroll; }
@media (max-width: 767px) {
    .list-view-table tbody {
        display: inherit; } }

.list-view-table tr {
    display: table;
    width: 100%; }

.list-view-table tbody td {
    width: 20%;
    text-align: left; }
.list-view-table tbody td .app-label {
    margin-top: -5px; }

.list-view-table thead th {
    width: 10em; }

.list-view-table tbody tr td {
    width: 10em; }

.list-view-table tbody tr td:first-child,
.list-view-table thead th:first-child {
    width: 60px; }

.list-view-table tbody tr td:last-child {
    position: relative; }
.list-view-table tbody tr td:last-child .record-actions {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 7px;
    transform: translateY(-50%);
    margin-top: -1px;
    height: 38px;
    width: 9em;
    background: #44576b;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
@media (max-width: 767px) {
    .list-view-table tbody tr td:last-child .record-actions {
        display: none; } }

.list-view-table tbody tr:hover > td:last-child .record-actions {
    visibility: visible;
    opacity: 1; }

.btn-login{
    padding: 0.5rem 3rem;
}

.login-wrapper {
    width: 100%;
    height: auto;
    background-color: #2A5F83;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    /*box-shadow: -1px 3px 36px 22px rgba(0, 0, 0, 0.05);*/
}
@media (max-width: 1024px) {
    .login-wrapper {
        width: 100%; } }
.login-wrapper.smallbox {
    width: 400px;
    height: 400px;
    top: 50%;
    transform: translateY(-50%);
    bottom: inherit; }
.login-wrapper .left-s {
    width: 50%;
    min-height: 600px; }
@media (max-width: 1024px) {
    .login-wrapper .left-s {
        width: 100%;
        min-height: inherit; } }
.login-wrapper .right-s {
    width: 50%;
    min-height: 600px;
    padding: 3rem; }
.login-wrapper .col-4,
.login-wrapper .col-6 {
    padding: 6rem 0 6rem 6rem;
    height: 300px; }
.login-wrapper .col-4 svg,
.login-wrapper .col-6 svg {
    transform: translateY(-2rem);
    height: 150px; }
.login-wrapper.error {
    border-top: 2px solid #E27A3F; }
@media (max-width: 1024px) {
    .login-wrapper .form-wrapper {
        padding: 0 !important; } }

.error-wrapper {
    width: 70%;
    height: 600px;
    background-color: transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto; }

.error-wrapper-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 6em;
    width: 100%; }
@media (max-width: 1024px) {
    .error-wrapper-content {
        padding: 0 2rem;
        text-align: center; } }

.info-wrapper-content {
    padding: 0 6em;
    width: 100%; }
@media (max-width: 1024px) {
    .info-wrapper-content {
        padding: 0 2rem;
        text-align: center; } }

.placeholder-wrapper {
    border: hidden !important;
    box-shadow: none !important; }
.placeholder-wrapper input {
    visibility: hidden !important; }
.placeholder-wrapper.dark {
    background-color: #b4b4b4 !important;
    color: #b4b4b4 !important; }
.placeholder-wrapper::placeholder {
    visibility: hidden; }

.placeholder-image {
    color: #CDCDCD !important;
    background-color: #CDCDCD !important;
    margin: 0 auto;
    max-width: 100%;
    border: 5px solid #C3CDCD; }
.placeholder-image img {
    visibility: hidden; }
.placeholder-image svg {
    visibility: hidden; }

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0; }
    100% {
        background-position: 468px 0; } }
.animated-background, .loading-state .placeholder-wrapper, .loading-state .placeholder-image {
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #F6F6F6;
    background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
    background-size: 800px 104px;
    position: relative; }

.loading-state .placeholder-wrapper {
    color: transparent !important; }
.loading-state .placeholder-image {
    color: transparent;
    border-color: #F6F6F6; }

.normal-state .placeholder-wrapper {
    color: #CDCDCD !important;
    background-color: #CDCDCD !important; }

.error-state .placeholder-image,
.error-state .placeholder-wrapper {
    color: transparent !important;
    background-color: #CDCDCD !important;
    /*  -webkit-box-shadow: inset 0px 0px 24px 0px rgba(226,122,63,1)!important;;
-moz-box-shadow: inset 0px 0px 24px 0px rgba(226,122,63,1)!important;
box-shadow: inset 0px 0px 24px 0px rgba(226,122,63,1)!important; */ }

.notify-msg {
    visibility: hidden;
    min-width: 250px;
    max-width: 400px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    transform: translateX(-50px);
    bottom: 30px; }
.notify-msg .notify-msg-close {
    position: absolute;
    right: 10px;
    top: 10px;
    display: block; }

.notify-msg-fullwidth {
    visibility: hidden;
    min-width: 250px;
    width: 100%;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 0px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 0%;
    bottom: 0px; }
.notify-msg-fullwidth .notify-msg-close {
    position: absolute;
    right: 10px;
    top: 10px;
    display: block; }

.notify-wrapper {
    visibility: hidden;
    min-width: 250px;
    width: 100%;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 0px;
    padding: 16px;
    position: absolute;
    z-index: 1;
    left: 0%;
    bottom: 0px; }
.notify-wrapper .notify-msg-close {
    position: absolute;
    right: 10px;
    top: 10px;
    display: block; }

.notify-msg-fullwidth.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 19.5s;
    animation: fadein 0.5s, fadeout 0.5s 19.5s; }

.notify-msg.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 19.5s;
    animation: fadein 0.5s, fadeout 0.5s 19.5s; }

.notify-wrapper.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 19.5s;
    animation: fadein 0.5s, fadeout 0.5s 19.5s; }

@-webkit-keyframes fadein {
    from {
        bottom: -100px;
        opacity: 0; }
    to {
        bottom: 0;
        opacity: 1; } }
@keyframes fadein {
    from {
        bottom: -100px;
        opacity: 0; }
    to {
        bottom: 0;
        opacity: 1; } }
@-webkit-keyframes fadeout {
    from {
        bottom: 0px;
        opacity: 1; }
    to {
        bottom: 0;
        opacity: 0; } }
@keyframes fadeout {
    from {
        bottom: 0px;
        opacity: 1; }
    to {
        bottom: 0;
        opacity: 0; } }
.dashboard-view {
    /* max-height: calc(1000vh - 60px); */
    overflow-y: scroll;
    padding-top: 20px; }
.dashboard-view .items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    max-height: 200vh; }

@media (max-width: 1366px) {
    .dashboard-content{
        max-width: 100% ;
        flex: 0 0 100% ;
        float: none;
    } }


.dashboard-wrapper {
    padding-right: 15px;
    padding-left: 15px; }
.dashboard-wrapper .dashboard {
    padding: 0px 0px 10px 20px !important; }
.dashboard-wrapper .dashboard .widget-box.white {
    margin: 5px 0 !important; }
.dashboard-wrapper .dashboard .widget-box.white.add-widget {
    background-color: transparent;
    border: 2px dashed #E5E7ED; }
.dashboard-wrapper .dashboard .widget-title:hover {
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab; }
.dashboard-wrapper .dashboard .widget-box.grid-stack-item-content {
    overflow-y: hidden;
    overflow-x: visible; }

.dropdown-menu.material {
    border: hidden;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.2);
    border-radius: 0;
    text-transform: capitalize; }

.add-widget-wrapper-container, .dashed-widget {
    position: relative; }
.add-widget-wrapper-container .add-widget-wrapper, .dashed-widget .add-widget-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; }
.add-widget-wrapper-container .add-widget-wrapper .icon-text, .dashed-widget .add-widget-wrapper .icon-text {
    font-size: 14px;
    display: block;
    text-align: center;
    word-wrap: break-word; }
.add-widget-wrapper-container .add-widget-wrapper .icon-img, .dashed-widget .add-widget-wrapper .icon-img {
    margin-top: 5px;
    margin-bottom: 20px; }

.card-header.noborder {
    border: hidden; }

.crm-modal .modal-header.modal-title p {
    margin-bottom: 0px; }
.crm-modal .modal-body {
    padding: 15px 30px; }
.crm-modal .close {
    font-size: 12px;
    font-weight: normal; }
.crm-modal .modal-content {
    border-radius: 0px;
    border: hidden; }

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    opacity: 0; }
.toast:not(:last-child) {
    margin-bottom: 0.75rem; }
.toast.showing {
    opacity: 1; }
.toast.show {
    display: block;
    opacity: 1;
    z-index: 9999; }
.toast.hide {
    display: none; }

.toast-header {
    display: flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
    padding: 0.75rem; }

@media (max-width: 1024px) {
    .dashboard-view .grid-stack.grid-stack-one-column-mode {
        flex-direction: inherit; }
    .dashboard-view .grid-stack.grid-stack-one-column-mode .grid-stack-item {
        left: inherit !important;
        top: inherit !important;
        width: 100% !important; } }

.dashed-widget.dashed-widget {
    background-color: transparent;
    border: 2px dashed #E5E7ED;
    min-height: 600px;
    position: relative; }
.dashed-widget.dashed-widget .uploadinput {
    width: 0px;
    height: 0px;
    overflow: hidden; }
.dashed-widget.dashed-widget .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.invisible-btn {
    background-color: transparent;
    border: hidden; }
.invisible-btn:after {
    display: none; }

.common-table td.with-icon .icons .icon {
    width: 18px;
    height: 18px; }
.common-table td.with-icon .icons .icon .custom-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px; }
.common-table td.with-icon .icons .icon .custom-checkbox input[type="checkbox"]:after {
    width: 8px;
    height: 12px;
    top: 6px;
    left: 5px; }

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 0px;
    box-shadow: -1px 3px 36px 22px rgba(0, 0, 0, 0.05); }
.popover .arrow {
    position: absolute;
    display: block;
    width: 10px;
    height: 0.5rem;
    margin: 0 0.3rem; }
.popover .arrow::before, .popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.5rem; }
.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 5px 0; }
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #ffffff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
    margin-left: 0.5rem; }
.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 10px;
    margin: 0.3rem 0; }
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 5px 0.5rem 5px 0; }
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #ffffff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.5rem; }
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 5px 0.5rem 5px; }
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #ffffff; }
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 10px;
    margin-left: -5px;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem; }
.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 10px;
    margin: 0.3rem 0; }
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 5px 0 5px 0.5rem; }
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #ffffff; }

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-right-radius: calc(0.3rem - 1px);
    border-top-left-radius: calc(0.3rem - 1px); }
.popover-header:empty {
    display: none; }

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #757575; }

.profile-info {
    width: auto;
    height: 40px;
    padding-left: 40px; }
.profile-info strong {
    font-size: 1rem;
    line-height: 1rem; }
.profile-info .thumb {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    margin-top: -1px; }

.popover .list-group-item {
    padding: 0.50rem 1.25rem; }
.popover .placeholder-wrapper {
    color: #1a73e8 !important;
    background-color: #1a73e8 !important; }

.common-table tbody .placeholder-wrapper {
    min-width: 200px;
    border-radius: 15px;
    font-size: 0.7rem; }

.common-table tbody tr td:nth-child(2) .placeholder-wrapper {
    color: #1a73e8 !important;
    background-color: #1a73e8 !important; }

.normal-state .placeholder-wrapper.blue {
    color: #1a73e8 !important;
    background-color: #1a73e8 !important; }

.lable-value-group lable {
    font-size: 0.7rem;
    display: block;
    clear: both;
    width: 100%; }
.lable-value-group p {
    margin: 0px;
    font-size: 0.8rem; }

.widget-content .list-group-item {
    padding-left: 0px;
    padding-right: 0px; }

.main-content-row.white {
    background-color: #ffffff; }

.common-table.table-striped tbody tr:nth-of-type(odd):hover {
    background-color: rgba(0, 0, 0, 0.075) !important; }

#makeEditable td input[type="text"], #makeEditable td select {
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 2px 8px;
    border: 1px solid #D1D1D1;
    border-radius: 4px; }

.list-view-table tbody tr.selected-row td:last-child .record-actions {
    visibility: visible !important;
    opacity: 1 !important; }

.tooltip {
    font-size: 0.6rem;
    padding: 2px;
    margin-top: 10px;
    min-width: 60px; }

.box-inner {
    width: 5000px;
    height: 600px; }

.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-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-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 #d8d8d8;
    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-left-radius: 3px;
    border-top-right-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-left-radius: 0;
    border-top-right-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-right: 15px;
    padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .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 > 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-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .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 td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th: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-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .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 td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th: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-responsive:last-child > .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 > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th: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-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .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 td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th: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 #d8d8d8;
}
.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-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}
.panel > .table-responsive {
    margin-bottom: 0;
    border: 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 #d8d8d8;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #d8d8d8;
}
.panel-default {
    border-color: #d8d8d8;
}
.panel-default > .panel-heading {
    color: #333333;
    background-color: #ffffff;
    border-color: #d8d8d8;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d8d8d8;
}
.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d8d8d8;
}
.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;
}
.stacked-bar-graph {
    width: 100%;
    height: 100px;
}

.stacked-bar-graph span {
    display: inline-block;
    height:100%;
    box-sizing: border-box;
    float: left;
}

.stacked-bar-x {
    width: 100%;
    height: 20px;
}

.stacked-bar-x span {
    display: inline-block;
    height:100%;
    box-sizing: border-box;
    float: left;
}

.stacked-bar-x-axis {
    width: 100%;
    height: 30px;
}

.stacked-bar-x-axis span {
    display: inline-block;
    height:100%;
    box-sizing: border-box;
    float: left;
}

.field-tip[data-title] {
    font-size: 30px; /*optional styling*/
    position: relative;
}
  
.field-tip[data-title]:hover::before {
    content: attr(data-title);
    position: absolute;
    bottom: -26px;
    display: inline-block;
    padding: 1px 6px;
    border-radius: 2px;
    background: #000;
    color: #fff;
    font-size: 12px;
    font-family: sans-serif;
    white-space: nowrap;
}
.field-tip[data-title]:hover::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 8px;
    display: inline-block;
    color: #fff;
    border: 8px solid transparent;	
    border-bottom: 8px solid #000;
}
@media (min-width: 1920px) {
    .empty-data{
        margin:12% !important;
    } 
    .empty-div-right {
        margin:30% 30% !important;
    }
    .empty-div-activity{
        margin:3% 30% !important;
    }
}
@media (max-width: 1024px) {
    .empty-div-right {
        margin:30% 30% !important;
    }
}
/*/ The switch - the box around the slider /*/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/*/ Hide default HTML checkbox /*/
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/*/ The slider /*/
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}


.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2a5f83;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2a5f83;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/*/ Rounded sliders /*/
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


.interval-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width:25%;
}

@media (max-width: 1024px) {
    .interval-group {
        width: 36%;
    }
}
html {
    overflow: scroll;
    overflow-x: hidden;
}
.dashboard-view::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}
.filter-checkbox {
    border:none;
    background-color: transparent;
    box-shadow:none;
}
.search-box,.close-icon,.search-wrapper {
	position: relative;
	padding: 10px;
}
.search-wrapper {
	width: 500px;
	margin: auto;
	margin-top: 50px;
}
.search-box {
	width: 100%;
	border: 1px solid #ccc;
    outline: 0;
    border-radius: 5px;
    height: 32px;
}
/* .search-box:focus {
    border: 2px solid rgb(229, 151, 0);
} */
.close-icon {
	padding-top: 22px;
    border: 1px solid transparent;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
}

.close-icon:after {
	content: "X";
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	background-color: #DADADA;
	z-index:1;
	right: 25px;
	top: -2px;
	bottom: 0;
	margin: auto;
	padding: 3px;
	border-radius: 50%;
	text-align: center;
	color: white;
	font-weight: normal;
	font-size: 15px;
	cursor: pointer;
}
.close-icon:focus {
    outline: 1px;}


.slidecontainer {
    width: 100%;
}

.bar-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    box-shadow: none !important;
}

.bar-slider:hover {
    opacity: 1;
}

.bar-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}

.bar-slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}

.activity-graph-item-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.activity-mini-chart-container {
    width:50%;
    margin:auto;
    margin-bottom: 20px;
}

.daterangepicker {
    position: absolute;
    color: inherit;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    width: 278px;
    max-width: none;
    padding: 0;
    margin-top: 7px;
    top: 100px;
    left: 20px;
    z-index: 3001;
    display: none;
    font-family: arial;
    font-size: 15px;
    line-height: 1em;
  }
  
  .daterangepicker:before, .daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
  }
  
  .daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc;
  }
  
  .daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
  }
  
  .daterangepicker.opensleft:before {
    right: 9px;
  }
  
  .daterangepicker.opensleft:after {
    right: 10px;
  }
  
  .daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
  }
  
  .daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
  }
  
  .daterangepicker.opensright:before {
    left: 9px;
  }
  
  .daterangepicker.opensright:after {
    left: 10px;
  }
  
  .daterangepicker.drop-up {
    margin-top: -7px;
  }
  
  .daterangepicker.drop-up:before {
    top: initial;
    bottom: -7px;
    border-bottom: initial;
    border-top: 7px solid #ccc;
  }
  
  .daterangepicker.drop-up:after {
    top: initial;
    bottom: -6px;
    border-bottom: initial;
    border-top: 6px solid #fff;
  }
  
  .daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
    float: none;
  }
  
  .daterangepicker.single .drp-selected {
    display: none;
  }
  
  .daterangepicker.show-calendar .drp-calendar {
    display: block;
  }
  
  .daterangepicker.show-calendar .drp-buttons {
    display: block;
  }
  
  .daterangepicker.auto-apply .drp-buttons {
    display: none;
  }
  
  .daterangepicker .drp-calendar {
    display: none;
    max-width: 270px;
  }
  
  .daterangepicker .drp-calendar.left {
    padding: 8px 0 8px 8px;
  }
  
  .daterangepicker .drp-calendar.right {
    padding: 8px;
  }
  
  .daterangepicker .drp-calendar.single .calendar-table {
    border: none;
  }
  
  .daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
    color: #fff;
    border: solid black;
    border-width: 0 2px 2px 0;
    border-radius: 0;
    display: inline-block;
    padding: 3px;
  }
  
  .daterangepicker .calendar-table .next span {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  
  .daterangepicker .calendar-table .prev span {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  
  .daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    min-width: 32px;
    width: 32px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer;
  }
  
  .daterangepicker .calendar-table {
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: #fff;
  }
  
  .daterangepicker .calendar-table table {
    width: 100%;
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse;
  }
  
  .daterangepicker td.available:hover, .daterangepicker th.available:hover {
    background-color: #eee;
    border-color: transparent;
    color: inherit;
  }
  
  .daterangepicker td.week, .daterangepicker th.week {
    font-size: 80%;
    color: #ccc;
  }
  
  .daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999;
  }
  
  .daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0;
  }
  
  .daterangepicker td.start-date {
    border-radius: 4px 0 0 4px;
  }
  
  .daterangepicker td.end-date {
    border-radius: 0 4px 4px 0;
  }
  
  .daterangepicker td.start-date.end-date {
    border-radius: 4px;
  }
  
  .daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff;
  }
  
  .daterangepicker th.month {
    width: auto;
  }
  
  .daterangepicker td.disabled, .daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through;
  }
  
  .daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default;
  }
  
  .daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%;
  }
  
  .daterangepicker select.yearselect {
    width: 40%;
  }
  
  .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    width: 50px;
    margin: 0 auto;
    background: #eee;
    border: 1px solid #eee;
    padding: 2px;
    outline: 0;
    font-size: 12px;
  }
  
  .daterangepicker .calendar-time {
    text-align: center;
    margin: 4px auto 0 auto;
    line-height: 30px;
    position: relative;
  }
  
  .daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed;
  }
  
  .daterangepicker .drp-buttons {
    clear: both;
    text-align: right;
    padding: 8px;
    border-top: 1px solid #ddd;
    display: none;
    line-height: 12px;
    vertical-align: middle;
  }
  
  .daterangepicker .drp-selected {
    display: inline-block;
    font-size: 12px;
    padding-right: 8px;
  }
  
  .daterangepicker .drp-buttons .btn {
    margin-left: 8px;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
  }
  
  .daterangepicker.show-ranges.single.rtl .drp-calendar.left {
    border-right: 1px solid #ddd;
  }
  
  .daterangepicker.show-ranges.single.ltr .drp-calendar.left {
    border-left: 1px solid #ddd;
  }
  
  .daterangepicker.show-ranges.rtl .drp-calendar.right {
    border-right: 1px solid #ddd;
  }
  
  .daterangepicker.show-ranges.ltr .drp-calendar.left {
    border-left: 1px solid #ddd;
  }
  
  .daterangepicker .ranges {
    float: none;
    text-align: left;
    margin: 0;
  }
  
  .daterangepicker.show-calendar .ranges {
    margin-top: 8px;
  }
  
  .daterangepicker .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  
  .daterangepicker .ranges li {
    font-size: 12px;
    padding: 8px 12px;
    cursor: pointer;
  }
  
  .daterangepicker .ranges li:hover {
    background-color: #eee;
  }
  
  .daterangepicker .ranges li.active {
    background-color: #08c;
    color: #fff;
  }
  
  /*  Larger Screen Styling */
  @media (min-width: 564px) {
    .daterangepicker {
      width: auto;
    }
  
    .daterangepicker .ranges ul {
      width: 140px;
    }
  
    .daterangepicker.single .ranges ul {
      width: 100%;
    }
  
    .daterangepicker.single .drp-calendar.left {
      clear: none;
    }
  
    .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
      float: left;
    }
  
    .daterangepicker {
      direction: ltr;
      text-align: left;
    }
  
    .daterangepicker .drp-calendar.left {
      clear: left;
      margin-right: 0;
    }
  
    .daterangepicker .drp-calendar.left .calendar-table {
      border-right: none;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
  
    .daterangepicker .drp-calendar.right {
      margin-left: 0;
    }
  
    .daterangepicker .drp-calendar.right .calendar-table {
      border-left: none;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
  
    .daterangepicker .drp-calendar.left .calendar-table {
      padding-right: 8px;
    }
  
    .daterangepicker .ranges, .daterangepicker .drp-calendar {
      float: left;
    }
  }
  
  @media (min-width: 730px) {
    .daterangepicker .ranges {
      width: auto;
    }
  
    .daterangepicker .ranges {
      float: left;
    }
  
    .daterangepicker.rtl .ranges {
      float: right;
    }
  
    .daterangepicker .drp-calendar.left {
      clear: 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 PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(../fonts/fontawesome-webfont.8b43027f.eot);
  src: url(../fonts/fontawesome-webfont.8b43027f.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(../fonts/fontawesome-webfont.20fd1704.woff2) format('woff2'), url(../fonts/fontawesome-webfont.f691f37e.woff) format('woff'), url(../fonts/fontawesome-webfont.1e59d233.ttf) format('truetype'), url(../fonts/fontawesome-webfont.c1e38fd9.svg#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;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  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.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .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: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.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;
}
#root{position:relative}.required:after{content:"*";color:#f15c5c}.invalid-feedback{display:block}.toast-notification{z-index:1100 !important}.overlay{width:100%;height:100%;background-color:rgba(255,255,255,.8);z-index:1000;position:fixed;display:flex;justify-content:center;align-items:center}.overlay .spinner-wrapper{position:absolute;left:50%;margin-right:-50px;top:50%;margin-left:-50px}.content_fixed{position:fixed}.initial-loading-overlay{width:100%;height:100%;background-color:#fff;z-index:1010;position:fixed;display:flex;justify-content:center;flex-direction:column;align-items:center;flex-direction:column}.initial-loading-overlay .initial-loading-overlay-image{flex-direction:column;justify-content:center;align-items:center;display:flex}.initial-loading-overlay .initial-loading-overlay-image img{height:100px;width:auto}.initial-loading-overlay .initial-loading-overlay-image span{color:#2a5f83;font-size:110%}.g-map-popup-bubble{max-width:300px;max-height:250px;overflow-y:auto;overflow-x:hidden;background-color:#fff}.gm-style-iw-d{margin-bottom:15px}.main-nav li.list-group-item.with-icon .icon img{opacity:.3}.main-nav li.list-group-item.with-icon .icon img:hover{opacity:1}.main-nav li.list-group-item.with-icon .icon.active img{opacity:1}.dashboard .widget-box.white{height:100%}.daterangepicker .ranges li.active{background-color:#2a5f83}.user-sidebar{overflow-y:unset !important}.user-sidebar .togglable-filter{display:none}.user-sidebar .togglable-filter .icon{height:inherit}.user-sidebar .togglable-filter.open{display:block}.user-sidebar .sidebar-scrollable-content{overflow-y:auto;max-height:95%;padding:3px 5px}.user-sidebar .user-sidebar-wrapper{height:90%}.user-sidebar input[type=text],.user-sidebar input[type=number],.user-sidebar input[type=date],.user-sidebar input.datePicker{padding:3px}.template-wrapper .user-sidebar{width:240px;position:absolute;z-index:100;right:-290px;top:0;bottom:0;height:100%;overflow:hidden;background-color:#fff;border-left:1px solid #e7e5e5;min-height:calc(100vh - 65px);-webkit-transition:right .5s ease;-moz-transition:right .5s ease;-o-transition:right .5s ease;transition:right .5s ease;overflow-y:scroll;-webkit-box-shadow:0px 2px 5px 0px #d6d6d6;-moz-box-shadow:0px 2px 5px 0px #d6d6d6;box-shadow:0px 2px 5px 0px #d6d6d6}.template-wrapper .user-sidebar.open{right:0;-webkit-transition:right .5s ease;-moz-transition:right .5s ease;-o-transition:right .5s ease;transition:right .5s ease}.list-view header.listview-header{padding-right:15px}.locked{background-color:#97d3ff}.disabled{background-color:#ffe7e7}.curfew{background-color:#ffe7e7}.clearing{background-color:#ffe8c1}.deliveryrequested{background-color:#d7f9ff}.error{background-color:#ffb7b7}.allowdelivery{background-color:#ffffb9}.tokendelivery{background-color:#b9fff1}.reboot{background-color:#f2d5ff}.nav-pills .nav-item.show .nav-link{background:none}.template-header .header-right li:first-child{width:auto}.template-header .header-right li.user-details a span:first-child,.template-header .header-right li.user-details a span:nth-child(2){margin-right:5px}.template-header .header-right li.user-details .dropdown-menu{top:14px !important;border-radius:0;background-color:#2a5f83;left:unset !important;text-align:center;transform:unset !important;margin-top:33px;right:0}.template-header .header-right li.user-details .dropdown-menu .dropdown-item{background-color:#2a5f83;color:#fff;padding-left:1.5rem}.template-header .header-right li.user-details .dropdown-menu .dropdown-item:hover{background-color:#fff;color:#2a5f83}#online-devices-metric-widget .dot{display:flex;flex-direction:column;justify-content:center;align-items:center;width:43px;height:43px}#online-devices-metric-widget .dot .percentage{margin:auto !important;padding:0 !important}.clickable-link:hover{text-decoration:underline !important}.custom-checkbox input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none}aside.sidebar span.tooltip.icon{min-width:auto}
