/*
 * http://github.com/peteboere/css-crush (v4.1.2)
 */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@600;700&display=swap);
/* Variables */
/* RESET */
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    }
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    }
nav ul {
    list-style: none;
    }
blockquote,
q {
    quotes: none;
    }
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
    }
img {
    -ms-interpolation-mode: bicubic;
    }
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    }
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
    }
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
    }
del {
    text-decoration: line-through;
    }
abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
    }
table {
    border-collapse: collapse;
    border-spacing: 0;
    }
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
    }
input,
select,
td {
    vertical-align: middle;
    }

/* Imports */
/* Styles */
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }
::selection {
    background: #FFAF03;
    color: #fff;
    text-shadow: none;
    }
*::selection {
    background: #FFAF03;
    color: #fff;
    text-shadow: none;
    }
*::-moz-selection {
    background: #FFAF03;
    color: #fff;
    text-shadow: none;
    }
*::-webkit-selection {
    background: #FFAF03;
    color: #fff;
    text-shadow: none;
    }
::placeholder {
    color: #2D3B53;
    font-weight: 700;
    opacity: 1;
    text-transform: uppercase;
    }
:-ms-input-placeholder {
    color: #2D3B53;
    font-weight: 700;
    text-transform: uppercase;
    }
::-ms-input-placeholder {
    color: #2D3B53;
    font-weight: 700;
    text-transform: uppercase;
    }
html,
body {
    background: #F9F9FB;
    color: #2D3B53;
    font-family: 'Open Sans',BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 600;
    height: 100%;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    width: 100%;
    }
header {
    padding: 0 24px;
    background: #313D4F;
    }
header .split {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 80px;
    }
header .logo {
    font-size: 0;
    }
header .logo a {
    display: inline-block;
    }
header .logo img {
    width: auto;
    height: 63px;
    }
header .menu {
    -webkit-align-self: stretch;
    align-self: stretch;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 24px;
    }
header .menu .menu-item {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: stretch;
    align-items: stretch;
    }
header .menu .menu-item a:not(.button),
header .menu .menu-item a:not(.button):link,
header .menu .menu-item a:not(.button):visited,
header .menu .menu-item a:not(.button):active,
header .menu .menu-item a:not(.button):hover,
header .menu .menu-item a:not(.button):focus {
    display: inline-block;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 1px solid rgba(255,255,255,.1);
    padding: 0 32px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    }
header .menu .menu-item:last-child a:not(.button),
header .menu .menu-item:last-child a:not(.button):link,
header .menu .menu-item:last-child a:not(.button):visited,
header .menu .menu-item:last-child a:not(.button):active,
header .menu .menu-item:last-child a:not(.button):hover,
header .menu .menu-item:last-child a:not(.button):focus {
    border-right: 1px solid rgba(255,255,255,.1);
    }
header .menu .menu-item a:not(.button).on,
header .menu .menu-item a:not(.button):link.on,
header .menu .menu-item a:not(.button):visited.on,
header .menu .menu-item a:not(.button):active.on,
header .menu .menu-item a:not(.button):hover.on,
header .menu .menu-item a:not(.button):focus.on {
    border-top-color: #FFAF03;
    }
header .menu .menu-item a:not(.button):hover,
header .menu .menu-item a:not(.button):link:hover,
header .menu .menu-item a:not(.button):visited:hover,
header .menu .menu-item a:not(.button):active:hover,
header .menu .menu-item a:not(.button):hover:hover,
header .menu .menu-item a:not(.button):focus:hover {
    background: rgba(0,0,0,.1);
    }
header .menu .menu-item i {
    color: #FFAF03;
    display: inline-block;
    margin: 0 12px 0 0;
    }
header .user a:not(.button),
header .user a:not(.button):link,
header .user a:not(.button):visited,
header .user a:not(.button):active,
header .user a:not(.button):hover,
header .user a:not(.button):focus {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    }
header .user .text {
    text-align: right;
    text-transform: uppercase;
    }
