


a:link {
    text-decoration: none;
    color: #555;
}

a:visited {
    text-decoration: none;
    color: #444;
}

a:hover {
    color: #999;
}

a:active {
    color: #eeeeee;
}


.fa-cog {
    color: #666666;
}

.navbar-dark .navbar-toggler {
    border-color: #ccc;
    background: #fff;
}

.nav-link {
    color: #666666;
    border-radius: 6px;
}

.navbar-light .navbar-nav .nav-link {
    color: #444444;
}

.nav-link:hover {
    background-color: #ccc;
}

.navbar-brand:hover {
    background-color: #fff;
}

pre {
    display: block;
    unicode-bidi: embed;
    font-family: monospace;
    white-space: pre;
}

.bg-white {
    background-color: #eee !important;
}

.container-fluid {
    padding-top: 20px;
    padding-bottom: 10px;
}


hr {
    max-width: 100%;
    margin: 0px;
    border-width: 1px;
    border-color: #ccc;
}


@font-face {
    font-family: "qzindustry";
    src: url("../fonts/IndustryBook.otf");
    /*URL to font*/
}

@font-face {
    font-family: "qzindustryitalic";
    src: url("../fonts/IndustryBookItalic.otf");
    /*URL to font*/
}

@font-face {
    font-family: "qzindustrydemi";
    src: url("../fonts/IndustryBookDemi.otf");
    /*URL to font*/
}


.headerbold {
    background-color: rgb(250, 250, 250);
    font-family: "qzindustrydemi", "Helvetica", "Arial", "sans-serif";
    font-size: 18pt;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    letter-spacing: 0px;
    border: 1px solid #cccccc;
    margin: 1px auto 2px auto;
    color: #444444;
    width: 100%;
    padding-left: 18px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.headerboldsmaller {
    font-family: "qzindustrydemi", "Helvetica", "Arial", "sans-serif";
    font-size: 14pt;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    letter-spacing: 0px;
    margin: 1px auto 2px auto;
    color: #444444;
    width: 100%;
    padding-left: 12px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 10px;
}

.headerboldsmallerhover {
    font-family: "qzindustrydemi", "Helvetica", "Arial", "sans-serif";
    font-size: 14pt;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    letter-spacing: 0px;
    margin: 1px auto 2px auto;
    color: #444444;
    width: 100%;
    padding-left: 12px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 10px;
}
.headerboldsmallerhover:hover {
    color: #666666;
}


.headerboldnormal {
    font-family: "qzindustrydemi", "Helvetica", "Arial", "sans-serif";
    font-size: 14pt;
    letter-spacing: 0px;
    color: #777777;
}


.headerboldsmallest {
    font-family: "qzindustrydemi", "Helvetica", "Arial", "sans-serif";
    font-size: 11pt;
    letter-spacing: 0px;
    color: #777;
}



.resulttext {
    font-family: "qzindustryitalic", "Helvetica", "Arial", "sans-serif";
    font-size: 16pt;
    color: #555;
}

.result {
    font-family: "qzindustryitalic", "Helvetica", "Arial", "sans-serif";
    font-size: 14pt;
    color: #555;
    padding: 8px;
}

.normaltext {
    font-family: "qzindustry", "Helvetica", "Arial", "sans-serif";
    font-size: 10pt;
    letter-spacing: 1px;
    color: #aaaaaa;
}
.buttontext {
    font-family: "qzindustrydemi", "Helvetica", "Arial", "sans-serif";
    font-size: 12pt;
    letter-spacing: 1px;
    color: #eeeeee;
}
.normaltextitalic {
    font-family: "qzindustryitalic", "Helvetica", "Arial", "sans-serif";
    font-size: 10pt;
    letter-spacing: 1px;
    color: #888888;
}





.boxright {
    border: 1px solid #dddddd;
    background: linear-gradient(
            to bottom,
            rgba(239, 239, 239, 1),
            rgba(245, 245, 245, 0.2)
    );
    padding: 8px;

}





/*

.btn:focus {
    background: #efefef;
    color: #666666;
    outline: none !important;
    box-shadow: none;
}

.btn:hover {
    background: #efefef;
    color: #666666;
    outline: none !important;
    box-shadow: none;
}


.btn:active {
    background: #efefef;
    color: #666666;
    outline: none !important;
    box-shadow: none;
}

.btn {
    background: #a6d0a6;
    color: #666666;
    outline: none !important;
    box-shadow: none;
}
*/



