.flex-container {
  display: flex;
  flex-wrap: nowrap;
  border: 1px solid #fff;
}

.flex-container:hover {
  border-color: #5f2a63;
}

.flex-1 {
  flex: 1 1 20px;
}

.flex-2 {
  flex: 1 1 40px;
}

.flex-3 {
  flex: 1 1 750px;
}

.flex-4 {
  flex: 1 1 100px;
}

.flex-5 {
  flex: 1 1 140px;
}

.column-headline {
  color: #fff;
  background-color: #5f2a63;
}

.font-normal {
  font-size: 100%;
}

.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
}

.table {
  display: table;
}

a {
  position: relative;
  display: inline-block
}

a * {
  box-sizing: border-box;
}

.my-calendar-cell {
  width: 38px;
  height: 38px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid rgba(255, 255, 255, .0);
  border-radius: 50%;
}

.my-calendar-cell:hover {
  border: 1px solid #5f2a63;
}

.my-calendar-cell-header {
  width: 40px;
  height: 22px;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  color: #bbb;
}

.my-calendar-row {}

.my-calendar {}

.my-calendar-frame {
  display: block;
  margin: 10px 6px;
}

.my-calendar-header {
  display: flex;
  margin-bottom: 6px;
}

.my-calendar-header-month {
  width: 242px;
  text-align: center;
}

.my-calendar-not-current-month {
  color: #ddd;
}

.my-calendar-event,
.my-fab.my-calendar-event {
  background-color: #5f2a63;
  color: #eee;
}

.my-calendar-weekday {
  display: block;
}

.my-calendar-weekday-row {
  display: flex;
  height: 28px;
}

.my-calendar-weekday-cell-legend-line {
  width: 46px;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
  background-color: #fff;
  font-size: 12px;
  height: 28px;
  vertical-align: middle;
  padding-right: 4px;
  padding-top: 1px;
}

.my-calendar-weekday-cell-legend-line.today {
  background-color: #5f2a63;
  color: #fff;
}

.my-calendar-weekday-cell-header {
  text-align: center;
  background-color: #fff;
  vertical-align: middle;
  font-size: 10px;
  width: 12px;
  padding-top: 3px;
}

.my-calendar-weekday-cell {
  position: relative;
  text-align: center;
  height: 26px;
  overflow: hidden;
  width: 288px;
  background-color: rgb(48, 87, 143);
}

.my-calendar-weekday-cell-block {
  position: absolute;
  background-color: #ff9900;
  bottom: 0;
}

.my-calendar-weekday-cell-block.low {
  background-color: #003388;
}

.my-calendar-weekday-cell-block.hi {
  background-color: #ff9900;
}

.clearer {
  clear: both;
}

.md-blue my-icon {
  color: #30578f;
}

.md-light my-icon {
  color: #e0e0e0;
}

.md-red my-icon {
  color: #5f2a63;
}

.md-blue {
  color: #30578f;
}

.md-light {
  color: #e0e0e0;
}

.md-red {
  color: #5f2a63;
}

.alarm-red {
  color: red;
}

.ie-only {
  display: none
}

.rightalign {
  float: right;
}

.leftalign {
  float: left;
}

.noselect {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.invisible {
  display: none;
}

body,
html {
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: rgb(48, 87, 143)
    /*rgba(0,0,0,.60);*/
}

.content {
  top: 44px;
  bottom: 0;
  background: #ffffff;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  z-index: 1;
  font-size: 12px;
  margin: 4px 4px;
}

.content .my-line .my-column .vc {
  height: 40px;
}

.content .my-line .my-column .vc {
  display: table-cell;
  vertical-align: middle;
}

.content.has-subheader {
  top: 132px;
}

.content a[name][data-hash] {
  /* padding:0;
  border: 0;
  margin: 0;
  height: 0;
  font-size: 0; */
}

#right {
  top: 0;
  bottom: 0;
  right: 0;
  width: 160px;
  position: fixed;
  z-index: 20;
}

#left {
  top: 0;
  bottom: 0;
  width: 260px;
  position: fixed;
  display: none;
  box-shadow: 1px 1px 2px #ccc;
  z-index: 12;
  color: #aaa;
}

#dyn-sidenav-bg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 16;
}

#dyn-sidenav {
  top: 0;
  left: 0;
  bottom: 0;
  width: 260px;
  position: absolute;
  background: #fff;
  box-shadow: 0 1px 5px #aaa;
}

#dyn-sidenav-button {
  display: none;
  float: left;
  cursor: pointer;
}

#mainmenucontentframe {
  background-color: #333;
  overflow: hidden;
}

