::selection{
    /*background: #008549;*/
    background-color: #eee;
    color: #000;
}
body{
    margin: 0px;
    background-color: #f0f0f0;
    font-family: segoe ui;
}
.money-string{
    font-size: 2em;
}
a{
    text-decoration: none;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.u-hidden{
    display: none;
}
#admin-wrapper{
    margin: 20px auto;
    width: 1270px;
    font-family: Arial;
}
#admin-wrapper .left-menu{
    float: left;
    width: 250px;
    font-size: 11pt;
}
#admin-wrapper .left-menu a{
    display: block;
    padding: 10px 20px;
    margin-right: 20px;
    border-radius: 3px;
    color: #000;
}
#admin-wrapper .left-menu a.active{
    background-color: #ddd;
}
#admin-wrapper .left-menu a:hover{
    background-color: #eee;
}
#admin-wrapper .right-content{
    float: left;
    box-sizing: border-box;
    width: 1020px;
    min-height: 100vh;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 30px 20px 20px;
}
#user-wrapper{
    width: 1270px;
    margin: 0px auto;
}
#user-wrapper .left-panel{
    width: 250px;
    float: left;
    font-weight: lighter;
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
}
#user-wrapper .right-panel{
    width: 1020px;
    float: left;
}
#user-wrapper .user-profile{
    border-radius: 5px;
    padding: 0px 20px;
}
#user-wrapper .user-profile-card .header{
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
    background-color: #fff;
    font-family: segoe ui;
    padding: 20px;
    font-weight: lighter;
    border-radius: 3px;
}
#user-wrapper .user-profile-card .content{
    background-color: #fff;
    padding: 20px;
    border-radius: 3px;
}
#user-wrapper .left-panel .menu .menu-item{
    
}
#user-wrapper .left-panel .menu-item > a{
    font-family: segoe ui;
    font-size: 11pt;
    color: #000;
    display: block;
    padding: 10px 30px;
}
#user-wrapper .left-panel .menu-item.active > a{
    background-color: #ddd;
}
#user-wrapper .left-panel .menu-item > a:hover{
    background-color: #eee;
}
.message-box{
    padding: 20px 30px;
    text-align: left;
    border-radius: 5px;
    font-family: segoe ui;
    font-size: 12pt;
    margin: 20px 0px;
}
.message-box.error{
    background-color: #ff4743;
    color: #fff;
}
.message-box.error::before{
    content: 'Failed';
    display: block;
    background-image: url('/images/icons/failed.png');
    background-size: 24px 24px;
    padding-left: 30px;
    background-repeat: no-repeat;
    font-weight: 600;
    font-size: 14pt;
}
.message-box.success{
    background-color: #008549;
    color: #fff;
}
.message-box.success:before{
    content: 'Success';
    display: block;
    background-image: url('/images/icons/success.png');
    background-size: 24px 24px;
    padding-left: 30px;
    background-repeat: no-repeat;
    font-weight: 600;
    font-size: 14pt;
}
.text-header{
    font-size: 12pt;
    font-weight: bold;
}
.text-content{
    font-size: 11pt;
}
.text-desc{
    font-size: 10pt;
}
.col{
    margin: 0px 1em;
}
#main-body{
    box-sizing: border-box;
    background-color: #fff;
    background-image: url('/images/background/bg-market-blur.jpg');
    background-size: cover;
    padding: 1px;
}
.tfw{
    padding: 20px;
    text-align: center;
    margin: 100px auto;
}
.tf{
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    width: 480px;
}
.tf input{
    background-color: transparent;
}
.tf .tf-header{
    text-align: center;
    padding: 30px 0px;
    font-size: 18pt;
    font-weight: lighter;
    text-transform: uppercase;
    font-family: segoe ui;
    background-color: rgba(255,255,255,0.9);
    color: #333;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}
.tf .tf-content{
    text-align: center;
    padding: 1px 50px 25px;
    background-color: rgba(255,255,255,0.85);
}
.tf .tf-content form{
    text-align: left;
    display: inline-block;
}
.tf .tf-content table td:first-child{
    padding: 10px 2em 10px 0px;
    font-family: segoe ui;
    font-weight: lighter;
    font-size: 11pt;
}
.tf .tf-content table td:nth-child(2){
    padding: 10px 0px;
}
.form-field{
    padding: 5px 0px;
}
.form-field-label{
    padding: 5px 0px;
}
.form-field-control{
    padding: 5px 0px;
}
.clearfix::after{
    content:'';
    clear:both;
    display: block;
}
#footer{
    margin: 20px 0px;
    padding: 20px 0px;
    background-color: #fff;
}
#footer-wrapper{
    width: 1200px;
    margin: 20px auto;
}

