.headding>h4 {
	color: #313435;
}

.image-icon {
	width: 40px;
	height: 40px;
}

.box {
	background: #fff;
	-webkit-box-shadow: 0px 0px 0px 1px #eeeeee;
	-moz-box-shadow: 0px 0px 0px 1px #eeeeee;
	box-shadow: 0px 0px 0px 1px #eeeeee;
	border-radius: 5px;
	padding: 10px 0;
	margin-bottom: 20px;
}

.box label {
	color: #72777a;
	font-weight: 500;
	width: 100%
}

.select2-container {
	width: 100% !important;
}

.select2-container--open {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
}

.select2-container .select2-selection--single {
	height: 35px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered
	{
	line-height: 35px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow
	{
	height: 33px !important;
}

.select2-results li {
	display: block;
}

.box .btn {
	padding: 6px 12px;
	cursor: pointer;
	background: #0c7cd5;
	color: #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	font-weight: 500;
}

.box .btn-danger {
	padding: 6px 12px;
	cursor: pointer;
	background: #f44336 !important;
	color: #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	font-weight: 500;
}

.box .btn:hover {
	background: #098ccd;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.box .btn:focus {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.box .dataTables_wrapper .dataTables_length {
	padding: 0px 15px;
}

.box .dataTables_wrapper .dataTables_filter {
	padding-right: 15px;
}

.box .dataTables_wrapper .dataTables_info {
	padding-left: 15px;
}

.dataTables_wrapper {
	width: 100%;
}

.box .dataTables_wrapper .dataTables_filter input:focus {
	
}

.box .table td, .table th {
	border: 0;
}

.box .cust-table thead th {
	border-bottom: 0 !important;
	background: #fafafa;
}

.box .cust-table th, td {
	border-top: 1px solid #b4b4b4 !important;
	border-right: 1px solid #b4b4b4 !important;
	text-align: center;
	vertical-align: middle !important;
	font-weight: bold;
}

.box .cust-table th, td {
	padding: 6px 12px !important;
}

.box .cust-table th:last-child {
	border-right: 0 !important;
}

.box cust-table .dataTable.no-footer {
	border-bottom: 1px solid #b4b4b4;
}

.box .cust-table span {
	border-radius: 50px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.box .cust-table span:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.box .cust-table .edit {
	background: #795548;
}

.box .cust-table .assets {
	background: #e91e63;
}

.box .cust-table .bookcode {
	background: #673ab7;
}

.box .cust-table .qrcode {
	background: #009688;
}

.box .cust-table .fas {
	-webkit-filter: brightness(100);
	filter: brightness(100);
}

.fix-footer {
	background-color: #ffffff;
	padding: 15px;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
}

.box .form-control {
	border: 1px solid #aaa;
	border-radius: 5px;
}

.box .form-control:focus {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	border-color: #aaa;
}

.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	margin: 0;
	opacity: 0;
	cursor: pointer;
}

.custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: .25rem;
}

.custom-file-input:lang(en) ~.custom-file-label::after {
	content: "Browse";
}

.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(1.5em + .75rem);
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #fff;
	content: "Browse";
	background-color: #ff6005;
	border-left: inherit;
	border-radius: 0 .25rem .25rem 0;
}

.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	margin-bottom: 0;
}

.main-content {
	overflow: auto;
}

.daterangepicker .calendar-table td {
	padding: 0 !important;
}

.daterangepicker td.in-range {
	background-color: #ebf4f8 !important;
	color: #000 !important;
}

.daterangepicker td {
	border-top: 0 !important;
	border-right: 0 !important;
	font-weight: normal;
}

.daterangepicker {
	padding: 0 !important;
}

.card-body {
	padding: 0 1.25rem 1.25rem !important;
}

.card {
	margin-top: 1.25rem;
}

.card i {
	background: #000;
	width: 28px;
	height: 28px;
	line-height: 28px;
	display: inline-block;
	border-radius: 50px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	font-size: initial;
}

.card .btn {
	padding: 0;
}

.card .btn:hover, .btn:focus {
	text-decoration: none;
}

.card [aria-expanded="true"] .fa-chevron-down:before {
	content: "\f077";
}

.card h5 {
	display: inline-block;
	font-size: 14px;
	margin-left: 5px;
}

.card-header {
	padding: 6px 12px;
}

.card ul{
	display: table;
	padding: 0;
}
.card li {
	/* text-align: center; */
    display: table-cell;
    list-style: none;
    vertical-align: middle;
    padding: 0 5px;
}

.card ul li i {
	background: none;
	color: #000;
}

.card .div-one {
	display: inline-block;
}

.card .div-two {
	display: inline-block;
	float: right;
}

.cust-modal .form-control:focus {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	border-color: #aaa;
}

/* The container */
.cust-checkbox {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	margin-bottom: 0;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.cust-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
}

/* On mouse-over, add a grey background color */
.cust-checkbox:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.cust-checkbox input:checked ~ .checkmark {
	background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.cust-checkbox input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.cust-checkbox .checkmark:after {
	left: 10px;
	top: 7px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cust-modal .close {
	cursor: pointer;
}

.cust-modal .btn {
	cursor: pointer;
}

.cust-modal .btn:focus {
	box-shadow: none !important;
}

.cust-modal .close:focus {
	outline: 0;
}

.cust-modal .close:hover {
	opacity: 1 !important;
}

.cust-modal label {
	width: 100%;
	color: #72777a;
	font-weight: 500;
}

.cust-radio input {
	height: 0;
	width: 0;
}

.cust-radio .checkmark {
	border-radius: 50%;
}

.cust-radio .checkmark:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.common-padding {
	padding: 0 15px
}

.accordion-sec {
	width: 100%;
	height: 65px;
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid rgba(0, 0, 0, .125);
	border: 1px solid rgba(0, 0, 0, .125);
	padding: .75rem 1.25rem;
	margin-top: 1.25rem;
	border-radius: .25rem;
}

input[type="checkbox"] {
	width: 20px;
	height: 20px;
	cursor: pointer;
}