.sidenavheader {
  background-color: #fff;
  height: 44px;
  margin-bottom: 0px;
  box-shadow: 0px 1px 1px #bbb;
}

.sidenavheader img {
  margin-top: 14px;
  margin-left: 19px;
  width: 220px;
}

.sidenav-avatar {
  position: relative;
  cursor: pointer;
  height: 42px;
  margin-top: 0px;
  color: rgba(255, 255, 255, 1);
  background-color: rgb(48, 87, 143)
}

.my-login-name {
  position: absolute;
  left: 8px;
  top: 11px;
}

.sidenav-avatar .my-textbutton {
  margin-top: 5px;
}

.mainmenu-help {
  margin: 0 10px;
  color: rgba(0, 0, 0, .50);
  font-size: 80%;
}

.clickable:hover {
  background: rgba(0, 0, 0, 0.05);
}

.sidenav-avatar h3 {
  text-transform: none;
  text-align: left;
  position: absolute;
  left: 9px;
  top: 9px;
  margin: 0;
}

.sidenav-avatar p {
  text-transform: none;
  text-align: left;
  font-size: 14px;
  position: absolute;
  left: 72px;
  top: 34px;
  margin: 0;
}

.sidenav-avatar my-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  margin: 0;
}

#maincontentframe {
  margin: 0 160px 0 0;
  background-color: #cceeff;
  z-index: 1;
}

#maincontentframe #contentheader {
  background-color: rgb(255, 152, 0);
  height: 44px;
  max-height: 44px;
}

#maincontentframe #contentheader .messages-icon {
  float: right;
}

#maincontentframe #contentheader .headline {
  text-shadow: 0 1px 1px #ef6c00;
  font-size: 24px;
  color: #fff;
  padding: 6px 0 0 18px;
  float: left;
  position: fixed;
}

/*
#maincontentandsubheader .submenu {
    height: 36px;
    width: 100%;
    background-color: #f5f5f5;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
}
*/
.mainmenu {
  overflow-y: auto;
}

.mainmenu .my-menu-item {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  font-style: inherit;
  font-variant: inherit;
  font-family: inherit;
  text-decoration: none;
  cursor: pointer;
  clear: both;
  line-height: 40px;
  color: rgba(0, 0, 0, .50);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0 6px;
  display: block;
}

.my-menu-item-hi,
.column-header-hi {
  color: rgb(48, 87, 143) !important;
}

.my-menu-item.divider {
  width: 240px;
  height: 1px;
  background-color: rgba(0, 0, 0, .05);
}

.my-menu-item.subheader {
  line-height: 28px;
  font-size: 10px;
}

/* .my-menu-item.menu-depth-1 {
  margin-left: 30px;
} */

.content-text {
  margin-left: 6px;
  margin-right: 6px;
}

.mainmenu .my-menu-item my-icon {
  float: left;
  width: 46px;
  margin: 10px 0 0 20px;
}

#maincontent {
  overflow: scroll;
}

#header,
#submenu,
#footer,
.content {
  position: absolute;
  right: 0px;
  left: 0;
}

#header {
  height: 44px;
  max-height: 44px;
  top: 0;
  background: rgb(48, 87, 143);
  color: #fff;
  font-size: 20px;
  box-sizing: border-box;
  box-shadow: 0px 1px 1px #bbb;
  z-index: 5;
}

#header-left {
  position: absolute;
  left: 0;
  top: 0;
  margin: 10px 12px;
}

#header-left my-icon {
  margin: -2px 6px 0 0;
}

#header-right {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  height: 44px;
  padding-right: 8px;
  color: #fff;
}

#header-right .progress-right {
  color: #fff;
  float: right;
  padding-top: 6px;
  display: none;
}

#header-right my-icon {
  color: #fff;
}

#header-hl {
  margin: 1px 0 0 6px;
  position: absolute;
  left: 30px;
  overflow: visible;
  display: inline-block;
  white-space: nowrap;
}

.header-hl-in {
  margin-top: 0;
  transition: margin-top .15s ease-in-out;
  -moz-transition: margin-top .15s ease-in-out;
  -webkit-transition: margin-top .15s ease-in-out;
}

.header-hl-out {
  margin-top: -60px;
  transition: margin-top .15s ease-in-out;
  -moz-transition: margin-top .15s ease-in-out;
  -webkit-transition: margin-top .15s ease-in-out;
}

.colored {
  background: rgb(48, 87, 143);
  color: #fff;
}

.stylesweek {
  height: 42px;
  font-size: 10px;
}