#top-bar{
    padding: 5px 20px;
    background-color: #46BD8E;
    text-align: right;
    font-family: segoe ui;
    font-weight: lighter;
}
#top-bar > a{
    color: #fff;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
#top-bar a.register-button::before{
    content: '';
    display: inline-block;
    background-size: cover;
    width: 20px;
    height: 20px;
    background-image: url('/images/icons/register.png');
    margin-right: 5px;
    vertical-align: middle;
}
#top-bar a.login-button::before{
    content: '';
    display: inline-block;
    background-size: cover;
    width: 20px;
    height: 20px;
    background-image: url('/images/icons/login.png');
    margin-right: 5px;
    vertical-align: middle;
}
#top-bar a.contact-button::before{
    content: '';
    display: inline-block;
    background-size: cover;
    width: 20px;
    height: 20px;
    background-image: url('/images/icons/info.png');
    margin-right: 5px;
    vertical-align: middle;
}
#top-bar a.open-shop-button::before{
    content: '';
    display: inline-block;
    background-size: cover;
    width: 20px;
    height: 20px;
    background-image: url('/images/icons/open-shop-icon.png');
    margin-right: 5px;
    vertical-align: middle;
}
#top-bar a.register-button{
    margin-right: 1em;
}
#top-bar a.login-button{
    margin-right: 1em;
}
#top-bar a.contact-button{
    
}
#control-bar-wrapper{
    background-color: #44b27c;
    position: sticky;
    top: 0px;
    z-index: 2;
}
#control-bar{
    display: flex;
    align-items: center;
    width: 1200px;
    margin: 0px auto;
    height: 60px;
}
#control-bar > div{
    display: inline-block;
    vertical-align: bottom;
}
#control-bar > #logo{
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    user-select: none;
    -webkit-user-select: none;
}
#logo > a{
    display: inline-block;
}
#logo span{
    color: #fff;
    font-size: 24pt;
    text-transform: uppercase;
    font-family: segoe ui;
    font-weight: bold;
    display: inline-block;
}
#megamenu-wrapper{
    border-radius: 3px;
    width: 24px;
    height: 100%;
    display: inline-block;
    vertical-align: bottom;
    background-image: url('/images/icons/menu.png');
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: 0px 100%;
}
#search-bar{
    margin: 0px 30px;
}
#search-bar input[type="text"]{
    padding: 10px 15px;
    border: 1px solid #fff;
    border-radius: 3px 0px 0px 3px;
    font-size: 10pt;
    color: #333;
    font-family: segoe ui;
}
#search-bar input[type="text"]:focus{
    text-align: left;
}
#search-bar button{
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 0px 3px 3px 0px;
    background-color: #fff;
    color: #44b27c;
    font-size: 10pt;
    transition: 200ms;
    font-family: segoe ui;
}
#search-bar button:hover{
    background-color: #44b27c;
    color: #fff;
}
#account-control{
    position: relative;
	font-weight: 100;
    font-family: segoe ui;
    height: 100%;
    line-height: 60px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}
