#form_add{
  margin-top: 15px;
}
.navbar .navbar-brand img{
  max-height: 80px;
  margin: 10px;
}
.twt-footer{
  padding-top: 0px;
}
.twt-category{
  margin-bottom: 0px;
}
.menu_bar{
  margin-top:13px;
}
.table_data .active{
  background: #c1ffc1;
}
.option i{
  padding: 0px 10px;
}
.option .fa-edit{
  color: orange;
}
.option .icon_view{
  color: green;
}
.option .fa-trash-o{
  color: #ff4c4c;
}
.option .fa{
  cursor: pointer;
}
.user_permission select{
  width: 20%;
  float: left;
  margin-left: 5px;
}
.user_permission label{
  float: left;
  margin-left: 40px;
}
.permission_form button, .permission_form button:hover, .permission_form button:focus{
  width: auto;
  background: transparent;
  border-color: transparent;
  color: #5656ff;
}
.modalLoad {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255,255,255,.8);
}
#actions button{
  padding: 9px 22px;
  margin-bottom: 5px;
}
label.btn{
  padding: 8px 20px;
  margin-bottom: 5px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}
#imageTable{
  width: 30px;
  height: auto;
}
#map-canvas{
  width: 100%;
  height: 300px;
}
.m-b-1{
  float: left;
  margin-top: 10px;
  margin-left: 5px;
}
.option{
  width: 100px;
}
.card .card-header strong {
  display: initial;
}
#imageWidthHeight{
  display: none;
}
.img-container {

    min-height: 200px !important;
    min-width: 100%;

}
.navbar .navbar-nav .active > a, .navbar .navbar-nav .active > i{
  color: #fff !important;
  font-weight: bold;
}
.user-menu, .user-avatar{
  -webkit-box-shadow: 0px 0px 5px 0px rgba(179,179,179,0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(179,179,179,0.5);
  box-shadow: 0px 0px 5px 0px rgba(179,179,179,0.5);
}
.pagination{
  float: right;
}
.form-control{
  float: left;
}
.active_lang{
  font-weight: bold;
  color: #000;
}
.getStartBalance{
  color: #e0b300;
  cursor: pointer;
}
.getStartBalanceBlock{
  display: none;
}
.formAddHeader{
  font-weight: bold;
  font-size: 14px;
}
.lastTotalUSD{
  font-weight: bold;
}
.modal-lg {
    max-width: 1000px;
}
  /* multi tags */
.bootstrap-tagsinput .tag {
  position: relative;
  padding: 2px 12px;
  border-radius: 10px;
  background: red;
  color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
  padding-right: 30px;
  float: left;
  margin: 2px;
}
.bootstrap-tagsinput input {
  padding: 3px 10px;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
  width: 85px;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.tag span:before, .tag span:after {
  position: absolute;
  right: 15px;
  content: ' ';
  height: 15px;
  width: 2px;
  background-color: #fff;
  top: 7px;
}
.tag span:before {
  transform: rotate(45deg);
}
.tag span:before, .tag span:after {
  position: absolute;
  right: 15px;
  content: ' ';
  height: 15px;
  width: 2px;
  background-color: #fff;
  top: 7px;
}
.tag span:after {
  transform: rotate(-45deg);
}

/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
  .mobile_report_hide{
    display: none !important;
  }
  .mobile_report_show_date{
    display: block !important;
  }

	.modal-body table {
	  	width: 100%;
	}

	/* Force table to not be like tables anymore */
	.modal-body table, .modal-body thead, .modal-body tbody, .modal-body th, .modal-body td, .modal-body tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	.modal-body thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.modal-body tr { border: 1px solid #ccc; }

	.modal-body td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
	}

	.modal-body td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		/* Label the data */
		content: attr(data-column);

		color: #000;
		font-weight: bold;
	}

}
.buttonFormType{
  padding: 20px;
  padding-left: 0px;
}
.buttonFormType button{
  padding: 15px 30px;
  background-color:#8b939b;
  color: #fff;
}
.buttonFormType .active{
  background-color:#e74c3c;
}
.buttonFormType form{
  display: unset;
}
.owl-carousel .item{
  width: 100px;
  height: 100px;
}
.owl-carousel .owl-stage-outer {
  height: 370px !important;
}
#detailModal h4{
  margin-bottom: 30px;
}
#listOrderModal .card {
  float: left;
  margin-left: 20px;
}
.tableOrder td span.point{
  cursor: pointer;
}
.datepicker td, .datepicker th{
  padding: 10px;
}
.header-left .dropdown .dropdown-menu{
  padding: 10px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.21);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.21);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.21);
  top: 25px !important;
}
.navbar .navbar-nav li > a .badge{
  border-radius: 50%;
}
@media(max-width:1355px){
  .user_permission select {
    width: 100%;
  }
  .user_permission label {
    margin-left: 5px;
    margin-top: 10px;
    margin-bottom:0px;
  }
}
@media(max-width:1024px){
  .menutoggle{
    margin: -2px 20px 0 -54px;
  }
}
@media(max-width:600px){
  
  input, textarea, select{
    font-size: 16px !important;
  }
  aside.left-panel {
    padding: 0 20px;
    width: 180px;
  }
  .tableOption{
    min-width: 100px;
  }
  .dataTables_length, .dataTables_filter{
    margin-left:20px;
  }
  .dataTables_info, .dataTables_paginate{
    float: left;
    margin-left:20px;
    margin-bottom: 10px;
  }
  #bootstrap-data-table{
    margin: 20px;
  }
  table th, table tr{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
@media(max-width:576px){
  .formAddHeader{
    display: none;
  }
  aside.left-panel {
    padding: 0 10px;
    width: 100%;
  }
  aside.left-panel .navbar .navbar-brand {
    margin-top: 2px;
  }
  .navbar .navbar-brand img {
    max-width: 45px;
  }
  .user-area{
    margin-right: 10px;
  }
}

.main-color .phone {
  margin: auto;
  width: 308px;
  height: 570px;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 14px;
  position: relative;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
margin-bottom: 20px;
}
.main-color .phone_inner {
  background-color: #1e3649;
  width: 280px;
  height: 540px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #dcdcdc;
}
.main-color .phone_button-action {
  background-color: #ffffff;
  position: absolute;
  top: 10%;
  right: -6px;
  width: 6px;
  height: 60px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}
.main-color .phone_button-action::before, .phone_button-action::after {
  background-color: #ffffff;
  position: absolute;
  top: 10%;
  right: -6px;
  width: 6px;
  height: 60px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  content: "";
  right: 0;
  top: calc(10% + 60px);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}
.main-color .phone_button-action::after {
  top: calc(10% + 120px + 20px);
  height: 40px;
}
.main-color .phone_button-home {
  width: 90px;
    height: 40px;
    /* border-radius: 40px; */
    position: absolute;
    bottom: 7%;
    border-bottom: 2px solid #ffffff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.main-color .background {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #eee;
  z-index: 0;
}
.main-color .background_color {
  position: absolute;
  border-radius: 50%;
}
.main-color .header {
  background-color: #bd3a92;
  width: 100%;
  height: 13%;
  display: flex;
  padding-top: 15px;
}
.main-color .content {
  width: 100%;
  height: 76%;
}
.main-color .bottom{
  background-color: #fff;
  width: 100%;
  height: 11%;
  position: absolute;
  bottom: 0px;
}


.main-color .text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #8b939b;
  font-family: "Quicksand", sans-serif;
}
.main-color .text_title {
  font-size: 1rem;
  margin-bottom: 8px;
  font-weight: 500;
}
.main-color .text_subtitle {
  font-size: 0.8rem;
  color: #8b939b;
}

