.a {
    color: white;
}

.a:hover {
    color: #ffcc00;
    text-decoration: none;
}

.button {
    color: #ffffff;
    background-color: rgba(238, 238, 238, 0.24);
    border-radius: 8px;
    font-weight: 200;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 30px;
    /* 
    margin-right: 10px;
    margin-left: 10px;
    */
}

.button:hover {
    color: #ffcc00;
}

.flex-center-vertical {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: center;
}

.app-header {
    background: #242140;
    color: #fff;
}

.app-header-row {
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.app-header .button {
    margin-left: 3px;
    margin-right: 3px;
    width: 80px;
}

.dashboard-btn {
    background: #242140;
    color: #fff;
    border: none;
    max-height: 60px;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 10px;
}

.ellipsis {
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 3.6em;
    line-height: 1.7em;
}

.dashboard-btn img {
    width: 40px;
    height: 40px;
    margin: 5px;
}

.dashboard-btn p {
    margin: 0;
    margin-left: 5px;
    text-align: left;
}

.iframe-header {
    background: #242140;
    height: 34px;
}

.dashboard-title {
    color: #ffcc00;
}

#btn-close > img {
    float: right;
    cursor: pointer;
}

#web-app-title {
    color: #ffcc00;
    font-size: 16;
    font-weight: 200;
}

#client-name {
    font-size: 16;
    font-weight: 200;
    color: #a7a7a7;
}

#full-name {
    font-size: 16;
    font-weight: 400;
}

#pbi-container {
    width: 100%;
    height: calc(100vh - 40px); /* 34 */
}

#dashboardContainer {
    height: 100%;
    width: 100%;
}

#pbi-container #overlay {
    position: absolute;
    width: inherit;
    height: inherit;
}

#pbi-container #overlay #spinner {
    width: 70px;
    height: auto;
}

.active-link {
    color: #ffcc00 !important;
    font-weight: bold;
}

.active-link:hover {
    color: #bf9d0b !important;
    font-weight: bold;
}
