html {
  box-sizing: border-box; }

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

/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

html, body {
  font-family: Verdana,sans-serif;
  font-size: 15px;
  line-height: 1.5; }

html {
  overflow-x: hidden; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

.ac-row:after, .ac-row:before {
  content: "";
  display: table;
  clear: both; }

.ac-col, .ac-half, .ac-third, .ac-twothird, .ac-threequarter, .ac-quarter {
  float: left;
  width: 100%; }

.ac-rest {
  overflow: hidden; }

.ac-inp {
  padding: 8px;
  display: block;
  border: none;
  border-bottom: 1px solid #808080;
  width: 100%; }

.ac-sct {
  padding: 8px;
  display: block;
  border: 1px dotted #808080; }

.ac-bol {
  font-weight: bold; }

.ac-cap {
  font-variant: small-caps; }

.ac-tiny {
  font-size: 10px; }

.ac-small {
  font-size: 12px; }

.ac-medium {
  font-size: 15px; }

.ac-large {
  font-size: 18px; }

.ac-xlarge {
  font-size: 24px; }

.ac-xxlarge {
  font-size: 36px; }

.ac-xxxlarge {
  font-size: 48px; }

.ac-jumbo {
  font-size: 64px; }

.ac-txt-lx {
  text-align: left; }

.ac-txt-cx {
  text-align: center; }

.ac-txt-rx {
  text-align: right; }

.ac-rou-small {
  border-radius: 2px; }

.ac-rou-medium {
  border-radius: 4px; }

.ac-rou-large {
  border-radius: 8px; }

.ac-rou-xlarge {
  border-radius: 16px; }

.ac-rou-xxlarge {
  border-radius: 32px; }

.ac-mod {
  z-index: 3;
  display: none;
  padding-top: 100px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4); }

.ac-mod-content {
  margin: auto;
  background-color: #fff;
  position: relative;
  padding: 0;
  outline: 0;
  width: 75%; }

.ac-header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%; }

.ac-footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%; }

.ac-box {
  position: relative; }

.ac-box-toplx {
  position: absolute;
  left: 0;
  top: 0; }

.ac-box-topcn {
  position: absolute;
  left: 50%;
  top: 0; }

.ac-box-toprx {
  position: absolute;
  right: 0;
  top: 0; }

.ac-box-midlx {
  position: absolute;
  left: 0;
  top: 50%; }

.ac-box-midrx {
  position: absolute;
  right: 0;
  top: 50%; }

.ac-box-btmlx {
  position: absolute;
  left: 0;
  bottom: 0; }

.ac-box-btmcn {
  position: absolute;
  left: 50%;
  bottom: 0; }

.ac-box-btmrx {
  position: absolute;
  right: 0;
  bottom: 0; }

.ac-hid {
  display: none !important; }

.ac-sho {
  display: block !important; }

.ac-col.s1 {
  width: 8.33333%; }

.ac-col.s2 {
  width: 16.66666%; }

.ac-col.s3 {
  width: 24.99999%; }

.ac-col.s4 {
  width: 33.33332%; }

.ac-col.s5 {
  width: 41.66665%; }

.ac-col.s6 {
  width: 49.99998%; }

.ac-col.s7 {
  width: 58.33331%; }

.ac-col.s8 {
  width: 66.66664%; }

.ac-col.s9 {
  width: 74.99997%; }

.ac-col.s10 {
  width: 83.3333%; }

.ac-col.s11 {
  width: 91.66663%; }

.ac-col.s12, .ac-half, .ac-third, .ac-twothird, .ac-threequarter, .ac-quarter {
  width: 99.99999%; }

