.element-hidden{
    display: none;
    visibility: hidden;
}
.height-5em{
    height: 5.3em;
}
.top-bar-brand-full-height{
    height: 100%;
}

.app-screenshot{
    position: relative;
    width: 100%;
    height: 100%;
}

.card-ekolo-app{
    position: relative;
    top: -188px;
    z-index: 1000;
    box-shadow: 0 1px 3px 0 #141c51;
    text-align: center;
}

.blue-ekolo{
    color: #346cb0;
}

.card-ekolo-apps{
    position: relative;
    z-index: 1000;
    box-shadow: 0 1px 3px 0 #141c51;
    text-align: center;
}
.ekolo-title{
    font-size: 12px; font-weight: bold;
}
.title-from-menu{
    color: #0179a8;
    font-family: Verdana;
}

.title-gateway{
    color: #0179a8;
    font-size: 2em;
    vertical-align: middle;
    font-weight: bold;
}
p.app-description{
    font-size: 1.5em;
}

.align-center{
    text-align: center;
}

#custom-container{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(20,20,31,.12);
}

.information-block {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 1em;
    color: #252834;
    font-size: 1.12em;
    background-color: #e6e8ed;
    border-radius: .3rem;
}
.information-block-border {
    border: 2px solid #e6e8ed;
    border-radius: .3rem;
    padding: 1em;
}

.information-block-icon.tile{
    display:flex;
    justify-content: center;
}
.information-block-icon, .information-block-text{
    padding: 0.5rem;
}

.hidden{
    display: none;
}

div.dt-top-container {
    display: grid;
    grid-template-columns: auto auto auto;
}

div.dt-center-in-div {
    margin: 0 auto;
}

div.dt-filter-spacer {
    margin: 10px 0;
}

.account-flag{
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.account-flag-green{
    color: green;
    background-color: green;
}
.account-flag-yellow{
    color: yellow;
    background-color: yellow;
}
.account-flag-orange{
    color: orange;
    background-color: orange;
}
.account-flag-red{
    color: red;
    background-color: red;
}
.account-flag-black{
    color: black;
    background-color: black;
}




.modal-dialog-loading{
    position: relative;
    height: 100%;
    margin: auto!important;
}
.modal-loading{
    position: relative;
    top:40%;
    text-align: center;
}
.loading-container{
    position: relative;
    text-align: center;
}
.text-loading{
    color: #FFFFFF;
    font-size: 18px;
}