<!--
/**
 * Scandiweb_StyleGuide
 *
 * @category    StyleGuide
 * @package     Scandiweb_StyleGuide
 * @author      Alfreds Genkins <info@scandiweb.com>
 * @copyright   Copyright (c) 2017 Scandiweb, Ltd (http://scandiweb.com)
 */
-->

.styleguide {
    display: block;
    margin-top: 60px;
}

#maincontent {
    margin: 0;
}

.page-wrapper {
    display: none;
}

.note {
    border-bottom: 1px dashed black;
    border-top: 1px dashed black;
    padding-bottom: 10px;
}

.comment {
    padding: 0 20px 20px;
    max-width: 1024px;
    margin: auto;
}

.comment a {
    display: inline-block;
}

h6 {
    font-size: 25px;
    padding: 20px;
    max-width: 1024px;
    margin: auto;
}

h6 pre {
    font-size: 25px;
}

.green pre {
    background-color: rgba(255, 255, 255, .25);
}

pre {
    font-size: 12px;
    padding: 0 5px;
    display: inline;
}

pre.code {
    display: inline-block;
    padding: 10px;
}

pre {
    padding: 0;
    background-color: rgba(0, 0, 0, .05);
    white-space: pre-wrap;
    word-wrap: break-word;
    font-weight: normal;
}

.menu {
    margin-top: -60px;
    background-color: white;
    position: fixed;
    display: table;
    width: 100%;
    z-index: 100;
    border-bottom: 1px solid black;
}

.menu a {
    display: table-cell;
    line-height: 60px;
    text-align: center;
    font-size: 17px;
    color: black;
}

.menu a:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, .05);
}

.menu a.current {
    background-color: rgba(0, 0, 0, .25);
}

.menu-item {
    display: none;
}

.menu-item.current {
    display: block;
}

.mobile-label {
    width: 34px;
    height: 34px;
    border-radius: 17px;
    background-image: url('../images/smartphone.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    position: text-top;
    margin-bottom: -7px;
    margin-right: 5px;
}

.row {
    border: 2px solid lightblue;
}

.row.no-color,
.col-12.no-color,
.col-6.no-color,
.col-8.no-color,
.col-9.no-color,
.col-3.no-color {
    border: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-m-1,
.col-m-2,
.col-m-3,
.col-m-4,
.col-m-5,
.col-m-6,
.col-m-7,
.col-m-8,
.col-m-9,
.col-m-10,
.col-m-11,
.col-m-12 {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid lightcoral;
}

.dummy-wrapper {
    min-height: 40px;
}

.dummy-wrapper .is-inline,
.dummy-wrapper .is-inline-m {
    vertical-align: top;
}

.dummy-block {
    min-width: 100px;
    background-color: salmon;
    border: 1px solid dodgerblue;
}

.dummy {
    width: 100%;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid forestgreen;
}

.dummy .dummy-two {
    border: 2px solid mediumturquoise;
}