@media (min-width: 601px) {
  .ac-col.m1 {
    width: 8.33333%; }

  .ac-col.m2 {
    width: 16.66666%; }

  .ac-col.m3 {
    width: 24.99999%; }

  .ac-col.m4 {
    width: 33.33332%; }

  .ac-col.m5 {
    width: 41.66665%; }

  .ac-col.m6 {
    width: 49.99998%; }

  .ac-col.m7 {
    width: 58.33331%; }

  .ac-col.m8 {
    width: 66.66664%; }

  .ac-col.m9 {
    width: 74.99997%; }

  .ac-col.m10 {
    width: 83.3333%; }

  .ac-col.m11 {
    width: 91.66663%; }

  .ac-col.m12 {
    width: 99.99999%; }

  .ac-quarter {
    width: 49.99999%; }

  .ac-threequarter {
    width: 49.99999%; }

  .ac-half {
    width: 49.99999%; }

  .ac-twothird {
    width: 99.99999%; } }
@media (min-width: 841px) {
  .ac-third {
    width: 33.33333%; }

  .ac-twothird {
    width: 66.66666%; } }
@media (min-width: 1024px) {
  .ac-col.l1 {
    width: 8.33333%; }

  .ac-col.l2 {
    width: 16.66666%; }

  .ac-col.l3 {
    width: 24.99999%; }

  .ac-col.l4 {
    width: 33.33332%; }

  .ac-col.l5 {
    width: 41.66665%; }

  .ac-col.l6 {
    width: 49.99998%; }

  .ac-col.l7 {
    width: 58.33331%; }

  .ac-col.l8 {
    width: 66.66664%; }

  .ac-col.l9 {
    width: 74.99997%; }

  .ac-col.l10 {
    width: 83.3333%; }

  .ac-col.l11 {
    width: 91.66663%; }

  .ac-col.l12 {
    width: 99.99999%; }

  .ac-quarter {
    width: 24.99999%; }

  .ac-third {
    width: 33.33333%; }

  .ac-half {
    width: 49.99999%; }

  .ac-twothird {
    width: 66.66666%; }

  .ac-threequarter {
    width: 74.99999%; } }
.ac-whole-mar-2 {
  margin: 2px; }

.ac-mar-2 {
  margin: 2px 4px; }

.ac-whole-mar-4 {
  margin: 4px; }

.ac-mar-4 {
  margin: 4px 8px; }

.ac-whole-mar-8 {
  margin: 8px; }

.ac-mar-8 {
  margin: 8px 16px; }

.ac-whole-mar-16 {
  margin: 16px; }

.ac-mar-16 {
  margin: 16px 32px; }

.ac-whole-mar-32 {
  margin: 32px; }

.ac-mar-32 {
  margin: 32px 64px; }

.ac-whole-mar-64 {
  margin: 64px; }

.ac-mar-64 {
  margin: 64px 128px; }

.ac-whole-pad-2 {
  padding: 2px; }

.ac-pad-2 {
  padding: 2px 4px; }

.ac-whole-pad-4 {
  padding: 4px; }

.ac-pad-4 {
  padding: 4px 8px; }

.ac-whole-pad-8 {
  padding: 8px; }

.ac-pad-8 {
  padding: 8px 16px; }

.ac-whole-pad-16 {
  padding: 16px; }

.ac-pad-16 {
  padding: 16px 32px; }

.ac-whole-pad-32 {
  padding: 32px; }

.ac-pad-32 {
  padding: 32px 64px; }

.ac-whole-pad-64 {
  padding: 64px; }

.ac-pad-64 {
  padding: 64px 128px; }

.ac-celpad-2 {
  padding-top: 4px;
  padding-left: 3px; }

.ac-celpad-4 {
  padding-top: 8px;
  padding-left: 6px; }

.ac-celpad-8 {
  padding-top: 16px;
  padding-left: 12px; }

.ac-celpad-16 {
  padding-top: 32px;
  padding-left: 24px; }

.ac-celpad-32 {
  padding-top: 64px;
  padding-left: 48px; }

.ac-celpad-64 {
  padding-top: 128px;
  padding-left: 96px; }

.ac-bor-1 {
  border-width: 1px solid black; }

.ac-bor-2 {
  border-width: 2px solid black; }

