﻿/* ------------------------------
Custom Style
------------------------------ */
/*Util -Common*/
.text-link {
    color: #337ab7;
    text-decoration: underline;
}
@media screen and (max-width:1199px){
  .text-lg-small {
    font-size: 70%!important;
  }
}
@media screen and (max-width:991px){
  .text-md-small {
    font-size: 70%!important;
  }
}
@media screen and (max-width:767px){
  .text-sm-small {
    font-size: 70%!important;
  }
}
.label-block{
  display:inline-block;
  line-height:normal;
  padding: 2px 5px;
}

/*RegisterStyle -Common*/
.register-container .hpanel .panel-body,
.login-container .hpanel .panel-body {
  border: 1px solid #ccc;
  /*box-shadow: 0 0 20px 5px rgba(0,0,0,0.2);*/
  /*background-color: rgba(255,255,255,0.9);*/
}
.register-container{
  max-width: 800px;
  position:relative;
  padding-bottom: 30px;
  padding-top: 30px;
}
@media screen and (max-width:768px){
  .register-container, .login-container{
    overflow-x: hidden;
  }
}
.register-container h2{
  font-size:150%;
}

/*Mypage -Header*/
#logo.light-version span {
  font-weight: bold;
  font-size: 25px;
}
/*Mypage -SideMenu*/
body, #side-menu{
  background-color:#fff;
}
.navbar.navbar-static-top a, #side-menu li a{
  font-weight:lighter;
}
#side-menu li.active ul li.active a,
#side-menu li.active > a{
  font-weight: bold;
}
#side-menu li ul li a {
  padding-left: 35px;
}
#side-menu li.active ul li a {
  background-color:#fff;
}
#side-menu li.active ul li a:hover, #side-menu li.active ul li.active a,
#side-menu.nav>li>a:hover, #side-menu.nav>li>a:focus, #side-menu li.active a{
  background-color:#eaeaea;
}
#side-menu li ul li:last-child{
  border-bottom: 0;
}

/*DataTable -Adjustment*/
.pagination{margin-top:5px!important;}

/*Color -Common*/
.color-line{
  background:none;
  background-color: #f08080;
}
.color-line h1 {
  font-weight: bold;
  font-size: 35px;
  margin:0;
}
.hr-line-dashed{
  border-top:1px solid;
}

/*Table -Color*/
.table-striped tr.bg-info {
  background-color: #d9edf7!important;
}
.table-striped tr.bg-success {
  background-color: #dff0d8!important;
}

/*Commission Table -Common*/
.commission-table {
  white-space: nowrap;
}
.commission-table th {
  text-align: center;
}
td.total-cell{
  border-left:3px double #ccc !important;
  background-color: #ffffcc!important;
}
tr.total-cell{
  border-top:3px double #ccc !important;
  background-color: #ffffcc!important;
}

/*CheckBox -LargeCheckBox*/
.checkbox-large label::before{
  width: 25px;
  height: 25px;
}
.checkbox-large input[type="checkbox"]:checked + label::after{
  color: #e74c3c;
  font-size: 17px;
  margin-left: -19px;
}
.checkbox-large label {
  font-size: 17px;
  padding-left: 10px;
}

/*CheckBox -TagBotton*/
#wrapper {
  /*Bug Avoidance*/
  z-index:0;
}
.btn-tag {
  display:inline-block;
  margin-right: 5px;
}
.btn-tag input[type=checkbox] {
  display:none;
}
.btn-tag input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 10px 0 10px;
  margin-left: 15px;
  background-color: #555;
  border-radius: 0 3px 3px 0;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
}
.btn-tag input[type=checkbox] + label::before {
  position: absolute;
  top: 0;
  left: -15px;
  z-index: -1;
  content: '';
  width: 30px;
  height: 30px;
  background-color: #555;
  border-radius: 50%;
  -webkit-transition: .2s;
  transition: .2s;
}
.btn-tag input[type=checkbox] + label::after {
  position: absolute;
  top: 50%;
  left: -6px;
  z-index: 2;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background-color: #fff;
  border-radius: 100%;
}
.btn-tag input[type=checkbox] + label span {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 23px;
  background-color: #fff;
  border-radius: 100%;
  color: #555;
  font-size: 12px;
  text-align: center;
  -webkit-transition: .2s;
  transition: .2s;
  margin-left: 10px;
  margin-top: 4px;
  float:right;
}
.btn-tag input[type=checkbox]:checked + label span{
  color: #f08080;
}
.btn-tag input[type=checkbox]:checked + label {
  color: #fff;
}
.btn-tag input[type=checkbox]:checked + label,
.btn-tag input[type=checkbox]:checked + label::before {
  background-color: #f08080;
}
@media screen and (max-width:768px){
  .btn-tag input[type=checkbox] + label {
    width: 95%;
  }
  .btn-tag {
    width: calc(100% - 7px);
  }
}

