.nav_menu{
    /*background: url(../image/bg.jpg) no-repeat center / 100% 100%;*/
    background-color: #1e1e2d;
}
.navbar-nav > li > a, .navbar-brand, .navbar-nav > li > a,.left_col,#stats{
    background: transparent;
}
.top_nav .navbar-right li.unclickable{
    padding: 22px 10px 18px;
}
.nav-md .container.body .col-md-3.left_col{
    /*background: url(../image/bg.png) no-repeat center / 100% 100%;*/
    background-color: #1e1e2d;
}
.main_container{
    position: relative;
}
body{
    background: #fff;
}
footer{
    margin-left: 0;
}
.nav.side-menu > li.active > a, .nav.side-menu > li.active_2 > a,.nav.side-menu > li > a:hover{
    background-color: rgba(255,255,255,.1);
    color: #fff !important;
}
.nav.side-menu > li.current-page, .nav.side-menu > li.active{
    border-right: 5px solid rgba(255,255,255,.1);
}
.nav.side-menu > li.active > a > i, .nav.side-menu > li.active_2 > a > i,.nav.side-menu > li.active > a:hover, .nav.side-menu > li.active > a:focus, .nav.side-menu > li.active_2 > a:hover, .nav.side-menu > li.active_2 > a:focus{
    color: #fff !important;
}
.nav-md ul.nav.child_menu li:before{
    background: #fff;
}
.btn{
    padding: 5px 20px !important;
    border-radius: 5px;
}
.btn-danger{
    background-color: #fd397a;
    border-color: #fd397a;
    color: #fff;
}
.btn-danger:hover {
    color: #fff;
    background-color: #fd1361;
    border-color: #fc0758;
}
.btn-primary, .btn-success{
    background-color: #1dc9b7;
    border-color: #1dc9b7;
}
.btn-primary:hover, .btn-success:hover{
    background-color: #18a899;
    border-color: #179c8e;
}
.toggle a{
    color: #fff !important;
    padding: 15px 15px 10px;
    border-radius: 5px;
}
.toggle a:hover,.top_nav .nav > li > a:focus, .top_nav .nav > li > a:hover, .top_nav .nav .open > a, .top_nav .nav .open > a:focus, .top_nav .nav .open > a:hover{
    background-color: rgba(255,255,255,.1);
}
.nav-md .container.body .right_col{
    background-color: #f2f3f8;
    min-height: 900px !important;
}
.breadcrumb{
    background: #fff;
    border-radius: 5px;
}
.breadcrumb a{
    color: #333;
}
.tile.tile_stats_count {
    margin: 0;
    border-bottom: 0;
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 13px 0 rgba(82,63,105,.05);
    border-radius: 5px;
    margin-bottom: 10px;
}
.tile.tile_stats_count:before{display: none;}
.panel, .x_panel{
    border: 0;
    box-shadow: 0 0 13px 0 rgba(82,63,105,.05);
}
.page-header{
    border: 0;
    padding: 0;
    margin: 57px 0 0;
}
.nav-tabs{
    padding-top: 10px;
}

