﻿#unsupported-container.active {
    display: block !important;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #eee;
    z-index: 2147483647; /*Max z-index value*/
    text-align: center;
}
#unsupported-container .unsupported-wrapper {
    background: white;
    border-radius: 8px;
    max-width: 1000px;
    margin: 10% auto 0 auto;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.05);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.05);
    padding: 20px;
}
#unsupported-container .unsupported-logo {
    border-radius: 50%;
    margin: 0 auto;
    width: 125px;
    height: 125px;
    position: relative;
}
#unsupported-container .unsupported-title {
    color: #182D4D;
}
#unsupported-container .unsupported-text {
    color: #dd514c;
    font-size: 18px;
}
#unsupported-container .unsupported-chrome, #unsupported-container .unsupported-ff, #unsupported-container .unsupported-edge {
    border-right: 1px solid #eee;
}
#unsupported-container .browser-title {
    margin-top: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #182D4D;
}
#unsupported-container .browser-icon {
    margin: 0 auto;
}