.main-color span {
	display: block; 
	margin: 0 auto;
}

.main-color span[class*="l-"] {
	height: 4px; width: 4px;
	background: #000;
	display: inline-block;
	margin: 12px 2px;
	
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	
	-webkit-animation: loader 4s infinite;
	-webkit-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
	-webkit-animation-fill-mode: both;
	-moz-animation: loader 4s infinite;
	-moz-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
	-moz-animation-fill-mode: both;
	-ms-animation: loader 4s infinite;
	-ms-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
	-ms-animation-fill-mode: both;
	animation: loader 4s infinite;
	animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
	animation-fill-mode: both;
}

.main-color span.l-1 {-webkit-animation-delay: 1s;animation-delay: 1s;-ms-animation-delay: 1s;-moz-animation-delay: 1s;}
.main-color span.l-2 {-webkit-animation-delay: 0.8s;animation-delay: 0.8s;-ms-animation-delay: 0.8s;-moz-animation-delay: 0.8s;}
.main-color span.l-3 {-webkit-animation-delay: 0.6s;animation-delay: 0.6s;-ms-animation-delay: 0.6s;-moz-animation-delay: 0.6s;}
.main-color span.l-4 {-webkit-animation-delay: 0.4s;animation-delay: 0.4s;-ms-animation-delay: 0.4s;-moz-animation-delay: 0.4s;}
.main-color span.l-5 {-webkit-animation-delay: 0.2s;animation-delay: 0.2s;-ms-animation-delay: 0.2s;-moz-animation-delay: 0.2s;}
.main-color span.l-6 {-webkit-animation-delay: 0;animation-delay: 0;-ms-animation-delay: 0;-moz-animation-delay: 0;}

