body,.dropdown-menu, .form-control, .panel-title, .btn{
  font-size: 13px;
}
.fold-content>table {
        width: 100%;
    color: #000;
    font-size: 12px;
    background: #fff;
    border-radius: 4px;
    display: block;
    max-height: 550px;
        height: unset;
    overflow-y: auto;
    overflow-x: hidden;
        border-collapse: collapse;
}
.fold-content>table th{
	    padding: .4rem .75rem;
    border: 1px solid #fff;
    background: #ccc;
}
.fold-content>table td {
    padding: .3rem .75rem;
    border: 1px solid #ddd;
}
.w20{
	width: 20%;
	float: left;
}
.switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 28px;
}

.switch input {display:none;}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch input:checked + .slider {
  background-color: #2196F3;
}

.switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.switch  .slider.round {
  border-radius: 34px;
}

.switch .slider.round:before {
  border-radius: 50%;
}
/*file input*/
.input-file-container {
  position: relative;
  width: 100%;
} 
.input-file-trigger {
  display: block;
  padding: 8px 21px;
  background: #39D2B4;
  color: #fff;
  font-size: 1em;
  transition: all .4s;
  cursor: pointer;
}
.input-file {
  position: absolute;
  top: 0; left: 0;
  width: 100px;
  opacity: 0;
  padding: 14px 0;
  cursor: pointer;
}
.input-file:hover + .input-file-trigger,
.input-file:focus + .input-file-trigger,
.input-file-trigger:hover,
.input-file-trigger:focus {
  background: #34495E;
  color: #39D2B4;
}

.file-return {
  margin: 0;
}
.file-return:not(:empty) {
  margin: 1em 0;
}
.file-return {
  font-style: italic;
  font-size: .9em;
  font-weight: bold;
}
.file-return:not(:empty):before {
  content: "Selected file: ";
  font-style: normal;
  font-weight: normal;
}
/*end*/
.plus-row{
	text-align: right;
    margin-bottom: 10px;
}
.ds-btn a span{
	font-size: 18px;
}
.popover-content{
	width: 220px;
}
.create-product-care .table>thead>tr>th{
	background: #337ab7;
    color: #fff;
    vertical-align: middle;
}
.create-product-care .content-body{
	border-top: 0px solid #00b65c;
}
.create-product-care .form-box{
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.customer-detail .table-bordered>tbody>tr>th, .product-detail .table-bordered>tbody>tr>th, .user-detail .table-bordered>tbody>tr>th{
	background-color: #f9f9f9;
    vertical-align: middle;
}
.customer-detail fieldset>legend>a{
	color: #ffffff;
}
.customer-detail .table-bordered>tbody>tr>td, .product-detail .table-bordered>tbody>tr>td,.user-detail .table-bordered>tbody>tr>td  {
	background-color: #ffffff;
    vertical-align: middle;
}
.cropArea {
  background: #E4E4E4;
  overflow: hidden;
  width:400px;
  height:250px;
}
.text-decoration{
	text-decoration: line-through;
}
/* #report-revenue-product, #report-date,  #report-liabilities-delivery, .condition-month,
.hidden-quarter, .hidden-month, .condition-quarter,*/
/*, .hidden-year, 
 .hidden-from-date, .hidden-to-date, .condition-filter,
.condition-group, .condition-user, .condition-product, .condition-order,
 .condition-dateto,.condition-datefrom,   .condition-year*/
 #report-stock, #report-good-receipt-issue,
 #report-product-refund, #report-list-tranfer, 
 #report-list-delivery, #report-list-other,
 #report-revenue-staff,
 #report-revenue-detail, #report-revenue-product-refund,
 #report-liabilities-customer{
	display: none;
}
.text-decoration{
	text-decoration: line-through;
}

