﻿a{ text-decoration: none; }
.container{
  max-width: 1140px;
}

.btn{
  border-radius: 31px;
  padding: 6px 16px;
}

.ck.ck-content{
  min-height: 250px;
}

.loading-overplay{
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 800;
  top: 0;
  display: none;
  background: rgba(64,78,103,0.5);
}

.hide-overplay{
  display: none!important;
}

.loading-overplay.top{
  z-index: 8000;
}

.card {
  position: relative;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #d7d7d7;
}

.card-header {
  padding: 20px 15px;
  border-bottom: 1px solid #d7d7d7;
}

.card-header .card-title {
    margin-bottom: 0;
    font-weight: 600;
}
.card-title {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .05rem;
    font-size: 14px;
}

.card-block {
  padding: 15px;
}

.card-footer {
    padding: 15px;
    border-top: 1px solid #d7d7d7;
}


body{
  color: #545454;
  font-family: 'Open Sans', Montserrat,Georgia,'Times New Roman',Times,serif;
  font-size: 14px;
}

header{
  width: 100%;
  box-shadow: 0 8px 24px rgba(21,48,142,.006);
  background-color: #262b36;
}

header .navbar{
  margin-bottom: 0px;
  padding: 7px 0;
  border-radius: 0px;
}

header .navbar-brand{
  padding: 10px 15px;
}

header .navbar-brand img{
  height: 30px;
}

header .nav-right{
  padding: 8px 0;
  margin-bottom: 0px;
}

header .nav-right .dropdown{
  list-style: none;
}

header .nav-right .dropdown img{
  width: 30px;
  border-radius: 50px;
  border: 3px solid #ffffff;
}

header .nav-right li.dropdown>a{
  color: #fff;
  text-decoration: none;
}

header .nav-right li.dropdown>a>.name{
  padding: 0 5px;
  display: inline-block;
}

header .nav-right li.dropdown .dropdown-menu{
  border-radius: 4px;
}

header .navbar-toggle{
  background-color: #fff;
  border: 1px solid #e2e2e2;
}

header .navbar-toggle .icon-bar{
  background: #e2e2e2;
}


header .navbar-nav>li>a{
  color: #fff;
  background-color: transparent!important;
}

header .navbar-collapse{
  padding-right: 0px;
}

.banner{
  padding: 50px 0;
  background-position: center;
  background-blend-mode: overlay;
  border-bottom: 1px solid #f5f5f5;
}

.banner .banner-bg{

}

/*Product*/
.produtcs{
  padding: 30px 0;
}

.produtcs .item{
  border: 1px solid #f5f5f5;
  margin-bottom: 30px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 6px;
}

.produtcs .item .box-img{
  position: relative;
  overflow: hidden;
}

.produtcs .item .box-img img{
  width: 100%;
  border-radius: 6px 6px 0 0;
}

.produtcs .item .box-img .featured-product-label {
  position: absolute;
  top: 20px;
  left: -51px;
  padding: 0 56px;
  z-index: 2;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  font-size: 12px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  background-color: #ff6100;
  color: #ffffff;
}

.produtcs .item .box-info{
  margin: 15px;
  height: 120px;
}

.produtcs .item .box-info .title{
  font-size: 14px;
  margin-bottom: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.produtcs .item .box-info .title a{ 
  color: #000;
}

.produtcs .item .box-info .title a:hover{
  text-decoration: underline;
}

.produtcs .item .box-info .category{
  font-size: 12px;
  color: #c5c5c5;
  margin-bottom: 3px;
}

.produtcs .item .box-info .box-price{
  border-top: 1px solid #f5f5f5f5;
  padding-top: 10px;
  margin-top: 10px;
}

.produtcs .item .box-info .box-price .price{
  display: inline-block;
}

.produtcs .item .box-info .box-price .price .default{
  font-size: 22px;
  color: #ff6100;
  font-weight: bold;
  padding-top: 3px;
}

.produtcs .item .box-info .btn-buy{
  background-color: #1dce43;
  border-width: 1px;
  border-color: #1dce43;
  color: #fff;
  border-radius: 30px;
  box-shadow: none;
}

.produtcs .item .box-info .btn-buy:hover{
  background-color: #191919;
  border-color: #191919;
}

.produtcs .item .box-info .btn-live-demo{
  background-color: #191919;
  border-color: #191919;
  color: #ffffff;
  border-radius: 30px;
  margin-right: 5px;
  transition: 0.2s all;
}

.produtcs .item .box-info .btn-live-demo:hover{
    background-color: #ff6100;
    border-color: #ff6100;
}

/*Rating*/
.rating_count{
  color: #c2c2c2;
  position: relative;
  top: -1px;
}

.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    display: inline-block;
    font-size: 18px;
    margin-left: 0px;
    height: 18px;
}
.rating > span {
    display: inline-block;
    position: relative;
    width: 14px;
}
.rating.active > span:hover:before,
.rating.active > span:hover ~ span:before {
    content: "\2605";
    position: absolute;
    color: gold;
}

