
.hbox {
    display: table;
    table-layout: fixed;
    border-spacing: 0;
    width: 100%;
}

.hbox > aside, .hbox > section {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    float: none;
}

.vbox {
    display: table;
    border-spacing: 0;
    position: relative;
    height: 100%;
    width: 100%;
}

.vbox > section, .vbox > footer {
    top: 0;
    bottom: 0;
    width: 100%;
}

.scrollable {
    -webkit-overflow-scrolling: touch;
}

.scrollable {
    overflow-x: hidden;
    overflow-y: auto;
}

.vbox > section.w-f {
    bottom: 50px;
}

.vbox > section.w-f-md {
    bottom: 60px;
}

.vbox > footer {
    top: auto;
    z-index: 1000;
}

.vbox.flex > header, .vbox.flex > section, .vbox.flex > footer {
    position: inherit;
}

.vbox.flex > section {
    display: table-row;
    height: 100%;
}

.vbox.flex > section > section {
    position: relative;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

.ie .vbox.flex > section > section {
    display: table-cell;
}

.vbox.flex > section > section > section {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#list-left .list-group-item {
    text-align: center;
}

#list-left .list-group-item.white {
    background-color: white;
}

#cartbar {
    z-index: 1200;
}

#cartbar {
    padding: 8px 15px;
}

#cartbar .clear {
    padding-top: 2px
}

padding: 12px 15px; #cartlist {
    z-index: 1150;
}

.tmask {
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 1000;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.tmask.activa {
    opacity: 0.7;
    display: block;
}

.sweet-icon[data-has-cancel-button=false] button {
    box-shadow: none !important;
}

.sweet-icon .icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    border-radius: 50%;
    margin: 30px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box;
    z-index: 0;
}

.sweet-icon .icon.error {
    border-color: #a23030;
}

.sweet-icon .icon.error .x-mark {
    position: relative;
    display: block;
}

.sweet-icon .icon.error .line {
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: #a23030;
    display: block;
    top: 33px;
    border-radius: 2px;
    border-bottom-style: hidden;
}

.sweet-icon .icon.error .line.left {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 17px;
}

.sweet-icon .icon.error .line.right {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 16px;
}

.sweet-icon .icon.warning {
    border-color: #F8BB86;
}

.sweet-icon .icon.warning .body {
    position: absolute;
    width: 5px;
    height: 47px;
    left: 50%;
    top: 10px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #F8BB86;
}

.sweet-icon .icon.warning .dot {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    left: 50%;
    bottom: 10px;
    background-color: #F8BB86;
}

.sweet-icon .icon.info {
    border-color: #C9DAE1;
}

.sweet-icon .icon.info::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 29px;
    left: 50%;
    bottom: 17px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #C9DAE1;
}

.sweet-icon .icon.info::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    top: 19px;
    background-color: #C9DAE1;
}

.sweet-icon .icon.success {
    border-color: rgba(183, 240, 0, 0.36);
}

.sweet-icon .icon.success::before, .sweet-icon .icon.success::after {
    content: '';
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    /* background: white; */
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sweet-icon .icon.success::before {
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
}

.sweet-icon .icon.success::after {
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0px 60px;
    transform-origin: 0px 60px;
}

.sweet-icon .icon.success .placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid #6cd09d;
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2;
}

.sweet-icon .icon.success .fix {
    width: 5px;
    height: 90px;
    /* background-color: #303131; */
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sweet-icon .icon.success .line {
    height: 5px;
    background-color: #6cd09d;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
    margin: 5px 0;
    font-size: 0;
    overflow: hidden;
    border: 0;
}

.sweet-icon .icon.success .line.tip {
    width: 25px;
    left: 14px;
    top: 40px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sweet-icon .icon.success .line.long {
    width: 47px;
    right: 8px;
    top: 32px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sweet-icon .icon.custom {
    background-size: contain;
    border-radius: 0;
    border: none;
    background-position: center center;
    background-repeat: no-repeat;
}

.icon.success.animate::after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    -moz-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }

    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
}

@-moz-keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }

    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
}

@keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }

    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
}

.navbar-header .btn-link {
    padding: 25px 17px;
    font-size: 16px;
}

.nav-tabs.nav-home {
    width: 100%;
    border-bottom: 0;
}

.nav-tabs.nav-home > li {
    float: none;
    border: 0px;
    border-right: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    /* border-top: 1px solid #f3f3f3; */
}

.nav-tabs.nav-home.nav-dark > li {
    float: none;
    border: 0px;
    background: #b5b5b5;
    /* border-right: 1px solid #464646; */
    /* border-bottom: 1px solid #7d7b7b; */
    /* border-top: 1px solid #7d7b7b; */
}

.nav-tabs.nav-home > li:last-child {
    border-right: 0px;
}

.nav-tabs.nav-home > li > a {
    /* margin-bottom: 5px; */
    text-align: center;
    line-height: 22px;
    padding: 12px 0;
    color: #505050;
    background: #ffffff;
}

