/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */

.menucard-frame {
    margin: 20px
}

.menucard-section {
    border-top: black solid 6px;
    border-radius: 5px;
    padding: 10px;
}

    .menucard-section > h1 {
        font-size: 5rem;
        margin-left: -10px;
    }

.menucard-bg {
    height: 100%;
    background-image: url("/img/background.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.erm_menu:not(.type-erm_menu) {
    border-top: #7f7f7f solid 1px;
}

.erm_menu .erm_footer_desc {
    border-top: none;
}

.erm_menu:not(.type-erm_menu) ul {
    margin-left: 10px !important;
}

#top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    height: 50px;
    /*background-color: #eeeeee;*/
    align: center;
    width: 100%;
    /*padding: 10px;
    padding-top: 10px;*/
    padding-top:5px;
}

#top-inner {
    /*padding-top: 3px;*/
    display: table;
    margin: 0 auto;
    overflow-wrap: anywhere;
    text-align: center;
    line-height: 6vw;
}

a.anchor {
    display: block;
    position: relative;
    top: -50px;
    visibility: hidden;
}

span.link {
    border: 1px solid #000000;
    border-radius: 15px;
    background-color: white;
    padding: 5px 10px 5px 10px;
    margin: 0px 10px 10px 0px;
    white-space: nowrap;
    font-size: 3.3vw;
}


/*@media screen and (max-width: 620px) {*/
span.link {
    border: 1px solid #000000;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.4);
    padding: 2px 3px 3px 3px;
    
    margin: min(0.4vw, 5px);
    font-size: min(3.3vw, 27px);
}

    #top {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        height: min(10vw, 50px); /*50px*/
        /*background-color: #eeeeee;*/
        align: center;
        width: 100%;
        /*padding: 2vw; 
        padding-top: 1vw; */
    }

    #top-inner {
        /*padding-top: 1vw; */
        display: table;
        margin: 0 auto;
    }
/*}*/

span.link > a, span.link > a:visited, span.link > a:active, span.link > a:hover {
    text-decoration: none;
    color: white
}

ul#menu-footer {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*background-color: #333333;*/
    margin-top: 50px;
}

    ul#menu-footer li:last-child {
        color:gray;
        font-size:5px;
        float: right;
    }

    ul#menu-footer > li {
        float: left;
    }

        ul#menu-footer > li a {
            display: block;
            color: white;
            text-align: center;
            padding: 16px;
            text-decoration: none;
        }

            ul#menu-footer > li a:hover {
                background-color: #111111;
            }

.custom-menu-class {
    background-color: #333333;
}

.nav-fixed-top {
    position: fixed;
    top: 50px; /* height of the navbar, adjust as needed */
}

body {
    margin-bottom: unset;
}

.footer {
    position: unset;
}

.main-body {
    padding-top: 35px;
    margin-bottom:100px;
}

.footer-menu-item {
    font-size: min(1rem,3vw);
}

.mc-prc-drop {
}

.mc-prc-empty {
    display:none;
}

.mc-prc-drop-available {
    background-color: red;
    min-width:100px;
}

.mc-prc-drop-active {
    background-color:#d4eff6;
    border:1px dashed red;
}

.mc-prc-drop-hover {
    background-color: cyan;
    border: 1px dashed red;
}


.mc-itm-drop {
}

.mc-itm-empty {
    display: none;
}

.mc-itm-drop-available {
    background-color: red;
    min-width: 100px;
}

.mc-itm-drop-active {
    background-color: #d4eff6;
    border: 1px dashed red;
}

.mc-itm-drop-hover {
    background-color: cyan;
    border: 1px dashed red;
}




.mc-cat-drop {
}

.mc-cat-empty {
    display: none;
}

.mc-cat-drop-available {
    background-color: red;
    min-width: 100px;
}

.mc-cat-drop-active {
    background-color: #d4eff6;
    border: 1px dashed red;
}

.mc-cat-drop-hover {
    background-color: cyan;
    border: 1px dashed red;
}

.mc-sec-drop {
}

.mc-sec-empty {
    display: none;
}

.mc-sec-drop-available {
    background-color: red;
    min-width: 100px;
}

.mc-sec-drop-active {
    background-color: #d4eff6;
    border: 1px dashed red;
}

.mc-sec-drop-hover {
    background-color: cyan;
    border: 1px dashed red;
}

.mc-sec-is-hidden {
    /*stroke: url(#pattern);
    stroke-width: 100%;*/
    background-color: gray;
}

.mc-cat-is-hidden {
    /*stroke: url(#pattern);
    stroke-width: 100%;*/
    background-color: gray;
}

.mc-itm-is-hidden {
    /*stroke: url(#pattern);
    stroke-width: 100%;*/
    background-color: gray;
}

.mc-prc-is-hidden {
    /*stroke: url(#pattern);
    stroke-width: 100%;*/
    background-color: gray;
}

@media print {
    header, footer {
        visibility: hidden !important;
        display: none !important;
    }
}

.mc-apptitle {
    font-size: min(10vw,50px);
    font-weight: 700;
}

.mc-appdescription {
    font-size: min(4vw,30px);
}

.mc-appdescription-edit {
	width:100%;
}



/*
.mc-footer {
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100vw;
    height: 100px;
}
*/

.mc-cardcontent {
    overflow-x: scroll;
    border: 1px solid gray;
    white-space: nowrap;
    vertical-align: top;
    border-radius: 15px;
    padding:5px;
    margin-top:20px;
}

.mc-cardcontent-lang {
    white-space: normal;
    margin-left: 30px;
    margin-right: 30px;
    max-width: 600px;
    width: 600px;
    display: inline-block;
    border: 1px solid gray;
    border-radius: 15px;
    vertical-align: top;
    padding: 10px;
    background-color:#f0f0f0;
}

.mc-cardcontent-lang-default {
    border-color:green;
    border-width:3px;
}
