@font-face {
    font-family: 'Lato';
    src: url('../../products/photocrati_nextgen/modules/nextgen_admin/static/Lato-Regular.ttf') format('truetype')
}

.nggPlaceholder {
    background-color: #143650;
    box-sizing: border-box;
    border-top: 5px solid #9fbb1a;
    border-radius: 3px;
    box-shadow: 0 0 4px 1px rgba(0,0,0,.05);
    color: #9fbb1a;
    font-family: sans-serif;
    font-size: 20px;
    height: 230px;
    margin: 5px;
    outline: none !important;
    padding: 20px 30px 50px 30px;
    text-align: center;
    width: 400px;
    max-width: 98%;
}

.nggPlaceholder h3 {
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 22px;
    margin: 40px 0 8px 3px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1.5px;
}

.nggPlaceholderButton {
    background: #9ebd00 !important;
    border-radius: 2px;
    border: none !important;
    box-shadow: none !important;
    color: #fff !important;
    display: inline-block !important;
    font-size: 13px;
    font-weight: bold;
    font-family: "Lato", sans-serif !important;
    height: 36px !important;
    line-height: 36px !important;
    letter-spacing: 1.2px;
    margin: 4px;
    padding: 0;
    width: 106px;
    text-align: center;   
    text-transform: uppercase !important; 
    text-shadow: none !important;
    cursor: pointer;
}

.nggPlaceholderButtonRow {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nggPlaceholderButton:hover {
    background: #a5c31a !important;
}