
/* 
   2017/06/08 16:10:54 GMT+12 -- cms-7076.09
 */
/*  (do not remove this :) */
/*  (not this either :) */


.env
{
    position: absolute;
    /*top: 48px;
    right: 48px;*/
    border-style: solid;
    border-width: 4px;
    border-color: white;
    cursor: default;
    font-family: 'Lucida Sans Unicode','Lucida Grande',sans-serif;
    font-size: 11px;
    line-height: 11px;
}

.env .title
{
    color: #333; /*#36aad2;*/
    padding: 0 4px 4px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    text-align: center;

    /* These shouldn't be necessary except when somebody uses far too generic selectors in their app: coughsmartcough! */
    display: block;
    float: none;
    height: auto;
    margin: 0;
}

.env .body
{
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    padding: 4px 8px;
    text-align: center;
}

.env .releaseTag
{
    font-size: 13px;
    line-height: 13px;
}


.env-DEV
{
    border-color: #ddd;
    color: #ddd;
}

.env-DEV .title
{
    background: #ddd;
}

.env-TST
{
    border-color: #00a000;
    color: #00a000;
}

.env-TST .title
{
    background: #00a000;
}

.env-TRN
{
    border-color: #ffd700;
    color: #ffd700;
}

.env-TRN .title
{
    background: #ffd700;
}

.env-UNK
{
    border-color: #cc00cc;
    color: #cc00cc;
}

.env-UNK .title
{
    background: #cc00cc;
}
/*  */

