﻿html {
    font-size: 14px;
}

.login-partial,
.navbar-toggler,
.nav-item {
    display: none;
}

#appimage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 250px;
}

.underlined {
    border-bottom: solid 1px #d1d4d3;
    line-height: inherit;
}

form label.error {
    color: red;
    font-size: 14px;
}

.acp-card {
    padding: 10px 30px;
}

    .acp-card ul {
        padding-left: 40px;
    }

.chosen-select {
    height: 80px;
}

.chosen-container-active .chosen-choices,
.chosen-container-multi .chosen-choices {
    height: 100%;
    background-image: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.h-center {
    display: table;
    margin: 0 auto;
}

@media (min-width:768px) {
    .seperator-md-right {
        border-right: 1px solid #f3f3f3;
    }

    .seperator-md-left {
        border-left: 1px solid #f3f3f3;
    }
}

.peekaboo {
    position: absolute;
    right: 10px;
    top: 38px;
    cursor: pointer;
}

/*Hides the built-in reveal button in Edge and IE*/
::-ms-reveal {
    display: none;
}