header .user .text .bottom {
    color: #fff;
    }
header .user .icon {
    margin-left: 16px;
    color: #fff;
    font-size: 18px;
    }
section {
    display: block;
    margin: 48px 0;
    }
.wrapper {
    margin: 0 auto;
    max-width: -webkit-calc(1400px + (24px * 2));
    max-width: calc(1400px + (24px * 2));
    overflow: visible;
    padding: 0 24px;
    width: 100%;
    }
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 32px 0 16px 0;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    }
h1 {
    font-size: 26px;
    }
h2 {
    font-size: 28px;
    }
h3 {
    font-size: 24px;
    }
h4 {
    font-size: 20px;
    }
h5 {
    font-size: 18px;
    }
h6 {
    font-size: 16px;
    }
.page-header {
    background: #fff;
    padding: 16px 0;
    margin: 0;
    border-bottom: 1px solid #E3EBF1;
    }
.page-header h1 {
    margin: 0;
    padding: 0;
    }
.page-header h1 .subtle {
    color: #546A79;
    font-weight: 400;
    }
p {
    display: block;
    margin: 16px 0;
    }
a img {
    border: none;
    }
a:not(.button),
a:not(.button):link,
a:not(.button):visited,
a:not(.button):active,
a:not(.button):hover,
a:not(.button):focus {
    color: #FFAF03;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    }
a:not(.button):hover {
    color: #ffbf36;
    cursor: pointer;
    }
a:not(.button).blend,
a:not(.button):link.blend,
a:not(.button):visited.blend,
a:not(.button):active.blend,
a:not(.button):hover.blend,
a:not(.button):focus.blend {
    color: inherit;
    font-weight: inherit;
    text-decoration: inherit;
    }
i[class*="material-icons"] {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-size: 1.3em;
    line-height: .7;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 1em;
    overflow: visible;
    vertical-align: -34%;
    }
i[class*="material-icons"].material-icons-outlined {
    font-family: 'Material Icons Outlined';
    }
i.fa,
i.far,
i.fas {
    font-size: 1.1em;
    }
i.green {
    color: #2F962F;
    }
i.red {
    color: #CE4444;
    }
i.blue {
    color: #4A70C7;
    }
a.blue {
    color: #4A70C7 !important;
    text-decoration: underline !important;
    }
.indicator-dot {
    display: inline-block;
    background: #FFAF03;
    width: 10px;
    height: 10px;
    font-size: 0;
    border-radius: 50%;
    vertical-align: middle;
    }
.indicator-dot.red {
    background: #CE4444;
    }
.indicator-dot.orange {
    background: #FA8231;
    }
.indicator-dot.yellow {
    background: #F7B731;
    }
.indicator-dot.green {
    background: #2F962F;
    }
.indicator-dot.teal {
    background: #0FB9B1;
    }
.indicator-dot.blue {
    background: #4A70C7;
    }
.indicator-dot.purple {
    background: #8854D0;
    }
.indicator-dot.gray {
    background: #777;
    }
.indicator-dot.black {
    background: #000;
    }
.indicator-dot.grey {
    background: #777;
    }
.indicator-dot + span {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    margin-left: 8px;
    }
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    }
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
input[type=date],
input[type="time"],
input[type="datetime-local"],
input[type="month"],
textarea,
select,
.select-container > select,
.select-container.fancy > .faux-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #E3EBF1;
    border-radius: 0;
    color: #2D3B53;
    display: inline-block;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding: 20px;
    resize: none;
    line-height: 1.2;
    -webkit-transition: border .2s ,background .2s ,color .2s ,box-shadow .2s;
    transition: border .2s ,background .2s ,color .2s ,box-shadow .2s;
    }
input[type=email]:hover,
input[type=number]:hover,
input[type=password]:hover,
input[type=tel]:hover,
input[type=text]:hover,
input[type=url]:hover,
input[type=date]:hover,
input[type="time"]:hover,
input[type="datetime-local"]:hover,
input[type="month"]:hover,
textarea:hover,
select:hover,
.select-container > select:hover,
.select-container.fancy > .faux-select:hover {
    border-color: #546A79;
    }
