body, div, h1, h2, h3, span, p {
    font-family: Verdana,Arial,Helvetica,sans-serif;
}
/* fullscreen */
html {
    height:100%;
}
body {
    height:100%;
    margin: 0px;
    overflow:hidden; /* disable scrollbars */
    font-size: 10pt;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* remove highlight on tab for iOS/Android */
}
/* fix for scroll bars on webkit & >=Mac OS X Lion */ 
::-webkit-scrollbar {
    background-color: rgba(0,0,0,0.5);
    width: 0.75em;
}
::-webkit-scrollbar-thumb {
    background-color:  rgba(255,255,255,0.5);
}
#container {
    width:100%;
    height:100%;
    overflow:hidden;
}

@font-face {
    font-family: KievitWebPro;
    src: url('../fonts/KievitWebPro.eot');
}
@font-face {
    font-family: KievitWebPro-Medi;
    src: url('../fonts/KievitWebPro-Medi.eot');
}
@font-face {
  font-family: KievitWebPro;
  src: url('../fonts/KievitWebPro.ttf') format('truetype');
}
@font-face {
  font-family: KievitWebPro-Medi;
  src: url('../fonts/KievitWebPro-Medi.woff') format('woff');
}
div.ggskin_text div:not([class]) {padding: 0px !important;}
.m_margin {box-sizing: border-box;padding: 0px 51px;height: 100%;}
.m_itemName {
    font-family: KievitWebPro-Medi,sans-serif;
    font-size: 16px;
    line-height: 18px;
    background: rgba(0, 0, 0, 0.333333);
    height: 100%;
    padding: 3px 40px 3px 4px;
    display: table-cell;
    vertical-align: middle;
}
.nameDiv {display: table; height: 100%; width: 100%;}
.hallName {
    font-family: KievitWebPro-Medi,sans-serif;
    font-size: 18px; line-height: 22px;
    display: table-cell;
    vertical-align: middle;
    padding: 5px 50px 5px 10px; margin: 0px;
}
body, div, h1, h2, h3, span, p, td {
    font-family: KievitWebPro,sans-serif;
    font-size: 17px;
}
/* fullscreen */
html {
    height:100%;
}
body {
    height:100%;
    margin: 0px;
    overflow:hidden; /* disable scrollbars */
    font-size: 10pt;
}
/* fix for scroll bars on webkit & >=Mac OS X Lion */ 
::-webkit-scrollbar {
    background-color: rgba(0,0,0,0.5);
    width: 0.35em;
}
::-webkit-scrollbar-thumb {
    background-color:  rgba(255,255,255,0.5);
}

a:link,
a:visited,
a:hover { font-weight: bold; color: #fff; text-decoration: underline; }
a:hover { color: #f5fbd9; text-decoration: none; }

.popupContainer {position: relative;/* overflow-y: auto !important; */-webkit-overflow-scrolling: touch;border-radius: 0 0 5px 5px;background: rgba(0, 0, 0, .7);z-index: 100000;}
.popupContainer .popupMain {
    font-family: KievitWebPro;
    line-height: 1.4;
    color: #f5fbd9;
    font-weight: normal;
}
.popupContainer .popupScroller {
    padding: 8px 20px 0px 18px;
    margin-top: 1px;
}
.popupContainer .btnClose {
    position: absolute;
    right: 19px;
    top: 18px;
    color: #fff !important;
    font: 18px/100% arial, sans-serif;
    text-decoration: none;
    z-index: 1000;
}
.popupContainer .btnClose:after {content: '✕';}

.popupContainer p {padding: 0;margin: 0; -webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale; }
.popupContainer .slider img { margin-right: 20px; }
.popupContainer .slider-scrollers { position: absolute; width: 20%; height: 100%; z-index: 1; }
.popupContainer .content-title {font-size: 18px;margin: 14px 34px 0 18px;font-weight: bold;color: #fff;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.popupContainer .table-description td {line-height: 1.4;padding: 4px 0;}
.popupContainer .table-description .cell-description {padding: 0 0 6px;}
.popupContainer .table-description .field-title {vertical-align: top; white-space: nowrap; color: #fff; font-weight: bold; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
.popupContainer .table-description .field-value {width: 100%; padding-left: 32px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.popupContainer .single-image { line-height: 0; margin-bottom: 12px; text-align: center; }
.popupContainer .single-image img { max-width: 100%; }

.error-message {text-align: center;margin: 112px 0;font-size: 18px;}

@media only screen and (max-device-width: 667px) and (min-device-width: 300px) 
{
    .popupContainer p { font-size: 15px; }
    .popupContainer .content-title {font-size: 16px;}
    .popupContainer .btnClose {top: 13px;right: 12px;padding: 0 6px;font-size: 24px;}
    .popupContainer .popupScroller {
        margin: 10px 4px 6px 14px;
        padding: 0;
    }
    .error-message {margin: -25px 0 0 0; position: absolute; top: 50%;width: 100%;}
}

@media only screen 
    and (min-device-width: 768px) 
    and (max-device-width: 1024px) 
    and (-webkit-min-device-pixel-ratio: 2)
{
    .popupContainer .content-title {margin: 20px 38px 0 20px;}
    .popupContainer .btnClose { top: 16px; right: 26px; padding: 0 6px; font-size: 28px; }
    .popupContainer .popupScroller {
        padding: 12px 20px 6px 20px;
        margin-top: 1px;
    }
    .error-message {margin: -25px 0 0 0;font-size: 24px;position: absolute;top: 50%;width: 100%;}
}

