﻿
.MASMarketItem {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 10px 0px;
    margin: 20px 9px 18px 9px;
    border: 1px solid #ccc;
    border-radius: 2px;
}
.MarketContainer {
    /*padding: 10px 10px 0 10px;*/
}
.MarketChildrenContainer {
    /*border: 1px solid #CCC; 
    background-color: #DDD;*/
    padding-top: 3px;
}
.marketTitle {
    font-size: 24px;
    color: rgb(83, 83, 83);
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    padding: 10px 5px 8px 10px;
    background-position: center;
    background-size: 100% auto;
}
.youtube-introduction {
    cursor: pointer;
}
.marketOverview {
    font-size: 14px;
    color: rgb(83, 83, 83);
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    padding: 0 5px 5px 10px;
}
.market-imgDiv 
{
    text-align: right;
}
.divider {
    height: 1px;
    background: #CCC;
}
.mItem > div > div {
    margin: 0 3px 3px 3px;
    border-radius: 5px;
    /*border: 1px solid #CCC;
    background-color: #FFF;*/
}
.mItem-titleImg {
    width: 44px;
    height: 30.8px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.mItem-title {
    font-size: 15px;
    /*color: rgb(228, 108, 10);*/
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    padding: 0 10px;
    line-height: 30px;
}
.mItem-title-blue {
    font-size: 14px;
    color: rgb(0, 112, 192);
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}

.mSubItemContainer {
    padding: 0 8px 4px 8px
}
.mSubItem 
{
    margin: 0 0 3px 0;
    width: 100%;
    background-color: #f5f5f5;
}
.mSubItem:hover
{
    background-color: #FFEFD5;
}
.mSubItem > table {
    width: 100%;
}
.mSubItem-title {
    font-size: 14px;
    color: rgb(83, 83, 83);
    font-family: "Open Sans", sans-serif;
    padding-right: 10px;
}
.mSubItem-title * {
    vertical-align: middle;
}
.mSubItem-action
{
    padding: 7px 3px 5px 3px;
    text-align: right;
    white-space: nowrap;
    width: 105px;
}   
.mSubItem-more {
    padding: 5px 8px;
    background-color: white;
    box-shadow: 0 0 1px 1px #f5f5f5 inset;
}
.mSubItem-more {
    display: none;
}
.mSubItem-more .mSubItem-overview {
    font-family: "Open Sans", sans-serif;
    line-height: 1.1;
}
.mSubItem-more .mSubItem-moreaction {
    padding: 4px 3px 1px 0;
    text-align: right;
}
.img-youtube {
    cursor: pointer;
}
.btn-demo {
    color: #AD5A5A;
}
.btn-demo > div{
    display: inline-block;
    background-color: white;
    border-radius: 3px;
    box-shadow: 0px 0px 1px 0px rgb(0, 0, 0);
    padding: 3px 3px;
    margin-bottom: 1px;
    font-family: sans-serif;
    margin-left: 3px;
    cursor: pointer;
}
.mItem-titleImg, .mSubItem-title {
    cursor: pointer;
}
.btn-more, .btn-hide {
    display: inline-block;
    background: mediumturquoise;
    padding: 4px 8px;
    border-radius: 3px;
    color: white;
    text-shadow: 1px 1px 1px #666;
    font-family: "Open Sans", sans-serif;
    cursor: pointer;
}
.btn-more:hover {
    background: cadetblue;
}
.img-more {
    width: 25px;
    height: 22px;
    margin-top: -3px;
    opacity: 0.7;
    cursor: pointer;
}
.d-hide {
    visibility: hidden;
}
.market-imgDiv > div {
    padding: 10px 10px 0 0;
}

@media only screen 
{
    .mSubItem-title {
        font-size: 12px;
    }
    .marketTitle {
        color: #FFF;
        text-shadow: 1px 1px 4px #000000;
    }
    .marketOverview {
        padding-top: 10px;
    }
}

@media only screen and (min-width: 40.063em) 
{
    .mSubItem-title {
        font-size: 14px;
    }
    .marketTitle {
        color: rgb(83, 83, 83);
        text-shadow: inherit;
    }
    .marketOverview {
        padding-top: 0;
    }
    .marketTitle {
        background-image: inherit !important;
    }
}
@media only screen and (min-width: 64.063em) 
{
    .mSubItem-title {
        font-size: 14px;
    }
    .marketTitle {
        color: rgb(83, 83, 83);
        text-shadow: inherit;
    }
    .marketOverview {
        padding-top: 0;
    }
    .marketTitle {
        background-image: inherit !important;
    }
}

.mSubItem-more ul li {
	list-style: inherit;
}
.foo {
	background: #3E6680;
	padding: 8px;
	color: #ffffff;
	text-align: center;
	margin: 16px 0;
}
.mSubItem-icon {
                margin-right: 10px;
}
.foo {
                margin: 8px 0;
                background: #6da3c5;
}