@-webkit-keyframes loader {
	0% {-webkit-transform: translateX(-30px); opacity: 0;}
	25% {opacity: 1;}
	50% {-webkit-transform: translateX(30px); opacity: 0;}
	100% {opacity: 0;}
}

@-moz-keyframes loader {
	0% {-moz-transform: translateX(-30px); opacity: 0;}
	25% {opacity: 1;}
	50% {-moz-transform: translateX(30px); opacity: 0;}
	100% {opacity: 0;}
}

@-keyframes loader {
	0% {-transform: translateX(-30px); opacity: 0;}
	25% {opacity: 1;}
	50% {-transform: translateX(30px); opacity: 0;}
	100% {opacity: 0;}
}

@-ms-keyframes loader {
	0% {-ms-transform: translateX(-30px); opacity: 0;}
	25% {opacity: 1;}
	50% {-ms-transform: translateX(30px); opacity: 0;}
	100% {opacity: 0;}
}
.con-block{
  text-align: center;
    margin-top: 50%;
}
.main-color .bottom ul{
  width: 100%;
    display: flex;
}
.main-color .bottom ul li{
  text-align: center;
  flex: 1;
  list-style: none;
  font-size: 11px;
  padding-top: 10px;
}
.main-color .bottom ul i{
  color: #b3b3b3;
  font-size: 18px;
}
.main-color .logo img{
  max-width: 45px;
}
.main-color .search input{
  height: 40px;
  width: 190px;
  border: none;
  border-radius: 3px;
  padding-left: 5px;
}
.main-color .search input::placeholder{
  color: #b3b3b3;
  font-size: 12px;
}
.main-color .search i{
  color: #b3b3b3;
  position: absolute;
  right: 48px;
  top: 28px;
  font-size: 13px;
} 
  .main-color .list-color  .opened {
    box-shadow: 0 7px 13px 0 rgba(86, 95, 102, 0.07);
    background: #fff;
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  
  .main-color .list-color .opened:after {
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
    content: '';
    right: 10px;
    position: absolute;
    top: -20px;
  }
  .main-color .list-color ul{
    display: flex;
    margin: 0px;
    margin-bottom: 3px;
  }
  .main-color .list-color li{
    flex: auto;
    list-style: none;
    height: 30px;
  }
  .main-color .list-color li:first-child {
    width: 70px;
  }
  .main-color .list-color li.active {
    border-radius: 100%;
  }
  #SKUImageChoose img{
    width: 57px;
    height: auto;
    margin-top: 5px;
    margin-right: 5px;
  }
  .SKUImageChooseActive{
    border: 1px solid red;
  }
  .error{
    border: 1px solid red;
  }
  #SKUList div{
    background: #efefef;
    width: fit-content;
    padding: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  }
  #SKUList img{
    width: 20px;
    height: auto;
    float: left;
  }
  #SKUList span{
    margin-left: 5px;
  }
  #SKUList div,#SKUList i{
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
  }
  #SKUList i{
    margin-top: 6px;
  }
  #detailModal .fa-trash{
    position: absolute;
    color: white;
    padding: 20px;
    font-size: 18px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    cursor: pointer;
  }
  .icon_delete{
    color: #ff4c4c;
    padding: 7px;
    cursor: pointer;
  }
  