/*!
 * cache=false;cachewrite=true
 * @license Licences are viewable at this URL: https://cdn1.gaiaonline.com/src/_/771874419/src/css/modal/modal.css
 */


/*! /src/css/modal/modal.css */
:root {
  --blnModalCSSInit: #0077bf;
}

.gaia-modal-underlay {
    position: fixed;
    background: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
}
.gaia-modal-module {
	visibility:hidden;
	position: absolute;
}
.gmodal-hdr-cap-w,
.gmodal-hdr-cap-e,
.gmodal-ftr-cap-w,
.gmodal-ftr-cap-e,
.gmodal-hdr-bar,
.gmodal-ftr-bar,
.gmodal-close-btn,
.gmodal-resize-btn {
    position: absolute;
    overflow: visible;
}

.gmodal-ftr,
.gmodal-hdr {
    position: relative;
    zoom: 1;
    width: 100%;
}
.gmodal-ftr {
	z-index: 3;
}
.gmodal-hdr {
	z-index: 4;
}
.gmodal-body {
	z-index: 2;
}

.gaia-modal-iframe {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    overflow: hidden;
}

.gmodal-iframe-scroll-y,
.gmodal-show-scroll-y {
    overflow-y: scroll;
}
.gmodal-iframe-scroll-x,
.gmodal-show-scroll-x {
    overflow-x: scroll;
}
.gaia-modal-module .gmodal-close-btn {
    z-index: 2;
    text-indent: -9999em;
    cursor: pointer;
}
.gaia-modal-module .gmodal-body {
    position: relative;
    zoom: 1;
}

/* ------------------------------------------------------------------------ *
 * Neat CSS trick follows.
 * Ever want to position something 50% across, and 50% down (or, for that
 * matter, 33%, 22%, etcc...) relative to the outer container, but you don't
 * know the outer containers size?
 *    1.  Create an enclosing element that holds your content
 *    2.  Position your container at the 50% mark
 *    3.  Use negative margins equal to 1/2 your content to 'pull' the
 *        center point up and over.
 * ------------------------------------------------------------------------ */
.gaia-modal-module .gmodal-loading-meter-shell {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
}

.gaia-modal-module .gmodal-loading-meter {
    display: block;
    width: 72px;
    height: 60px;
    margin-left: -31px;
    margin-top: -30px;
}

/* ------------------------------------------------------------------------ *
 * End CSS trick.
 * ------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------ *
 * Default Modal Theme
 * ------------------------------------------------------------------------ */
.gmodal-theme-default {
    padding-top: 21px;
    padding-right: 21px;
    outline : none;
}
/*.gmodal-theme-default .gmodal-hdr-cap-w,
.gmodal-theme-default .gmodal-hdr-cap-e,
.gmodal-theme-default .gmodal-ftr-cap-w,
.gmodal-theme-default .gmodal-ftr-cap-e,*/
.gmodal-theme-default .gmodal-close-btn,
.gmodal-theme-default .gmodal-resize-btn {
    background: transparent url(https://graphics.gaiaonline.com/images/modal/gmodal_sprite.png?v=1) no-repeat 0 0;
}

.gmodal-theme-default .gmodal-hdr {
    height: 35px;
}

.gmodal-theme-default .gmodal-ftr {
    overflow: hidden;
    height: 10px;
}

.gmodal-theme-default .gmodal-hdr-cap-w {
    top: 0;
    left: 0;
    width: 10px;
    height: 35px;
    z-index: 1;
}

.gmodal-theme-default .gmodal-hdr-cap-e {
    top: 0;
    right: 0;
    height: 35px;
    width: 10px;
    background-position: right 0;
    z-index: 1;
}

.gmodal-theme-default .gmodal-hdr-bar {
    position: relative;
    /* margin: 0 10px; */
    height: 35px;
    background-color: #000;
    z-index: 1;
    border-radius: 10px 10px 0 0;
    padding: 0 10px;
}

.gmodal-theme-default .gmodal-title {
    color: #faad1b !important;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    line-height: 1.75;
}

.gmodal-theme-default .gmodal-hdr-notitle {
    height: 10px;
}

.gmodal-theme-default .gmodal-hdr-notitle .gmodal-hdr-bar {
    height: 8px;
    background-color: #FFF;
    border-top: 2px solid #000;
}
.gmodal-theme-default .gmodal-hdr-notitle .gmodal-hdr-cap-e {
    height: 10px;
    background-position: -10px -43px;
}
.gmodal-theme-default .gmodal-hdr-notitle .gmodal-hdr-cap-w {
    height: 10px;
    background-position: 0 -43px;
}
.gmodal-theme-default .gmodal-close-btn {
    right: -21px;
    top: -21px;
    width: 42px;
    height: 42px;
    background-position: 0 -71px;
}

.gmodal-theme-default .gmodal-close-btn:hover {
    background-position: 0 -113px;
}

.gmodal-theme-default .gmodal-body {
    position: relative;
    zoom: 1;
    background-color: #FFF;
    /* border: 2px solid #000; */
    border-top: none;
    border-bottom: none;
    padding: 5px 10px;
    overflow: hidden;
}

.gmodal-theme-default .gmodal-ftr-cap-w,
.gmodal-theme-default .gmodal-ftr-cap-e {
    bottom: 0;
    width: 10px;
    height: 10px;
    z-index: 1;
}

.gmodal-theme-default .gmodal-ftr-cap-w {
    left: 0;
    background-position: 0 -53px;
}

.gmodal-theme-default .gmodal-ftr-bar {
    position: relative;
    /* margin: 0 10px; */
    height: 8px;
    /* border-bottom: 2px solid #000; */
    background-color: #FFF;
    z-index: 1;
    border-radius: 0 0 10px 10px;
}

.gmodal-theme-default .gmodal-ftr-cap-e {
    right: 0;
    background-position: -10px -53px;
}
/*
.gmodal-theme-default .gmodal-resize-btn {
    z-index: 2;
    right: 3px;
    bottom: 3px;
    width: 8px;
    height: 8px;
    background-position: -101px -6px;
    text-indent: -9999em;
    cursor: pointer;
}

.gmodal-theme-default .gmodal-resize-btn:hover {
    background-position: -110px -6px;
}
*/

.yui3-widget .gmodal-hd {
  position: relative;
}

.yui3-widget .gmodal-hd .gmodal-close-btn {
  z-index: 2;
  text-indent: -5000em;
}

.yui3-widget-bd a {
  text-decoration: none;
}

.yui3-overlay-mask {
    background: #000;
    opacity: 0.45;
    filter: alpha(opacity=45);
}
