﻿
/* start NMC-4005 download app banner */
.wrapperDownloadApp {
    width: 100%;
    /*height: auto;*/
    background-color: #092A72;
    border-bottom: 3px solid #eee;
    display: flex;
    flex-direction: row;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 1040;
    height: 60px;
}

.closeDownloadApp {
    font-family: 'Muli';
    font-weight: 900;
    font-size: 14pt;
    color: #ffffff;
    background: none;
    width: 50px;
    min-width: 25px;
    height: auto;
    margin-right: 5px;
    top: 0;
    left: 0;
    text-align: center;
    border: none;
}

.iconDownloadApp {
    background-image: url("../images/download-app-banner-icon.jpg");
    background-repeat: no-repeat;
    background-size: 40px 40px;
    height: 40px;
    width: 40px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 4px;
    position: relative;
    top: 0;
}

.descriptionDownloadApp {
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0;
    align-self: center;
}

div.downloadApp {
    font-family: 'Muli';
    font-weight: 300;
    font-size: 7pt;
    color: #4d4d4d;
    margin: 0px;
    align-self: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

.titleDownloadApp {
    font-size: 11pt;
    font-weight: 400;
    line-height: 12pt;
    color: #ffffff;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
}

.getDownloadApp {
    border: none;
    font-family: 'Muli';
    font-weight: 300;
    font-size: 9pt;
    color: #092A72;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #e4c31e;
    height: 40px;
    width: auto;
    padding: 0px 10px;
    overflow: visible;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: 10px;
    align-self: center;
    right: 10px;
    border-radius: 20px;
    z-index: 10;
}

.getDownloadApp:active,
.closeDownloadApp:active {
    top: 1px;
    border-bottom: none;
    opacity: 0.85;
}
/* end NMC-4005 download app banner */