textarea {
    display: block;
    vertical-align: top;
    resize: vertical;
    height: 176px;
    line-height: 1.4;
    }
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
input[type=date]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
textarea:focus,
select:focus,
.select-container > select:focus,
.select-container.fancy > .faux-select:focus {
    border-color: #FFAF03;
    outline: 0;
    outline-color: transparent;
    outline-style: none;
    }
.state-description {
    margin-left: 8px;
    }
.message {
    display: block;
    margin-bottom: 16px;
    padding: 12px;
    text-align: center;
    border: 1px solid #AAA;
    background-color: rgba(140,140,140,.2);
    }
.message.error {
    color: #CE4444;
    border: 1px solid #CE4444;
    background-color: rgba(206,68,68,.2);
    }
.message.success {
    color: #2F962F;
    border: 1px solid #2F962F;
    background-color: rgba(47,150,47,.2);
    }
form .field input[type=email],
form .field input[type=number],
form .field input[type=password],
form .field input[type=tel],
form .field input[type=text],
form .field input[type=url],
form .field input[type=date],
form .field input[type="time"],
form .field input[type="datetime-local"],
form .field input[type="month"],
form .field textarea,
form .field select,
form .field .select-container > select,
form .field .select-container.fancy > .faux-select,
form .field .select-container {
    width: 100%;
    }
form .field label,
form .fields label {
    margin: 0 0 4px;
    }
form .field label + .fields,
form .fields label + .fields {
    margin-top: -webkit-calc(24px / 2 * -1) !important;
    margin-top: calc(24px / 2 * -1) !important;
    }
form .field + .field,
form .fields + .fields,
form .field + .fields,
form .fields + .field {
    margin-top: 24px;
    }
form .fields + .fields,
form .field + .fields {
    margin-top: -webkit-calc(24px - (-webkit-calc(24px / 2)));
    margin-top: calc(24px - (calc(24px / 2)));
    }
form .fields > .field + .field {
    margin-top: 0;
    }
form .fields {
    display: block;
    margin: -webkit-calc(24px / 2 * -1) -webkit-calc(24px / 2 * -1) -webkit-calc(24px / 2 * -1) -webkit-calc(24px / 2 * -1);
    margin: calc(24px / 2 * -1) calc(24px / 2 * -1) calc(24px / 2 * -1) calc(24px / 2 * -1);
    width: -webkit-calc(100% + 24px);
    width: calc(100% + 24px);
    }
form .fields > .fields {
    margin-left: 0;
    margin-right: 0;
    }
form .fields > .field {
    padding: -webkit-calc(24px / 2) -webkit-calc(24px / 2);
    padding: calc(24px / 2) calc(24px / 2);
    vertical-align: top;
    }
form .fields.flexible {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    }
form .fields.flexible > * {
    -webkit-flex: 1;
    flex: 1;
    }
.icon-input-container,
.select-container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
    border: 1px solid #E3EBF1;
    overflow: hidden;
    position: relative;
    }
.icon-input-container .icon,
.select-container:after {
    background: #F9F9FB;
    color: #FFAF03;
    border: 1px solid #E3EBF1;
    margin: -1px;
    display: -webkit-flex;
    display: flex;
    width: 64px;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    z-index: 2;
    }
.icon-input-container .icon i {
    font-size: 20px !important;
    }