.rating.x5 > span:nth-child(1):before{
    content: "\2605";
    position: absolute;
    color: gold;
}

.rating.x5 > span:nth-child(2):before,
.rating.x4 > span:nth-child(2):before{
    content: "\2605";
    position: absolute;
    color: gold;
}

.rating.x5 > span:nth-child(3):before,
.rating.x4 > span:nth-child(3):before,
.rating.x3 > span:nth-child(3):before{
    content: "\2605";
    position: absolute;
    color: gold;
}

.rating.x5 > span:nth-child(4):before,
.rating.x4 > span:nth-child(4):before,
.rating.x3 > span:nth-child(4):before,
.rating.x2 > span:nth-child(4):before{
    content: "\2605";
    position: absolute;
    color: gold;
}

.rating.x5 > span:nth-child(5):before,
.rating.x4 > span:nth-child(5):before,
.rating.x3 > span:nth-child(5):before,
.rating.x2 > span:nth-child(5):before,
.rating.x1 > span:nth-child(5):before{
    content: "\2605";
    position: absolute;
    color: gold;
}

/*Product Detail*/
.product-detail{

}

.product-detail .head-title{
  margin-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
  background-color: #086cd8;
  color: #fff;
  background-image: url(../img/bg-section-1.png);
  background-size: 400px 400px;
  
}

.product-detail .head-title .container{
  
  
}

.product-detail .head-title .container .col-md-12{
  position: relative;
  padding-bottom: 66px;
  padding-top: 36px;
}

.product-detail .head-title .trending{
  position: absolute;
  top: 27px;
  background: #ff6100;
  padding: 4px 8px;
  border-radius: 32px;
  font-size: 12px;
  text-transform: uppercase;
}

.product-detail .head-title h1{
  font-weight: bold;
  font-size: 28px;
}

.product-detail .head-title .tab-detail{
  position: absolute;
  bottom: -1px;
  padding: 0;
  margin-bottom: 0px;
}

.product-detail .head-title .tab-detail li{
  display: inline-block;
}

.product-detail .head-title .tab-detail li a{
  display: inline-block;
  color: #fff;
  padding: 10px;
  border-radius: 6px 6px 0 0;
  text-decoration: none;
  padding: 10px 10px;
}

.product-detail .head-title .tab-detail li.active a{
  background: #fff;
  display: inline-block;
  color: #6c6c6c;
  font-weight: 600;
}


.product-detail .item-preview{
  background-color: #fafafa;
  color: #666666;
  margin-bottom: 20px;
  border-radius: 4px;
  border: 1px solid #e1e8ed;
  padding: 15px;
}

.product-detail .item-preview .box-img img{
  width: 100%;
  border-radius: 
}

.product-detail .item-preview .box-option{
  text-align: center;
  margin-top: 15px;
}

.product-detail .item-preview .box-option .btn{
  display: inline-block;
  box-shadow: inset 0 3px 5px transparent;
}

.product-detail .item-preview .box-option .btn.btn-preview{
  background-color: gray;
  color: #fff;
}

.product-detail .item-preview .box-option .btn.btn-one{
  margin: 0px 0px;
}

.product-detail .item-preview .box-option .btn.btn-one:hover{
  background-color: #0084B4;
}

.product-detail .item-preview .box-option .btn.btn-two{
  margin: 0px 10px;
}

.product-detail .item-preview .box-option .btn.btn-two:hover{
  background-color: #0084B4;
}

.product-detail .item-preview .box-option .btn.btn-three{
  z-index: 0;
  cursor: default;
}

.product-detail .item-preview .box-option .btn.btn-one .fa,
.product-detail .item-preview .box-option .btn.btn-two .fa{
  padding-left: 10px;
}

.product-detail .item-preview .box-option .btn.btn-i{
  border-left: 1px solid #f5f5f5!important;
  z-index: 0;

}
.product-detail .item-preview .box-option .btn.btn-i:hover{
  background-color: #0084B4;
}


/*Box License*/
.product-detail .box-license{
  border: 1px solid #e1e8ed;
  border-radius: 6px;
}

.product-detail .box-license .nav li{
  width: 50%;

}

.product-detail .box-license .nav li a{
  border: none!important;
  margin-right: 0;
  padding: 20px 10px;
  text-align: center;
  font-weight: bold;
  transition: 0.3s all;
  color: #c4c4c4;
}

.product-detail .box-license .nav li:nth-child(1) a{
  border-radius: 6px 0 0 0!important;
}

.product-detail .box-license .nav li:nth-child(2) a{
  border-radius: 0 6px 0 0!important;
}