.nav-tabs.nav-home.nav-dark > li > a {
    padding: 18px 0 14px;
    color: #ffffff;
    background: #3a3a3a;
}

.nav-tabs.nav-home .text-white {
    color: #fff;
}

.home-fa-1 {
    color: #ffb900;
}

.home-fa-2 {
    color: #ff8481;
}

.home-fa-3 {
    color: #6dcca0;
}

.home-fa-4 {
    color: #a9a9a9;
}

.home-fa-5 {
    color: #6dcca0;
}

.home-fa-6 {
    color: #ffb900;
}

.home-fa-7 {
    color: #8a9eff;
}

.home-fa-8 {
    color: #8a9eff;
}

.home-fa-9 {
    color: #868ab5;
}
.home-fa-10 {
    color: #ef6363;
}

.id-card-wrapper {
    padding: 10px 10px;
    /* background-image: linear-gradient(rgba(255, 255, 255, 0) 80%,rgba(113, 113, 113, 0.1)); */
    background-color: #f2f4f8;
}

#id-card, .id-card {
    border-radius: 5px;
    background-color: #228fe1;
    background-image: linear-gradient(130deg,rgb(102, 187, 249),rgb(90, 135, 255));
    color: rgb(255, 255, 255);
    /* text-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px; */
    box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.3);
    border: 0;
    width: 100%;
    margin: auto;
    /* background-image: url(/upload/default/idcard.png); */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}
#id-card, .id-card .avatar{
    max-width: 60px;
    margin-right: 15px;
    border: 2px solid rgba(255, 255, 255, 0.55);
    z-index: 100;
}
 .id-card .logotitle{
     margin-top: 4px;
     font-size: 22px;
     z-index: 1000;
     /* text-align: right; */
 }
 
 .id-card .logoremark{
     margin-top: 2px;
     font-size: 12px;
     /* text-align: right; */
     z-index: 100;
 }
  .id-card .nickname{
        max-width: 200px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        z-index: 110;
        position: relative;
        font-size: 16px;
        margin-top: 1px;
 }
 .id-card  .usertitle{font-size:12px;display: block;}
.tool-nav {
    padding: 10px 15px;
    background-color: #454545;
    margin-bottom: -1px;
    text-align: center;
    font-size: 12px;
}
.tool-nav .fa{
    font-size: 19px;
}

.tool-nav .padder-v {
    padding: 10px 0px 10px;
}

.tool-nav a {
    color: white;
}
.tool-nav .activate {
   /* background: #6c6c6c; */
   /* color: #ffffff; */
   /* box-shadow: inset 0px 0px 60px rgba(0,0,0,0.5); */
   /* border-top: 3px solid #ffb500; */
}
.tool-nav .activate small {
    /* border-bottom: 3px solid #3f63ff; */
}

.id-card-shadow{background-image: url(/upload/default/idcard.png);background-repeat: no-repeat;background-size: cover;background-position: right bottom;position: absolute;left: 0;top: 0;width: 100%;height: 100%;pointer-events: none;border-radius: 5px;}


.home-nav .h4{
    font-size:16px;
      overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; 
}

.home-nav .h5{
    font-size:14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 15px;
}

.home-nav .small{
    font-size:12px;
    color:darkgrey;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; 
}
.home-nav .bg-white{

margin-bottom: 10px;

border-radius: 4px;

padding: 15px 55px 15px 20px;

background: #ffffff;

background-repeat: no-repeat;

background-size: 56px;

background-position: right;

/* text-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px; */

box-shadow: 0px 1px 10px -2px rgba(0,0,0,0.1);
}

.home-nav .bg-nav-scan{
    background-image: url(/upload/default/bg-nav-scan.jpg); 
}

.home-nav .bg-nav-about{
    background-image: url(/upload/default/bg-nav-about.jpg); 
}

.home-nav .bg-nav-honor{
    background-image: url(/upload/default/bg-nav-honor.jpg); 
}

.home-nav .bg-nav-train{
    background-image: url(/upload/default/bg-nav-train.jpg); 
}

.home-nav .bg-nav-contact{
    background-image: url(/upload/default/bg-nav-contact.jpg); 
}


.home-nav .new-list .title{min-height: 28px;margin-top: 3px;margin-bottom: 5px;font-size: 14px;display: block;}

.pagination>li>a,.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination li a,
.pagination li.disabled a {
  background-color: #ffffff;
  border-color: #ececec;
  border-radius: 1px !important;
  color: #383838;
  cursor: pointer;
  min-width: 40px;
  text-align: center;
  line-height: 26px;
}
.pagination li.active a,
.pagination li:hover a,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #98a3a3 !important;
  border-color: #98a3a3 !important;
  color: #fff;
}
.pagination li.disabled a {
  color: #ddd;
}
.pagination li.active a {
  box-shadow: 0 3px 5px rgba(0,0,0,0.125) inset;
}