.shadow {
	box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 2px 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 2px 3px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 2px 3px rgba(0,0,0,.2);
}

body{
	margin-top: 60px;
}

.is-select-valid {
	border: 1px solid #dc3545;
	border-radius: 0.25rem;
}

.is-select-valid ~ .invalid-feedback{
	display: block;
}

.page-title {
	background: #ffffff;
	margin-bottom: 15px;/*-webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);*/
}
nav {
	-webkit-box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.5);
}
.wrapper {
	padding-top: 15px;
	padding-bottom: 15px;
}
.c-pointer,.custom-checkbox label {
	cursor: pointer;
}
.footer {
	border-top: 1px solid #e5e5e5;
	padding-top: 10px;
	padding-bottom: 10px;
}

.disabled {
    color: #AAAAAA !important;
    cursor: default;
    pointer-events: none;
    text-decoration: none;
}
/*Page table*/
.table-grid .table {
	margin-bottom: 0 !important;
}
.table-grid tbody {
	display: block;
	height: 200px;
	overflow: auto;
}
.table-grid thead, .table-grid tbody tr {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.cell-id, .cell-checkBox, .cell-img,.cell-edit {
	width: 100px;
}

.cell-img > img{
	width: 24px;
	height: 24px;
}

.ellipsis{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.table-header-name {
	float: left;
	margin-right: 30px;
}
.table-header-search {
	float: left;
	margin-right: 15px;
}
.table-header-search .has-search .form-control {
	padding-left: 2.375rem;
}
.table-header-search .has-search .form-control-feedback {
	position: absolute;
	z-index: 2;
	display: block;
	width: 2.375rem;
	height: 2.375rem;
	line-height: 2.375rem;
	text-align: center;
	pointer-events: none;
	color: #aaa;
}

.table-header-search .has-search .form-control-feedback-sm {
	width: 2.0rem;
	height: 2.0rem;
	line-height: 2.0rem;
}

.table-header-reload {
	float: left;
	border: 1px solid #ced4da;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 4px;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	cursor: pointer;
}

.table-header-select {
	float: right;
	margin-right: 15px;
	width: 180px;
}
/*form*/
.form-group.required label:after {
	content: "*";
	color: red;
}

.account-bg{
	height: 100vh;
	background-image: url("../images/accountBg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: unset; !important;
}

.language-drop{
	width: 110px;
	margin: 5px 20px 0 0;
}