.weekdaylabel {
  float: left;
  width: 20px;
  text-align: right;
  font-size: 12px;
}

.stylesschedhour {
  float: left;
  width: 12px;
  height: 18px;
  padding-top: 10px;
  text-align: center;
  border: 1px dotted rgb(48, 87, 143);
  border-radius: 3px;
  margin: 2px;
}

.weeksched {
  float: left;
  height: 20px;
  margin: -1px;
  padding: -1px;
  border: 1px solid #ddd;
}

.weeksched.selected,
.weeksched.current {
  z-index: 150;
  box-shadow: inset 0px 0px 10px #ff9900;
  border-color: #ff9900;
  cursor: pointer;
}

.tagchaingroupline.selected,
.tagchaingroupline.current {
  z-index: 150;
  box-shadow: inset 0px 0px 10px #ff9900;
  border-color: #ff9900;
  cursor: pointer;
}

.tagchaintags {
  float: left;
}

.chaintagminus {
  background: rgba(255, 255, 255, .1);
  width: 36px;
  height: 36px;
  border-radius: 18px;
  cursor: pointer;
}

.chaintagminus my-icon {
  margin: 6px 6px;
}

.chaintagname {
  margin: 11px 2px 0 4px;
}

.chaintag {
  background-color: rgb(48, 87, 143);
  border-radius: 20px;
  color: #fff;
}

.colordisplay {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  border: 2px solid #ffffff;
}

.colorpick {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  border: 2px solid #ffffff;
  float: left;
  cursor: pointer;
}

.colorpick.selected {
  border: 2px dotted #333333;
}

.tcgcolor {
  width: 40px;
  height: 40px;
  border-radius: 30px;
}

.tagchaincount {
  text-align: right;
}

.tagchainaddinput {
  width: 150px;
}

.audioplayer {
  font-size: 9px;
  color: #fff;
}

.audioplayerartist {
  height: 12px;
}

.audioplayertitle {
  height: 12px;
}

.audioplayerduration {
  width: 80px;
  height: 12px;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid rgba(255, 255, 255, .2);
  background-color: rgba(255, 255, 255, .5);
}

.audioplayerdurationbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 12px;
  background-color: rgb(255, 255, 255);
}

.audioplayerdurationdisplay {
  width: 80px;
  height: 12px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  color: rgb(48, 87, 143);
}

/* ############ big #############*/
@media only screen and (min-width: 801px) {
  #left {
    display: block;
  }

  #header,
  #submenu,
  #footer,
  .content {
    left: 260px;
  }

  .content {
    /*padding: 12px;*/
  }

  #game-close-small {
    display: none;
  }

  #game-close-big {
    display: inline-block;
  }

  #header-hl {
    left: 0px;
  }
}

/* ############ small #############*/
@media only screen and (max-width: 800px) {
  .center {
    margin-left: 0;
  }

  #dyn-sidenav-button {
    display: block;
  }

  #game-close-small {
    display: inline-block;
  }

  #game-close-big {
    display: none;
  }
}

/* ############ tiny #############*/
@media only screen and (max-width: 480px) {
  .content {
    bottom: 50px;
  }

  #footer {
    display: block;
  }

  #right {
    display: none;
  }

  #header,
  #footer,
  #submenu,
  .content {
    right: 0;
    padding: 0;
  }
}

/* ############## content ################### */
.my-line {
  clear: both;
  margin: -1px;
  border: 1px solid #eee;
}

.my-line.selected,
.my-line:hover {
  box-shadow: inset 0px 0px 1px rgb(48, 87, 143);
}

.my-line.dragginger {
  box-shadow: inset 0px 0px 1px rgb(255, 0, 0) !important;
}

.line-even {
  background-color: #fafafa;
}

.my-column {
  float: left;
  white-space: normal;
  overflow: hidden;
  padding: 0 1px;
}

.my-column.c0 {
  width: 30px;
}

.my-column.c1 {
  width: 40px;
}

.my-column.c2 {
  width: 60px;
}

.my-column.c3 {
  width: 80px;
}

.my-column.c4 {
  width: 120px;
}

.my-column.c5 {
  width: 160px;
}

.my-column.c6 {
  width: 240px;
}

.alarm {
  font-weight: bold;
}

.inactive {
  color: #aaaaaa;
}

.alarm.good {
  color: #31ac1c
}

.alarm.low {
  color: #ffe400;
}

.alarm.mid {
  color: #ffc300;
}

.alarm.high {
  color: #ff0000;
}

