
.title_admin{
	line-height: 51px;
	font-size: 14px;
	color: #333333;
	font-family: Verdana, MS UI Gothic, Arial;
	font-weight: bold;
	text-align: center;
}

#register_link{
	padding:30px 0 15px 0;
	display: block;
	text-align: center;
	text-decoration: underline;
}
#reset_link{
	float: right;
	text-decoration: underline;
}
#logo_login{
	width: 100%;
	border-bottom: 3px solid #2b7fc7;
	padding-bottom: 5px;
}
#form-reset{
	max-width: 800px !important;
}
.label_register{
	text-align: right;
	width: 100%;
	line-height: 30px;
}

.form-signin {
	max-width: 500px;
	padding: 0px 20px 30px;
	margin: 0 auto;
	background-color: #fff;

}
.form-signin .form-signin-heading,
.form-signin .checkbox {
	margin-bottom: 30px;
}
.form-signin .checkbox {
	font-weight: normal;
}
.form-signin .form-control {
	position: relative;
	font-size: 14px;
	/*height: auto;*/
	/*padding: 10px;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form-signin .form-control:focus {
	z-index: 2;
}
.form-signin input[type="text"] {
	margin-bottom: 10px;
}
button, .button {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	font-family: Lato, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
	font-size: 1rem;
	background-color: #296eb9;
	border-color: #9e9e9e;
	color: #FFFFFF;
	-webkit-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	border-radius: 5px;
	font-size: 13px;
}
#user_name_instagram {
	width: 100px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
}
button:hover, button:focus, .button:hover, .button:focus {
	background-color: #9e9e9e;
	color: #fff;
}
.user-menu-wrapper ul {
	display: none;
	position: absolute;
	top: 55px;
	right: 14px;
	margin: 0;
	background-color: #fff;
	list-style-type: none;
	text-align: left;
	border: 1px solid #2b7fc7;
	border-radius: 0 0 4px 4px;
	z-index: 1000;
	width: 151px;
	padding-top: 4px;
}

.user-menu-wrapper ul li{
	line-height: 20px;
}
.user-menu-wrapper ul li a {
	display: block;
	padding: 5px 10px;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
	color: #333;
	font-size: 14px;
	text-align: center;
}
.user-menu-wrapper ul li a:hover{
	background: #296eb9;
	color: #fff;
	text-decoration: none;
}
.required-label{
	color: red;
	padding-left: 10px;
}
.status-form-a{
	width: 100%;
	display: block;
	background: RGB(254,242,204)
}

.table-status > thead > tr > th {
	background-color: #BDD7EE !important;
}

.table-biz > thead > tr > th {
	background-color: #337ab7 !important;
	color: white;
	font-weight: bold;
	font-size: 14px;
}
.table-biz > tbody> tr > td{
	font-size: 14px;
	vertical-align: middle;
}
.switch {
	height: 40px;
	margin-top: 14px;
	padding: 4px;
	background: #2b7fc7;
	border-radius: 8px;
	background-image: -webkit-linear-gradient(top, #2b7fc7, #2b7fc7);
	background-image: -moz-linear-gradient(top, #2b7fc7, #2b7fc7);
	background-image: -o-linear-gradient(top, #2b7fc7, #2b7fc7);
	background-image: linear-gradient(to bottom, #2b7fc7, #2b7fc7);
	-webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.05), inset 1px 0 rgba(0, 0, 0, 0.02), inset -1px 0 rgba(0, 0, 0, 0.02);
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.05), inset 1px 0 rgba(0, 0, 0, 0.02), inset -1px 0 rgba(0, 0, 0, 0.02);
}
.active-switch {
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
	background: white;
	border-radius: 5px;
	background-image: -webkit-linear-gradient(top, #fefefe, #eeeeee);
	background-image: -moz-linear-gradient(top, #fefefe, #eeeeee);
	background-image: -o-linear-gradient(top, #fefefe, #eeeeee);
	background-image: linear-gradient(to bottom, #fefefe, #eeeeee);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.active-switch a{
	color: #eea236 !important;
}
.switch-label {
	width: 33%;
	cursor: pointer;
	text-align: center;
}

.switch-label a{
	color: white;
	line-height: 32px;
	font-weight: bold;
	/*display: block;*/
}
.switch-label a:hover{
	text-decoration: none;
}

