/*
Template Name: SlickLab
Build with : BS 3 +
Author: Mosaddek Hossain
*/

@import url('/static/libs/bootstrap/bootstrap.min.css');
@import url('iconfont.css');
input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none;outline: 0; }
/* default-theme */

body,
.dark-logo-bg{
    background: #32323a;
}

.white-logo-bg {
    background: #fff;
}

.logo.white-logo-bg a {
    color: #32323a;
}

.logo.gray-logo-bg a {
    color: #32323a;
}
/*padding*/
.p_20{padding:20px;}
.p_l_10{padding-left:10px}
.p_l_20{padding-left:20px;}
.display_block{display: block;}
.inline_block{display: inline-block;}
/*color*/
.color-red{color:red;}

/*text-align*/
.tc{text-align:center!important;}

.sidebar-left .nav > li > a:hover,
.sidebar-left .nav > li > a:focus,
.side-navigation > li.active > a,
.side-navigation > li.active > a:hover,
.side-navigation > li.active > a:focus,
.side-navigation > li.menu-list > a:hover,
.side-navigation > li.nav-active > a,
.side-navigation .child-list,
.sidebar-collapsed .side-navigation > li.nav-hover > a,
.sidebar-collapsed .side-navigation > li.nav-hover.active > a,
.sidebar-collapsed .side-navigation li.nav-hover.active a span,
.sidebar-collapsed .side-navigation li a span,
.sidebar-collapsed .side-navigation li.nav-hover ul{
    background-color: #29282e;
}

.side-navigation > li.active > a,
.side-navigation > li.active > a:hover,
.side-navigation > li.active > a:focus,
.side-navigation .child-list > li > a:hover,
.side-navigation .child-list > li > a:active,
.side-navigation .child-list > li > a:focus,
.mega-menu ul li ul li a:hover,
.weather-widget .weather-info .degree ,
.weather-widget .weather-info .degree:after,
.side-navigation > li.nav-active > a,
.side-navigation > li > a:hover, .side-navigation > li > a:active,
.side-navigation > li.nav-active > a:after{
    color: #7cd8a9;
}


.r-close-btn:hover {
    background: #7cd8a9;
}


.side-navigation .child-list > li > a:hover,
.side-navigation .child-list > li > a:active,
.side-navigation .child-list > li > a:focus,
.sidebar-collapsed .side-navigation ul a:hover{
    background: rgba(0,0,0,0.2);
}


.navigation-title {
    color: rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255,255,255,0.05);
    border-bottom: 1px solid rgba(255,255,255,0.05);
}


