.microchiplogo {
    display: inline-block;
    float: right;
    width: 150px;
    height: 40px !important
}

.avatar-container {
    margin-left: 13px;
    margin-top: 7px;
    margin-bottom: 3px;
    border-radius: 50%;
    background-color: #58595b;
    border: none;
}

.avatar-circle {
    width: 34px;
    height: 34px;
    background-color: #d9edf7;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.initials {
    position: relative;
    top: 7px;
    font-size: 13px;
    line-height: 17px;
    color: #3d3d3f;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 40%;
}

.card-block:hover {
    -webkit-transition: all .2s ease-in-out;
    transform: scale(1.02);
}

.card-block {
    padding: 19px;
    background-color: white;
    box-shadow: 0 1px 6px #c3c3c3;
    margin-bottom: 19px;
}

    .card-block h4 {
        margin-top: 0px;
    }

.card-text {
    height: 110px;
}

    .card-text p {
        display: -webkit-box;
        max-width: inherit;
        height: 63.2px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.5;
    }

    .card-text small {
        display: inline-block;
        content: inherit;
        max-width: inherit;
        height: 63.2px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.7;
    }

.card-title {
    display: -webkit-box;
    max-width: inherit;
    height: 20px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.secondaryRow {
    padding-top: 15px;
}

a:hover, a:focus, i:hover {
    text-decoration: none;
}

a:hover {
    cursor: pointer;
}

card-text > a > i:hover {
    margin-left: 10px;
    transition: all 0.2s ease-in-out 0s;
}

.simple {
    font-weight: 600;
    padding: 0;
    display: inline-block;
}

    .simple:hover i {
        margin-left: 10px;
    }

    .simple i {
        margin-left: 5px;
        transition: all 0.2s ease-in-out 0s;
    }

.twitter-color {
    color: #3cf !important;
}

.fa-twitter:hover {
    color: rgb(70, 114, 236);
}

.youtube-color {
    color: #f33 !important;
}

.fa-youtube:hover {
    color: rgb(231, 17, 35);
}

.fa-skype:hover {
    color: rgb(32, 86, 156);
}

.facebook-color {
    color: #2e5090 !important;
}

.linkedin-color {
    color: #4875b4 !important;
}

.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: Font Awesome\ 5 Brands;
}

ul.social-icons {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

    ul.social-icons > li {
        display: inline-block;
        margin: 0 1.5px;
    }

        ul.social-icons > li a {
            color: #888;
            display: block;
            font-size: 15px;
            line-height: 28px;
            padding: 0 2px;
            text-align: center;
            width: 35px;
            font-size: 2.00em;
        }

.social-links-hover:hover {
    -webkit-filter: brightness(150%);
    filter: brightness(150%);
}

ul.privacy-notice {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    margin-right:40px !important;
}

    ul.privacy-notice > li a {
        color: white !important;
        text-align: center;
        padding-top: 5px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

        ul.privacy-notice > li a:hover {
            background-color: unset !important;
            -webkit-filter: brightness(150%);
            filter: brightness(150%);
            color: #4291d9 !important;
        }

#footer .fab {
    padding-right: .4rem;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
}

#footer p i {
    color: #1193D4;
}

#footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45px !important;
    background-color: #38393c;
    color: #fff;
    padding: 10px 0;
}

    #footer > ul > li > a:hover {
        background-color: red !important;
    }

.socialConnect {
    font-size: 2.00em;
}

    .socialConnect:hover {
        background-color: inherit !important;
    }


    .socialConnect > img:hover {
        display: inherit;
    }

.menuLinks {
    padding-left: 10px;
}

    .menuLinks > li i {
        font-size: 12px;
        color: #4291d9;
    }

.inputGroup {
    display: block;
    position: relative;
}

    .inputGroup label {
        padding: 5px 50px 0px 5px;
        width: 100%;
        display: block;
        text-align: left;
        color: #3c454c;
        cursor: pointer;
        position: relative;
        z-index: 2;
        transition: color 200ms ease-in;
        overflow: hidden;
        border-bottom: 1px solid;
    }

        .inputGroup label:before {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            content: '';
            background-color: #A0C8EC;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%) scale3d(1, 1, 1);
            transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
            opacity: 0;
            z-index: -1;
        }

        .inputGroup label:after {
            width: 32px;
            height: 32px;
            content: '';
            border: 2px solid #d1d7dc;
            background-color: #fff;
            background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
            background-repeat: no-repeat;
            background-position: 2px 3px;
            border-radius: 50%;
            z-index: 2;
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
            transition: all 200ms ease-in;
        }

    .inputGroup input:checked ~ label {
        color: #fff;
    }

        .inputGroup input:checked ~ label:before {
            transform: translate(-50%, -50%) scale3d(56, 56, 1);
            opacity: 1;
        }

        .inputGroup input:checked ~ label:after {
            background-color: #4291d9;
            border-color: #4291d9;
        }

    .inputGroup input {
        width: 32px;
        height: 32px;
        order: 1;
        z-index: 2;
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        visibility: hidden;
    }

.Loginform {
    padding: 5px;
}



*, *::before, *::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

code {
    background-color: #4291d9;
    padding: 0 8px;
}

.subsection {
    margin-right: 10px !important;
}

#logincheck {
    min-width: 400px !important;
}


.dropdown-menu {
    min-width: 150px !important;
    border-radius: 1%;
}

    .dropdown-menu > hr {
        margin: 10px 0 10px 0;
    }

    .dropdown-menu > li {
        padding: 0 5px;
        cursor: pointer;
    }

        .dropdown-menu > li > b {
            font-size: larger;
        }

        .dropdown-menu > li > div > p {
            font-size: small;
        }

        .dropdown-menu > li > input {
            margin-right: 5px;
        }

        .dropdown-menu > li > div {
            margin: 4px 5px 5px 15px;
        }

.userDetails .row {
    padding-bottom: 1%;
}

.bs-example-navbar-collapse-1:hover {
    position: static;
}

.alert alert-info {
    padding-left: 15px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

#registerButton {
    background-color: #FFA500;
    color: #fff;
    border-color: #FFA500;
}