.m-w30{
	min-width: 30px;
	max-width: 30px;
}
.m-w50{
	min-width: 50px;
	max-width: 50px;
}
.m-w70{
	min-width: 70px;
	max-width: 70px;
}
.m-w80{
	min-width: 80px;
	max-width: 80px;
}
.m-w90{
	min-width: 90px;
	max-width: 90px;
}
.m-w100{
	min-width: 100px;
	max-width: 100px;
}
.m-w110{
	min-width: 110px;
	max-width: 110px;
}
.m-w120{
	min-width: 120px;
	max-width: 120px;
}
.m-w130{
	min-width: 130px;
	max-width: 130px;
}
.m-w150{
	min-width: 150px;
	max-width: 150px;
}
.m-w160{
	min-width: 160px;
	max-width: 160px;
}
.m-w180{
	min-width: 180px;
	max-width: 180px;
}
.m-w200{
	min-width: 200px;
	max-width: 200px;
}
.m-w230{
	min-width: 230px;
	max-width: 230px;
}
.m-w260{
	min-width: 260px;
	max-width: 260px;
}
.m-w280{
	min-width: 280px;
	max-width: 280px;
}
.m-w330{
	min-width: 330px;
	max-width: 330px;
}

.tracking-table {
	width: 620px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	margin-top: 50px;
}

.seal_error{
	font-size: 12px;
	display: block;
	padding-bottom: 10px;
}
.invalid td{
	background: rgba(224, 35, 21, 0.63);
	color: white;
}

.pd-20{
	padding-top:20px;padding-bottom: 20px;float: left;
}
.title-view-product-checking{
	background-color:#e8e8e8; text-align:left; padding: 10px;
}
.display-flex{
	display: flex;
}
#frmChecking .form-group{
	border-left: rgba(222, 213, 213, 0.41) 1px solid;
	border-right: rgba(222, 213, 213, 0.41) 1px solid;
}
#frmChecking .form-group:last-child{
	border-bottom: rgba(222, 213, 213, 0.41) 1px solid;
}
.boder-left{
	border-left: rgba(222, 213, 213, 0.41) 1px solid;
}
.user-info{
	width: 70%;
	margin: 0 auto;
    padding-top: 50px;
	margin-top: 50px;
}

.user-basic-info {
	width: 70%;
}

.list-product{
	width: 70%;
	margin-top: 50px
}

button[disabled] {
    cursor: default;
    background-color: gray;
}

.bg-update {
	background-color: #edf1cf;
}

.bg-orther-number {
	background-color: #f2f2f2;
}

.bg-default {
    background-color: #FFFFFF;
}

.search_view {
	padding: 15px 0 10px 0;
}

/*.form_search_view_product {*/
	/*margin: auto;*/
/*}*/
#pd_form {
	margin: auto;
	width: 100%;
}

#menu_form {
	margin-top: 18px;
}


@media (min-width: 1100px) and (max-width: 1199px) {
	#search_product {
		width: 165%;
	}
	#pd_form {
		margin: auto;
		width: 90%;
	}

	.info_form {
		width: 100%;
	}

	.other_form {
		width: 52%;
	}

	.info_form .col-xs-5 {
		width: 80%;
	}

	.form_title {
		margin-left: 150px;
	}
}

@media (min-width: 1200px) and (max-width: 1300px) {
	#search_product {
		width: 141%;
	}
	#pd_form {
		margin: auto;
		width: 90%;
	}

	#search_form {
		width: 90%;
	}

	#menu_form {
		width: 100%;
	}

	.info_form {
		width: 100%;
	}

	.other_form {
		width: 60%;
	}

	.info_form .col-xs-5 {
		width: 70%;
	}

	.form_title {
		margin-left: 180px;
	}
}

@media (min-width: 1301px) and (max-width: 1340px) {
	#search_product {
		width: 136%;
	}
	#pd_form {
		margin: auto;
		width: 90%;
	}

	#search_form {
		width: 90%;
	}

	#menu_form {
		width: 100%;
	}

	.info_form {
		width: 100%;
	}

	.other_form {
		width: 60%;
	}

	.info_form .col-xs-5 {
		width: 70%;
	}

	.form_title {
		margin-left: 210px;
	}
}

@media (min-width: 1341px) and (max-width: 1440px) {
	#search_product {
		width: 125%;
	}
	#pd_form {
		margin: auto;
		width: 90%;
	}

	#search_form {
		width: 35%;
	}

	#menu_form {
		width: 60%;
		margin-top: 18px;
		margin-left: -10px;
	}

	.info_form {
		width: 100%;
	}

	.other_form {
		width: 70%;
	}

	.info_form .col-xs-5 {
		width: 60%;
	}

	.form_title {
		margin-left: 210px;
	}
}

@media (min-width: 1441px) and (max-width: 1860px) {
	#search_product {
		width: 125%;
	}
	.info_form {
		width: 100%;
	}

	.other_form {
		width: 80%;
	}

	.info_form .col-xs-5 {
		width: 50%;
	}

	.form_title {
		margin-left: 150px;
	}
}

.title-register-bizcard{
	padding-bottom: 20px;
}

.title-register-bizcard-2{
	padding-bottom: 30px;
	padding-top: 20px;
}