.icon-input-container input[type=email],
.icon-input-container input[type=number],
.icon-input-container input[type=password],
.icon-input-container input[type=tel],
.icon-input-container input[type=text],
.icon-input-container input[type=url],
.icon-input-container input[type=date],
.icon-input-container input[type="time"],
.icon-input-container input[type="datetime-local"],
.icon-input-container input[type="month"],
.icon-input-container textarea,
.icon-input-container select,
.icon-input-container .select-container > select,
.icon-input-container .select-container.fancy > .faux-select,
.select-container input[type=email],
.select-container input[type=number],
.select-container input[type=password],
.select-container input[type=tel],
.select-container input[type=text],
.select-container input[type=url],
.select-container input[type=date],
.select-container input[type="time"],
.select-container input[type="datetime-local"],
.select-container input[type="month"],
.select-container textarea,
.select-container select,
.select-container .select-container > select,
.select-container .select-container.fancy > .faux-select {
    display: block !important;
    width: auto !important;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    border: none;
    position: relative;
    z-index: 1;
    }
.select-container:after {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-size: 1.3em;
    line-height: .7;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 1em;
    overflow: visible;
    vertical-align: -34%;
    content: "keyboard_arrow_down";
    font-size: 24px;
    width: 64px;
    max-width: none;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    pointer-events: none;
    }
.icon-input-container input[disabled] {
    background-color: #F9F9FB;
    color: #546A79;
    }
.button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #FFAF03;
    border: 1px solid transparent;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-family: 'Open Sans',BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin: 4px;
    padding: 20px 48px;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background .2s ease,border .2s ease,color .2s ease;
    transition: background .2s ease,border .2s ease,color .2s ease;
    vertical-align: middle;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
    }
.button:hover {
    background: #ffb71d;
    }
.button:active {
    background: #e99f00;
    -webkit-transition: none;
    transition: none;
    }
.button.secondary {
    background: transparent;
    border-color: #FFAF03;
    color: #546A79;
    }
.button.secondary:hover {
    background: #FFAF03;
    border-color: transparent;
    color: #fff;
    }
.button.secondary:active {
    background: #e99f00;
    }
.button.tertiary {
    background: transparent;
    color: #546A79;
    }
.button.tertiary:hover {
    background: rgba(84,106,121,.08);
    }
.button.tertiary:active {
    background: rgba(84,106,121,.2);
    }
.button.small {
    padding: 12px;
    font-size: 14px;
    }
.button.fluid {
    display: block;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    }
.button i,
.button .font-icon,
.button [class*="icon-social-"],
.button i[class*="material-icons"] {
    margin-right: .4em;
    }
.button.with-icon {
    display: block;
    min-width: 88px;
    }
.button.with-icon span {
    display: inline-block;
    vertical-align: middle;
    }
.button.force-sync {
    background-color: #313D4F;
    }
.card {
    background: #fff;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.1);
    padding: 40px;
    position: relative;
    text-align: left;
    }
table.pretty {
    width: 100%;
    }
table.pretty th,
table.pretty td {
    padding: 12px 16px;
    text-align: left;
    background: #F9F9FB;
    color: #546A79;
    }
table.pretty th {
    background: #313D4F;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding: 16px;
    }
table.pretty th i,
table.pretty th .font-icon,
table.pretty th [class*="icon-social-"],
table.pretty th i[class*="material-icons"] {
    color: #FFAF03;
    margin: 0 8px 0 0;
    }
table.pretty tr {
    background-color: #fff;
    }
table.pretty tr:nth-child(even) td,
table.pretty tr.even td {
    background: #fff;
    }
table.pretty tr.pagination td {
    background: #FAFAFA !important;
    }
table.pretty tr.odd td {
    background: #F9F9FB;
    }
table.pretty .top-label {
    display: block;
    color: #939393;
    text-transform: uppercase;
    font-size: 14px;
    }
table.pretty tr.collapse-following > td:first-child {
    cursor: pointer;
    }
table.pretty tr.collapse-following > td:first-child:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-size: 1.3em;
    line-height: .7;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 1em;
    overflow: visible;
    vertical-align: -34%;
    content: "keyboard_arrow_down";
    margin: 0 12px 0 0;
    border: 2px solid #FFAF03;
    color: #FFAF03;
    width: 24px;
    max-width: none;
    height: 24px;
    border-radius: 50%;
    font-size: 20px;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    vertical-align: -25%;
    }
