/*!
 * cache=false;cachewrite=true
 * @license Licences are viewable at this URL: https://moutest3.gaiaonline.com/src/_/f27c27b6cbaea3559afd8c7b58b51f36-1765725820-1445-36/src/css/omniata/modal.css
 */


/*! /src/css/omniata/modal.css */
#om_channel_message_bd {
	padding: 20px;
	background: #fff;
	text-align: center;
}

.gmodal-theme-offer .gmodal-body .container-left {
	float:left;
	margin-right: 20px;
}

.gmodal-theme-offer .gmodal-body .container-right {
	float:left;
	width: 185px;
}

.gmodal-theme-offer .gmodal-body .container-right .message-title p {
	font-size: 20px;
	color: #434343;
}

.gmodal-theme-offer .gmodal-body .container-right .message-desc p {
	font-size: 14px;
	color: #656565;
	line-height: 140%;
	margin: 20px 0;
	word-wrap: break-word;
}


.gmodal-theme-offer .gmodal-body .container-right .message-button {
	text-align: center;
}

/* ------------------------------------------------------------------------ *
 * Offer Modal Theme
 * ------------------------------------------------------------------------ */
.gmodal-theme-offer {
    padding-top: 21px;
    padding-right: 21px;
}

.gmodal-theme-offer .gmodal-close-btn,
.gmodal-theme-offer .gmodal-resize-btn {
    background: transparent url(https://graphics.gaiaonline.com/images/modal/gmodal_sprite.png?v=1) no-repeat 0 0;
}

.gmodal-theme-offer .gmodal-hdr {
    height: 25px;
}

.gmodal-theme-offer .gmodal-ftr {
	height: 10px;
}

.gmodal-theme-offer .gmodal-hdr-cap-w {
    width: 10px;
    height: 35px;
    z-index: 1;
	background-color: #fff59f;
	border-radius:6px 0 0 0;
}

.gmodal-theme-offer .gmodal-hdr-cap-e {
    top: 0;
    right: 0;
    height: 35px;
    width: 10px;
    z-index: 1;
	background-color: #fff59f;
	border-radius:6px 0 0 0;
}

.gmodal-theme-offer .gmodal-hdr-bar {
    position: relative;
    margin: 0 10px;
    height: 25px;
    background-color: #FFF;
    z-index: 1;
	border-top: 10px solid #fff59f;
}

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

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

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

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

.gmodal-theme-offer .gmodal-body {
    position: relative;
    zoom: 1;
    background-color: #FFF;
    padding: 0 25px;
    overflow:hidden;

    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff59f), to(#fbb200));
    background-image: -webkit-linear-gradient(#fff59f, #fbb200);
    background-image:
        -moz-linear-gradient(#fff59f, #fbb200),
        -moz-linear-gradient(#fff59f, #fbb200)
    ;
    background-image:
        -o-linear-gradient(#fff59f, #fbb200),
        -o-linear-gradient(#fff59f, #fbb200)
    ;
    background-image: 
        linear-gradient(#fff59f, #fbb200),
        linear-gradient(#fff59f, #fbb200)
    ;
    -moz-background-size:10px 100%;
    background-size:10px 100%;
    background-position:0 0, 100% 0;
    background-repeat:no-repeat;
}
.gmodal-theme-offer .gmodal-ftr-cap-w,
.gmodal-theme-offer .gmodal-ftr-cap-e {
    bottom: 0;
    width: 10px;
    height: 10px;
    z-index: 1;
	background-color: #fbb200;
}

.gmodal-theme-offer .gmodal-ftr-cap-w {
	left: 0;
}

.gmodal-theme-offer .gmodal-ftr-bar {
    position: relative;
    height: 25px;
    border: 10px solid #fbb200;
	border-top: none;
    background-color: #FFF;
    z-index: 1;
	border-radius:0 0 6px 6px;
}

.gmodal-theme-offer .gmodal-ftr-cap-e {
   right: 0;
}