/**/
.role-popup .row{
	margin: 0px;
}
.content-body .ckbox span{
	margin-left: 30px;
    line-height: 20px;
}
.frame-permission{
	    height: 200px;
    border: 1px solid #ddd;
    overflow-y: scroll;
    padding: 5px;
}
.dropdown-print .dropdown-menu{
	background-color: #3db220bf;
}
.configuration-setting .read-more{
	 margin: 0 auto;
    width: 200px;
    padding: 5px 0;
    background-color: #00a65a;
    cursor: pointer;
    border-radius: 2px;
}
.configuration-setting .read-more a{
	color: #ffffff;
}
.notification ul li{
	list-style: none;
	padding: 5px 0px;
    border-bottom: 1px solid #ccc;
    box-shadow: 0px 0px 1px #ccc;
}
.notification ul li .date{
	font-weight: 600;
}
.notification ul li div{
}
.notification ul li img{
	width: 100%;
}
.notification ul li .avatar{
	border: none;
}
.notification ul{
	padding-left: 0px;
}
.notification .read-more a:hover{
	cursor: pointer;
	text-decoration: underline;
}
/**/
.open>.dropdown-menu{
	overflow-x: hidden;
}
/* Put your css in here */
multiselect {
    display:block;
}
multiselect .btn {
    width: 100%;
    background-color: #FFF;
}
multiselect .btn.error{
    border: 1px solid #da4f49 !important;
}
multiselect .dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
}
multiselect .dropdown-menu {
    width: 100%;
    box-sizing: border-box;
    padding: 2px;
}
multiselect .dropdown{
	    border: 1px solid #ccc;
    border-radius: 4px;
}
multiselect .dropdown .pull-left{
	color: #999;
}
multiselect .dropdown .btn .caret{
	    position: absolute;
    top: 13px;
    right: 10px;
}
multiselect .dropdown-menu > li > a {
    padding: 3px 10px;
    cursor:pointer;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}
.show-history-order table,.show-history-order .content-body .table-responsive{
	margin: 0px;
}
.show-history-order .form-box .box-body{
	    padding-top: 15px;
    padding-bottom: 15px;
   /* border-bottom: 1px solid #ddd;*/
}
.show-history-order .content-body .title-order h4{
	font-size: 16px;
	text-transform: capitalize;
}
.show-history-order .table>thead>tr>th{
	padding: 2px;
} 
/**/
.dropdown-mention{
	/*position: absolute;
    top: 20px !important;
    left: 25px;*/
    background: #ffffff !important;
    color: #000000;
    /*z-index: 9999;
    min-width: 200px !important;
    border: 1px solid #000000;*/
}
.dropdown-mention li{
	margin: 2px 0px;
	box-shadow: 1px 1px 1px #000000;
}
.dropdown-mention img{
	height: 20px;
	padding-right: 5px;
}
.dropdown-mention a{
	padding: 5px !important;
	color: #000000;
}
.dropdown-mention .active {
    background: #00a65a !important;  
}
.dropdown-mention .active a{
	color: #ffffff !important;
}
.dropdown-mention .active a i, .dropdown-mention a:hover i{
	color: #ffffff !important;
}
.dropdown-mention a:hover{
	color: #ffffff;
	background: #00a65a !important;
}
/*notification local*/
.growl-message a{
	color: #ffffff;
}
/*.growl-container > .growl-item{
	background-color:#171FE0 !important;
}*/
 ul.dropdown-menu li {
    cursor: pointer;
}
ul.dropdown-menu li span.red {
    color: red;
}

ul.dropdown-menu li span.green {
    color: green;
}
.multiselect .dropdown-menu{
	width: 100%;
	    height: 200px;
    overflow-y: auto;
}
.multiselect .dropdown-menu li a{
	text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
}