table.pretty tr.collapse-following.on > td:first-child:before {
    content: "keyboard_arrow_up";
    background: #FFAF03;
    color: #fff;
    }
table.pretty tr.pagination .pagination.menu {
    float: right;
    }
table.pretty tr.pagination .item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
    padding: 8px 16px;
    border: 1px solid #FFAF03;
    color: #313D4F;
    }
table.pretty tr.pagination .item:hover {
    background-color: #FFF;
    }
table.pretty tr.pagination .item.active {
    border: 1px solid #313D4F;
    background-color: #FFF;
    }
table.pretty input[type="text"],
table.pretty input[type="password"],
table.pretty input[type="email"],
table.pretty select {
    width: 100%;
    margin: 4px 0;
    padding: 8px;
    font-size: 14px;
    }
table.files td:first-child {
    width: 33%;
    }
.password-strength-menu {
    width: 100%;
    padding: 16px;
    background-color: #FFF;
    border: 1px solid rgba(34,36,38,.15);
    border-radius: 4px;
    font-size: 14px;
    }
.password-strength-menu.absolute {
    position: absolute;
    top: -16px;
    left: 316px;
    min-width: 800px;
    max-width: 800px;
    }
.password-strength-menu .strength,
.password-strength-menu .requirements {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    }
.password-strength-menu .strength {
    width: -webkit-calc(49% - 16px);
    width: calc(49% - 16px);
    margin-right: 16px;
    }
.password-strength-menu ul {
    list-style: disc;
    padding-left: 16px;
    text-align: left;
    }
.password-strength-menu ul li {
    padding: 2px 0;
    }
.password-strength-menu ul li.error {
    color: #f70b0f;
    }
.password-strength-menu p {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: bold;
    }
.password-strength-menu .meter {
    display: block;
    width: 100%;
    padding: 4px 4px 6px 4px;
    border: 1px solid #EEE;
    }
.password-strength-menu .meter .bar {
    display: inline-block;
    vertical-align: middle;
    background-color: #000;
    width: 100%;
    height: 16px;
    margin-right: 4px;
    }
.password-strength-menu .meter .bar.inactive {
    background-color: #AAA !important;
    }
.password-strength-menu .meter .bar:last-child {
    margin-right: 0;
    }
.password-strength-menu .meter.bars-3 .bar {
    max-width: -webkit-calc(100% / 3 - 4px);
    max-width: calc(100% / 3 - 4px);
    }
.password-strength-menu .meter.bars-3 .bar:last-child {
    max-width: -webkit-calc(100% / 3);
    max-width: calc(100% / 3);
    }
.password-strength-menu .results p {
    font-size: 12px;
    font-weight: bold;
    margin: 8px 0;
    text-align: center;
    }
.password-strength-padding {
    padding-bottom: 120px;
    }
.password-strength-small-input {
    max-width: 300px;
    }
.icon-input-container.password-strength {
    overflow: visible;
    padding-bottom: 280px;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    }
.icon-input-container.password-strength input {
    width: 100%;
    max-width: none !important;
    border-bottom: 1px solid rgb(227,235,241);
    border-right: 1px solid rgb(227,235,241);
    }
.icon-input-container > .password-strength-menu {
    top: 72px;
    left: 0;
    }
.filter-bar {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -12px;
    }
.filter-bar > .filter {
    padding: 12px;
    }
.filter-bar > .filter:not(.clear) {
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    }
.filter-bar > .filter input[type=email],
.filter-bar > .filter input[type=number],
.filter-bar > .filter input[type=password],
.filter-bar > .filter input[type=tel],
.filter-bar > .filter input[type=text],
.filter-bar > .filter input[type=url],
.filter-bar > .filter input[type=date],
.filter-bar > .filter input[type="time"],
.filter-bar > .filter input[type="datetime-local"],
.filter-bar > .filter input[type="month"],
.filter-bar > .filter textarea,
.filter-bar > .filter select,
.filter-bar > .filter .select-container > select,
.filter-bar > .filter .select-container.fancy > .faux-select,
.filter-bar > .filter .button,
.filter-bar > .filter .select-container {
    width: 100%;
    }