.sidebar-widget {
    border-top: 1px solid rgba(255,255,255,0.05);
}
.bg_fff{background: #fff}
/* default-theme end */

body {
 
    color: #323232;
    line-height: 20px;
    overflow-x: hidden;
    font-size: 14px;
    font-weight: 400;
    text-rendering:optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
  /*  overflow-y: hidden; */
}


input,select,textarea {
   
    color: #767676;
}

a {
    /*color: #91918E;*/
}

a:focus, a:active, a:hover {
    outline: none;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    transition:all 0.3s;
    text-decoration: none;
    color: #7cd8a9;
}

h1,h2,h3,h4,h5 {
  
}

/*---------------
    logo
---------------*/


.logo {
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    width: 240px;
    z-index: 100;
    padding-left: 20px;
}


.logo a {
    font-size: 22px;
    color: #fff;
    margin: 0;
    text-decoration: none;
    display: inline-block;
    float: none;
}


.logo a i {
    font-size: 24px;
    color: #7cd8a9;
    padding-right: 5px;
}

.logo a .brand-name {
    float: right;
}

.logo a i, .logo a img {
    display: inline;
    vertical-align: middle;
    margin-right: 10px;
	width:80px;
}

.icon-logo {
    display: none;
}

.icon-logo a {
    color: #7cd8a9;
}

.icon-logo a:hover {
    color: #fff;
}

.sidebar-collapsed .icon-logo {
    height: 60px;
    padding-top: 5px;
    line-height: 45px;
    display: block !important;
    position: absolute;
    left: -52px;
    width: 52px;
    font-size: 24px;
    text-align: center;
}
.ts_text{
    color: #337ab7;
    font-size: 16px;
    line-height: 25px;
    margin: 35px auto 0;
    text-align: center;
    width: 300px;
}

/*---------------------
    sidebar left
-----------------------*/

.sidebar-left {
    width: 200px;
    position: absolute;
    top: 50px;
    left: 0;
    background-color: #35cae9;
    border-bottom: 1px solid #35cae9;
}

.sticky-sidebar  {
    position: fixed;
    height: 100%;
    overflow-y: hidden;
    z-index: 100;
}

.sidebar-left-info {
    padding: 0px;
}

.sidebar-left .search-content {
    display: none;
}

.sidebar-left .search-content::after {
    content: '';
    display: block;
    clear: both;
}

.sidebar-left .search-content input {
    padding: 9px;
    width: 90%;
    margin: 20px 10px 20px 12px;
    border-radius: 30px;
    border: none;
}

.sidebar-left .search-content input:focus {
    width: 90%;
}

.noti-arrow {
    margin-right: 15px;
    margin-top: 2px;
    font-weight: normal;
}

.side-navigation {
    margin-bottom: 10px;
    margin-top: 1px;
    margin-right: 0px;
}

.navigation-title {
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.side-navigation > li > a {
    color: #fff;
    padding:15px 20px;
    border-radius: 0;
}

.side-navigation > li > a:hover,
.side-navigation > li > a:active {
    /*background-color: #000;*/
    border-radius: 0;
    -webkit-border-radius: 0;
}

.side-navigation > li.menu-list > a {
    position: relative;
}

.side-navigation > li.nav-active > ul {
    display: block;
}

.side-navigation > li.menu-list > a:after {
    content: "\e607";
    display: inline-block;
    font-family: "iconfont";
    padding-right: 20px;
    position: absolute;
    right: 0;
}


.side-navigation > li.nav-active > a:after {
    content: "\e656";
    display: inline-block;
    font-family: "iconfont";
    padding-right: 20px;
    position: absolute;
    right: 0;
}


.side-navigation > li.menu-list.active > a:after,
.side-navigation > li.nav-active.active > a:after,
.side-navigation > li.nav-active.active > a:after:hover{
    content: "\f107";
}

.side-navigation li .fa, .side-navigation li .ico {
    font-size: 14px;
    vertical-align: middle;
    margin-right: 10px;
    width: 16px;
    text-align: center;
}

.side-navigation .child-list {
    list-style: none;
    display: none;
    margin:0;
    padding: 0 0 1px 0;
}

.side-navigation .child-list > li > a {
    color: #fff;
    font-size: 13px;
    display: block;
    padding: 10px 5px 10px 50px;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.side-navigation .child-list > li > a:hover,
.side-navigation .child-list > li > a:active,
.side-navigation .child-list > li > a:focus {
    text-decoration: none;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.side-navigation .child-list > li .fa {
    font-size: 12px;
    opacity: 0.5;
    margin-right: 5px;
    text-align: left;
    width: auto;
    vertical-align: baseline;
}

.side-navigation .child-list > li.active > a {
    color: #7cd8a9;
    /*background-color: rgba(0,0,0,0.2);*/
}

.side-navigation .child-list ul {
    margin-left: 12px;
    border: 0;
}


.side-navigation .menu-list.active ul {
    display: block;
}

.user-nav {
    margin-bottom: 0;
}

.user-nav  > li > a {
    padding: 10px 20px;
}

.sidebar-left .nav > li > a:hover, .sidebar-left .nav > li > a:focus, .side-navigation > li.active > a, .side-navigation > li.active > a:hover, .side-navigation > li.active > a:focus, .side-navigation > li.menu-list > a:hover, .side-navigation > li.nav-active > a, .side-navigation .child-list, .sidebar-collapsed .side-navigation > li.nav-hover > a, .sidebar-collapsed .side-navigation > li.nav-hover.active > a, .sidebar-collapsed .side-navigation li.nav-hover.active a span, .sidebar-collapsed .side-navigation li a span, .sidebar-collapsed .side-navigation li.nav-hover ul {
  background-color: #12a7c6;
}
.side-navigation > li.active > a, .side-navigation > li.active > a:hover, .side-navigation > li.active > a:focus, .side-navigation .child-list > li > a:hover, .side-navigation .child-list > li > a:active, .side-navigation .child-list > li > a:focus, .mega-menu ul li ul li a:hover, .weather-widget .weather-info .degree, .weather-widget .weather-info .degree::after, .side-navigation > li.nav-active > a, .side-navigation > li > a:hover, .side-navigation > li > a:active, .side-navigation > li.nav-active > a::after {
  color: #fff;
}
/*---------------------
    sidebar collapsed
-----------------------*/


.sidebar-collapsed .logo,
.sidebar-collapsed .side-navigation > li.nav-active > a:after,
.sidebar-collapsed .side-navigation > li.menu-list > a:after{
    display: none;
}

.sidebar-collapsed .header-section {
    margin-left: 0px;
}

.sidebar-collapsed .sidebar-left {
    width: 52px;
    top: 52px;
}

.sidebar-collapsed .sidebar-left-info {
    padding: 0;
}

h5.left-nav-title {
    color: #7cd8a9;
    margin-left: 20px;
    text-transform: uppercase;
}

.sidebar-collapsed .side-navigation {
    margin: 0px 0 20px 0;
}

.sidebar-collapsed .side-navigation li a {
    text-align: center;
    padding:15px 10px;
    position: relative;
}

.sidebar-collapsed .side-navigation > li.menu-list > a {
    background-image: none;
}

.sidebar-collapsed .side-navigation li a span {
    position: absolute;
    padding:15px;
    left: 52px;
    top: 0;
    min-width: 175px;
    text-align: left;
    z-index: 1000;
    display: none;
}

.sidebar-collapsed .side-navigation li a span .badge,
.sidebar-collapsed .side-navigation li a span .label {
    display: none !important;
}

.sidebar-collapsed .side-navigation li.active a span {
    -moz-border-radius: 0;
    -webkit-border-radius:0;
    border-radius:0;
}

.sidebar-collapsed .side-navigation ul,
.sidebar-collapsed .side-navigation .menu-list.nav-active ul{
    display: none;
}

.sidebar-collapsed .side-navigation .menu-list.nav-hover ul,
.sidebar-collapsed .side-navigation li.nav-hover a span{
    display: block;
}


.sidebar-collapsed .side-navigation > li.nav-hover > a,
.sidebar-collapsed .side-navigation > li.nav-hover.active > a,
.sidebar-collapsed .side-navigation li.nav-hover.active a span,
.sidebar-collapsed .side-navigation li.nav-hover a span{
    color: #fff;
}


.sidebar-collapsed .side-navigation li.nav-hover ul {
    display: block;
    position: absolute;
    top: 50px;
    left: 52px;
    margin: 0;
    min-width: 175px;
    z-index: 100;
}

.sidebar-collapsed .side-navigation ul a {
    text-align: left;
    padding: 10px 15px;
}


.sidebar-collapsed .side-navigation li a i {
    margin-right: 0;
}

.sidebar-collapsed .body-content {
    margin-left: 52px;
}

.sidebar-collapsed .sidebar-widget,
.sidebar-collapsed .navigation-title{
    display: none;
}


/*---------------------
    header section
-----------------------*/


.header-section {
    background: #fff;
    border-bottom: 1px solid #E8E8E8;
}

.header-section::after {
    clear: both;
    display: block;
    content: '';
}

.toggle-btn {
    width: 55px;
    height: 60px;
    line-height: 30px;
    font-size: 14px;
    padding:15px;
    cursor: pointer;
    float: left;
    text-align: center;
    color: #384246;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.toggle-btn:hover,
.notification-menu .dropdown-toggle:hover,
.notification-menu .dropdown-toggle:focus,
.notification-menu .dropdown-toggle:active,
.notification-menu .dropdown-toggle.active,
.notification-menu .open .dropdown-toggle.dropdown-toggle{
    background: #f7f7f7;
    color: #8b8b8b;
}

.search-content input {
    box-shadow: none;
    float: right;
    font-size: 14px;
    height: 30px;
    margin: 15px 10px 0 10px;
    width: 100px;
    border-radius: 30px;
    background: #E1E1E1;
    border: none;
}

.search-content input,
.search-content input:focus {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.search-content input:focus {
    box-shadow: none;
    border-color: #eff0f4;
    width: 210px;
}


/*---------------------
    sticky header
-----------------------*/


.sticky-header .logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 800px;
    z-index: 100;
}

.sticky-header .sidebar-left {
    top: 60px;
}

.sticky-header .header-section {
    position: fixed;
    top: 0;
    left: 200px;
    width: 100%;
    z-index: 1000;
	box-shadow:3px 2px 3px 0 rgba(0, 0, 0, 0.16), 3px 2px 3px 0 rgba(0, 0, 0, 0.12);
}

.sticky-header .body-content {
    padding-top: 60px;
}

.sticky-header .right-notification {
    margin-right: 150px;
}

.sticky-header.sidebar-collapsed .header-section {
    left: 52px;
}

.sticky-header.sidebar-collapsed .right-notification {
    margin-right: 52px;
}

/*---------------------------
     left notification
---------------------------*/

.left-notification {
    float: left;
}

.notification-menu {
    list-style: none;
    padding-left: 0px;
}

.notification-menu > li{
    float: left;
    position: relative;
    padding-right: 10px;
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.notification-menu > li.open .dropdown-menu{
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    background-color: #E1E1E1;
}

.notification-menu .dropdown-toggle {
    padding: 12px 10px;
    border-color: #fff;
    background: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
}

.notification-menu .dropdown-toggle:hover,
.notification-menu .open .dropdown-toggle.dropdown-toggle {
    background: #f7f7f7;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.notification-menu .dropdown-toggle .caret {
    margin-left: 5px;
}

.notification-menu .dropdown-menu {
    margin-top: 0px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: 1px solid rgba(0,0,0,0);
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

.notification-menu .dropdown-menu li {
    display: block;
    margin: 0;
    float: none;
    background: none;
    padding: 15px;
}

.notification-menu .dropdown-usermenu li {
    padding: 0;
}

.notification-menu .dropdown-menu li a {
    color: #fff;
    font-size: 13px;
    padding: 7px 10px;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.notification-menu .dropdown-menu li a:hover {
    background: #f7f7f7;
    color: #2b2b2c;
}


.notification-menu .dropdown-title {
    padding: 0;
    min-width: 300px;
}

.notification-menu .info-number {
    padding: 0px 18px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    background: none;
    color: #8b8b8b;
    border-color: #fff;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    float: left;
}

.title {
    border-bottom: 1px solid #efefef;
    display: inline-block;
    width: 100%;
}

.info-number .badge {
    font-size: 11px;
    font-weight: normal;
    line-height: 13px;
    padding: 2px 6px;
    position: absolute;
    right: 5px;
    top: 10px;

}
@media screen and (max-width: 1336px){
    .notification-menu .info-number{
       padding:0 10px;
    }
}
@media screen and (max-width: 1040px){
   .right-notification .notification-menu li a{
        padding:0 4px!important;
    }
}
@media screen and (max-width: 1024px) {
    .notification-menu {
        margin:0;
    }
    
}
@media screen and (max-device-width: 1024px) {
    .notification-menu {
        margin:0;
    }
}
@media screen and (max-width: 1209px){
    .notification-menu > li{
        padding:0;
    }
    .notification-menu .info-number{
        font-size:14px;
        padding:5px;
    }
    .notification-menu .nav-inventory{
        font-size:14px;
    }
}
/*---------quicklist---------*/
.quick-list{
   padding:0 10px;
   margin:0;
}
.quick-list .quick-item{
   float:left;
   width:20%;
   min-width:63px;
   margin:.55% 2.5%;
   position: relative;
   text-align:center;
}
.quick-list .quick-item a{
     white-space: nowrap;
     overflow: hidden;
}
.quick-list .quick-item .iconfont.shop_icon{
    font-size:42px;
    vertical-align: -webkit-baseline-middle;
}
.quick-list .quick-item .iconfont.func_icon{
    position: absolute;
    right: -10px;
    top: -6px;
    background: red;
    color: #fff;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    line-height: 19px;
    cursor:pointer;
}
.quick-list .quick-item p{
    margin:0;
    padding-top:10px;
}
#set_quick_modal .modal-dialog{
    width:100%;
    max-width:1146px!important;
}
#set_quick_modal .modal-header .quick-list{
    padding-top:25px;
}
#set_quick_modal .modal-header .quick-list .quick-item:hover{
    animation-name: shake-rotate;
    animation-duration: 100ms;
    animation-timing-function: ease-in-out;
}
#set_quick_modal .modal-body .quick-list{
    padding-top:35px;padding-bottom:35px;
}
#set_quick_modal .quick-list .quick-item{
    width:76px;
    margin: .55% 1.5%;
}

/*----------------------*/

.bg-info,
.info-number .bg-info{
    color: #fff;
    background-color: #6bd3f3;
}

.bg-success,
.info-number .bg-success{
    color: #fff;
    background-color: #53d192;
}

.bg-warning,
.info-number .bg-warning{
    color: #fff;
    background-color: #ffd200;
}

.bg-primary,
.info-number .bg-primary{
    color: #fff;
    background-color: #9c78cd;
}


.bg-danger,
.info-number .bg-danger{
    color: #fff;
    background-color: #e55957;
}

.bg-dark,
.info-number .bg-dark{
    color: #fff;
    background-color: #2b2b2c;
}


/*-------------------------
    notification list
--------------------------*/


.notification-list {
    padding:0 15px;
}

.notification-list a {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    border-top: 1px solid #f3f3f3;
    color: #2b2b2c;
    text-decoration: none;
    font-size: 14px;
}

.noti-information .notification-list {
    padding: 0;
}

.noti-information .notification-list a {
    padding: 15px;
    padding-left:20px;
}

.noti-information .notification-list a:hover {
    background: #fafafa;
}

.notification-list a:first-child{
    border-top: none;
}

.notification-list-scroll{
    height: 240px;
    overflow-y: scroll;
}

.notification-list a small {
    color: #bdbdbd;
    padding-left: 5px;
}

.notification-list a span.icon {
    margin-right: 15px;
    font-size: 16px;
    float: left;
}

.title-row {
    position: relative;
}

a.btn-view-all {
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 3px 10px;
    border-radius: 30px;
    text-decoration: none;
    white-space: nowrap;
}

.notification-list p,
.notification-list p small{
    margin: 0;
    padding: 0;
}

.notification-list p small {
    color: #a9a9a9;
}


.task-list .progress {
    margin: 10px 0 0 0px;
    height: 10px;
}

.task-info {
    float: left;
    width: 87%;
}

.noti-information .mail-list .un-read, .noti-information .mail-list .read {
    right: 20px;
}


/*---------------------
    mail notification
----------------------*/

.mail-list .single-mail {
    position: relative;
}

.mail-list .un-read,
.mail-list .read{
    position: absolute;
    right: 0px;
    top: 20px;
    font-size: 12px;
    color: #dfdfe2;
}


.notification-list.mail-list a span.icon {
    padding: 3px 10px;
    margin-top: 7px;
}

/**/

.not-list span.icon {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 33px;
    font-size: 12px;
    padding: 0!important;
    text-align: center;
}

.not-list span.icon i{
    font-size: 14px;
}


.notification-list.not-list a span.icon {
    margin-top: 5px;
}

/*-----------------------
    right notification
------------------------*/

.right-notification {
    float: right;
    margin-right: 40px;
    height: 60px;
}

.right-notification .notification-menu > li > a {
    /*padding-top: 15px;*/
    /*padding-bottom: 16px;*/
}

.right-notification .notification-menu li a {
    height: 60px;
    line-height: 60px;
    padding: 0 15px;

}

.right-notification .notification-menu li li a {
    height: auto;
    line-height: normal;
    padding: 15px;
}
.right-notification .notification-menu li  a .user_name{
    width:39px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inherit;
    vertical-align: middle;
}

.right-notification .notification-menu li a{
    color: #8b8b8b;
}

.right-notification .notification-menu > li > a > img {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    margin-right: 10px;
}

.right-notification .notification-menu li a i {
    font-size: 16px;
    position: absolute;
    right: 15px;
}

.right-notification .input-group {
    margin-top: 7px;
}


.right-notification .rounded {
    border-radius: 100px;
    background: #f3f3f3;
    border: none;
    box-shadow: none;
}

.right-notification .search .btn-sm,
.right-notification .search .btn-group-sm > .btn {
    font-size: 13px;
    line-height: 1.6;
    outline: none;
}

.right-notification .search input.form-control {
    width: 122px;
}

.right-notification .search .twitter-typeahead {
    float: left;
}

.search .input-group-btn > .btn  {
    border: none;
    background: none;
}

.search .input-group {
    background: #f3f3f3;
    border-radius: 100px;

}

.right-notification .notification-menu > li > a > span.fa-angle-down {
    margin-left: 5px;
}


.typeahead,
.tt-query,
.tt-hint {
    /*width: 396px;*/
    height: 31px;
    padding: 8px 0px 8px 10px;
    font-size: 13px;
    line-height: 30px;
    border: 2px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    outline: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    /* Safari and Chrome */
    .typeahead,
    .tt-query,
    .tt-hint {
        height: 30px;
    }
    /* Safari only override */

    /*::i-block-chrome,.flex-direction-nav-featured a{*/
    /**/
    /*}*/
}


.tt-hint {
    color: #999
}

.tt-dropdown-menu {
    width: 130px;
    margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0px;
}

.tt-suggestion {
    padding: 3px 10px;
    font-size: 14px;
    line-height: 24px;
}

.tt-suggestion.tt-cursor {
    color: #fff;
}

.tt-suggestion p {
    margin: 0;
}

.gist {
    font-size: 14px;
}

/*---------*/

.right-notification .search input.form-control:focus {
    /*width: 130px;*/
}


.right-notification .search input.form-control,
.right-notification .search input.form-control:focus{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


.dropdown-usermenu.purple:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    right: 6%;
    position: absolute;
    top: -6px;
}

.dropdown-usermenu.purple:after {
    border-bottom: 6px solid #9c78cd;
}


.right-notification .notification-menu .dropdown-menu li a:hover {
    background: #f7f7f7;
}


.right-notification .notification-menu .dropdown-menu li a:hover {
    /*color: #fff;*/
}


.dropdown-usermenu.purple {
    border-top: 1px solid #9c78cd;
}


.notification-menu .dropdown-menu {
    padding: 0;
}



/*---------------------
    body content
-----------------------*/

.body-content {
    margin-left: 200px;
    background: #f3f3f3;
    min-height: 900px;
    position: relative;
    height: 100% !important;
}

.wrapper2 {
    padding: 20px;
}

.wrapper {
	margin:0 20px;
    background-color:#fff;
	margin:0 20px;
	box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	border-radius:6px;
    padding:20px;
}

.row {

    margin-right: -10px;
    margin-left: -10px;

}
.wrapper::after {
    clear: both;
    display: block;
    content: '';
    margin-bottom: 30px;
}

.wrapper.no-pad {
    display: table-cell;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {

    color: #fff;
    background-color: #0e869f;

}

/*------------------
    page heading
-------------------*/

.page-head {
    padding: 20px 20px 10px 20px;
    background: #f3f3f3;
    position: relative;
    overflow: hidden;
}

.page-head h3 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 300;
}
.page-head .sub-title {
    color: #a3a3a3;
    font-size: 14px;
}


.state-information {
    position: absolute;
    right: 20px;
    top: 20px;
}

.state-information .state-graph {
    float: right;
    margin-left: 60px;
    text-align: center;
}

.state-information .state-graph .info {
    font-size: 12px;
    color: #555555;
}

.state-graph .chart {
    margin-bottom: 5px;
}
.page-head .m-b-less{
    padding-right:25px;
}
.page-head .btn{
    float:left;
    margin-top:-5px;
    padding:2px 10px;
}

@media  screen and (max-width: 768px) {
    .page-head-addbtn{
        display: block;
        width:100%;
    }
   .page-head .btn{
      display: block;
      width:100%;
      margin-top:10px;
   }
}
/*---------------------
    state overview
-----------------------*/

.state-overview .symbol, .state-overview .value {
    display: inline-block;
    text-align: center;

}

.state-overview .value  {

    text-align: left;
	display: inline-block;
	vertical-align: middle;
}

.state-overview .value h1, .state-overview .value p  {
    margin: 0;
    padding: 0;
}

.state-overview .value h1 {
    font-weight: 300;
    font-size: 30px;

}
}

.state-overview .symbol i {
    font-size: 25px;
}

.state-overview .symbol {
    width: 23%;
    padding: 40px 15px;
}

.state-overview .value {
    width: 75%;
    border-left: 1px solid;
   /* padding-left: 10%; */
}

.state-overview .value.gray {
    border-color:#eaeaeb ;
}
.state-overview .value.white {
    border-color:rgba(255,255,255,.2) ;
}

/*----------------------*/

.state-overview .green {
    background: #53d192;
    color: #fff;
}

.state-overview .purple {
    background: #a979d1;
    color: #fff;
}

.state-overview .red {
    background: #ff6c60;
    color: #fff;
}

.state-overview .yellow {
    background: #f8d347;
    color: #fff;
}

.state-overview .blue {
    background: #57c8f2;
    color: #fff;
}


/*-------------------------------
    text color
--------------------------------*/


.green-color, .text-success {
    color: #53d192;
}

.purple-color, .text-primary {
    color: #a979d1;
}

.blue-color, .text-info {
    color: #6bd3f3;
}

.yellow-color, .text-warning {
    color: #ffd200;
}

.red-color, .text-danger {
    color: #e55957;
}
/*---------------------
    tools
-----------------------*/


.tools {
    margin: -5px;
}
.tools a {
    border-radius: 2px;
    color: #C5C5CA;
    float: left;
    padding: 2px;
    text-decoration: none;
    font-size: 15px;
}

.tools a:hover {
    background: #7cd8a9;
    color: #fff;
}


.refresh-block{
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.8);
    -webkit-transition: all .05s ease;
    transition: all .05s ease;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 1000;
    border-radius: 2px;
}

.refresh-block .refresh-loader{
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
}
.refresh-block .refresh-loader i{
    display: inline-block;
    line-height: 32px;
    color: #000;
    font-size: 16px;
}

/*---------------------
    footer content
-----------------------*/


footer {
    background: #e9e9eb;
    padding: 15px 20px;
    color: #232425;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

footer.sticky-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

/*---------------------------
    monthly page view
----------------------------*/

.monthly-page-view {
    margin: 0px;
    padding-left: 0;
}

.monthly-page-view li {
    padding: 20px 0px;
    list-style: none;
}

.monthly-page-view li:last-child .chart {
    margin-top: 10px;
}

.page-view-label span {
    display: block;
    color: #bdc1c3;
}
.page-view-value {
    font-size: 26px;
    color: #555555 !important;
    font-weight: 400;
    margin-bottom: 10px;
}

/*----------------------------------
    Checkbox and Radio buttons
-------------------------------------*/

.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 5px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    padding-right: 10px;
}

.checkbox-custom,
.radio-custom {
    margin: 5px 0 10px 0;
    padding-left: 0px;
    display: block;
}

.checkbox-custom.inline,
.radio-custom.inline {
    padding-left: 0px;
    display: inline-block;
    margin: 10px 0 10px 0;
}

.checkbox-custom label,
.radio-custom label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 30px !important;
    margin-right: 15px;
}

