* {
	margin: 0;
}
.float-right {
    float: right;
}

.float-left {
    float: left;
}

.clear {
    clear: both;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}
.red-color {
    color: #ed6d52;
}
.green-color {
    color: #37cda4;
}
.yellow-color {
    color: #f6ac49;
}
.red-background {
    background-color: #ed6d52;
}
.green-background {
    background-color: #37cda4;
}
.yellow-background {
    background-color: #f6ac49;
}
.black-background {
    background-color: #2d2d27;
}
.td-none {
    text-decoration: none;
}
html, body {
	height: 100%;
}
.max-height {
    min-height:100%;
    height: auto !important;
    height: 100%;
}
#wrapper {
	min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
}
.div-block {
    width: 100%;
}

*, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'Open Sans',serif;
    font-weight: 300;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border-color: transparent;
    border-bottom: 2px solid #37cda4;
}

.padding-none {
    padding: 0;
}

.txt-h-margin {
    margin: 0 10px;
}

.margin-lite {
    margin: 8px;
}

.summary-box {
    border: 1px solid #ccccc7;
}
.summary-box-title-bar {
    height: 46px;
    line-height: 46px;
    border-bottom: 1px #e5e5e5 dashed;
}
.summary-box-content {
    padding: 10px 20px;
    font-size: 12px;
}
.height-230 {
    height: 230px;
}
.width-100 {
    width: 100%;
}
.width-50 {
    width: 50%;
}
.width-33 {
    width: 33.33%;
}
.width-25 {
    width: 25%;
}
.width-20 {
    width: 20%;
}
.summary-box-detail-container {
    height: 45px;
    width: 100%;
    margin: 5px 0;
}
.summary-box-detail-icon {
    float: left;
    width: 46px;
    height: 46px;
    padding: 3px;
    margin-right: 6px;
}
.summary-box-detail-num {
    font-size: 20px;
}
.summary-box-graph {
    padding: 10px 20px;
    width: 100%;
    height: 400px;
    font-size: 12px;
}
.box-container {
    padding: 8px;
}
.box {
    border: 1px solid #ccccc7;
    color: white;
}
.box-title-bar {
    height: 32px;
    line-height: 32px;
    border-bottom: 1px #e5e5e5 dashed;
}
.box-content {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}
.box-margin-right {
    margin-right: 16px;
}

@media screen and (max-width: 440px) {
    .summary-box-content {
        padding: 10px;
    }
    .summary-box-detail-num {
        font-size: 14px;
    }
}


.dialog {
    position: fixed;
    background: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 99999;
}
.dialog-box {
    background: #fff;
    position: relative;
    margin: 20px auto;
    max-width: 600px;
    box-shadow: 0 0 2px #ddd;
    min-height: 160px;
}
.dialog-tt {
    height: 40px;
    background: #37cda4;
}
.dialog-tt > span {
    line-height: 40px;
    color: #fff;
    margin-left: 10px;
}
.dialog-close {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url("/images/close.png") no-repeat;
    float: right;
    margin: 5px 10px 0 0;
}
.dialog-info {
    padding: 20px 50px 20px 50px;
    overflow: auto;
}
.dialog-btn {
    text-align: center;
    padding: 0 40px 20px 40px;
}
.dialog-btn a {
    line-height: 34px;
    box-shadow: 0 0 2px #ddd;
    margin: 0 auto;
    padding: 0 40px;
    min-width: 100px;
}
.dialog #dialog-notify {
    margin-top: 10px;
}

.breadcrumb {
    border-left-color: #61b09d;
}

.btn-link {
    color: #61b09d;
}

.btn-link:hover,
.btn-link:focus {
    color: #418d49;
}

.navbar-inverse {
    background-color: #37b48a;
    border-color: #5ac392;
}

a {
    color: #61b09d;
}

a:hover,
a:focus {
    color: #418d49;
}

.a-disabled {
    pointer-events: none;
    cursor: default;
    color: #afafaf;
}

.btn{
    border-radius: 0;
}
.btn:focus,
.btn:active {
    outline: 0;
}

.btn-primary,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #6bbaa7;
    border-color: transparent;
}

.btn-primary:hover {
    background-color: #61b09d;
    border-color: transparent;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #329670;
}

.btn-success,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success{
    color: #ffffff;
    background-color: #ed6d52;
    border-color: transparent;
}

.btn-success:hover {
    background-color: #cf674d;
    border-color: transparent;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #cf674d;
}

.jw-header {

}

section.slider{
    background: #ffffff;
    margin: 40px 0;
    padding: 40px 0;
}

section.slider h2{
    margin-bottom: 20px;
}

section.slider .col-md-8{
    padding-left: 30px;
}

.label{
    font-weight: 300;
}

footer {
    background: #ed6d52;
    border-top: 1px solid #f76e53;
    font-size: 0.9em;
    padding: 12px 0;
    position: relative;
    text-align: center;
    color: #ffffff;
}

img{
    max-width: 100%;
}

.padding-right {
    padding-right: 20px;
}
.padding-left {
    padding-left: 20px;
}
.title span{
    font-weight: 900;
}

.logo-cart {
    text-align: right;
    line-height: 48px;
    height: 48px;
    visibility: hidden;
}

.topmenu {
    text-align: right;
    line-height: 48px;
    height: 48px;
    margin: 0px;
}

#topmenu a{
    margin: 0px 5px;
}

#topmenu-cart{
    visibility: visible;
}

#cart-number, #cart-number-top {
color: #fff;
position: relative;
top: -9px;
left: -6px;
padding: 1px 2px;
z-index: 9999999;
background: #d9534f;
border-radius: 50%;
font-size: 10px;
line-height: 1;
border: 1px solid #d43f3a;
}

.scroll-container{
    overflow: hidden;
    height: 50px;
    width: 100%;
    max-width: 100%;
    position: relative;
}

.scroll-view{
    overflow-x: scroll;
    height: 100px;
    padding: 0px 5px
}

.scroll-view td{
    white-space: nowrap;
}

#scrollmenu a{
    color: #ffffff;
    padding: 2px 1px;
    line-height: 20px;
    position: relative;
    display: block;
}

.scroll-view-split {
    padding: 0 13px;
}

.scroll-view a:hover {
    text-decoration: none;
    background-color: transparent;
}

.sm-active {
    border-bottom: 2px solid #ffffff;
}

.sm-active a, .sm-active a:hover, .sm-active a:focus{
    color: #ffffff;
    text-decoration: none;
}


.col-div {
    float: left;
}

.td-count {
    width: 80px;
}

.td-button {
    width: 80px;
}

.h-form-control {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 10px;
}

.charge-table {
    border: solid 1px #ccc;
    width: 100%;
    margin-bottom: 20px;
}

.charge-table td {
    border: solid 1px #ccc;
    text-align: center;
    height: 40px;
}

.charge-money-table {
    border: dashed 1px #9a6e31;
    padding: 20px 10px;
    margin: 10px 0;
}

.charge-money-table-button {
    margin-top: 10px;
    text-align: center;
}

#invoice-div {
    padding: 40px 60px;
}

#invoice-div > table {
    width: 100%;
    text-align: center;
}

#invoice-div td {
    height: 30px;
}

.invoice-td {
    border: solid 1px rgb(95, 95, 95);
}

.left-list-group {
    overflow: auto;
}
.left-list-group::-webkit-scrollbar {
    display: none;
}

.tab-content-dd {
    position: relative;
    margin: 10px auto;
    max-width: 600px;
    min-height: 210px;
}
.form-control option {
    padding: 6px 0;
}
