/**
 * Icrail Common - CSS
 */



.stripe {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.rkp-container-main {
    padding: 4rem;
}


.container-content {
  display: flex; /* or inline-flex */
}

.container-header {
  display: inline-flex; /* or flex */
}

.row-header {
    margin-top: 0 !important;
    margin-bottom: 3rem !important;
    padding: 0 !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid #88bbbb !important;
}

#loading_spinner {
    position: absolute;
    left: 60%;
    top: 50%;
    z-index: 1;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -76px;
}

#copyright {
    font-size: 0.8rem;
}

#copyright a {
    color: cadetblue;
    text-decoration: none;
}

#copyright a:hover {
    color: orangered;
}

.watermark-dev {
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: url(assets/images/watermark-dev.png) 0 0 repeat;
    background-position: center;
    opacity: 0.2;
}

.watermark-test {
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: url(assets/images/watermark-test.png) 0 0 repeat;
    background-position: center;
    opacity: 0.2;
}

.watermark-stage {
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: url(assets/images/watermark-stage.png) 0 0 repeat;
    background-position: center;
    opacity: 0.2;
}