#account-name{
    color: #fff;
    max-width: 10em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#account-options{
    display: none;
    line-height: initial;
    position: absolute;
    top: 100%;
    left: 0px;
    background-color: #fff;
    z-index: 1;
    border-radius: 5px;
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.3);
    padding: 10px 0px;
}
#account-options > a{
    padding: 5px 20px;
    white-space: nowrap;
    display: block;
    color: #000;
}
#account-options > a:hover{
    background-color: #44b27c;
    color: #fff;
}
#account-options::before{
    content: '';
    display: inline-block;
    position: absolute;
    left: 10px;
    bottom: 100%;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}
#account-control:hover #account-options{
    display: block;
}
#slider-wrapper{
    margin: 0px auto;
    width: 1200px;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
}
#slider{
    height: 300px;
    overflow: hidden;
    position: relative;
}
#slider img{
    position: absolute;
    height: 100%;
    left: 50%;
    top: 0px;
    animation-delay: 0s;
    animation-duration: 700ms;
    animation-iteration-count: 1;
}
#slider-next{
    font-size: 18pt;
    font-weight: bolder;
    color: #0f0;
    border: 1px solid rgba(0,255,0,0.3);
    border-radius: 5px;
    background-color: rgba(255,255,255,0.7);
    position: absolute;
    width: 60px;
    height: 30px;
    display: inline-block;
    top: 50%;
    right: 20px;
    margin: -15px 0px;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
}
#slider-next:hover{
    box-shadow: 0px 0px 5px 0px #ddd;
}
#slider-previous{
    font-size: 18pt;
    font-weight: bolder;
    color: #0f0;
    border: 1px solid rgba(0,255,0,0.3);
    border-radius: 5px;
    background-color: rgba(255,255,255,0.7);
    position: absolute;
    width: 60px;
    height: 30px;
    display: inline-block;
    top: 50%;
    left: 20px;
    margin: -15px 0px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
}
#slider-previous:hover{
    box-shadow: 0px 0px 5px 0px #ddd;
}
#slider-indicator{
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 100%;
    text-align: center;
    line-height: 0;
    user-select: none;
    -webkit-user-select: none;
}
#slider-indicator .slider-indicator-index{
    background: rgba(92,180,118,0.75);
    width: 30px;
    height: 10px;
    display: inline-block;
}
#slider-indicator .slider-indicator-index.active{
    background: rgba(255,255,255,0.95);
}
@keyframes showImage{
    from{
            opacity: 0;
    }
    to{
            opacity: 1;
    }
}
@keyframes righttoleft{
    from{
            left: 150%;
    }
    to{
            left: 50%;
    }
}
@keyframes lefttoright{
    from{
            left: -50%;
    }
    to{
            left: 50%;
    }
}
#megamenu{
    background-color: #fff;
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.3);
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: 1;
    display: none;
    line-height: initial;
    min-width: 150px;
}
#megamenu::after{
    display: inline-block;
    content: '';
    position: absolute;
    left: 20px;
    bottom: 100%;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}
#megamenu-wrapper:hover #megamenu{
    display: block;
}
#megamenu a{
    text-decoration: none;
    font-family: segoe ui;
}
#megamenu .menu.l1 > a{
    display: block;
    white-space: nowrap;
    padding: 7px 20px;
    font-size: 10pt;
    font-weight: 300;
    min-width: 160px;
    color: #000;
}
#megamenu .menu.l2{
    display: none;
    background-color: #fff;
    min-height: 100%;
    width: 40em;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}
#megamenu .menu.l2 > a{
    display: block;
    padding: 7px 20px;
    font-size: 10pt;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 20em;
    box-sizing: content-box;
    float: left;
    cursor: pointer;
    color: #000;
}
#megamenu .menu.l2 > a:hover{
    background-color: #44b27c;
    color: #fff;
}
#megamenu .menu.l1:hover > a{
    background-color: #44b27c;
    color: #fff;
}
#megamenu .menu.l1:hover .menu.l2{
    position: absolute;
    left: 100%;
    top: 0px;
}
#megamenu .menu.l1:hover .menu.l2{
    display: block;
}