﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    background: #180054;
    color: #fff;
    font-family:'Segoe UI';
}

header {
    padding: 3.8em 0;
    display:flex;
}

header a {
    text-decoration:underline;
}

h1 {
    font-size: 2.5em;
    text-align: left;
}

h2 {
    text-align: right;
}

h1,h2 {
    width:50%;
}

a {
    color: #fff;
    text-decoration:none;
}

.main-continer {
    margin:0 auto;
    width: 80%;
}

.page {
    display: flex;
    flex-wrap: wrap;
    width: 100;
}

.tile {
    color: #fff;
    width: 220px;
    height: 120px;
    margin: 0.4em;
    cursor: pointer;
}

.tile-compact {
    color: #fff;
    width: 120px;
    height: 120px;
    margin: 0.4em;
    cursor: pointer;
}

.tile i, .tile-compact i {
    font-size: 3.6em;
    text-align: center;
    width: 100%;
    padding-top: 0.5em;
}

.grid-i {
    font-size: 32px;
}
.tile p {
    padding: 0.6em 0.2em 0em 0.4em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tile-compact p {
    padding: 0.6em 0 0 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.color {
    width:30px;
    height:30px;
}

.color1 {
    background: #009c00;
}

.color2 {
    background: #2679ef;
}

.color3 {
    background: #603cba;
}

.color4 {
    background: #008d9f;
}

.color5 {
    background: #1153bf;
}

.color6 {
    background: #9003a0;
}

.color7 {
    background: #b11c41;
}

.color8 {
    background: #d54926;
}

.color9 {
    background: #f6941d;
}

.color10 {
    background: #ee008c;
}

.color11 {
    background: #2b3991;
}

.pop-buttons {
    margin-top: 10px;
    text-align: center;
}

.btnSet {
    text-align:center;
}

.dx-vam {
    font-family: 'Segoe UI';
    font-size: 0.8em;
}

.dxpcLite_MaterialCompact .dxpc-header {
    color: #180054;
    font-weight: bold;
}

.dxic {
    /*width: 100%;
    padding: 0 4px 4px 4px !important;*/
}

.dxeSpinIncButton_MaterialCompact {
    height: 10px !important;
}

.dxeSpinDecButton_MaterialCompact {
    height: 10px !important;
}

.row {
    margin-bottom: 12px;
}

.icon-container {
    height:500px;
    overflow-y:scroll;
}

#show-icons {
    color: #180054;
    text-decoration: underline;
    font-size: 0.8em;
    font-weight: bold;
}

ul.list {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
}

li.dib {
    width: 72px;
    font-size: 0.7em;
    color: #180054;
    margin-bottom: 2em;
    cursor: pointer;
}

li.dib i {
    font-size: 2em;
    color: #180054;
}