.product-detail .box-license .nav li.active a,
.product-detail .box-license .nav li a:hover{
  background-color: transparent!important;
  border-bottom: 1px solid #ff6100!important;
  color: #000;
}

.product-detail .box-license .box-info{
  padding: 30px;
}

.product-detail .box-license .price{
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #f5f5f5;
  padding: 0 0 15px 0;
  
}

.product-detail .box-license .price .tab-pane{
  display: none;
}

.product-detail .box-license .price .tab-pane.active{
  display: block;
}

.product-detail .box-license .price .number{
  font-size: 40px;
  font-weight: bold;
  color: #ff6100;
  
}

.product-detail .box-license .price .small{
  font-size: 18px;
  position: relative;
  top: -17px;
  color: #ff6100;
}

.product-detail .box-license .price .note{
  font-size: 12px;
  color: #c9c2cd;
}

.product-detail .box-license .price .price-type{
  color: #c2c2c2;
}

.product-detail .box-license .support-terms{
  margin-left: 8px;
  list-style: none;
  margin: 0 0 8px 8px;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin-bottom: 20px;
}

.product-detail .box-license .btn-buy{
  background-color: #1dce43;
  border-width: 1px;
  border-color: #1dce43;
  color: #fff;
  border-radius: 40px;
  box-shadow: none;
}

.product-detail .box-license .btn-buy:hover{
  background-color: #000;
  border-color: #000;
}

.box-parent{
  margin-bottom: 20px;
}

.product-detail .box-sales{
  border: 1px solid #e1e8ed;
  border-radius: 6px;
  padding: 20px;
  background-color: #fafafa;
  font-size: 24px;
}

.product-detail .box-sales .number{
  font-weight: bold;
  display: inline-block;
  padding-left: 10px;
}

.product-detail .box-sales .text{
  font-size: 18px;
}

.product-detail .box-rating{
  border: 1px solid #e1e8ed;
  border-radius: 6px;
  padding: 20px;
  background-color: #fafafa;
}

.product-detail .box-rating .title{
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
}

.product-detail .box-rating .rating_count{
  display: inline-block;
  margin-top: 5px;
}

.product-detail .box-attributes{
  border: 1px solid #e1e8ed;
  border-radius: 6px;
  padding: 20px;
  background-color: #fafafa;
}

.box-attributes .item{
  position: relative;
  margin-bottom: 15px;
}

.box-attributes table{
  width: 100%;
}

.box-attributes table td.title{
  font-weight: bold;
  min-width: 135px;
  vertical-align: top;
  padding-bottom: 15px;
}

.box-attributes table td.value{
    padding-bottom: 15px;
    vertical-align: top;
}

.box-attributes .item .title{
  position: absolute;
  left: 0px;
  font-weight: bold;
  max-width: 150px;
}

.box-attributes .item .value{
  margin-left: 140px;
}

/*DESC*/
.product-detail .item-desc{
  color: #545454;
}

.user-html{
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  line-height:1.5;
  overflow:auto
}

.user-html p{
  margin-bottom:20px;
  padding:0
}

.user-html p:last-child{
margin-bottom:0
}

.user-html small{
color:#909090;
  font-size:12px
}

.user-html ol,
.user-html ul{
  margin-bottom:20px;
  padding-left:25px
}

.user-html ol:last-child,
  .user-html ul:last-child{
  margin-bottom:0
}

.user-html ol{
  list-style-type:decimal
}

.user-html ul{
  list-style:disc
}

.user-html table{
  margin-bottom:20px;
  max-width:100%;
  overflow:auto;
  border: 1px;
}

.user-html img{
  max-width:100%;
  text-align: center;
  margin: 5px auto;
}

.user-html blockquote{
  border-left:1px solid #454545;
  color:#777;
  font-style:italic;
  margin-bottom:20px;
  padding-left:20px
}
.user-html pre{
  margin-bottom:20px;
}

.user-html h2,
.user-html h3,
.user-html h4,
.user-html h5,
.user-html h6{
  margin:30px 0 20px;
  padding:0
}

.user-html h2:first-child,
.user-html h3:first-child,
.user-html h4:first-child,
.user-html h5:first-child,
.user-html h6:first-child{
  margin-top:0
}

.user-html h1{
  display:none
}

.user-html h2{
  border-bottom:1px solid #d4d4d4;
  font-size:20px;
  line-height:30px;
  padding-bottom:10px
}

.user-html h3{
  border-bottom:1px solid #d4d4d4;
  font-size:18px;
  line-height:27px;
  color:#545454;
  padding-bottom:10px
}

.user-html h4{
  font-size:16px;
  line-height:24px;
  font-weight:bold;
  text-transform:uppercase
}

.user-html a{
  color:#0084B4
}

.user-html a:hover{
  color:#00719b
}

