﻿body {
    /*font-size: 10px;*/
}

h1 {
    font-size: 30px;
    margin-bottom: 40px;
}

h2 {
    font-size: 18px;
    margin-bottom: 20px;
}

h1.text-success, h2.text-success, h3.text-success, h4.text-success, h5.text-success {
    color: #34346a !important;
}

label.requiredFieldLabel::after {
    content: ' *';
    color: red;
}
.requiredFieldHighlight {
    border: 1px solid #ff0000;
    background-color: #ffcecf;
}

.marginTop20 {
	margin-top: 20px;
}
.red {
	color:red;
}
.alert-menu {
    color: #fff !important;
    background-color: #7437DD !important;
    border-color: #7437DD;
}
/* purple is now blue for 2020 */
.btn-purple {
    color: #fff;
    background-color: #7437DD !important;
    border-color: #7437DD;
}
    .btn-purple:hover {
        color: #7437DD !important;
        background-color: #fff !important;
        border-color: #7437DD;
    }
.purple {
    /*color: var(--purple);
	*/
    color: #7437DD !important;
}

.bold {
	font-weight:bold;
}

.spanMini {
    max-width: 50px;
}

.pull-right{
    float:right;
}

.pull-left{
    float:left;
}
/* Badge preview HTML (not ZPL based badge image */
.badge_layout {
    border: 1px solid #808080;
    vertical-align: middle;
    max-width: 300px;
    height: 250px;
    padding: 75px 0 0 0;
}

    .badge_layout div {
        text-align: center;
        font-size: 10pt;
        margin: 2px 0;
    }
        .badge_layout div#badge_name {
            font-weight: bold;
            font-size: 1.1em;
        }

#templateFooter {
    padding: 10px;
    background-color: #7437DD;
    color: #fff;
}
    #templateFooter p {
        font-size: 12px;
    }
    #templateFooter a {
        color: #eee852;
    }
    #templateFooter .icons a {
        font-size: 25px;
        color: #fff;
        margin-left: 20px;
    }

.booked-title,
.booked-info,
.booked-allotment,
.booked-label {
    display: block;
}

.booked-allotment {
    font-size: 30px;
    line-height: 30px;
    margin-top: 10px;
}

pre {
    background-color: aliceblue;
    position: relative;
    overflow: auto;
    /* make space  */
    margin: 5px 0;
    padding: 1.75rem 0 1.75rem 1rem;
    border-radius: 10px;
}

    pre button {
        position: absolute;
        top: 5px;
        right: 5px;
        font-size: 0.9rem;
        padding: 4px 10px;
        background-color: #7437DD;
        color: white;
        border: solid 1px #7437DD;
        border-radius: 5px;
    }

        pre button:hover {
            cursor: pointer;
            background-color: #fff;
            color: #000;
        }