body {
    background: #F4F4F4 none repeat scroll 0 0;
    color: #000000;
    font-family: 'Roboto', Verdana, Arial, sans-serif;
    margin: 0;
    display: block;
}

#generator {
    margin: 10px;
    position: relative;
}

#editor {
    margin: 10px;
    display: block;
}

#editor table {
    /* border: 1px solid saddlebrown */
}

#templates {
    /* float: left; */
    /*border: 1px dotted #808080;*/
    /* margin-top: -18px; */
    /* margin-left: 117px; */
    min-height: 90px;
    font-size: 1em;
}

#ashots {
    /* border: 1px dotted #808080; */
    /* float: right; */
    /* margin-top: -50px; */
    position: absolute;
    top: 0;
    right: 0;
    /* height: 100px; */
    /* max-width: 100px; */
    /* max-height: 100px; */
    height: 100%;
}

#aShot, #aShots {
    max-width: 100%;
    max-height: 100%;
}

.hint {
    color: #808080;
    font-size: 11pt;
    margin-left: 20px;
}

#hint {
    color: #808080;
    font-size: 11pt;
    margin-left: 20px;
    height: 22px;
}


#namefield {
    font-size: 20pt;
    width: 90%;
    padding: 15px;
}

#btnGo {
    font-size: 20pt;
    width: 64px;
    height: 64px;
}

#divTop {
    /* margin-top: 2px; */
    /* margin-bottom: 2px; */
    position: fixed;
    background-color: #2196F3;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    height: 30px;
    padding-left: 10px;
}

#divTop a {
    color: white;
    line-height: 30px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
}

#divGenetator {
    /* margin-bottom: 2px; */
}

#divProducts {
    border: dashed 2px #ccc;
    /* margin-top: 32px; */
    /* margin-bottom: 32px; */
    min-height: 120px;
    /* height: 100%; */
}

#divBasket {
    margin: 10px;
}

#divProducts p {
    color: #808080;
    text-align: center;
    position: relative;
    top: 30px;
}

#divProducts ul {
    margin: 10px;
    padding-inline-start: 0;
}

#divProducts ul li {
    /* display: inline; */
    margin: 5px;
}

#divProducts ul li a {
    /* text-decoration: none; */
}

#hint #imgProgress {
}

#error {
    color: #FFEB3B;
    display: none;
    position: absolute;
    top: 30px;
    z-index: 200;
    background-color: #F44336;
    width: 100%;
    padding: 20px;
}

.order_item {
    position: relative;
    height: 141px;
    display: inline-block;
    padding: 2px;
}

.order_item img {
    min-width: 300px;
    min-height: 141px;
}

.order_item .actions {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
    background-color: white;
}

.order_button {
    text-align: center;
    vertical-align: middle;
    font-size: 1rem;
    border: 0;
    margin: 2px;

}

.order_button:hover {
    color: black;
    background-color: white;
    display: inline-block;
    opacity: 0.9;
    font-size: 1rem;
    border: 0;
    margin: 2px;
}

.alert-border {
    outline: 3px yellow solid;

    animation: blink 1s;
    animation-iteration-count: 3;
}

@keyframes blink {
    50% {
        outline: transparent;
    }
}

/* mobile-small */
@media all and (min-width: 0) and (max-width: 360px) and (orientation: portrait) {
    #aShots {
        display: none;
    }
}
/* mobile-large */
@media all and (min-width: 361px) and (orientation: portrait) {
    #aShots {
        display: none;
    }
}
/* mobile-small-landscape */
@media all and (min-width: 0) and (max-width: 480px) and (orientation: landscape) {
    #aShots {
        display: none;
    }
}

/* desktop-small */
@media all and (min-width: 481px) and (max-width: 840px) and (max-aspect-ratio: 4/3) {
    #aShots {
        display: none;
    }
}

#inputFields {
    display: flex;
    line-height: 28px;
}
#fontSizeAlias {
    margin-right: 10px;
}
.hide {
    visibility: hidden;
}
.mdc-card__actions {
    justify-content: flex-end;
}

:root {
    --mdc-theme-primary: #0098ff;
    --mdc-theme-secondary: #f4511e;
}
