.pace-running>*:not(.pace) {
    pointer-events: none;
}

h3 {
    font-weight: normal;
}

.view {
    position: relative;
    /*min-height: 100%;*/
}

dl {
    margin-top: 0;
}

.header {
    /*! height: 120px; */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-bottom: 1px solid #cfceda;
    padding-bottom: 5px;
    font-weight: bolder;
}

.header-app {
    min-height: 60px;
}

.body-app {
    /*padding-bottom: 60px; /* footer height + space*/
    width: 100%;
}

.body {
    padding: 60px 0;
    /* footer height + space */
    background-color: #E4EFF9;
    width: 100%;
}

.footer {
    position: absolute;
    padding-top: 20px;
    background-color: white;
    height: 40px;
    /* bottom: 0; - stretch to bottom */
    width: 100%;
}

a {
    color: #164274;
}

body {
    margin: 0;
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
}

.titleBar {
    position: fixed;
    background-color: rgb(0, 65, 120);
    text-align: right;
    height: 46px;
    top: 0;
    width: 100%;
}

.input-label {
    /*text-align: right;*/
    font-size: small;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block;
    margin-top: 5px;
    padding-left: 5px;
}

.link-button {
    line-height: 32px;
    text-decoration: none;
    font-size: small;
    cursor: pointer;
}

label {
    /*override skeleton */
    font-weight: normal;
    font-size: small;
}

.nowrap {
    white-space: nowrap;
}

input[type="checkbox"] {
    margin-bottom: 0px !important;
}

input {
    margin-bottom: 5px !important;
    text-overflow: ellipsis;
}

input[type="button"] {
    min-width: 50px;
}

.bold {
    font-weight: bold;
}

.button-primary:hover {
    background-color: #c20d19 !important;
    border-color: #c20d19 !important;
}

.button-primary {
    background-color: #c20d19 !important;
    border-color: #c20d19 !important;
    padding: 15px 25px;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    outline: none;
    border-radius: 15px;
    box-shadow: 0 4px #999;
}

.button-primary:active {
    background-color: #3e8e41;
    box-shadow: 0 5px #666;
    transform: translateY(1px);
}

.tile {
    display: block;
    text-decoration: none;
    color: #444;
    position: relative;

    background-color: white;
    border: 1px solid rgba(41, 34, 101, 0.3);
    box-shadow: 1px 1px 5px rgba(41, 34, 101, 0.5);

    padding: 20px 5px 15px 5px;
    min-height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: medium;

    text-decoration: none;
    text-align: center;

    margin-bottom: 2rem;
}

a.tile:hover {
    box-shadow: 0px 0px 4px #162474;
    cursor: pointer;
}

.tile-close {
    float: right;
    margin-top: -15px;
    cursor: pointer;
    color: #164274;
    opacity: 0.3;
    font-size: 31px;
    display: inline-block;
    line-height: 0px;
    padding-top: 8px;
}

.tile-close:before {
    content: "×";
}

.stamp-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-15deg);

    font-size: 0.9em;
    font-weight: bold;
    width: 100%;
    color: rgba(194, 13, 25, .4);
}

.hint-text {
    font-size: 0.7em;
    font-weight: bold;
    color: rgba(194, 13, 25, .4);
}


/*span {
      line-height: 32px;
  }*/

form {
    margin: 0;
    padding: 0;
}

.icon {
    float: left;
    height: 16px;
    width: 22px;
}

.panel-accordion {
    border: 1px solid #e6e5f3;
    background-color: rgba(230, 229, 243, 0.15);

    padding: 20px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.panel-accordion .panel-header {
    cursor: pointer;

    padding-right: 24px;
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url('//accounts.siv.de/svg/more.svg')
}

.panel {
    background-color: rgba(230, 229, 243, 0.15);
    border: 1px solid #e6e5f3;

    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px;
}

.panel>.row:first-child,
.panel-accordion>.row:first-child {
    margin-bottom: 15px;
}

.login-panel {
    padding: 30px;
    background-color: #E4EFF9;
}

/* pace */

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;

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

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #C20D19;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 3px;
}

/*************/

.trianglify {
    background: rgba(82, 56, 136, 0.50);
    background-size: cover;

    padding: 20px 0px 20px 0px;
    border-top: 1px solid #164274;
    border-bottom: 1px solid #164274;
}

