.form-content-card {

    height: calc(100vh - 110px);
    overflow-y: auto;
    overflow-x: hidden;
}

/* .file-loading {
    width: 200px;
} */
.bold {
    font-weight: bold;
}

.search-content {
    border: 1px solid #f2f2f2;
}

.content-main {
    margin-top: 15px;
}

.card-title-report {
    padding-left: 10px;
}

.table td,
.table th {
    padding: 0.4rem 0.4rem 0.4rem 0.4rem;
}

.table td {
    font-size: 15px;
}

.hasDatepicker {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.summary {
    display: none;
}

.date-picker-date {
    width: 50%;
}

.hidden {
    display: none;
}

.alignright {
    text-align: right;
}

.date>.is-invalid {

    border-color: #dc3545;
    padding-right: 2.25rem !important;
    background-image: url("http://www.w3.org/2000/svg");
    /* background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e); */
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.pagination {
    margin: 2px 0;
    white-space: nowrap;
    justify-content: flex-end;
    font-size: 22px;
}

.pagination>li {
    padding: 0 10px 0 10px;
    border: 1px solid #E2E6E9;
}

.pagination>.active {
    background-color: #007BFF;
    color: #ffffff;
}

.pagination>.active>a {
    color: #ffffff;
}



.btn {
    margin: 0 2px 0 2px;
}

html {
    overflow: hidden;
}

.right {
    float: right;
}

.breadcrumb {
    background-color: #fff;
    padding: 0;
    margin: 9px 0 0 0;
}

/*----------------------------------------------------------*/
main>.container {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer>.container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li>form>button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li>form>button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav>li>form>button.logout:focus,
.nav>li>form>button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav>li>form>button.logout:focus {
    outline: none;
}