.filter-bar > .filter.orderby {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    }
.filter-bar > .filter span.label {
    display: inline-block;
    padding: 8px;
    }
.login-container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    background: #fff url(/images/hive-bg.png) 50% 0% no-repeat;
    background-size: cover;
    padding: 24px 0;
    }
.login-container > .wrapper {
    margin: auto;
    max-width: 600px;
    }
.login-container > .wrapper.wide {
    margin: auto;
    max-width: 930px;
    }
.login-container .logo {
    display: block;
    margin: 0 auto 40px auto;
    width: auto;
    height: auto;
    max-width: 80%;
    }
.login-container h1,
.login-container h2,
.login-container h3,
.login-container h4,
.login-container h5,
.login-container h6 {
    margin-bottom: 48px;
    }
.login-container a:not(.button).forgot-password,
.login-container a:not(.button):link.forgot-password,
.login-container a:not(.button):visited.forgot-password,
.login-container a:not(.button):active.forgot-password,
.login-container a:not(.button):hover.forgot-password,
.login-container a:not(.button):focus.forgot-password {
    display: block;
    color: #546A79;
    text-transform: uppercase;
    text-align: center;
    }
.login-container hr {
    margin: 24px 0;
    }
.login-container .small-label {
    display: inline-block;
    padding: 4px 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #546A79;
    }
.fluid {
    display: block;
    width: 100%;
    }
.left-align {
    text-align: left !important;
    }
.center-align {
    text-align: center !important;
    }
.right-align {
    text-align: right !important;
    }
.justify-align {
    text-align: justify !important;
    }
.top-align {
    vertical-align: top !important;
    }
.middle-align {
    vertical-align: middle !important;
    }
.bottom-align {
    vertical-align: bottom !important;
    }
p:first-child,
label:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
    padding-top: 0;
    }
p:last-child,
label:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    }
.no-padding {
    padding: 0 !important;
    }
.no-margin {
    margin: 0 !important;
    }
.no-top {
    margin-top: 0 !important;
    padding-top: 0 !important;
    }
.no-right {
    margin-right: 0 !important;
    padding-right: 0 !important;
    }
.no-bottom {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    }
.no-left {
    margin-left: 0 !important;
    padding-left: 0 !important;
    }

/* Tooltip */
.tpd-skin-ai .tpd-content,
.tpd-skin-ai .tpd-title,
.tpd-skin-ai .tpd-close {
    color: #fff;
    font-family: 'Open Sans',BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    }
.tpd-skin-ai .tpd-content {
    padding: 8px;
    }
.tpd-skin-ai .tpd-background-content {
    background-color: #313D4F;
    }
.tpd-skin-ai .tpd-background {
    border-width: 0;
    border-radius: 4px;
    }
.tpd-skin-ai .tpd-background-title {
    background-color: #313D4F;
    }
.tpd-skin-ai .tpd-title-wrapper {
    border-bottom: none;
    }
.tpd-skin-ai .tpd-background-shadow {
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.1);
    }
.tpd-skin-ai a {
    color: #fff;
    }
.tpd-skin-ai a:hover {
    color: #fff;
    text-decoration: underline;
    }
.lity-content form.authenticate {
    max-width: 600px;
    }
.lity-content form.authenticate h2 {
    text-transform: none;
    }
.lity-content form.authenticate ul.radio {
    margin: 0;
    padding: 16px 0;
    list-style-type: none;
    }
.lity-content form.authenticate ul.radio li {
    padding: 4px 0;
    }
.lity-content form.authenticate ul.radio li label {
    padding-left: 8px;
    }
.notes-popup {
    padding: 32px;
    background-color: #FFF;
    }
.notes-popup p {
    font-weight: bold;
    }
.notes-popup .note {
    display: block;
    min-width: 500px;
    padding: 4px;
    font-size: 14px;
    }
