﻿#servmetric_overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: center;
    z-index: 10000001;
    color: #333;
    background: url(../../content/_bg.png) 0 0 repeat;
}

#servmetric_frame {
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    z-index: 10000002;
    text-align: center;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
}

    #servmetric_frame.servmetric_hidden {
        display: none;
    }

    #servmetric_frame .servmetric_content {
        width: 90%;
        max-width: 768px;
        min-height: 50%;
        border: none;
        text-align: left;
        margin: 3em auto 0 auto;
    }

        #servmetric_frame .servmetric_content .servmetric_header {
            width: 100%;
        }

            #servmetric_frame .servmetric_content .servmetric_header .servmetric_altlink {
                position: absolute;
                left: -10000px;
                top: auto;
                width: 1px;
                height: 1px;
                overflow: hidden;
            }

            #servmetric_frame .servmetric_content .servmetric_header .servmetric_close {
                border: 1px solid #000;
                min-width: 11em;
                padding: .4em .5em .3em .8em;
                float: right;
                background-color: #000;
                border: 1px solid #000;
                border-radius: 1.5em 1.5em 0 0;
            }

            #servmetric_frame .servmetric_content .servmetric_header .servmetric_close A {
                padding-left: 1.7em;
                background: #000 url(../../imgs/modal/close.png) no-repeat left center;
                color: #fff;
                font-size: 1.3em;
                text-decoration: none;
                border-bottom: none !important;
            }

                #servmetric_frame .servmetric_content .servmetric_header .servmetric_close A:HOVER {
                    text-decoration: underline;
                }

        #servmetric_frame .servmetric_content IFRAME.servmetric_iframe {
            width: 100%;
            min-height: 760px;
            border: 0;
            background-color: transparent;
        }

@media (max-width: 768px) {
    #servmetric_frame {
        top: 20px;
    }

        #servmetric_frame .servmetric_content {
            margin-top: 1em;
        }
}

@media (max-width: 470px) {
    #servmetric_frame {
        top: 10px;
    }

        #servmetric_frame .servmetric_content {
            margin-top: .6em;
        }
}