.custom-content-body .content-body{
	max-height: 500px;
    overflow-y: scroll;
}
.custom-table .format-custom-width-quantity input.input--wd{
	margin-left: 30px;
}
.table-padding-small>tbody>tr>td{
	padding-top: 2px;
	padding-bottom: 2px;
}
.transfer-modal .content-body .custab .btn{
	margin: 0px;
}
.table-padding-small .customer-quantity input {
    margin-top: 0px;
}
.transfer-modal .bootstrap-select .dropdown-toggle{
	width: 150px;
}
@media (min-width: 992px){
	.table-padding-small .customer-quantity input{
		margin-left: 85px;
	}
}
.input-group-qty {
   /* padding-right: 10px;*/
}
input.input--wd{
    -webkit-appearance: none;
}
.input--wd {
    background: #ffffff;
    border-color: #d0d7da;
    color: #2b2b2b;
}
.input-qty {
    width: 100px;
    text-align: center;
    padding-right: 22px;
    padding-left: 5px;
}
.input--wd {
    appearance: none;
    padding: 9px 12px;
    font-size: 1.214em;
    line-height: 1em;
    height: 40px;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.input-group-qty .btn-number-container .btn-number {
    border-left-color: #d0d7da;
    border-top-color: #d0d7da;
}
.input-group-qty .btn-number-container .btn-number--plus {
    top: 0;
}
.input-group-qty .btn-number-container .btn-number--minus {
    top: 19px;
}
.input-group-qty .btn-number-container .btn-number {
    position: absolute;
    left: -18px;
    width: 18px;
    height: 21px;
    padding: 0;
    line-height: 18px;
    border-left-width: 1px;
    border-left-style: solid;
    border-top-width: 1px;
    border-top-style: solid;
    background: none;
    border-radius: 0;
}
.order-print .page-header{
	margin: 0px;
	margin-bottom: 10px;
}
.order-print .page-header h2{
	font-size: 22px;
	margin: 0px;
}
.input-group-qty .btn-number-container {
    position: relative;
}
.order-print .page-header .col-xs-12{
	padding-left: 0px;
}
/*.custom-table .table>thead>tr>th{
	padding: 2px !important;
}*/
.form-delivery{
	max-height: 450px;
	overflow-y: scroll;
	    overflow-x: hidden;
}
.form-delivery .accordion-close{
	padding: 10px 10px;
	top: -11px;
    left: -8px;
}
.form-delivery h4{
	margin-top: 4px;
}
/*.th-width-smallest{
	width: 88px;
}*/
/*slide footer*/
.swiper-slide{
	/*background: #73879C !important;*/
	background: rgb(238, 162, 54) !important;
}
.not-allowed{
	cursor: not-allowed !important;
}
/*department*/
.department{
	margin-top: 100px;
}
/**/
.customer-footer{
	text-align: center !important;
}

.popup-good-receipt .min-select-picker{
	float: left;
}
.popup-good-receipt .btn-search{
	float: right;
}
.btn-report{
	margin-top: 25px;
}

/*style confirm stock*/
@media (min-width: 992px){
	
	.custom-button-search{
		float: right;
		margin-right: 20px;
	}
	.app-modal-window .modal-dialog {
	  width: 1200px;
	}
	.app-modal-window .modal-title{
		color: #00a65a;
		font-weight: bolder;
	}
}
.confirm-stock fieldset{
	min-height: 400px !important;
}
.custom-margin .btn{
	margin: 0px !important;
}
@media (min-width: 768px){
	.confirm-stock .table-responsive {
	    overflow-x: unset;
	}
	.confirm-stock .table-responsive {
	    overflow-x: unset;
	}
}
/**/
.custom-select .btn{
	margin-top: 10px;
}
/*.min-select-picker .dropdown-toggle.bs-placeholder{
	min-width: 160px;
	max-width: 160px;
}*/
.min-select-picker{
	margin-bottom: 0px;
}
/* .min-select-picker .bootstrap-select{
	min-width: 152px;
	max-width: 160px;
}*/

.input-group-btn .fa{
	color: #00a65a;
    background: none;
}
.border-error{
	border: 1px solid #a94442;
}
.miss-order{
	color: red;
}
#custom-width-quantity{
	width: 150px !important;
	margin: 0 auto !important;
}
.format-custom-width-quantity #custom-width-quantity{
	width: 135px !important;
}
pre{
	background-color: unset;
	border: unset;
	padding: 0px;
	color: #ffffff;
	font-weight: bold;
}
.alert-info .close span{
	color: #ffffff;
}
.error-basic{
	background-color: #ffffff;
	height: -webkit-fill-available;
}
.padding-right{
	padding-right: 0px;
	cursor: pointer;
}
#scroll-to{
	color: #00a65a;
}
.highlight{
	color:#00a65a !important;
}
#status-order button{
	margin-left: 10px;
	border-radius: 5px;
}
.user-role-control {
	margin-top: 9px;
	border-radius: 10px;
	color: #00a65a;
	border:none;
}
.form-group .help-block {
	display: none;
}
.iframe{
	border: 1px solid #a94442;
	outline: 1px solid #a94442 !important;
	box-shadow: none !important;
}
.remove-error .help-block{
	display:none !important;
}
.remove-error .input-group-addon {
	color: #00a65a !important;
	background: none !important;
	border-color: #ccc !important;
}
.remove-error label {
	color: #333 !important;
}
.remove-error .form-control {
	border-color: #ccc !important;
}
.has-error .help-block {
	display: block;
}
/*.phoneDuplicate, .tableStatus, .statusContent, */
.message-no-data{
	font-style: italic;
	padding: 20px 0px;
}
.message-validation{
	color: #a94442;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 0px;
}
.hidden-overflow .message-validation-bold{
	color: #a94442;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 0px;
	font-weight: bolder;
}
.content-body .hidden-overflow{
	overflow-x: auto !important;
}
.table-overflow{
	overflow-y: hidden;
}
.table-overflow  tr:first-child .bootstrap-select.btn-group .dropdown-menu{
	top: 100%;
    bottom: auto;
}
.table-overflow .bootstrap-select.btn-group .dropdown-menu {
	top: auto;
    bottom: 100%;
    /*position: relative !important;*/
    /*top: auto;*/
}
.ui-select-toggle:focus{
	border: 1px solid #00a65a !important;
	outline: 1px solid #00a65a !important;
}

