﻿@font-face {
    font-family: 'Aptean-Icons';
    src: url(Aptean-Icons.ttf);
}

.icon {
    font-family: 'Aptean-Icons' !important;
    font-size: 0.8em;
}

.icon-session:before{
    content: '\ed46'
}

.icon-ping:before{
    content: '\ed79'
    /* &#xeb0e */
}

.icon-SSO:before {
    content: '\ed8a'
}

body{
    height:100%;
    width:100%;
    margin:0;
    padding:0;
}

.saas-tracker {
    background: url(https://source.unsplash.com/collection/4812033/1920x1080/daily);
    background-color: #33363a;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    height: 100vh;
    width: 100vw;
}

.tile-container {
    padding: 5px;
    padding-bottom: 0px;
    float: left;
    width: 250px;
}

.tile-container .customer{
    font-size: .8em;
    line-height: 1;
}

.total-container{
    background-color: #0B4B73;
    opacity: 0.9;
    position: relative;
    padding: 8px;
    width: 100px;
    display: inline-block;
    text-align: center;
}

.total-container-right {
    float:right;
    width: 120px;
    height: 84px;
}

.total-container .value{
    font-size: 2.2em;
    display: inline-block;
}

.total-container .text{
    font-size: 0.9em;
    display: inline-block;
}

.total-container .text-full{
    font-size: 2.2em;
    display: inline-block;
}

.saas-tracker .alert-info {
    background-color: #33363A;
    opacity: 0.75;
}

.saas-tracker .alert-info a{
    color: #ffffff;
}

.statusTile {
    opacity: 0.95;
    border: 2px solid;
    padding: 4px;
    height: 55px;
    width: 100px;
    display: inline-block;
    margin: 8px;
    vertical-align: top;
    box-shadow: 0 0 8px #5c5e63;
    position: relative;
    border-radius: 4px;
    line-height: 1em;
}

h2 {
    margin-top: 0px;
    margin-bottom: 0px;
}

    .statusTile.alert-success {
        background-color: #9BB940;
        border-color: #9BB940;
    }

.statusTile.alert-warning {
    background-color: #EC641F;
    border-color: #EC641F;
}

.statusTile.alert-danger {
    background-color: #C90813;
    border-color: #C90813;
}

.icon {
    text-decoration: none !important;
}

.statusTileData{
    position: absolute;
}
.statusTileData .data{
    font-size: .8em;
}
.statusTileData.Sessions {
    bottom: 8px;
    left: 10px;
}

.statusTileData.SSO {
    bottom: 8px;
    left: 10px;
}

.statusTileData.Ping {
    bottom: 8px;
    right: 10px;
}

.groupTitle h1 {
    color: white;
    font-weight: bold;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.groupTitle h2 {
    color: white;
    font-weight: bold;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}