html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

html, body {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    background: #ffffff;
    color: #181819;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

a:link, a:visited {
    color: #1565c0;
    cursor: pointer;
}

a:link:hover,
a:visited:hover {
    color: #0091ea;
    text-shadow: 0 0 5px rgba(33, 150, 243, 0.05);
}

a:link:active,
a:visited:active {
    color: #311b92;
    text-shadow: 0 0 5px rgba(33, 150, 243, 0.05);
}

a[target="_blank"].--no-blank-ico:after {
    display: none;
}

p {
    margin: 0 0 16px;
}

b, strong {
    font-weight: 500;
}

code, kbd, pre, samp {
    font-family: 'Roboto Mono', monospace;
    font-size: 16px;
    font-weight: 400;
}

i {
    font-weight: 400;
    font-style: italic;
}

dialog {
    background: #fff;
    border: none;
    border-radius: 6px;
    padding: 16px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    overflow-y: auto;
    overflow-x: hidden;
}

dialog::backdrop {
    background: rgba(0, 0, 0, 0.35);
}

table, tr, td, th, thead, tbody, tfoot {
    padding: 0;
    margin: 0;
    border-spacing: 0;
    border-collapse: separate;
}

.hidden, .hide, [hidden="hidden"], [hidden=""] {
    display: none !important;
}

.shadow--1 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.shadow--2 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.shadow--3 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.shadow--4 {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.shadow--5 {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.inner {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.no-select {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.help-icon-link .mtico {
    font-size: 16px !important;
    margin: 0 3px !important;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

[class^="spc-"] {
    display: block;
    background: transparent;
    width: 100%;
    font-size: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.spc-4 {
    height: 4px;
}

.spc-6 {
    height: 6px;
}

.spc-12 {
    height: 12px;
}

.spc-16 {
    height: 16px;
}

.spc-18 {
    height: 18px;
}

.spc-20 {
    height: 20px;
}

.spc-24 {
    height: 24px;
}

.spc-32 {
    height: 32px;
}
