﻿.md-form label.active {
    color: #086278
}

.md-form input[type=email]:focus:not([readonly]) + label,
.md-form input[type=password]:focus:not([readonly]) + label {
    color: #086278
}

.md-form input[type=email]:focus:not([readonly]),
.md-form input[type=password]:focus:not([readonly]) {
    box-shadow: 0 1px 0 0 #086278;
    border-bottom: 1px solid #086278;
}

.btn-primary {
    background-color: #086278 !important
}

a {
    color: #3398b1;
    text-decoration: underline
}

.form-check-input[type=checkbox][class*=filled-in]:checked + label:after, label.btn input[type=checkbox][class*=filled-in]:checked + label:after {
    top: 0;
    border-color: #086278;
    background-color: #086278;
    z-index: 0;
}

[type=checkbox]:checked + label:after {
    background-color: #086278;
    border-radius: .25rem;
}

.login-button {
    border-radius: .25rem;
}

.dek-button-background {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
}

.dek-button {
    border: 2px solid #f2f2f2;
    color: #2bbbad;
}

    .dek-button:hover, .dek-button:focus, .dek-button:active, .dek-button:active:focus, .dek-button.active {
        border-color: #f2f2f2;
        background-color: transparent;
        color: #2bbbad;
    }

    .dek-button:not([disabled]):not(.disabled):active, .dek-button:not([disabled]):not(.disabled).active,
    .show > .dek-button.dropdown-toggle {
        background-color: transparent;
        border-color: #f2f2f2;
    }

.form-margin {
    margin-left: -30px;
    margin-right: -30px;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

body {
    padding-top: 35px;
    padding-bottom: 20px;
    background-color: rgb(240, 240, 240);
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

h3, h5 {
    font-family: Roboto,sans-serif;
}

label.active {
    color: #4285f4;
}

div.links a {
    font-size: 15px;
}

ul {
    list-style-type: none;
    padding-left: 0;
}