.pager .pager-button {
  float: left;
  width: 36px;
  height: 36px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  background-color: #fff;
  cursor: pointer;
  text-align: center;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .20);
}

.pager .pager-button my-icon {
  color: #aaa;
  width: 24px;
  height: 24px;
  max-width: 24px;
  max-height: 24px;
  font-size: 28px;
  margin-left: 2px;
  margin-top: 5px;
}

.pager .pager-button.pager-button-inactive {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.pager .pager-button.pager-button-inactive my-icon {
  color: #eee;
}

.pager-currentpage {
  float: left;
  color: #aaa;
  width: 50px;
  font-size: 12px;
  margin: 5px 2px 0 2px;
  text-align: center;
}

#submenu {
  position: absolute;
  height: 88px;
  top: 44px;
  z-index: 1;
  background-color: #f6f6f6;
  padding: 0px 4px;
}

#submenu input {
  line-height: 80%;
}

#submenu label {
  margin: 0;
}

.submenuaddright {
  position: absolute;
  right: 4px;
  top: 4px;
}

.submenuaddright .infotext {
  font-size: 10px;
}

.listsearchform .searchformseg {
  float: left;
  margin-right: 6px;
}

.listsearchform .searchformseg input {
  width: 60px;
}

.listsearchform .searchspinner {
  width: 20px;
  height: 20px;
  margin-top: 10px;
  position: relative;
  display: none;
}

.listsearchform .searchspinner.spinning {
  display: block;
}

.my-line.erranous .device-setting-name .vc {
  color: #ff9900;
}

.xxs {
  font-size: 10px;
}

/* ############## popup ################### */
.modal {
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  background-color: rgba(255, 255, 255, .80);
}

.modal-frame {
  background-color: #ffffff;
  margin: 15% auto;
  padding: 0 0 0 0;
  border: 1px solid #ccc;
  width: 310px;
  min-width: 310px;
  max-height: 80%;
  position: relative;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  display: -webkit-flex;
  border-radius: 3px;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-frame h2 {
  font-size: 20px;
  font-style: bold;
  margin: 8px 16px;
}

.modal-content {
  background-color: #f0f0f0;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 16px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal-footer {
  background-color: #ffffff;
  padding: 8px 16px 16px 16px;
  border-top: 1px solid #ccc;
}

.buttonclosemodal {
  position: absolute;
  right: 2px;
  top: 2px;
}

.modal-frame .my-textbutton {
  float: left;
  margin-bottom: 6px;
}

.modal-overlay {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: none;
}

/* ############## buttons ################### */
.my-fab {
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.my-textbutton {
  background-color: rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  box-sizing: border-box;
  padding: 0 8px;
  margin-bottom: 12px;
  line-height: 36px;
  min-height: 36px;
  white-space: nowrap;
  min-width: 88px;
  font-weight: 500;
  font-style: inherit;
  font-variant: inherit;
  font-family: inherit;
  text-decoration: none;
  transition: background-color 0.3s linear, color 0.3s linear;
  -webkit-transition: background-color 0.3s linear, color 0.3s linear;
  -moz-transition: background-color 0.3s linear, color 0.3s linear;
}

.my-column-button {
  background-color: rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  box-sizing: border-box;
  padding: 0 8px;
  margin-bottom: 12px;
  line-height: 36px;
  min-height: 36px;
  white-space: nowrap;
  min-width: 88px;
  font-weight: 500;
  font-style: inherit;
  font-variant: inherit;
  font-family: inherit;
  text-decoration: none;
  transition: background-color 0.3s linear, color 0.3s linear;
  -webkit-transition: background-color 0.3s linear, color 0.3s linear;
  -moz-transition: background-color 0.3s linear, color 0.3s linear;
}

.my-button {
  color: #aaa;
  background-color: rgb(250, 250, 250);
  cursor: pointer;
  text-align: center;
  margin: 0 4px;
}

.my-button-hi my-icon {
  color: rgb(255, 00, 00);
}

.my-default-theme {
  color: rgb(255, 255, 255) !important;
  background-color: rgb(255, 64, 129);
  font-weight: 500;
}

.my-game-theme {
  color: rgb(255, 255, 255) !important;
  background-color: rgb(255, 64, 129);
  font-weight: 500;
}

.my-raised {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .20);
  color: rgba(0, 0, 0, .60);
}

.my-popup-button {
  margin-top: 8px;
  float: right;
  max-width: 100px;
  min-width: 100px;
  width: 100px;
}

.buttonadditionalbutton {
  padding: 6px;
  float: right;
  margin: 2px 4px 0 0;
}

.buttonselectdevice {
  text-align: left;
}

.buttonselectdevicepopup {
  text-align: left;
}

.perlinebuttons-frame {
  float: right;
}

.columnheaderline {
  height: 20px;
  font-size: 10px;
  line-height: 20px;
  color: #aaa;
  background-color: #fff;
}

.columnheaderline .columnheader,
.columnheaderline .columnheaderadditionalbuttonaction {
  cursor: pointer;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .20);
  padding: 0 1px;
  position: relative;
}