.ac-bor-3 {
  border-width: 3px solid black; }

.ac-bor-4 {
  border-width: 4px solid black; }

.ac-bor-5 {
  border-width: 5px solid black; }

.ac-bor-6 {
  border-width: 6px solid black; }

.ac-bor-7 {
  border-width: 7px solid black; }

.ac-bor-8 {
  border-width: 8px solid black; }

.ac-bor-9 {
  border-width: 9px solid black; }

.ac-bor-10 {
  border-width: 10px solid black; }

.ac-black, .ac-black-hover {
  background-color: black;
  color: white; }

.ac-black-txt {
  color: black; }

.ac-white, .ac-white-hover {
  background-color: white;
  color: black; }

.ac-white-txt {
  color: white; }

.ac-bor-white {
  border-color: white !important; }

.ac-dropdown {
  position: relative;
  display: inline-block;
  padding: 4px 8px;
  background-color: black;
  color: white; }

.ac-dropdown a {
  color: white;
  text-decoration: none; }

.ac-dropdown a:hover {
  text-decoration: underline; }

.ac-dropdown-content {
  display: none;
  position: absolute;
  z-index: 1;
  margin-top: 4px;
  padding: 2px;
  margin-left: -4px;
  background-color: #FAFAFA;
  color: black; }

.ac-dropdown-content a {
  color: black;
  text-decoration: none;
  display: block; }

.ac-dropdown-content a:hover {
  text-decoration: underline; }

.ac-dropdown:hover .ac-dropdown-content {
  display: block; }

.ac-bor-rounded-5 {
  border-radius: 5px; }

.ac-bor-rounded-10 {
  border-radius: 10px; }

.ac-bor-rounded-15 {
  border-radius: 15px; }

.ac-bor-rounded-20 {
  border-radius: 20px; }

.ac-bor-rounded-25 {
  border-radius: 25px; }

.ac-bor-rounded-30 {
  border-radius: 30px; }

.ac-bor-rounded-35 {
  border-radius: 35px; }

.ac-bor-rounded-40 {
  border-radius: 40px; }

.ac-bor-rounded-45 {
  border-radius: 45px; }

.ac-bor-rounded-50 {
  border-radius: 50px; }

.ac-bor-1 {
  border: 1px solid black; }

.ac-bor-2 {
  border: 2px solid black; }

.ac-bor-3 {
  border: 3px solid black; }

.ac-bor-4 {
  border: 4px solid black; }

.ac-bor-5 {
  border: 5px solid black; }

.ac-bor-6 {
  border: 6px solid black; }

.ac-bor-7 {
  border: 7px solid black; }

.ac-bor-8 {
  border: 8px solid black; }

.ac-bor-9 {
  border: 9px solid black; }

.ac-bor-10 {
  border: 10px solid black; }

.ac-btn-text {
  border: none;
  font-weight: bold;
  color: black; }

.ac-btn-contained {
  font-weight: bold;
  background: none;
  border: 1px solid black; }

.ac-btn-outlined {
  font-weight: bold;
  background-color: black;
  color: white;
  border: none; }

.ac-fab {
  background-color: black;
  color: white;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  border: none; }

/* dividers */
.ac-divi-thin {
  text-align: center;
  opacity: 0.25; }

.ac-divi-medium {
  text-align: center;
  opacity: 0.5; }

.ac-divi-thick {
  text-align: center;
  opacity: 0.75; }

.ac-sha-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.ac-sha-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.ac-sha-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.ac-sha-4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

.ac-sha-5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); }

.ac-snackbar {
  opacity: 1;
  animation: snackb 4s linear;
  padding: 8px;
  width: 20%;
  bakkground-color: #DEDEDE;
  border: 1px solid black;
  position: fixed;
  top: 180px;
  left: 40%;
  text-align: center; }

@keyframes snackb {
  0%,100% {
    opacity: 0; }
  50% {
    opacity: 1; } }

/*# sourceMappingURL=ac.css.map */
