.icon-profile i {
	margin-right: 10px;
}

.heading-title > h1 {
	display: inline-block;
    margin-right: 30px;
}

.btn-add-new {
	display: inline-block;
    margin-top: -10px;
}

table.dataTable {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered>thead>tr>th, 
.table-bordered>tbody>tr>th, 
.table-bordered>tfoot>tr>th, 
.table-bordered>thead>tr>td, 
.table-bordered>tbody>tr>td, 
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd;
}

.badge-pd {
	padding: 5px 10px;
}

.table-condensed>tbody>tr>td, 
.table-condensed>tbody>tr>th, 
.table-condensed>tfoot>tr>td, 
.table-condensed>tfoot>tr>th, 
.table-condensed>thead>tr>td, 
.table-condensed>thead>tr>th {
	border-bottom: 1px solid #ddd;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.btn-append {
    border: none;
    margin-left: 20px;
    outline: none;
}

.custom-input {
	width: 80%;
	display: inline-block;
}

.fullwidth {
	width: 100% !important;
}

.category {
	border: 1px solid #ddd;
	border-radius: 8px;
    padding: 3px 20px;
    font-size: 15px;
    width: 80%;
    display: inline-block;
}

.ml-10 {
	margin-left: 10px;
}

.category-area {
	margin: 5px 0 10px;
}

.table-margin {
	margin: 15px 0 20px;
}

.no-padding {
	padding: 0;
}

.pt-8 {
	padding: 8px 5px 0 !important;
}

.custom .select2 {
	width: 100% !important;
}

.custom .select2-selection--single {
	border: none !important;
}

.input-border {
	border: none;
}

.input-border:focus {
	border: 1px solid #3c8dbc;
    box-shadow: none;
}

.mt-8 {
	margin-top: 8px;
}

.mb-20 {
	margin-bottom: 20px;
}

.inline {
	display: inline-block !important;
}

.datepicker .table-condensed>tbody>tr>td, 
.datepicker .table-condensed>tbody>tr>th, 
.datepicker .table-condensed>tfoot>tr>td, 
.datepicker .table-condensed>tfoot>tr>th, 
.datepicker .table-condensed>thead>tr>td, 
.datepicker .table-condensed>thead>tr>th {
    border-bottom: unset;
}

/** modal custom **/
.modal-width {
	max-width: 450px;
}

.modal-radius {
	border-radius: .3125em;
}

.modal-top {
	border-top: unset;
}

.modal-bottom {
	border-bottom: unset;
}

.modal-font {
	font-size: 20px;
    font-weight: 300;
}

.swal2-popup .swal2-title strong {
	font-weight: 300 !important;
}

.red {
	color: red;
}


/* Automatic Serial Number Row */
.css-serial {
 	counter-reset: serial-number; /* Set the serial number counter to 0 */
}

.css-serial td:first-child:before {
 	counter-increment: serial-number; /* Increment the serial number counter */
 	content: counter(serial-number); /* Display the counter */
}

.thumb-img{
	max-height: 100px;
	max-width: 200px;
	padding: 1px;
	border: solid 1px #ccc;
	background-color: #fff;
}

.table-middle>tbody>tr>td {
    vertical-align: middle;
}

.fieldset {
	width: 100%;
    border: 1px solid #ddd;
    padding: 15px;
}

.leftright-pd {
	padding-left: 0;
	padding-right: 0;
}

.gallerybox {
	position: relative;
	width: 100%;
	padding: 15px 0;
}

.btn-delete {
	position: absolute;
    bottom: 30px;
    right: 15px;
    border-radius: 0;
}

.icon-delete {
	font-size: 20px;
	padding: 5px;
}

.heightbox {
	min-height: 453px;
}

.btn-status {
	display: block;
    border: 1px solid #c9d1da;
    /*width: 150px;*/
    padding: 2px 10px;
    border-radius: 5px;
    outline: none;
    margin: 0 auto;
}

.custom-pd {
	padding: 2px 11px;
}

.icon-status {
	border-radius: 4px;
    padding: 1px 3px 0px;
    margin-left: 10px;
}

.custom-mg {
	margin-left: 25px;
}

.btn-gray {
    background-color: #808080;
    border-color: #808080;
}

.custom-tb p {
	margin-bottom: 0;
}

table.custom-tb.dataTable tbody td {
	vertical-align: middle;
}