﻿body, html {
    margin: 0;
    padding: 0;
}

body {
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    position: relative;
}

.frame-wrapper {
    display: block;
    float: left;
    position: relative;
    width: 1110px;
    padding: 10px;
    margin: 0 auto;
    background-color: #ffffff;
    overflow: hidden;
}

.square {
    position: absolute;
    background-color: transparent;
    width: 100px;
    height: 100px;
    cursor: pointer;
}

.ui-widget button {
    width: 35px !important;
    height: 35px !important;
    text-align: center;
    line-height: 20px;
    background-color: transparent !important;
    background-image: none !important;
    top: 15px !important;
    background: #ffffff url("images/Close-R.png") center center no-repeat !important;
    background-size: 25px 25px !important;
    border: #6A6A69 0px solid !important;
    z-index: 200;
}

.ui-state-default .ui-icon, .ui-button-text {
    display: none !important;
}

.ui-icon {
    width: 25px;
    height: 25px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-radius: 0;
}

.ui-widget-header {
    background: none;
    background-color: transparent;
    border: none;
}

.ui-widget {
    font-family: 'Titillium Web', sans-serif !important;
    font-size: 20px;
}

.ui-dialog .ui-dialog-title {
    white-space: normal;
}

.ui-dialog-content div:first-of-type {
    float: left;
    width: calc(100% - 300px);
    min-width: 900px;
    position: relative;
}

.ui-dialog-content div:last-of-type {
    display: block;
    float: right;
    width: 900px;
    height: 550px;
    text-align: center;
}

.ui-dialog-content div img {
    max-height: 570px;
}

.frame-wrapper div[title] {
    display: none;
}