.checkbox-custom label:before,
.radio-custom label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    position: absolute;
    left: 0px;
    border: 1px solid #dbdbdb;
    margin-top: 4px;
}


.checkbox-custom input[type=radio][disabled] + label:after {
    background-color: #e6e6e6;
}

.checkbox-custom label {
    white-space: nowrap;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.checkbox-custom label:before {
    top: -1px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.checkbox-custom label::after {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 2.5px;
    top: 3px;
    font-size: 12px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.checkbox-custom input[type=checkbox] {
    display: none;
}

.checkbox-custom input[type=checkbox]:checked + label:before {
    border-width: 8px;
}

.checkbox-custom input[type=checkbox]:checked + label::after {
    font-family: 'iconfont';
    content: "\e62e";
    color: #fff;
}

.checkbox-custom input[type=checkbox][disabled] + label {
    opacity: 0.5;
}

.checkbox-custom input[type=checkbox][disabled] + label:before {
    background-color: #e2e5e9;
}

.radio-custom label {
    margin-bottom: 6px;
}

.radio-custom label:before {
    border-radius: 50%;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.radio-custom input[type=radio]:checked + label:before {
    border-width: 6px;
}

.radio-custom input[type=radio] {
    display: none;
}

.radio-custom input[type=radio][disabled] + label {
    opacity: 0.5;
}

.radio-custom.radio-success input[type=radio]:checked + label:before,
.checkbox-custom.check-success input[type=checkbox]:checked + label:before{
    border-color: #53D192;
}

.radio-custom.radio-primary input[type=radio]:checked + label:before,
.checkbox-custom.check-primary input[type=checkbox]:checked + label:before{
    border-color: #8f67b1;
}

.radio-custom.radio-info input[type=radio]:checked + label:before,
.checkbox-custom.check-info input[type=checkbox]:checked + label:before{
    border-color: #119dc9;
}

.radio-custom.radio-warning input[type=radio]:checked + label:before,
.checkbox-custom.check-warning input[type=checkbox]:checked + label:before{
    border-color: #ecc200;
}

.radio-custom.radio-danger input[type=radio]:checked + label:before,
.checkbox-custom.check-danger input[type=checkbox]:checked + label:before{
    border-color: #e55957;
}

.radio-custom.radio-dark input[type=radio]:checked + label:before,
.checkbox-custom.check-dark input[type=checkbox]:checked + label:before{
    border-color: #333;
}

/*---------------
    form layout
--------------*/

.form-control {
    border: 1px solid #dfdfdf;
    box-shadow: none;
    border-radius: 0;
   
}

.form-control:focus {
    box-shadow: none;
}

/*--------------------------
      picker
---------------------------*/

.add-on {
    float: right;
    margin-top: -37px;
    padding: 3px;
    text-align: center;
}

.add-on .btn {
    padding: 9px;
}


.colorpicker.dropdown-menu {
    min-width: 130px;
    padding: 5px;
}

.datepicker.dropdown-menu {
    z-index: 1060;
    padding: 5px;
}

.custom-date-range .input-group-addon {
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
}

.input-group-btn.add-on:last-child>.btn  {
    margin-left: -31px;
}



/*-------------
    Table
--------------*/

.custom-table tr th,
.custom-table tr td {
    vertical-align: middle !important;
}

.custom-table tr td .progress {
    margin-bottom: 0px;
}

.table-hover > tbody > tr:hover {
    background-color: #e8e8e8;
}

/*-------------
    general
--------------*/

.btn-gap .btn {
    float: left;
    margin-right: 5px;
}

.breadcrumb li a {
    color: #4d4d4f;
}

.breadcrumb li a:hover {
    color: #2b2b2c;
}

.light-color {
    color: #fff !important;
}

.pulse {
    margin:100px auto 40px;
    padding:5px 10px;
    border:1px solid #ddd;
    color:#000;
    text-align:center;
    text-shadow:none;
}
.pulse {margin:20px; float:left; }
.end {text-align:right;font-style:italic;}


/*-------*/


.isolate-tabs {
    margin-bottom: 20px;
}

.isolate-tabs li a {
    color: #333;
}

.isolate-tabs .panel-body{
    background: #fff;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.isolate-tabs .nav-tabs.nav-justified > li > a,
.isolate-tabs .nav-tabs > li > a{
    border-radius: 0;
}

.panel-heading.tab-dark .nav {
    border: medium none;
    font-size: 13px;
    margin:  -15px;
}

.tab-dark {
    background: #32323a;
    border-bottom: none;
}

.tab-dark .nav-tabs > li > a {
    margin-right: 1px;
}

.tab-dark  .nav > li > a {
    position: relative;
    display: block;
    padding: 12px 15px;
}

.tab-dark li a i {
    padding: 0 5px;
}

.panel-heading .nav > li > a,
.panel-heading .nav > li.active > a, .panel-heading .nav > li.active > a:hover, .panel-heading .nav > li.active > a:focus {
    border-width: 0;
    border-radius: 0;
}

.panel-heading .nav > li > a {
    color: #fff;
}

.panel-heading .nav > li.active > a, .panel-heading .nav > li > a:hover {
    color: #32323a;
    background: #fff;
}

.panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.tab-right {
    height: 42px;
    line-height: 13px;
}

.panel-heading.tab-right .nav-tabs > li > a {
    margin-left: 1px;
    margin-right: 0px;
}

.m-bot-none {
    margin-bottom: 0;
}

.wht-color {
    color: #fff;
}

.close-sm {
    font-size: 14px;
}

.pager a{
    color: #333;
}


/*---------------
    profile
--------------*/

.title {
    border-bottom: 1px solid #efefef;
    margin-bottom:20px;
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.title h1 {
    font-size: 20px;
    margin: 0;
    font-weight: 300;
    color: #474748;
}

.black-bg {
    background: #32323a;
}

/*---------------
    form
----------------*/

.form-control:focus {
    box-shadow: none;
}

.input-group-btn > .btn {
    position: relative;
    background: #eee;
    border-radius: 0;
    border: 1px solid #dfdfdf;
}


.radio-box, .check-box {
    margin-bottom: 10px;
}

.radio-box input, .check-box input,
.checkbox-inline input{
    margin-right: 10px;
}

.radio-inline, .checkbox-inline {
    padding-left: 0;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
}

.input-group-addon {
    border: 1px solid #dfdfdf;
    border-radius: 0px;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn,
.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn{
    border-radius: 0px;
}

.sm-input {
    width: 175px;
}


.form-horizontal.tasi-form .form-group, .s-row {
    border-bottom: 1px solid #eff2f7;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.form-horizontal.tasi-form .form-group:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}


.form-horizontal.tasi-form .form-group .help-block {
    margin-bottom: 0;
}


.round-input {
    border-radius: 500px;
    -webkit-border-radius: 500px;
}


.form-horizontal.tasi-form .checkbox-inline > input {
    margin-top: 1px;
    border:none;
}

input.spinner[type="text"], input.spinner[type="password"], input.spinner[type="datetime"], input.spinner[type="datetime-local"], input.spinner[type="date"], input.spinner[type="month"], input.spinner[type="time"], input.spinner[type="week"], input.spinner[type="number"], input.spinner[type="email"], input.spinner[type="url"], input.spinner[type="search"], input.spinner[type="tel"], input.spinner[type="color"] {
    background: url("../images/spinner.gif") right no-repeat !important;
}


.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus {
    box-shadow: none;
}


/*------------------
    form wizard
------------------*/

.wizard > .content {
    background: #fff;
}

.wizard > .content > .body {
    padding:0px;
}

.wizard > .content > .body ul > li {
    display: block;
}

.wizard > .steps .number {
    font-size: 13px;
    text-align: center;
    background: #ccc;
    color: #323232;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
    background: #e8e8e8;
    color: #323232;
    cursor: default;
}

.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active, .wizard > .content {
    border-radius: 2px;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
    background: #53D192;
}


.wizard > .steps .current a .number,
.wizard > .steps .current a:hover .number,
.wizard > .steps .current a:active .number{
    background: #fff;
    color: #53D192;
}

.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    background: #989898;
    /*color: #323232;*/
}

.wizard > .content > .body label.error {
    margin-left: 0;
    color: #e55957;
}

.wizard > .actions {
    margin-bottom: 30px;
}

.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
    background: #53D192;
    color: #fff;
    border-radius: 2px;
}
.wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
    background: #e2e2e2;
    color: #323232;
}

.wizard > .content > .body label {
    display: inline-block;
    margin-top: 10px;
}

.wizard > .content > .body ul > li {
    display: block;
    line-height: 30px;
}

.title {
    border-bottom: 1px solid #efefef;
    margin-bottom:20px;
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.title h1 {
    font-size: 20px;
    margin: 0;
    font-weight: 300;
    color: #474748;
}

/* MEDIA QUERIES */

@media screen and (max-width: 1024px) {

    body {
        position: relative;
    }

    .sidebar-left {
        margin-left: -240px;
        transition: margin-left ease 0.5s;
        -webkit-transition: margin-left ease 0.5s;
        -moz-transition: margin-left ease 0.5s;
        -o-transition: margin-left ease 0.5s;
    }

    .body-content {
        margin-left: 0;
        width: 100%;
        transition: margin-left ease 0.5s;
        -webkit-transition: margin-left ease 0.5s;
        -moz-transition: margin-left ease 0.5s;
        -o-transition: margin-left ease 0.5s;
    }

    .sidebar-collapsed .sidebar-left {
        display: none;
    }

    .sidebar-collapsed .body-content {
        margin-left: 0;
    }

    .sidebar-collapsed .header-section {
        margin-left: 0;
    }

    .sidebar-open section {
        overflow-x: hidden;
    }

    .sidebar-open .sidebar-left {
        margin-left: 0px;
        transition: margin-left ease 0.5s;
        -webkit-transition: margin-left ease 0.5s;
        -moz-transition: margin-left ease 0.5s;
        -o-transition: margin-left ease 0.5s;  
    }

    .sidebar-open .body-content {
        margin-left: 240px;
        transition: margin-left ease 0.5s;
        -webkit-transition: margin-left ease 0.5s;
        -moz-transition: margin-left ease 0.5s;
        -o-transition: margin-left ease 0.5s;
    }

    .btn-demo {
        margin-bottom: 20px;
    }

    .left-sideinner {
        padding: 5px 10px;
    }

    .left-sideinner .search-content input {
        background: #fff;
        border: 0;
    }

    .sticky-header .header-section {
        left: 0;
    }

    .sticky-header.sidebar-open .header-section {
        left: 240px;
    }

    .sticky-header .right-notification {
        margin-right: 0px;
    }

    .non-sticky-header .sidebar-left-info {
        margin-top: 60px;
    }

    .non-sticky-header  .side-navigation {
        margin-top: 0px;
    }

    .non-sticky-header .sidebar-left .search-content {
        margin-top: 60px;
    }

    .wide-full {
        width: auto;
    }

    .gallery li{
        width: 45%;
    }

}


@media screen and (max-width: 767px) {

    .search-content {
        position: relative;
    }

    .search-content input {
        background:#fff;
    }

    .sidebar-left .search-content  {
        display: block;
    }

    .breadcrumb-wrapper, .search-content {
        display: none;
    }

}

@media only screen and  (max-width: 479px) {

    .notification-menu li:nth-child(2) .dropdown-menu {
        margin-right: 0px !important;
    }
    .notification-menu .dropdown-title {
        min-width: 265px;
        padding: 0;
    }
    .notification-menu .info-number {
        padding: 0px 10px;
    }

    button.btn {
        margin-bottom: 10px;
    }

}

@media screen and (max-width: 360px) {

    .notification-menu li:first-child .dropdown-menu {
        margin-right: -90px;
    }

    .notification-menu li:nth-child(2) .dropdown-menu {
        margin-right: -45px;
    }

    .notification-menu li:nth-child(3) .dropdown-menu {
        margin-right: 0px;
    }

    .nav-tabs.nav-justified.nav-profile > li {
        float: none;
        display: block;
        width: auto;
    }

    .d-none {
        display: none;
    }

}

@media screen and (max-width: 320px) {

    .d-none {
        display: none;
    }

}

/*------------------
    sale monitor
-------------------*/

.sale-monitor .title{
    margin: 0 0 40px 0;
}

.sale-monitor .title h3{
    font-size: 14px;
    text-transform: uppercase;
    color: #555;
    margin: 20px 0 10px 0;
}

.sale-monitor .title p{
    font-size: 14px;
    color: #b1b5b7;
}

.sale-monitor .states {
    width: 90%;
}

.sale-monitor .states .info {
    display: inline-block;
    width: 100%;
    font-size: 13px;
}


/*------------------------------
        widget
-------------------------------*/

.state-alt.state-overview .value {
    border: none;
}

.state-alt .symbol span {
    width: 100%;
    height: 0;
    padding-bottom:100%;
	overflow: hidden;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
	position: relative;
	vertical-align: middle;
}

.state-alt .symbol span i {
    position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	font-size:33px;
    color: #fff;
	line-height: 100%;
}

.state-alt .symbol {
    padding: 5% 3%;
	line-height:100%;
}



.state-alt .value h1{
    font-size: 24px;
    color: #2b2b2c;
    font-weight: 400;
	min-height:26px;
}

.state-alt .value p{
    color: #a4a4a4;
}

.y-border {
    border-left: 2px solid #ffd200;
}

.g-border {
    border-left: 2px solid #53d192;
}

.p-border {
    border-left: 2px solid #9c78cd;
}

.b-border {
    border-left: 2px solid #6BD3F3;
}
.side-navigation .iconfont {
    margin-right: 5px;
}

.form-signin {
    max-width: 330px;
    margin: 50px auto 0;
}
.iconic-input i {
    color: #CCCCCC;
    display: block;
    font-size: 15px;
    height: 16px;
    margin: 10px 5px 8px 10px;
    position: absolute;
    text-align: center;
    width: 16px;
}
.form-signin input[type="text"], .form-signin input[type="password"] {
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-shadow: none;
    font-size: 13px;
    color: #fff;
    padding: 12px;
}

.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .seccode .seccode_input{
	float: left;
	width:70%;
}
.form-signin .seccode .seccode_input .input-style{
	width:100%!important;
	line-height:18px;
	border-radius:4px 0 0 4px;
	color:#000;
}
.form-signin .seccode .seccode_img{
	float:right;
	width:30%;
}
.form-signin .seccode .seccode_img img{
	height:44px;
	border-radius:0 4px 4px 0;
	width: 100%;
}
.form-signin .edit-submit{
	background:#58a7fe;
	border-color:#58a7fe;
}
.input-upload-img {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}
/*֧��ѡ��*/
 .pay_radio{
	 display: none;
 }
  .pay_style {display: inline-block;                                                                                             
    position: relative;
    margin-right: 10px;
    padding: 5px 14px;
    border: 1px solid #ddd;
	min-width:115px;
	text-align: center;
	}
 
  .pay_style .icon{
	  width:25px;
  }
  .pay_radio:checked+ .pay_style{
	  border-color:#5bc0de;
  }
  .pay_style .icon_sign{
	  position: absolute;
	  width: 20px;
	  right: 0;
	  top: 0;
	  display: none;
  }
   .pay_radio:checked+ .pay_style .icon_sign{
	   display: block;
   }
   
   .h_code_box{overflow: hidden;}
   .h_code_box .left_box{width:68%;display: inline-block;}
   .h_code_box .item_title{line-height:35px;text-align:left;margin-bottom: 0;font-size: 16px;}
   .h_code_box .download_url,.h_code_box .detail_url,.h_code_box .play_url{padding:10px;background:#ccc;text-align:center;display: block;overflow: hidden;}
   .h_code_box .qrcode_box{width:32%;float:right;}
   .h_code_box .qrcode_box .img_code{display: block;width:77%;margin:auto;}
   .h_code_box .qrcode_box .qrcode_alt{text-align: center;padding:5px 0 10px;display: block;}
  
@media screen and (max-width: 580px) {
	.state-alt .symbol span i{font-size:20px;}
	.wrapper{margin-left:0;margin-right: 0;}
}

.l_border{
	position: relative;
}
.l_border:before{
	content:'';
	width:1px;
	height:50%;
	left:-1px;
	top:50%;
	transform: translateY(-50%);
	position: absolute;
	background:#ddd
}

.fn_icon_list{
	overflow: hidden;
}
.fn_icon_list .item{
	width:12.5%;
	text-align: center;
	display: inline-block;
	float:left;
	padding-bottom: 18px;
}
.fn_icon_list .item img.icon{
	width:37%;
	overflow: hidden;
	margin-bottom:5px;
	max-width:44px;
}
@media (max-width:414px) {
	.fn_icon_list .item{
		width:33.33%
	}
}
.form-inline .form-control{
	margin-bottom:5px;
}