.user-html ol,
.user-html ul{
  padding-left:35px
}

pre {
    background-color: whitesmoke;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f5f5f5), color-stop(50%, #e6e6e6));
    background-image: -webkit-linear-gradient(#f5f5f5 50%, #e6e6e6 50%);
    background-image: linear-gradient(#f5f5f5 50%, #e6e6e6 50%);
    background-size: 38px 38px;
    border: 1px solid #d4d4d4;
    display: block;
    line-height: 19px;
    margin-bottom: 10px;
    overflow: visible;
    overflow-y: hidden;
    padding: 0 0 0 4px;
}

/*Support*/
.supports{
  padding: 0px 0;
  position: relative;
}

.supports .btn{
  border-radius: 100px;
}

.supports .form-control{
  border: 1px solid #eceff1;
  box-shadow: none;
}

.supports .box-left{
  width: 25%;
  position: absolute;
  border-right: 1px solid #eceff1;
  overflow: hidden;
  background-color: #f5f9ff;
}

.supports .box-left .icon{
  display: none;
}

.supports .box-left .list-item{
  height: calc(100% - 105px); 
}

.supports .box-left .list-item .load-tickets{
  height: 100%;  
}

.supports .box-left .header{
  height: 51px;
  padding: 8px 10px;
  border-bottom: 1px solid #eceff1;
}

.supports .box-left .header .btn{
  border-radius: 100px;
  margin-right: 5px;
}

.supports .box-left .item{
  padding: 10px;
  position: relative;
  border-bottom: 1px solid #eceff1;
}

.supports .box-left .item .box-image{
  position: relative;
  min-height: 60px;
}

.supports .box-left .item .box-image img{
  width: 60px;
  border-radius: 6px;
}


.supports .box-left .item .box-info{
  position: absolute;
  margin-left: 70px;
  top: 0px;
  max-width: calc(100% - 95px);
  padding: 13px 0;
}

.supports .box-left .item .box-info .title{
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #7d7d7d;
}

.supports .box-left .item .box-info .desc{
  font-size: 10px;
  color: #a7a7a7;
}

.supports .box-left .item .box-info .label{
  display: inline-block;
  margin-right: 5px;
  font-weight: 600;
  padding: 4px 6px;
  border-radius: 30px;
}

.supports .box-left .empty{
  height: 100%;
  background-image: url(../img/empty.png);
  background-position: center;
  background-repeat: no-repeat;
}

.supports .box-left .item.active,
  .supports .box-left .item:hover{
  background: #e5efff;
}

.supports .box-left .item.active .title{
  font-weight: 600;
}

.supports .box-center{
  position: relative;
  margin: auto;
  border-left: 1px solid #eceff1;
  left: -1px;
  max-width: 50%;
  border-right: 1px solid  #eceff1;
  overflow: hidden;
}

.supports .box-center .list-item{
  height: calc(100% - 101px);  
}


.supports .box-center .header{
  padding: 15px;
  font-weight: 600;
  border-bottom: 1px solid #eceff1;
}

.supports .box-center .spmenu{
  padding: 10px;
  background: #fafafa;
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(100,121,143,0.122);
  box-shadow: inset 0 -1px 0 0 rgba(100,121,143,0.122);
}

.supports .box-center .spmenu .icon-left,
.supports .box-center .spmenu .icon-right{
  list-style: none;
  padding: 0;
  margin-bottom: 0px;
  display: inline-block;
}

.supports .box-center .spmenu .icon-right{
  float: right;
}

.supports .box-center .spmenu .icon-left li,
.supports .box-center .spmenu .icon-right li{
  display: inline-block;
}

.supports .box-center .spmenu .icon-left li.line{
  height: 20px;
  width: 1px;
  position: relative;
  top: 4px;
  margin: 0 5px;
  background: #cecece;
}

.supports .box-center .spmenu .icon-left li a,
.supports .box-center .spmenu .icon-right li a{
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 40px;
  text-align: center;
  line-height: 30px;
  color: #444;
  transition: 0.5s all;
  border: 1px solid #c4c4c4;
  margin: 0 3px;
}

.supports .box-center .spmenu .icon-right li a{
  color: #fff;
}

.supports .box-center .spmenu .icon-left li.active a,
.supports .box-center .spmenu .icon-left li:hover a{
  background: #eceff1;
}

.supports .box-center .spmenu .icon-left li .label,
.supports .box-center .spmenu .icon-right li .label{
  margin: 0 2px;
  display: inline-block;
  font-weight: 600;
  position: relative;
  top: -2px;
  padding: 4px 6px;
  border-radius: 30px;
}

.supports .box-center .empty{
  height: 100%;
  background-image: url(../img/empty.png);
  background-position: center;
  background-repeat: no-repeat;
}

.supports .box-center .box-search{
  border-bottom: 1px solid #eceff1;
}

.supports .box-center .box-search .input-group{
  height: 50px;
}

.supports .box-center .box-search .form-control{
  border: 1px solid #fff;
  box-shadow: none;
  height: 50px;
  z-index: 0;
}

.supports .box-center .box-search .btn{
  height: 50px;
  border-left: 1px solid #eceff1;
  border-right: none;
  border-bottom: none;
  border-top: none;
  border-radius: 0px;
}

.supports .box-center .sp-message{
  background: #ffebeb;
  padding: 15px;
  color: #cd0000;
}

.supports .box-center .box-contents{
  padding: 20px 0;
}

.supports .box-center .box-contents .headtop{
  margin-left: 56px;
}

.supports .box-center .box-contents .headtop .title .text{
  font-size: 20px;
  font-weight: 600;
}

.supports .box-center .box-contents .item{
  padding: 20px 15px 30px 15px;
  border-bottom: 1px solid #eceff1;
}

.supports .box-center .box-contents .item a{
  text-decoration: none;
}

.supports .box-center .box-contents .item-reply{
  border-bottom: none;
}

.supports .box-center .box-contents .item .box-user{

}

.supports .box-center .box-contents .item .box-user img{
  margin-right: 10px;
  border-radius: 60px;
  float: left;
  width: 32px;
  border: 1px solid #cdcdcd;
}

.supports .box-center .box-contents .item .box-user .text{
  font-weight: 600;
  color: #626262;
  line-height: 16px;
}

.supports .box-center .box-contents .item .box-user .author{
  font-size: 10px;
  color: #c7c7c7;
  font-weight: 100;
}

.supports .box-center .box-contents .item .content{
  margin-left: 44px;
  margin-top: 15px;
}

.supports .box-center .box-contents .item .content .editor{
  width: 100%;
  height: 200px;
  resize: none;
  border: 1px solid #e5e5e5;
  box-shadow: none;
}

.supports .box-center .load-ticket{
  height: calc(100%);
}

.supports .box-center .box-add-ticket{
  height: calc(100% - 51px);
}

.supports .box-center .box-add-ticket .box-contents{
  height: calc(100%);
  padding: 30px 0 0;
}

.supports .box-center .box-add-ticket .box-contents .item{
  padding: 0 15px;
  border-bottom: transparent;
  height: calc(100%);
  overflow: hidden;
}

.supports .box-center .box-add-ticket .box-contents .item .box-user{
    margin-top: 15px;
}

.supports .box-center .attach{
  margin-left: 40px;
  border-top: 1px solid #f5f5f5;
  margin-top: 15px;
  padding-top: 15px;
}

.supports .box-center .attach .attach-file{
  width: 50px;
  height: 50px;
  background-position: center;
  background-size: cover;
  display: inline-block;
  border-radius: 6px;
  margin: 0 5px 5px 0;
  border: 1px solid #e9e9e9;
}

.note-editor.note-frame .note-editing-area .note-editable{
  min-height: 200px;
}

.note-editor.note-frame{
  border: 1px solid #eceff1;
}

.panel-default>.panel-heading{
  background: #fff;
  border-bottom: 1px solid #eceff1;
}

.panel-default>.panel-heading{
  background: #fff;
  border-bottom: 1px solid #eceff1;
}

.supports .box-right{
  width: 25%;
  position: absolute;
  top: 0px;
  right: 0;
  overflow: hidden;
}

.supports .box-right .list-item{
  height: calc(100% - 51px);;  
}

.supports .box-right .header{
  padding: 15px;
  font-weight: 600;
  border-bottom: 1px solid #eceff1;
}

.supports .box-right .empty{
  height: 100%;
  background-image: url(../img/empty.png);
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: -26px;
}

.supports .box-right .item{
  padding: 8.5px;
  position: relative;
  border-bottom: 1px solid #eceff1;
}

.supports .box-right .item .box-image{

}

.supports .box-right .item .box-image img{
  border-radius: 6px;
}

.supports .box-right .item .box-info{
  margin-left: 40px;
  position: absolute;
  top: 0px;
  padding: 10px 0;
  line-height: 32px;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #7d7d7d;
  max-width: calc(100% - 60epx);
}

.supports .box-right .item.active,
  .supports .box-right .item:hover{
  background: #f5f5f5;
}

.supports .start_ticket{
  max-width: 450px;
  padding: 50px;
  text-align: center;
  margin: 100px auto;
  border-radius: 6px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  background: #262b36;
}

.supports .start_ticket .box-image{

}

.supports .start_ticket .box-image img{
  width: 100px;
  margin-bottom: 25px;
}

.supports .start_ticket .box-info .title{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #aad9ff;
  text-transform: uppercase;
}

.supports .start_ticket .box-info .desc{
  margin-bottom: 30px;
  color: #fff;
}

.supports .start_ticket .box-info input{
  border-radius: 40px 0 0 40px;
}

.box-search-list .item{
  padding: 10px;
  position: relative;
  border-bottom: 1px solid #eceff1;
}

.box-search-list .item .box-image{
  position: relative;
  min-height: 60px;
}

.box-search-list .item .box-image img{
  width: 60px;
  border-radius: 6px;
}


.box-search-list .item .box-info{
  position: absolute;
  margin-left: 70px;
  top: 0px;
  max-width: calc(100% - 95px);
    padding: 19px 0;
}

.box-search-list .item .box-info .title{
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #7d7d7d;
}

.box-search-list .item .box-info .label{
  display: inline-block;
  margin-right: 5px;
  font-weight: 600;
  padding: 4px 6px;
  border-radius: 30px;
}

.box-search-list .item.active,
.box-search-list .item:hover{
  background: #f5f5f5;
}

.box-search-list .item.active .title{
  font-weight: 600;
}

/*Documentation*/
.docs{
  padding: 0 0 60px;
}

.docs .empty{
  height: 100%;
  background-image: url(../img/empty.png);
  background-position: center;
  background-repeat: no-repeat;
  min-height: 300px;
}

.docs .box-list .item{
  width: 100%;
  margin-bottom: 30px;
  padding: 15px;
  border-radius: 6px;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
}

.docs .box-list .item .box-image{
  position: relative;
  min-height: 80px;
}

.docs .box-list .item .box-info{
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px 15px;
  margin-left: 120px;
  width: calc(100% - 135px);
}

.docs .box-list .item .box-info .name{
  font-size: 14px;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #000;
  font-weight: 600;
}

.docs .box-list .item .box-info .desc{
  font-size: 12px;
}

.docs .box-sidebar{
  position: relative;
  left: 1px;
  border-right: 1px solid #f5f5f5;
  padding-right: 0;
}

.docs .box-content{
  border-left: 1px solid #f5f5f5;
  padding-left: 30px;
}

.docs .box-content .empty{
  height: 400px;
  background-image: url(../img/empty.png);
  background-position: center;
  background-repeat: no-repeat;
}

.docs .box-sidebar .empty{
  height: 100%;
  background-image: url(../img/empty.png);
  background-position: center;
  background-repeat: no-repeat;
}

.docs .box-sidebar .item{
  padding: 5px 0 5px 8px;
  position: relative;
  padding-left: 8px;

}

.docs .box-sidebar .item .box-image{

}

.docs .box-sidebar .item .box-image img{
  width: 20px;
  border-radius: 6px;
}

.docs .box-sidebar .item .box-info{
  margin-left: 28px;
  position: absolute;
  top: 0px;
  line-height: 32px;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #7d7d7d;
  max-width: calc(100% - 60px);
}

.docs .box-sidebar .item.active,
.supports .box-right .item:hover{
  background: #f5f5f5;
}

/*FAQs*/
.faqs .panel {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #fff;
  background: none;
  box-shadow: none;
}

.faqs .panel:last-child {
  border-bottom: none;
}

.faqs .panel-group{
  border-left: 1px solid #ddd;
  border-right: thin solid #ddd;
  border-bottom: thin solid #ddd;
  border-radius: 6px;
}

.faqs .panel-group > .panel:first-child .panel-heading {
  border-radius: 4px 4px 0 0;
}

.panel-group .panel {
  border-radius: 0;
}

.faqs .panel-group .panel + .panel {
  margin-top: 0;
}

.faqs .panel-heading {
  border-radius: 0;
  border: none;
  padding: 0;
  border-top: thin solid #ddd;
}

.faqs .panel-heading.active{
  background-color: #942c7e;
    color: #fff;
}

.faqs .panel-title a {
  display: block;
  padding: 20px 52px 20px 26px;
  position: relative;
  font-size: 14px;
  font-weight: 600;
}

.faqs .panel-body {
  background: #fff;
  padding: 30px;
}

.faqs .panel:last-child .panel-body {
  border-radius: 0 0 4px 4px;
}

.faqs .panel:last-child .panel-heading {
  border-radius: 0 0 4px 4px;
  transition: border-radius 0.3s linear 0.2s;
}

.faqs .panel:last-child .panel-heading.active {
  border-radius: 0;
  transition: border-radius linear 0s;
}

.faqs .panel:first-child .panel-heading.active {
  border-radius: 6px 6px 0 0;
}

/* #bs-collapse icon scale option */

.faqs .panel-heading a:before {
  content: '\e146';
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  font-size: 24px;
  transition: all 0.5s;
  transform: scale(1);
}

.faqs .panel-heading.active a:before {
  content: ' ';
  transition: all 0.5s;
  transform: scale(0);
}

#bs-collapse .panel-heading a:after {
  content: ' ';
  font-size: 24px;
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  transform: scale(0);
  transition: all 0.5s;
}

#bs-collapse .panel-heading.active a:after {
  content: '\e909';
  transform: scale(1);
  transition: all 0.5s;
}
/* #accordion rotate icon option */

