﻿body {
    /*padding-top: 50px;*/
    /*padding-bottom: 20px;*/
    /*background-color: #244192;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    /*min-height: 560px;*/
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

/*.container img
{
    width: 100%;
    height: auto;
}*/
.navlogo
{
    width: 120px;
    height: 120px;
}
    .navlogo img
    {
        width: 100%;
    height: auto;
    }


.storegroup
{
    width:100%;
}

/*#footer
{
    height: 10px;
    text-align: center;
}*/

.navbar-logo {
    float:left; 
    padding:5px;
}

.panel-coupon {
    background-image: url('/Content/detail_bg.png');
    background-position:bottom;
    background-repeat:no-repeat;
    background-size:100% auto;

    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

/*#divSearchCoupon
{
    color: darkgoldenrod;
}

.coupon-content .coupon-content-title
{
    color: darkgreen;
}

.coupon-content .coupon-content-point
{
    color: red;
}

.coupon-content .coupon-content-list-store
{
    color:  darkorange;
}*/

.coupon-content-list-store
{
    word-wrap: break-word;
}

.img-responsive {
    margin: 0 auto;
}

.btn-unset{
    padding: initial;
    /*color: inherit;*/
    font-weight: inherit;
}

.panel-coupon
{
    border: 1px solid #DDD;
    border-radius: 4px;
}

.panel-coupon:hover
{
    border: 1px solid #428BCA;
    cursor: pointer;
}

.divLine
{
    border-top: 1px solid rgb(61, 157, 179);
    width:98%;
}

.divSpace
{
    width:8px;
    height:8px;
}

.titlePanel
{
    width: 100%;
    height: 26px;
    padding: 2px;
    /*background-color: rgb(153, 153, 153);*/
    text-align: center;
    vertical-align: central;
    border-color: rgb(204, 204, 204);
    border-left-style: solid;
    border-right-style: solid;
    border-width: 1px;
    color: darkgray;
	font-size:large;
	font-family:'Ms
    /*font-weight: bold;*/
}

.InstuctorPanel
{
    width: 100%;
    height: 26px;
    padding: 2px;
    background-color: rgb(64, 111, 184);
    text-align: center;
    vertical-align: central;
    border-color: rgb(64, 111, 184);
    border-left-style: solid;
    border-right-style: solid;
    border-width: 1px;
    color: white;
    font-weight: bold;
	border-radius: 4px;
}

.coursePanel
{
    width: 100%;
    height: 155px;
    padding: 2px;
    border-color: rgb(204, 204, 204);
    border-style: solid;
    border-width: 1px;
    overflow-y: scroll;
}

.normlalSearchPanel
{
    width: 100%;
    padding: 2px;
    border-color: rgb(204, 204, 204);
    border-style: solid;
    border-width: 1px;
}

/*#chart {
    position: fixed;
    bottom: 60px;
    right: 0;
    width: 300px;
}*/

@media (min-width: 768px) {
    .div-textbox {
    padding:0;
}
}


.menu-btn div {
	position: absolute;
	left: 100%;
	top: 64%;
	padding-right: 8px;
	margin-top: -0.50em;
	line-height: 1.2;
	font-size: 18px;
	font-weight: 200;
	vertical-align: middle;
	z-index: 99;
}

.menu-btn span {
	display: block;
	width: 19px;
	height: 3px;
	margin: 4px 0;
	background: rgb(0,0,0);
	z-index: 99;
}

.responsive-menu{
	display: none;
}

.expand {
	display: block !important; 
}

ul
{
	list-style-type: none;
	text-decoration:none;
}

.requireField {
    border: 1px solid red !important;    
}
.creditCardSettingTextBox{
    width: 350px;
}

.creditCardPanel {
    border: 1px solid gray;
    border-radius: 4px;
    padding: 10px 0px 20px 20px;
    margin-top: 10px;
}