﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}
html {
    font-family: -system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

html, body {
    height: 100%;
}

main {
    margin: 15px auto;
    padding-bottom: 80px;
}

a {
    text-decoration: none;
}

a:active, a:focus {
    outline: 0;
}

/*
a:hover {
    color: #007bff;
}

a:active {
    color: #007bff;
}
*/

button:active, button:focus {
    outline: 0;
}

/*p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}*/

/* HEADINGS
----------------------------------------------------------*/
/*h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
    font-weight: bold;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0;
}*/

.margin-0 {
    margin: 0;
}
.margin-l-5 {
    margin-left: 5px;
}
.margin-l-10 {
    margin-left: 10px;
}

.margin-h-5 {
    margin: 0 5px;
}

    .margin-h-5:first-child {
        margin-left: 0;
    }

.margin-h-10 {
    margin: 0 10px;
}

.padding-0 {
    padding: 0 !important;
}

.padding-5 {
    padding: 5px !important;
}

.padding-10 {
    padding: 10px;
}

.padding-15 {
    padding: 15px;
}

.padding-20 {
    padding: 20px;
}

.padding-25 {
    padding: 25px;
}

.padding-30 {
    padding: 30px;
}

.padding-h-5 {
    padding: 0 5px;
}

.padding-h-10 {
    padding: 0 10px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.nobr {
    white-space: nowrap;
}

.underline {
    text-decoration: underline !important;
}

.nounderline {
    text-decoration: none !important;
}

.doubleUnderline {
    text-decoration: underline;
    border-bottom: 1px solid #000;
}

.no-padding {
    padding: 0 !important;
}

a.unstyled {
    text-decoration: none;
}


footer {
    width: 100%;
    height: 60px;
    bottom: 0;
    clear: both;
    padding: 5px 0;
    position: fixed;
}

    footer a, footer a:hover {
        color: #fff !important;
    }

        footer a:hover {
            text-decoration: underline;
        }
