/* OVERLAY */
.Overlay {
    position: absolute;
    width: 100%;
    background-color: rgba(39, 39, 39, 0.75);
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 10002;
    text-align: center;
}

.Overlay:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.Overlay.Transparent { background-color: transparent; }

.Overlay.SidebarOverlay,
.Overlay.Information {
    width: 40.35%;
    height: 91.3%;
    left: auto;
    right: 5.9%;
    top: auto;
    background-color: transparent;
    z-index: 99;
}


.Overlay.SidebarOverlay.SidebarLeft{
    left: -3.2%;
    top: 12.6%;
    width: 35.3%;
}

.Overlay.SidebarOverlay:before,
.Overlay.Information:before {
    display: none;
}

/* DIALOG */
.Dialog {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 64.2%;
    width: 33.5%;
    padding: 0;
    border-radius: 0.4rem;
    -webkit-box-shadow: 0px 6px 15px -4px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 6px 15px -4px rgba(0,0,0,0.6);
    box-shadow: 0px 6px 15px -4px rgba(0,0,0,0.6);
}

.Dialog:not(.MiniGame),
.MainPanel{
    position: relative;
    width: 38%;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0.4rem;

    -webkit-box-shadow: 0px 6px 15px -4px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 6px 15px -4px rgba(0,0,0,0.6);
    box-shadow: 0px 6px 15px -4px rgba(0,0,0,0.6);
}

.Dialog.Hidden { display: none; }

.Dialog.Logout{}

.Dialog > .Content {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 6%;
    padding: 0;
}

.Dialog.Information:before{
    display: none;
}

.Dialog.Sidebar > .Content,
.Dialog.Information > .Content {
    padding: 9% 8% 8% 10%;
}

.Dialog.Sidebar > .Content .Scrollable,
.Dialog.Information > .Content .Scrollable {
    width: 100%;
    height: 24rem;
    overflow: auto;
    padding: 0 1rem 0 1.4rem;
}

.Dialog.Sidebar > .Content .Header,
.Dialog.Information > .Content .Header {
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 3rem;
    padding-left: 3.6rem;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 3rem;
    margin-bottom: 1rem;
    text-align: left;
}

.Dialog .Header.Blue{
    background-color: rgba(56, 138, 203, 0.56);
}

.Dialog .CloseButton {
    width: 2.4rem;
    height: 2.4rem;
    position: absolute;
    right: 11.5%;
    top: 7%;
    background-image: url("image/sidebar-close.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    font-size: 0;
    color: transparent;
}

.Dialog:not(.MiniGame) .Header {
    color: #fff;
    font-size: 1.1rem;
    line-height: 1;
    /* margin-bottom: 2.2rem; */
    text-align: center;
    text-transform: uppercase;
    position: relative;
    padding: 1.2rem;
    text-shadow: 1px 1px 0 rgba(0,0,0,.25);
    /* margin-bottom: 1rem; */
    margin: 0;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.16);
    background: #333;
    font-weight: 600;
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem;
    letter-spacing: 0.15rem;
}

.Dialog .Footer {
    position: absolute;
    left: 0;
    /* bottom: -2rem; */
    width: 100%;
    /* z-index: -2; */
    /* margin-top: -7%; */
    /*-------*/
    background-color: #333;
    padding: 0.8em 1em;
    text-align: center;
    z-index: 0;
    border-radius: 0.15em;
    position: relative;
}

.Dialog .Footer .Buttons {
    /* text-align: center; */
    /* padding-top: 3.4%; */
    position: relative;
}

.Dialog .Footer .Buttons button {
    /* margin: 0 1rem; */
    /* font-size: 2.2rem; */
    margin-right: 0;
}

.Dialog.Logout .Footer .Buttons button:nth-child(2) {
    margin-left: 1rem;
}

.Dialog .Footer .Buttons button.Cancel:after {
    background-image: url("../../Global/Input/image/button-arrow-left.png");
}

.Dialog .Footer .Buttons button.Next:after {
    background-image: url("../../Global/Input/image/button-arrow-right.png");
}

.Dialog .Footer .Buttons button.Quit:after,
.Dialog .Footer .Buttons button.Close:after,
.Dialog .Footer .Buttons button.Ok:after {
    background-image: url("../../Global/Input/image/button-close.png");
}

.Dialog .Footer .Buttons button.Send:after{
    background-image: url("image/dialog-send.png");
    background-size: 1.6rem;
}

/* DIALOG CONTENT */

.Dialog .Content .Scrollable {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
}

.Dialog .Content .slimScrollBar,
.Dialog .Content .slimScrollRail {
    right: 0.4em !important;
}

.Dialog .Content .slimScrollDiv {
    padding-right: 0.5em;
    box-sizing: content-box;
}

.Dialog .Content .Middle {
    font-size: 0.8rem;
    line-height: 1;
    color: #fff;
    padding: 1rem 1rem 1rem 1rem;
    overflow: auto;
    width: 100%;
    height: 82%;
    z-index: initial;
    background: #ff6008;
    display: table;
}

.Dialog .Content .Middle > *{
    vertical-align: middle;
}

.Dialog .Content .Middle ul > li {
    margin: 0.4rem 0;
    padding-left: 0.5rem;
    position: relative;
    line-height: 1.3;
}

.Dialog .Title,
.Dialog h3{
    font-size: 1rem;
    line-height: 1;
    /* text-transform: uppercase; */
    color: #fff;
    font-weight: 600;
}

.Dialog .Content .Middle ul > li:before {
    content: "";
    width: 0.25rem;
    height: 0.25rem;
    left: 0;
    top: 0.275rem;
    background-color: #ff9034;
    position: absolute;
    border-radius: 50%;
}


.Dialog.Logout .Description h2{
    margin: 0 0 1rem;
    font-size: 1rem;
    color: #111;
}

.Dialog .Description p{
    margin: 0 0 1rem;
    font-size: 0.73rem;
    color: #fefefe;
    line-height: 1.2;
}

.Dialog .Description ul,
.Dialog .Description ol {
    margin: 0 0 0.5rem;
}

.Dialog .Description ul ul,
.Dialog .Description ul ol,
.Dialog .Description ol ul,
.Dialog .Description ol ol{
    margin-top: 0.5rem;
}

.Dialog .Description ul{
    margin-left: 0;
}

.Dialog .Description ol {
    list-style: decimal;
    padding-left: 1rem;
}

.Dialog .Description ul > li,
.Dialog .Description ol > li {
    margin-bottom: 0.5rem;
    padding-left: 0.5rem;
    position: relative;
}

.Dialog .Description ol > li {
    padding-left: 0;
}

.Dialog .Description ul > li:before {
    content: "";
    width: 0.25rem;
    height: 0.25rem;
    left: 0;
    top: 0.375rem;
    background-color: #111010;
    position: absolute;
    border-radius: 50%;
}

.Dialog .Description .Thumbnail {
    margin: 1rem 0;
}

.Dialog .Description .Thumbnail img {
    display: block;
    max-width: 100%;
    height: auto !important;
    margin: 0 auto;
}

.Dialog .Video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    margin: 1em 0;
}

.Dialog .Video iframe {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0.5em solid #efefef;
    border-radius: 0.5em;
}

/* ERROR REPORT */
#errorReportForm { display: none; }
#errorReportForm .Data{
    overflow: hidden;
    white-space: normal;
    margin-top: 0.5rem;
}