#accordion .panel-heading a:before {
  content: '\e316';
  font-size: 24px;
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 13px;
  transform: rotate(180deg);
  transition: all 0.5s;
}

#accordion .panel-heading.active a:before {
  transform: rotate(0deg);
  transition: all 0.5s;
}

.faqs .box-select{
  padding: 30px;
  border-radius: 6px;
  margin-bottom: 40px;
    background-image: url(https://ssl.gstatic.com/support/content/images/static/homepage_header_background.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    height: 305px;
    margin-top: 24px;
    text-align: center;
}

.faqs .box-select h2{
  font-size: 42px;
}

.faqs .box-select p{
  font-size: 16px;
  margin: 20px;
}

.faqs .box-select select{
  border: 1px solid #f5f5f5;
  box-shadow: none;
    max-width: 500px;
    display: inline-block;
    height: 59px;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
}

/*Image Manage*/
.image-manage{
  margin: 15px 0;
}

.image-manage a{
  text-decoration: none;
}

.image-manage .image-manage-content{
  background: #fcfcfc;
}

.image-manage .image-manage-content .item{
  float: left;
  background-size: cover;
  border: 1px solid #eee;
  margin: 0px 10px 10px 0;
  overflow: hidden;
  position: relative;
  background-position: center;
  width: 70px!important;
  height: 70px!important;
}

.image-manage .image-manage-content .item video{
  position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.image-manage .image-manage-content .item .close{
  color: #fff;
  opacity: 1;
  padding: 0px 4px;
  z-index: 10;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0px 0 0 6px;
  background: #d96161;
} 

.image-manage .image-manage-content .item img{
  width: 50px;
  height: 50px;
}

.image-manage .image-manage-content .add-image{
  padding: 20px;
  text-align: center;
  color: #eaeaea;
  text-transform: uppercase;
}

.image-manage .image-manage-footer{
  background: #fafafa;
}

.image-manage .image-manage-footer .item{
  float: left;
  background: #fafafa;
  text-align: center;
  padding: 8px 8px!important;
  border-right: 1px solid #f0f0f0;
  width: 100%;
  background: #424242;
  border-radius: 6px;
  color: #fff;
}

.image-manage .image-manage-footer .item:hover,
.image-manage .image-manage-footer .item:focus
.image-manage .image-manage-footer .item.active{
  background: #2196F3;
  color: #fff;
}

/*Purchases*/
.purchases .box-verify{
  max-width: 650px;
  margin: 100px auto;
}

.purchases .box-verify .headtitle{
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #2196f3;
}

.purchases .box-verify .input-group{
  margin-bottom: 20px;
}

.purchases .box-verify .input-group .form-control{
  box-shadow: none;
}

.purchases .box-verify .input-group .btn{
  min-width: 120px;
}

.purchases .box-verify .panel-heading{
  font-weight: 600;
  text-transform: uppercase;
}

.purchases .box-verify .panel-body{
  padding: 0px;
}

.purchases .box-verify .panel-body table{
  margin-bottom: 0px;
}

.purchases .box-verify .panel-body table .name{
  font-weight: 600;
  border-right: 1px solid #ddd;
}

/*Contact*/
.contact-form {
    background-color: #fff;
    border-radius: 10px;
    max-width: 750px;
    margin: 40px auto;
}

.contact-form input {
    border: 1px solid #e6f0fa;
    height: 50px;
    font-size: 15px;
    box-shadow: none;
}

.contact-form textarea {
    border: 1px solid #e6f0fa;
    font-size: 15px;
    padding-top: 10px;
    box-shadow: none;
}

.contact-btn button {
  background: -webkit-gradient(linear, right top, left top, from(#0985f9), to(#6809dc));
  background: linear-gradient(-90deg, #0985f9 0%, #6809dc 100%);
  border: 0;
  padding: 10px 30px;
  outline: 0;
  color: #fff;
  border-radius: 4px;
  background-size: 100% auto;
}

/*Download*/
.download .item{
  padding: 30px;
  position: relative;
  min-height: 115px;
  margin-bottom: 30px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 6px;
}

.download .empty{
  min-height: 350px;
  height: 100%;
  background-image: url(../img/empty.png);
  background-position: center;
  background-repeat: no-repeat;
}

.download .item .box-image{
  position: absolute;
  left: 30px;
  top: 30px;
}

.download .item .box-info{
  padding-left: 15px;
  margin-left: 95px;
  border-left: 1px solid #fafafa;
  min-height: 80px;
  margin-right: 130px;
}

.download .item .box-info .bold{
  font-weight: 600;
}

.download .item .box-info .desc{
  margin-bottom: 5px;
}

.download .item .box-info .title{
  font-size: 16px;
  margin-top: 0px;
  font-weight: bold;
}

.download .item .box-action{
  position: absolute;
  right: 30px;
  top: 60px;
}

/*Profile*/
.profile-page label{
  font-weight: 400;
}

/*Footer*/
footer{
  width: 100%;
  height: 60px;
  border-top: 1px solid #eceff1;
  bottom: 0;
  background-color: #f9f9f9;
}

footer.relative{
  position: relative;
}

footer.absolute{
  position: absolute;
}

footer .box-left{
  float: left;
  height: 59px;
  line-height: 59px;
  margin-left: 10px;
}

footer .box-right{
  float: right;
  margin-right: 10px;
}

footer .box-right ul{
  margin-bottom: 0px;
}

footer .box-right ul li{
  display: inline-block;
}

footer .box-right ul li a{
  display: inline-block;
  height: 59px;
  line-height: 59px;
  padding: 0 5px;
  color: #b3b3b3;
}

/*Mobile*/
@media (max-width: 768px){
  .navbar-nav {
    margin: 0;
    padding-right: 15px;
    margin-left: -15px;
  }

  header .nav-right {
    padding: 0;
    margin-bottom: 0px;
    width: 100%;
  }

  header .navbar-toggle {
    margin-top: 5px;
  }

  header .nav-right .dropdown-toggle{
    display: none;
  }

  .navbar-collapse.in {
    overflow-y: inherit;
  }

  header .nav-right li.dropdown .dropdown-menu {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
    opacity: 1;
    position: relative;
    width: 100%;
    /* padding-right: 15px; */
    background: transparent;
    border: none;
    color: #fff;
    padding: 0px;
    margin-right: 15px;
    border-radius: 0px;
  }

  header .dropdown-menu .line {
    border-top: 1px dashed #777777;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  header .dropdown-menu .divider {
    display: none;
  }

  header .dropdown-menu>li>a{
    padding: 3px 0;
    color: #fff!important;
    background: transparent!important;
    padding: 8px 0;
  }

  header .dropdown-menu>li>a i{
    display: none;
  }

  .supports .box-right{
    display: none;
  }

  .supports .box-left{
    position: absolute;
    left: 0;
    width: 80%;
    z-index: 1000;
    left: -80%;
    overflow: inherit;
  }

  .supports .box-left .icon{
    border-radius: 42px;
    width: 30px;
    height: 30px;
    background: #ff6275;
    position: absolute;
    right: -40px;
    top: 61px;
    text-align: center;
    line-height: 31px;
    font-size: 16px;
    color: #fff!important;
    display: block;
  }

  .supports .box-left.active .icon .fa-bars{
    display: none;
  }

  .supports .box-left.active{
    left: 0;
  }

  .supports .box-left{

  }

  .supports .box-center{
    max-width: 100%;
  }

  .supports .box-center .spmenu {
    padding: 10px 10px 10px 45px;
  }

  .supports .box-center .box-contents .headtop .title .text {
    font-size: 16px;
    font-weight: 600;
  }

  .supports .box-right .header{
    border-top: 1px solid #eceff1;
  }

  footer .box-left{
    float: none;
    height: 25px;
    line-height: 25px;
    margin-left: 0;
    text-align: center;
    margin-top: 7px;
  }

  footer .box-right{
    float: none;
    margin-right: 0;
    text-align: center;
  }

  footer .box-right ul {
    margin-bottom: 0px;
    padding-left: 0px;
  }

  footer .box-right ul li a {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    color: #b3b3b3;
  }
}

/*CSS Loading*/
.cssload-container {
  width: 100%;
  height: 80px;
  text-align: center;
  position: relative;
  top: 48%;
}

.cssload-speeding-wheel {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border: 3px solid rgb(255,255,255);
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: cssload-spin 725ms infinite linear;
    -o-animation: cssload-spin 725ms infinite linear;
    -ms-animation: cssload-spin 725ms infinite linear;
    -webkit-animation: cssload-spin 725ms infinite linear;
    -moz-animation: cssload-spin 725ms infinite linear;
}

@keyframes cssload-spin {
  100%{ transform: rotate(360deg); transform: rotate(360deg); }
}

@-o-keyframes cssload-spin {
  100%{ -o-transform: rotate(360deg); transform: rotate(360deg); }
}

@-ms-keyframes cssload-spin {
  100%{ -ms-transform: rotate(360deg); transform: rotate(360deg); }
}

@-webkit-keyframes cssload-spin {
  100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@-moz-keyframes cssload-spin {
  100%{ -moz-transform: rotate(360deg); transform: rotate(360deg); }
}