/* reset */
* {
    padding: 0;
    margin: 0;
    font-size: 1em;
    outline: none;
}

/* Fix of Material UI issue in IE. See: https://github.com/callemall/material-ui/issues/5055 */
::-ms-clear {
    display: none;
}

a img, iframe, fieldset, object {
    border: none;
}

caption, th {
    text-align: left;
}

td {
    vertical-align: top;
}

sub, sup {
    vertical-align: baseline;
}

ul {
    list-style-type: none;
}

ul.decimal {
    list-style-type: decimal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    background-color: white;
}

th, h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

cite, em {
    font-style: normal;
}

img {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
    display: block;
}

/* grids */
.outer:before,
.outer:after {
    content: "";
    display: table;
}

.outer {
    *zoom: 1;
}

.outer:after {
    clear: both;
}

.unit,
.unit-1of2,
.unit-1of3,
.unit-2of3,
.unit-1of4,
.unit-3of4,
.unit-1of5,
.unit-1of6,
.unit-1of8,
.unit-1of10,
.unit-2of5,
.unit-3of5,
.unit-4of5,
.unit-5of5 {
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.unit-1of2 {
    width: 50%;
}

.unit-1of3 {
    width: 33.33333%;
}

.unit-2of3 {
    width: 66.66666%;
}

.unit-1of4 {
    width: 25%;
}

.unit-3of4 {
    width: 75%;
}

.unit-1of5 {
    width: 20%;
}

.unit-1of6 {
    width: 16.66666%;
}

.unit-1of8 {
    width: 12.5%;
}

.unit-1of10 {
    width: 10%;
}

.unit-2of5 {
    width: 40%;
}

.unit-3of5 {
    width: 60%;
}

.unit-4of5 {
    width: 80%;
}

.unit-5of5 {
    width: 100%;
}

.unit-1of1 {
    float: none;
}

.unit-right {
    float: right;
}

.unit-left {
    float: left;
}

.unit-last {
    float: none;
    display: block;
    display: table-cell;
    width: 9999em;
    *width: auto;
    *zoom: 1;
    _position: relative;
    _left: -3px;
    _margin-right: -3px;
}

/* spaces */
.ptn, .pvn, .pan {
    padding-top: 0px
}

.pts, .pvs, .pas {
    padding-top: 10px
}

.ptm, .pvm, .pam {
    padding-top: 20px
}

.ptl, .pvl, .pal {
    padding-top: 40px
}

.prn, .phn, .pan {
    padding-right: 0px
}

.prs, .phs, .pas {
    padding-right: 10px
}

.prm, .phm, .pam {
    padding-right: 20px
}

.prl, .phl, .pal {
    padding-right: 40px
}

.pbn, .pvn, .pan {
    padding-bottom: 0px
}

.pbs, .pvs, .pas {
    padding-bottom: 10px
}

.pbm, .pvm, .pam {
    padding-bottom: 20px
}

.pbl, .pvl, .pal {
    padding-bottom: 40px
}

.pln, .phn, .pan {
    padding-left: 0px
}

.pls, .phs, .pas {
    padding-left: 10px
}

.plm, .phm, .pam {
    padding-left: 20px
}

.pll, .phl, .pal {
    padding-left: 40px
}

.mtn, .mvn, .man {
    margin-top: 0px
}

.mts, .mvs, .mas {
    margin-top: 10px
}

.mtm, .mvm, .mam {
    margin-top: 20px
}

.mtl, .mvl, .mal {
    margin-top: 40px
}

.mrn, .mhn, .man {
    margin-right: 0px
}

.mrs, .mhs, .mas {
    margin-right: 10px
}

.mrm, .mhm, .mam {
    margin-right: 20px
}

.mrl, .mhl, .mal {
    margin-right: 40px
}

.mbn, .mvn, .man {
    margin-bottom: 0px
}

.mbs, .mvs, .mas {
    margin-bottom: 10px
}

.mbm, .mvm, .mam {
    margin-bottom: 20px
}

.mbl, .mvl, .mal {
    margin-bottom: 40px
}

.mln, .mhn, .man {
    margin-left: 0px
}

.mls, .mhs, .mas {
    margin-left: 10px
}

.mlm, .mhm, .mam {
    margin-left: 20px
}

.mll, .mhl, .mal {
    margin-left: 40px
}

/* helpers */
.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-justify {
    text-align: justify;
}

::-webkit-input-placeholder {
    color: #4d4d4d;
}

:-moz-placeholder {
    color: #4d4d4d;
}

::-moz-placeholder {
    color: #4d4d4d;
}

:-ms-input-placeholder {
    color: #4d4d4d;
}

.placeholder {
    color: #4d4d4d;
}

.no-border {
    border: none !important;
}

.no-left-border {
    border-left: none !important;
}

.no-right-border {
    border-right: none !important;
}

.no-top-border {
    border-top: none !important;
}

.no-bottom-border {
    border-bottom: none !important;
}

/* headers */


h1, .h1 {
    font-size: 20px;
}

h2, .h2 {
    font-size: 18px;
}

h3, .h3 {
    font-size: 16px;
}


html, body, #app {
    min-height: 100%;
    height: 100%;
}

body, #app {
    font-size: 14px !important;
    line-height: 1.7 !important;
    font-family: "Roboto", sans-serif !important;
    color: #1a1a1a;
    min-width: 100%;
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004) !important;
    overflow: auto;
}

a {
    text-decoration: none;
    color: #238AC4;
}

a:hover {
    text-decoration: underline;
}

.full-width {
    width: 100%;
}
.with-overflow {
    overflow: visible!important;
}

.embedded {
    color: #000;
    border-bottom: 1px dotted;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.embedded:hover {
    text-decoration: none;
}

@font-face {
  font-family: 'Indie Flower';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/indieflower/v8/10JVD_humAd5zP2yrFqw6onF5uFdDttMLvmWuJdhhgs.ttf) format('truetype');
}
@font-face {
  font-family: 'Nothing You Could Do';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/nothingyoucoulddo/v6/jpk1K3jbJoyoK0XKaSyQAQB8Hyktk_aPnlUAWJgZcX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Pinyon Script';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/pinyonscript/v6/TzghnhfCn7TuE73f-CBQ0DmuEnbvkdF7vjbeHX60E38.ttf) format('truetype');
}
@font-face {
  font-family: 'Yellowtail';
  font-style: normal;
  font-weight: 400;
  src:  url(https://fonts.gstatic.com/s/yellowtail/v6/GcIHC9QEwVkrA19LJU1qlC3USBnSvpkopQaUR-2r7iU.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

/* rotations */

.rotate90cw {
    transition: transform 3s ease-in;
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform 3s ease-in;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}

.MuiSnackbarContent-root{
    background-color: inherit !important;
}
.scroll-dialog {
    max-height: 850px;
}