.white {
    color: white;
}

.red {
    color: #c20d19;
}

.container h3 {
    margin-top: 20px;
}

.code {
    display: none;
}

/* skeleton override*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 300;
}

.background {
    /*position: absolute;
      margin: 0px;
      z-index: -1;
      width: 100%;
      height: 100%;
      vertical-align: bottom;
      display: table-cell;
      overflow: hidden;*/
    background-color: #E4EFF9;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.background-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: auto;
    /* to keep proportions */
    height: auto;
    /* to keep proportions */
    max-width: 100%;
    /* not to stand out from div */
    max-height: 100%;
    /* not to stand out from div */
    margin: auto auto 0;
    /* position to bottom and center */
}

.overlay {
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.popup {
    position: absolute;
    display: none;
    background-color: rgba(255, 255, 255, 0.90);
    padding: 20px;
    max-width: 70%;
    max-height: 70%;
    color: #164274;
    left: 15%;
    right: 100%;
    top: 15%;
    z-index: 2;
    margin: auto;
    box-shadow: 1px 1px 10px;
    overflow: auto;
    /* responsive */
}

.popup-red {
    color: #c20d19 !important;
}

.dialog-close {
    float: right;
    margin-top: -15px;
    margin-right: -15px;
    cursor: pointer;
    color: #164274;
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;
}

.dialog-close:before {
    content: "×";
}

.grid .columns {
    padding: 0 0 20px 0;
}


.spam:after {
    content: attr(data-a) "@" attr(data-b) "." attr(data-c);
}

.panel-header {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-bottom: 1px solid #cfceda;
    padding-bottom: 5px;
    font-weight: bolder;
}

.panel-header div {
    font-weight: bold;
    padding-left: 30px;
    background-size: contain;
    background-repeat: no-repeat;
}

.accordion {
    display: none;
}

.accordion-box {
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    background-color: white;
    padding: 5px;
}

.burger {
    cursor: pointer;
}

.burger-close {
    cursor: pointer;
    display: none;
}

.menu {
    display: none;
    z-index: 1000000;
    position: absolute;
    right: 0;
    top: 30px;
    background: white;
    box-shadow: 1px 1px 5px;
    list-style: none;
    padding: 5px 10px 5px 10px;
    font-size: small;
}

.menu li {
    margin: 15px;
}

.menu li hr {
    margin: 7px -20px
}

.menu li a {
    padding-left: 25px;
}

.top-menu {
    padding-left: 25px;
    color: #272060;
    margin-right: 15px;
    font-size: small;
    float: right;
    line-height: 30px;
}

.visible-lg,
.visible-md,
.visible-sm {
    display: none;
}

table.scroll {
    width: 100%;
}

table.scroll tbody,
table.scroll thead {
    display: block;
}

table.scroll tbody {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}

div.notification-dialog {
    display: none;
    max-width: 350px;
    max-height: 50%;
    overflow: auto;
    bottom: 0;
    border: 1px solid rgba(0, 65, 120, .15);
    right: 0;
    top: auto;
    background: white;
    border-radius: 2px;
    box-shadow: 0 17px 17px rgba(0, 65, 120, .15), 0 27px 55px rgba(0, 65, 120, .3);
    margin: 24px;
    padding: 20px;
    position: fixed;
    z-index: 10001;
}

@media only screen and (min-width: 550px) {
    .visible-sm {
        display: block;
    }

    .hidden-sm {
        display: none;
    }
}

@media only screen and (min-width: 750px) {
    .visible-md {
        display: block;
    }

    .hidden-md {
        display: none;
    }
}

@media only screen and (min-width: 1000px) {
    .visible-lg {
        display: block;
    }

    .hidden-lg {
        display: none;
    }
}

.body {
    background-attachment: fixed;
}

.body,
.header-bar {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.code-wrapper {
    display: flex;
    justify-content: center;
}

.code-controls {
    display: flex;
    flex-direction: column;
}

.auth-button {
    display: inline-block;
    color: #FFF;
    height: 32px;
    padding: 0 30px;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: .1rem;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box;
}

.code-info {
    font-size: small;
    line-height: 1.6;
    font-weight: 400;
    font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-bottom: 20px;
}
.code-info a {
    color: #164274;
    text-decoration: underline;
    font-weight: bold;
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    
}