.notes-popup .note:nth-child(even) {
    background-color: #F9F9FB;
    }
.notes-popup .note .date {
    display: inline-block;
    vertical-align: top;
    width: 35%;
    }
.notes-popup .note .text {
    display: inline-block;
    vertical-align: top;
    width: 65%;
    }
.notes-popup .note .text pre {
    max-height: 400px;
    overflow-x: auto;
    overflow-y: auto;
    }
.dnfu {
    color: #F00 !important;
    font-weight: bold !important;
    background-color: rgba(255,0,0,.10) !important;
    }
.dnfu-bg {
    background-color: rgba(255,0,0,.05) !important;
    }
.ico,
.ico.dnfu {
    color: #d68100 !important;
    font-weight: bold !important;
    background-color: rgba(230,230,0,.10) !important;
    }
.ico-bg,
.ico-bg.dnfu-bg {
    background-color: rgba(230,230,0,.05) !important;
    }
span.gray-color {
    color: #777 !important;
    }
#session_popup {
    width: 100%;
    max-width: 700px;
    }
#session_popup form {
    background-color: #FFF;
    color: #000;
    }
#session_popup h1 {
    font-size: 24px;
    }
#session_popup p {
    text-align: left;
    }
#session_popup .field {
    display: block;
    padding: 8px 0;
    }
#session_popup .timer {
    font-weight: bold;
    color: #3d8af7;
    }
#session_popup a.button {
    margin: 8px 0;
    }
#session_popup a.button:first-child {
    margin-right: 16px;
    }
.popup-lity-no-close {
    z-index: 1;
    }
.popup-lity-no-close:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: -webkit-calc(-1 * (100vh - 100%) / 2);
    top: calc(-1 * (100vh - 100%) / 2);
    left: -webkit-calc(-1 * (100vw - 100%) / 2);
    left: calc(-1 * (100vw - 100%) / 2);
    width: 100vw;
    height: 100vh;
    background-color: rgba(48,61,80,.75);
    }
.lity-wrap.no-close button.lity-close {
    display: none;
    }
p.summary {
    display: block;
    width: 100%;
    padding: 8px 0;
    text-align: center;
    }
.c-pointer {
    cursor: pointer;
    }

/* Select2 */
body .select2-container {
    max-width: 100%;
    min-width: 100%;
    }
body .select2-container--default .select2-selection--single {
    height: 63px;
    padding: 16px 0;
    border-radius: 0;
    border: 1px solid #E3EBF1;
    -webkit-transition: border .2s,background .2s,color .2s,box-shadow .2s;
    transition: border .2s,background .2s,color .2s,box-shadow .2s;
    }
body .select2-container--default .select2-results > .select2-results__options {
    max-height: 320px;
    }
body .select2-container--default .select2-selection--single:hover {
    border-color: #546A79;
    }
body .select2-container--default .select2-selection--single:focus {
    border-color: #FFAF03;
    }
body .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 63px;
    top: 0;
    }
body .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #2D3B53;
    font-weight: 700;
    }
body .select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #546A79;
    outline: none;
    -webkit-transition: border .2s,background .2s,color .2s,box-shadow .2s;
    transition: border .2s,background .2s,color .2s,box-shadow .2s;
    height: 40px;
    padding-left: 7px;
    }
body .select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border-color: #FFAF03 !important;
    }
body .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #FFAF03;
    color: #fff;
    border: none;
    padding: 4px;
    font-size: 13px;
    white-space: break-spaces;
    }
body .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    }
body .select2-container .select2-selection--multiple {
    min-height: 62px;
    border-radius: 0;
    border: 1px solid #E3EBF1;
    -webkit-transition: border .2s,background .2s,color .2s,box-shadow .2s;
    transition: border .2s,background .2s,color .2s,box-shadow .2s;
    }
body .select2-container .select2-selection--multiple:hover {
    border-color: #546A79;
    }
body .select2-container .select2-selection--multiple:focus {
    border-color: #FFAF03 !important;
    }
