﻿/*1 rem = 16px;*/
.page-apps main::before, .page-apps main::after {
    flex-grow: 1;
}

.page-apps .container {
    margin-top: 75px;
}

.page-apps {
    padding: 48px 40px 36px;
    height: auto;
    min-height: 500px;
    transition: 0.2s;
    border: 1px solid #d4d4d4;
    border-radius: 8px;
    background-color: white;
    color: #2d2d2d;
    max-width: 60rem;
    font-size: 0.9rem;
}

.page-apps .page-header {
    padding-bottom: 1rem;
    text-align: center;
}

.page-apps .sortable a {
    color: #000;
}

.page-apps .badge {
    font-size: 100%;
}

.page-apps .badge-info {
    background-color: #8f8f8f;
}

.page-apps .form-group {
    margin-bottom: 1rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.input-group-prepend {
    margin-right: -1px;
    display: flex;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.form-check {
    position: relative;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.modal-header {
    padding: 1rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.custom-file-input {
    padding: 0.375rem 0.75rem !important;
    line-height: 1.5 !important;;
}

body .deck-item.my-apps .deck-icon {
    background-image: url(../img/icons/Press-release.svg);
}

body .deck-item.admin .deck-icon {
    background-image: url(../img/icons/Personnel-data.svg);
}

body .deck-item.developers .deck-icon {
    background-image: url(../img/icons/Renewable-energy-sources.svg);
}

.drop-card .account-list-container {
    padding-bottom: 5px;
}

.account-item {
    /* hide sign in with another account div */
    display: none;
}

.footer .links a{
    color: white;
    font-weight: normal !important;
}

/* header before login */
.bg-transparent .btn .text-uppercase {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 3px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 600;
}

/* header after login */
.navbar-light .btn .text-uppercase{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 3px solid black;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-weight: 600;
}

.navbar-expand-md .navbar-nav .nav-link{
    padding-top: 12px;
}

.btn .arrow {
    display: none;
}

/* footer */
.footer .language .dropdown-toggle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 3px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 600;
}