﻿.atlwdg-blanket {
    background: black;
    height: 100%;
    left: 0;
    opacity: .5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000000;
}

.atlwdg-popup {
    background: white;
    border: 1px solid #ccc;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 10000011;
    border-radius: 5px;
    background-clip: padding-box;
    overflow: hidden;
    width: 810px;
    height: 0;
    max-height: calc(100% - 100px);
}

#atlwdg-frame {
    height: 100%;
    width: 100%;
}

.atlwdg-hidden {
    visibility: hidden;
}

.atlwdg-trigger {
    position: fixed;
    background: #205081;
    padding: 5px;
    border: 2px solid white;
    border-top: none;
    font-weight: bold;
    color: white !important;
    display: block;
    white-space: nowrap;
    text-decoration: none !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    border-radius: 0 0 5px 5px;
}

.atlwdg-trigger.atlwdg-TOP {
    left: 45%;
    top: 0;
}

.atlwdg-trigger.atlwdg-RIGHT {
    left: 100%;
    top: 40%;
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: top left;
    -moz-transform: rotate(90deg);
    -moz-transform-origin: top left;
    -ms-transform: rotate(90deg);
    -ms-transform-origin: top left;
    transform: rotate(90deg);
    transform-origin: top left;
}

.atlwdg-trigger.atlwdg-SUBTLE {
    right: 0;
    bottom: 0;
    border: 1px solid #ccc;
    border-bottom: none;
    border-right: none;
    background-color: #f5f5f5;
    color: #444 !important;
    font-size: 11px;
    padding: 6px;
    -webkit-box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.5);
    border-radius: 2px 0 0 0;
}

.atlwdg-loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 40px;
    width: 40px;
    z-index: 1000001;
    border-radius: 5px;
    background-color: #fff;
    background-image: url("../images/spinner.gif");
    background-repeat: no-repeat;
    background-position: center center;
}

@media print {
    .atlwdg-trigger {
        display: none;
    }
}