.extra-big {
    font-size: 1.5em;
    line-height: 1.1;
    vertical-align: bottom;
    }
.color-red {
    color: #CE4444;
    }
@media all and (max-width: 1200px) {
.password-strength-menu.absolute {
    position: relative;
    top: auto;
    left: auto;
    min-width: auto;
    max-width: 100%;
    }
.password-strength-padding {
    display: none;
    padding-bottom: 0;
    }
.password-strength-small-input {
    max-width: 100%;
    top: 72px;
    }
.icon-input-container > .password-strength-menu.absolute {
    position: absolute;
    top: 72px;
    }
.icon-input-container > input.password-strength {
    top: 0;
    }
}

@media all and (max-width: 960px) {
header .split {
    height: auto;
    padding-top: 12px;
    }
header .menu {
    -webkit-order: 1;
    order: 1;
    -webkit-flex: 0 0 -webkit-calc(100% + 48px);
    -webkit-flex: 0 0 calc(100% + 48px);
    flex: 0 0 -webkit-calc(100% + 48px);
    flex: 0 0 calc(100% + 48px);
    width: -webkit-calc(100% + 48px);
    width: calc(100% + 48px);
    display: -webkit-flex;
    display: flex;
    width: auto;
    margin: 12px -24px 0 -24px;
    background: rgba(0,0,0,.1);
    }
header .menu .menu-item {
    -webkit-flex: 1;
    flex: 1;
    }
header .menu .menu-item a:not(.button),
header .menu .menu-item a:not(.button):link,
header .menu .menu-item a:not(.button):visited,
header .menu .menu-item a:not(.button):active,
header .menu .menu-item a:not(.button):hover,
header .menu .menu-item a:not(.button):focus {
    width: 100%;
    display: block;
    padding: 16px;
    }
table.responsive tr {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    }
table.responsive th,
table.responsive td {
    -webkit-flex: 1;
    flex: 1;
    min-width: auto;
    max-width: 100%;
    }
table.responsive td.fill {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    }
table.responsive th.truncate,
table.responsive td.truncate {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    }
table.responsive td.fill:before {
    content: attr(data-label);
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    }
table.responsive th.dropdown,
table.responsive td.dropdown {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex: 2;
    flex: 2;
    }
table.responsive td.dropdown:after {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-size: 1.3em;
    line-height: .7;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 1em;
    overflow: visible;
    vertical-align: -34%;
    display: inline-block;
    margin: 0 0 0 8px;
    content: "keyboard_arrow_down";
    font-size: 24px;
    color: #FFAF03;
    }
table.responsive tr.on td.dropdown:after {
    content: "keyboard_arrow_up";
    }
table.responsive tr:not(.on) th.dropdown ~ th,
table.responsive tr:not(.on) td.dropdown ~ td {
    display: none;
    }
.icon-input-container.password-strength {
    padding-bottom: 320px;
    }
}

@media all and (max-width: 840px) {
.filter-bar > .filter:not(.clear) {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 50%;
    }
.password-strength-menu .strength {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
    }
.password-strength-menu .requirements {
    display: block;
    width: 100%;
    margin-right: 0;
    }
.icon-input-container.password-strength {
    padding-bottom: 360px;
    }
}

@media all and (max-width: 640px) {
header .logo img {
    width: 100px;
    height: auto;
    }
header .menu .menu-item i {
    display: block;
    margin: 0 0 4px;
    }
header .user .text {
    font-size: 12px;
    }
header .user .icon {
    margin-left: 8px;
    }
.icon-input-container.password-strength {
    padding-bottom: 400px;
    }
}

@media all and (max-width: 480px) {
.filter-bar > .filter:not(.clear) {
    width: 100%;
    }
.filter-bar > .dates-filter-div {
    min-width: unset !important;
    }
.filter-bar > .dates-filter-div input {
    margin: 5px 0;
    }
.button.force-sync {
    float: none;
    }
.icon-input-container.password-strength {
    padding-bottom: 480px;
    }
}