.columnheaderline .columnheader my-icon,
.columnheaderline .columnheader my-icon .column-header-hi {
  position: absolute;
  right: 4px;
  top: 4px;
  color: #aaa;
  width: 12px;
  height: 12px;
  max-width: 12px;
  max-height: 12px;
  font-size: 12px;
}

.columnheaderline .columnheaderadditionalbutton {
  width: 40px;
  margin-left: 6px;
  float: right;
}

/* ################# form inputs ###########*/
textarea,
input,
select {
  /*outline: none;*/
  font-size: 18px;
}

input[type="text"],
input[type='password'] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type='text'],
input[type='password'],
textarea {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px dotted #666;
  background-color: none;
}

.modal-frame input[type='text'],
.modal-frame input[type='password'],
.modal-frame textarea {
  width: 280px;
  max-width: 280px;
}

input[type='text'].forminvalid,
input[type='password'].forminvalid {
  border-bottom: 1px dotted #ff0000;
  background-color: #ffeedd;
}

label.forminvalid {
  color: #ff0000;
}

input:focus {
  background-color: #fefefe;
}

input,
label {
  display: block;
}

label,
.label {
  font-size: 10px;
  color: #aaa;
}

hr {
  border-top: 1px solid rgb(48, 87, 143);
  width: 100%;
}

.formerror {
  color: #ff9900;
  display: none;
}

.formhr {
  height: 1px;
  width: 95%;
  margin: 12px 8px;
  background: rgba(255, 255, 255, .6);
}

.uploaderframe {
  border-radius: 3px;
  border: 1px dashed #999;
  margin-top: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.waveform {
  z-index: 20;
  position: absolute;
}

.waveformclose {
  cursor: pointer;
}

.progressline {
  width: 500px;
  border: 1px solid #ddd;
}

.progressfile {
  width: 280px;
}

.progressbar {
  width: 100px;
}

.progresscmd {
  width: 90px;
}

.schedulevolumeday {
  width: 50px;
  float: left;
}

.playbackbarhandle {
  height: 12px;
  background-color: #ff9900;
}

.playbackbarhandle {
  height: 12px;
  width: 0px;
}

/* ################# spinner ###########*/
.spinnerframe {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.spinnerframe svg {
  width: 24px;
  height: 24px;
  margin: 2px auto;
  animation: rotator 1.4s linear infinite;
}

.vc-Buchungstext,
.vc-Zahlungsgrund,
.invoiceguess {
  cursor: pointer;
}

.invoiceguess [data-customer] {
  font-size: 60%;
}

.paymentline,
.invoiceline {
  border: 1px solid #666;
  margin-bottom: -1px;
}

.waveformnocache {
  width: 300px;
  height: 40px;
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(270deg);
  }
}

.spinnerframe svg circle {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

@keyframes colors {
  0% {
    stroke: #ff3399;
  }

  25% {
    stroke: #ff9900;
  }

  50% {
    stroke: #ff3399;
  }

  75% {
    stroke: #ff9900;
  }

  100% {
    stroke: #ff3399;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }

  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }

  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}

/* ################# layout ###########*/
html {
  overflow: hidden;
  height: 100%;
}

body {
  height: 100%;
  overflow: auto;
  margin: 0;
  padding: 0;
}

a,
a:visited {
  text-decoration: none;
}

button,
html,
input,
select,
textarea {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.blinkin {
  -webkit-animation: tutsFade 0.4s 0.2s infinite linear alternate;
  -moz-animation: tutsFade 0.4s 0.2s infinite linear alternate;
  -ms-animation: tutsFade 0.4s 0.2s infinite linear alternate;
  -o-animation: tutsFade 0.4s 0.2s infinite linear alternate;
  animation: tutsFade 0.4s 0.2s infinite linear alternate;
}

[class^="icon-"],
[class*=" icon-"] {
  font-size: 24px;
  height: 24px;
  width: 24px;
  background-repeat: no-repeat no-repeat;
  display: inline-block;
  fill: currentColor;
  vertical-align: middle;
}

@media screen and (min-width:800px) {
  .modal-frame {
    width: 600px;
  }
}