.well.editable {
	background-color: #ffffff;
}
.navbar-nav .messages-menu>.role{
	width: 200px;
}
.navbar-nav .messages-menu .dropdown-menu>li .menu>li>a>h4{
	margin: 0 0 0 20px;
}
.messages-menu>.dropdown-menu>li .menu{
	max-height: 250px !important;
}
#z-cust .ui-select-choices{
	max-height: 100px;
	z-index: 1;
}
.ui-select-choices i{
	color: #00a65a;
}
.ui-select-choices-row-inner{
	padding: 10px 0px 30px 20px !important;
	height: 40px;
}

.ui-select-choices-row-inner .name-phone {
	float: right;
	padding-right: 40px;
	width: 50%;
}
.ui-select-choices-row-inner .phone-name{
	float: left;
	width: 50%;
}
@media (max-width: 480px){
	.ui-select-choices-row-inner .name-phone {
		float: right;
		padding-right: 40px;
		width: 100%;
	}
	.ui-select-choices-row-inner .phone-name{
		float: left;
		width: 100%;
	}
	.ui-select-choices-row-inner{
		height: 60px;
		z-index: 9999;
	}
	
}
.cust-padding .ui-select-choices-row-inner{
	padding: 10px 0px 20px 20px !important;
}
.basic-padding .ui-select-choices-row-inner{
	padding: 10px 0px 7px 20px !important;
}
/*style warehousing */
#warehousing{
	font-size: 14px;
}
#warehousing .waretab th{
	vertical-align: middle;
}
#warehousing .italic{
	font-style: italic;
}
#warehousing .footer-ware-info{
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
}
#warehousing .footer-ware-info .sign{
	line-height: 60px;
}
#warehousing .invoice-info .invoice-col strong, .date-warehousing{
	font-size: 16px;
}
#warehousing .info-cust{
	margin-bottom: 10px;
}
/*style customer-care*/
.ui-select-multiple.ui-select-bootstrap{
	position: relative;
	bottom: 3px;
}
.content-customer #society{
	position: relative;
	bottom: 3px;
}
.show-color{
	background-color: #eaeaea !important;
}
.custom-footer{
	padding: 8px 45px;
	position: fixed;
    right: 0;
    bottom: 0;
    background: #fff;
    width: 100%;
    z-index: 999;
}
.tr:focus {
    outline: none;
    border: 0;
 }