.login-custom #content {
    width: 754px;
    height: 470px;
    background: url(../image/background2.png) no-repeat;
    margin: 0px auto;
    position: relative;
    opacity: 0;
}
.login-custom #fixed {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.login-custom #logo {
    position: absolute;
    top: 35px;
    left: 30px;
}
.login-custom #message {
    text-align: center;
    height: 50px;
    color: #FCF;
}
.login-custom #footer a {
    color: #FFFFFF
}
.login-custom #footer {
    color: #CCC;
    font-family: 'å¾®è»Ÿæ­£é»‘é«”','Advent Pro', sans-serif;
    margin-top: 100px;
    float: right;
}
.login-custom #login {
    height: 140px;
    padding: 135px 85px;
    color: #FFFFFF;
    display: none
}
.login-custom .login {
    width: 400px;
    margin: 0px auto;
    position: relative;
    font-weight: 300;
    color: #a8a7a8;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.8);
    background: transparent;
}
.login-custom .login p {
    margin: 0 0 10px;
}
.login-custom input, button, label {
    font-family: 'å¾®è»Ÿæ­£é»‘é«”','Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 300;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.login-custom input[type=text], input[type=password] ,.login-custom select{
    padding: 0 10px;
    width: 300px;
    height: 40px;
    color: #bbb;
    text-shadow: 1px 1px 1px black;
    background: rgba(0,0,0,0.16);
    border: 0;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 4px rgba(0,0,0,0.3), 0 1px rgba(255,255,255,0.06);
    box-shadow: inset 0 1px 4px rgba(0,0,0,0.3), 0 1px rgba(255,255,255,0.06);
}
.login-custom input[type=text]:focus, input[type=password]:focus {
    color: white;
    background: rgba(0,0,0,0.1);
    outline: 0;
}
.login-custom label {
    float: left;
    width: 100px;
    line-height: 40px;
    padding-right: 10px;
    font-weight: 100;
    text-align: right;
    letter-spacing: 1px;
}
.login-custom .forgot-password {
    padding-left: 100px;
    font-size: 13px;
    font-weight: 100;
    letter-spacing: 1px;
}
.login-custom .login-submit {
    position: absolute;
    top: 20px;
    right: 0;
    width: 48px;
    height: 48px;
    padding: 8px;
    border-radius: 32px;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.35);
    box-shadow: 0 0 4px rgba(0,0,0,0.35);
}
.login-custom .login-submit:before, .login-submit:after {
    content: '';
    z-index: 1;
    position: absolute;
}
.login-custom .login-submit:before {
    top: 28px;
    left: -4px;
    width: 4px;
    height: 10px;
    -webkit-box-shadow: inset 0 1px rgba(255,255,255,0.06);
    box-shadow: inset 0 1px rgba(255,255,255,0.06);
}
.login-custom .login-submit:after {
    top: -4px;
    bottom: -4px;
    right: -4px;
    width: 36px;
}
.login-custom .login-button {
    position: relative;
    top: -7px;
    left: -8px;
    z-index: 2;
    width: 48px;
    height: 48px;
    padding: 0 0 48px;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: none;
    border: 0;
    border-radius: 24px;
    cursor: pointer;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.2), 0 1px rgba(255,255,255,0.1);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.2), 0 1px rgba(255,255,255,0.1);
}
.login-custom .login-button:before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    background: #00a2d3;
    border-radius: 24px;
    background-image: -webkit-linear-gradient(top, #00a2d3, #0d7796);
    background-image: -moz-linear-gradient(top, #00a2d3, #0d7796);
    background-image: -o-linear-gradient(top, #00a2d3, #0d7796);
    background-image: linear-gradient(to bottom, #00a2d3, #0d7796);
    -webkit-box-shadow: inset 0 0 0 1px #00a2d3, 0 0 0 5px rgba(0,0,0,0.16);
    box-shadow: inset 0 0 0 1px #00a2d3, 0 0 0 5px rgba(0,0,0,0.16);
}
.login-custom .login-button:active:before {
    background: #0591ba;
    background-image: -webkit-linear-gradient(top, #0591ba, #00a2d3);
    background-image: -moz-linear-gradient(top, #0591ba, #00a2d3);
    background-image: -o-linear-gradient(top, #0591ba, #00a2d3);
    background-image: linear-gradient(to bottom, #0591ba, #00a2d3);
}
.login-custom .login-button:after {
    content: '';
    position: absolute;
    top: 15px;
    left: 12px;
    width: 25px;
    height: 19px;
    background: url("../image/arrow.png") 0 0 no-repeat;
}
.login-custom .lt-ie9 input[type=text], .lt-ie9 input[type=password] {
    line-height: 40px;
    background: #282828;
}
.login-custom .lt-ie9 .login-submit {
    position: absolute;
    top: 12px;
    right: -28px;
    padding: 4px;
}
.login-custom .lt-ie9 .login-submit:before, .lt-ie9 .login-submit:after {
    display: none;
}
.login-custom .lt-ie9 .login-button {
    line-height: 48px;
}
.login-custom .lt-ie9 .about {
    background: #313131;
}
