.popup_loading { font-size:2em; }
.flexBox {
    display: box;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    box-orient: vertical;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
}
.inlineFlexBox {
    display: inline-box;
    display: inline-flex;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    box-orient: vertical;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
}
.flexBoxH {
    display: box;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    box-orient: horizontal;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
}
.inlineFlexBoxH {
    display: inline-box;
    display: inline-flex;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    box-orient: horizontal;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
}
.flex1 {
    flex-grow: 1;
    box-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
}
.flexCenter {
    align-items: center;
    box-align: center;
    -webkit-box-align: center;
    -moz-box-align: center;
}

.gc_flexBoxH { white-space: nowrap; letter-spacing: -0.25em; }
.gc_flexBoxH > * { display: inline-block; white-space: normal; letter-spacing: normal; vertical-align: top; }

.inline { display:inline-block; }
.absolute {position: absolute;}
.relative {position: relative;}
.center {text-align: center;}
.middle > * {vertical-align: middle;}
.hidden {visibility: hidden;}
.dotdotdot {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

div.gc_popup {
    background-color: white;
    color: black;
}

div.gc_popup .title {
    position: relative;
    font-weight: bold;
    font-size: 1.2em;
    padding: 0.25em;
    background-color:rgba(0, 0, 0, 0.75);
    color: white;
}

div.gc_popup .body {
    text-align: center;
}

div.gc_popup .exit {
    background-size: 100%;
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    right: 0.5em;
    top: 0.25em;
}

div.gc_popup .body {
    position: relative;
    padding: 0.5em;
}

div.gc_popup a {
    color: white;
}

div.gc_popup .gc_button {
    margin: 0.25em;
    margin-bottom: 0.5em;
}

/* wait */
div.gc_wait {
    text-align: center;
}
div.gc_wait .body {
    background-color:rgba(0, 0, 0, 0.75);
    display: inline-block;
    padding: 1em 2em;
    color: white;
    margin: 0 2em;
    border-radius: 1em;
}
div.gc_wait .body img {
    margin: 0.5em;
}

div.gc_alert.gc_popup .body {
    padding: 1em;
    font-weight: bold;
}

div.gc_alert.gc_popup .body img.gc_alert {
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    margin-right: 1em;
}

div.gc_focus, span.gc_focus {
    outline: none;
}

.gc_button {
    cursor: pointer;
    border-radius: 0.5em;
    border-top: 0.125em solid #ff8f2e;
    border-left: 0.125em solid #bb6921;
    border-right: 0.125em solid #bb6921;
    border-bottom: 0.125em solid #bb6921;
    text-align: center;
    padding: 0.5em 1em;
    margin-bottom: 0.25em;
    font-weight: bold;
    background-color: #eb842a;
    color: white;
}
.gc_button > img {
    height: 1.5em;
    width: auto;
}
.gc_button > * {
    vertical-align: middle;
    margin: 0 0.5em 0 0;
}

.gc_text {
    border-radius: 0.5em;
    height: 2.5em;
    border: 1px solid black;
    background-color: white;
}
.gc_text > div {
    height: 100%;
    margin: 0 0.125em;
}
.gc_text > img {
    vertical-align: middle;
    margin: 0 0.25em;
}
.gc_text input {
    border: 0;
    height: 100%;
    width: 100%;
    font-size: 0.9em;
    font-family: sans-serif;
    background: url(../images/transparent.png);
}
.gc_text input:focus {
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-focus-ring-color: rgba(0,0,0,0);
    -webkit-user-modify: read-write-plaintext-only;
}

.padding1 {
    padding: 1em;
}    

.padding2 {
    padding: 2em;
}

.center {
    text-align: center;
}
