﻿.clsLogo {
    width: 99%;
    display: inline-block;
    max-width: 300px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.clsLogoSM {
    width: 99%;
    display: inline-block;
    max-width: 200px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.clsLogoSMTrans {
    width: 99%;
    display: inline-block;
    max-width: 150px;
    margin-top: 5px;
    margin-bottom: 5px;
    /*opacity: 70%;*/
    
}

.clsLoginHdr {
    background-color: navy;
    color: #ffffff;
}

.clsWrapper {
    width: 99% !important;
    max-width: 2800px !important;
    margin-left: auto;
    margin-right: auto;
}

.clsFormFieldWrapper {
    float: left;
    width: 100%;
    background-color: #f0f0f0;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.clsFormFieldWrapper2 {
    float: left;
    width: 100%;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.clsUploadWrapper {
    float: left;
    width: 100%;
    padding: 6px;
    background-color: #f0f0f0;
}

.clsUploadWrapper2 {
    float: left;
    width: 100%;
    padding: 6px;
}

.clsContentWrapper {
    margin: 10px;
    width: 95%;
}

.clsFormButtons {
    margin: 10px;
    width: 95%;
    display: inline-block;
}

.GreenButton {
    background: #6fd932;
    background-image: -webkit-linear-gradient(top, #6fd932, #1c8208);
    background-image: -moz-linear-gradient(top, #6fd932, #1c8208);
    background-image: -ms-linear-gradient(top, #6fd932, #1c8208);
    background-image: -o-linear-gradient(top, #6fd932, #1c8208);
    background-image: linear-gradient(to bottom, #6fd932, #1c8208);
    -webkit-border-radius: 2;
    -moz-border-radius: 2;
    border-radius: 6px;
    text-shadow: 1px 1px 3px #666666;
    font-family: Raleway,Arial,Helvetica,sans-serif;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    border: 0px;
    padding: 10px 20px 10px 20px;
    cursor: pointer;
}

.RedButton {
    background: #6fd932;
    background-image: -webkit-linear-gradient(top, #af1616, #820f0f);
    background-image: -moz-linear-gradient(top, #af1616, #820f0f);
    background-image: -ms-linear-gradient(top, #af1616, #820f0f);
    background-image: -o-linear-gradient(top, #af1616, #820f0f);
    background-image: linear-gradient(to bottom, #af1616, #820f0f);
    -webkit-border-radius: 2;
    -moz-border-radius: 2;
    border-radius: 6px;
    text-shadow: 1px 1px 3px #666666;
    font-family: Raleway,Arial,Helvetica,sans-serif;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    border: 0px;
    padding: 10px 20px 10px 20px;
    cursor: pointer;
}

.ExportButton {
    width: 25px;
}

.clsRequired {
    color: #ff0000;
    font-weight: bold;
}

.form-required {
    background-color: lightgoldenrodyellow;
}

.blog-footer {
    padding: 2.5rem 0;
    color: #727272;
    text-align: center;
    background-color: #f9f9f9;
    border-top: .05rem solid #e5e5e5;
}
.h2 {
    margin-left: 1rem;
}

#mobileframe {
    margin: auto;
    background-color: white;
    padding: 10px;
    border: 1px solid gray;
    border-radius: 8px;
}

input[type="checkbox" i] {
    margin: 10px !important;
}

.dasboardNumber
{
    text-decoration: none !important;
}
.bg-dark {
    background-color: grey !important;
}

.quote {
    background-image: url("../../../images/FLG-Background.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: 100%;
    background-color: #e4e3e3;
}

body, code, html, kbd, pre, samp {
    font-family: Lato, 'helvetica neue', helvetica, arial;
}

.form-main {

    width: 100%;
    padding: 15px;
    margin: auto;
    background-color: white;
    border-radius: 0.3rem;

}
.form-main-small {
    width: 100%;
    padding: 15px;
    max-width: 600px;
    margin: auto;
    background-color: white;
    border-radius: 0.3rem;
}

.formTable {
    border-color: #dedede;
    color: #333;
    background-color: whitesmoke;
    border-radius: 0.3rem;
    border-width: 1px;
    border-style: solid;
}
.subText
{
    color: cornflowerblue;

}
.form-floating {
    padding-top: 5px;
    padding-bottom: 5px;
}

.barcode39 {
    font-family: 'Libre Barcode 39 Extended Text', cursive;
    font-size: 40px;
}


.barcode128 {
    font-family: 'Libre Barcode 128', cursive;
    font-size: 70px;
}

.barcodeEAN {
    font-family: 'Libre Barcode EAN13 Text', cursive; 
    font-size: 70px;
}

.barcodeLabel {
    font-family: 'Libre Barcode 39 Extended Text', cursive;
    font-size: 50px;
}

.LabelItemNumber {
    font-size: 20px;
    font-weight: bold;
}
.LabelItemName {
    font-size: 13px;
}
.smaller {
    font-size: 10px;
}
.form-signin-error {
    width: 100%;
    max-width: 290px;
    padding: 15px;
    margin: auto;
    background-color: #f8d7da;
    border-radius: 0.3rem;
    box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 30%);
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.3));
}

.subTextDesc {
    color: gray;
}

.futura {

    text-transform: uppercase;
}

.LabelPrice {
    font-size: 20px;
}

.EventTitle {
    font-size: x-large;
    text-transform: uppercase;
    font-weight: bolder;
    margin-bottom: 20px;
}
.EventDate {
    font-size: larger;
    color: lightslategrey;
}

.EventLocation {
    font-size: larger;
    color: darkslategray;
    font-weight: bold;
}

.EventSubTitle {
    font-size: larger;
    font-weight: bold;
}


.rbl input[type="radio"] {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 25px;
    transform: scale(3);
}

.black-background {
    background-color: #000000;
}

.GreenText
{
    color: darkgreen;
}