/*Category Menu -Common*/
#right-sidebar.category-menu{
  top: 77px;
  bottom: 15px;
  padding: 20px;
  width: 500px!important;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
  border-left: 5px solid #f08080;
  background-color: rgba(255,255,255,0.8);
}
#right-sidebar.category-menu a.category-menu-toggle{
  position:absolute;
  top:10px;
  right:10px;
  z-index:1;
}
.category-menu-btn{
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 5px;
  font-size: 28px;
  z-index: 100;
  position: fixed;
  bottom: 10px;
  right: 10px;
  border-radius: 50%;
  z-index:1010;
}
@media screen and (max-width:768px){
  #right-sidebar.category-menu{
    top: 72px;
    bottom: 15px;
    padding: 40px 20px;
    width:calc(100% - 10px)!important;
  }
}

/*OrderTable -Common*/
.table-order.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #eaeaea;
}
.table-order td {
  display: block;
}
.table-order > tbody > tr > td:first-child {
  border-top: 0;
}
.table-order tr {
  display: block;
  padding: 5px 0 10px 0;
}
.table-order thead {
  display: none;
}
.table-order.table-striped tr table {
  padding: 10px 0;
}
.table-order table tr{
  display: table-row;
}
.table-order table td{
  display: table-cell;
}

/*OrderTable -TooltipPanel*/
/*.tooltip-panel a:hover + .tooltip-panel-body {
  display: block;
}*/
.tooltip-panel-body {
 	position: absolute;
 	margin: 15px 0;
	padding: 10px;
 	max-width: 100%;
 	color: #555;
	background: #FFF;
 	border: solid 1px #555;
 	box-sizing: border-box;
  z-index:5!important;
  min-width: 150px;
}
.tooltip-panel-body:before{
	content: "";
	position: absolute;
	top: -20px;
	left: 50%;
 	margin-left: -35%;
	border: 10px solid transparent;
	border-bottom: 10px solid #FFF;
 	z-index: 6;
}
.tooltip-panel-body:after{
	content: "";
	position: absolute;
	top: -24px;
	left: 50%;
 	margin-left: calc(-35% - 2px);
	border: 12px solid transparent;
	border-bottom: 12px solid #555;
 	z-index: 5;
}
.tooltip-panel table td,
.tooltip-panel table th {
  display:table-cell;
}

/*Credit Card Button -Common*/
.btn-outline.credit_select{
  color: #000;
  border-color: #000;
}
.credit_select:hover{
  color: #fff;
  background-color: #f08080;
  border-color: #f08080;
}
.credit_select:active, .credit_select:focus{
  color: #fff!important;
  background-color: #f08080!important;
}
.credit_select:focus {
  outline:none;
}

/*AddrNoPanel -Common*/
.panel-list .panel-body {
  border-radius: 5px;
  background-color: rgba(255,255,255,0.5);
}
/*AddrNoPanel -SelectPanel*/
.radio-panel input[type=radio] {
  display:none;
}
.radio-panel input[type=radio] + label span {
  display:block;
  white-space:normal;
}
.radio-panel input[type=radio] + label {
  border-radius: 5px;
  color: #6a6c6f;
  margin-bottom:10px;
  /*background-color: rgba(255,255,255,0.5);*/
}
.radio-panel input[type=radio]:checked + label {
  background-color: #f08080;
  color: #fff;
}
.terms {
  width: 50%;
  height: 300px;
  margin-bottom: 10px;
  padding: 0.5em;
  overflow-y: scroll;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 12px;
}