.show-color:focus {
    outline: none;
    border: 0;
 }
@media (max-width: 1400px) {
	/*customer table order*/
	#t-order .outer {position:relative}
	#t-order .outer .inner {
		overflow-x:scroll;
		overflow-y:visible;
		max-width:100%;
	}
	#o-checkbox{
		width: 30px !important;
	}
	#t-order .outer .inner table{
		table-layout: fixed;
		width: 100%;
	}
	#t-order .outer .inner table td, #t-order .outer .inner table th{
		padding: 2px 5px;
		word-break: break-word;
	}
}
/*style uib-accordion*/
.accordion-close{
	background-color: #00a65a;
	padding: 15px 20px;
	color: #fff;
	position: relative;
	top: -11px;
	left: -15px;
}
.accordion-p{
	margin-left: 50px;
	padding: 4px 0px;
	color: #333;
	text-transform: capitalize;
}
.ui-select-bootstrap > .ui-select-match > .btn{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.accordion-p:before {
	content: "\f013";
	font-family: FontAwesome;
	margin: 0px 10px 0px 0px;
}
.panel-default>.panel-heading{
	background-color: #fff;
}
div.content_cp_accor p {
	font: normal 14px arial;
	line-height: 20px;
	margin: 0;
	text-align: justify;
}
div.content_cp_accor {
	margin: 0;
	padding: 20px 10px;
	background-color: #fff;
	line-height: 30px;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
}
div.contain_cp_accor {
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
}
.accordion-faq .panel-body{
	padding-bottom: 0px;
	padding-top: 0px;
}
/*.t-layout{
	table-layout: fixed;
}*/
#strengthBar{
	list-style: none;
	padding: 0px;
	width: 100%;
}
#strengthBar .point{
	width: 20%;
	height: 10px;
	float: left;
}
a.normal-anchor, a.normal-anchor:hover, a.normal-anchor:active, a.normal-anchor:focus{
	color: #337ab7;
	text-decoration: none;
}

.ui-select-customer-phone input.ui-select-search {
	padding-left: 13px;
	padding-right: 13px;
}

.help-block.note-block {
	color: inherit !important;
	font-style: italic;
}
/*custom select-picker*/
.bootstrap-select .btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default{
	background-color: #ffffff !important;
    border-color: #ccc !important;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover{
	background-color: #ffffff !important;
}
.btn-group.open .dropdown-toggle{
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.125) !important;
	box-shadow: inset 0 0px 0px rgba(0,0,0,.125) !important;
}
/*alert*/
.alert pre{
	margin: 0px !important;
	font-size: 12px;
}

#chat-order{
	display: block;
}
.box-chat{
	display: none;
}
/***Chat***/
textarea[ui-mention] {
    min-height: 60px !important;
}
/*@media (max-width: 767px){
	.show-hidden-small .btn {
		margin-left: 20px;
	}
}*/
.customer-name a{
	text-transform: capitalize;
}
.table-report .table-responsive {
    overflow-x: hidden;
    height: 300px;
  }
.headerSpacer{
	    background: #337ab7;
    color: #fff;
    vertical-align: middle;
}
.scrollArea{
	border: none;
}
.scrollableContainer th .orderWrapper .glyphicon{
	display: none !important;
}
.content-customer .nav-tabs>li>a{
	padding: 5px 5px;
    font-size: 14px;
}
.history-buy fieldset{
	height: 145px;
}
.loader {
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  border-top: 2px solid #3498db;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*.box-info-payment .box-left{
	border: 1px solid #ddd;
	padding: 15px 0px;
}*/

.box-info-order{
	width: 100%;
    float: left;
    margin-bottom: 20px;
}
.form-control{
	    height: 32px;
}