/*******************
*** Custom STYLE ***
********************/

.no-padding
{
	padding: 0;
}

.no-border
{
	border: none;
}

.table-list{
	margin-bottom: 0;
}

.table-list td {
	vertical-align: middle !important;
	font-size: 14px;
}

.table-list th {
	border: none !important;
	background: -webkit-gradient(linear, 0 50%, 0 100%, from(#cecece), to(#dedede)) !important;
	background: -webkit-linear-gradient(top, #cecece, #e6e6e6 8%, #e6e6e6 68%, #dedede) !important;
	background: -moz-linear-gradient(top, #cecece, #e6e6e6 8%, #e6e6e6 68%, #dedede) !important;
	background: -o-linear-gradient(top, #cecece, #e6e6e6 8%, #e6e6e6 68%, #dedede) !important;
	background: -ms-linear-gradient(top, #cecece, #e6e6e6 8%, #e6e6e6 68%, #dedede) !important;
	background: linear-gradient(to bottom, #cecece, #e6e6e6 8%, #e6e6e6 68%, #dedede) !important;
}

.table-list th.actions{
	min-width: 125px;
}

.table-list td .btn {
	margin-left: 5px;
}

.table-list td .btn i{
	margin: 0;
}

.table-list tr:nth-child(odd)
{
	background: #f0f0f0;
}

.table-list td .status-ico {
	margin: 10px 10px 0 0;
	font-size: 10px;
	color: #76954f;
}

.table-list td .status-ico.inactive {
	color: #ff0000;
}

.cat-img
{
	vertical-align: bottom;
	width: 100%;
	max-width: 260px;
}

.scroll-box
{
	height: 400px;
	overflow-y: scroll;
}

.edit-box
{
	float: left;
	width: 100%;
}

.edit-box label
{
	font-size: 13px;
	margin-bottom: 2px;
}

.edit-box .dropdown
{
	margin-bottom: 15px;
}

.fluid .widget.grid12.no-margin
{
	margin-left: 0;
}

.fluid .widget.no-content
{
	min-height: 0;
	padding-bottom: 0;
	overflow: hidden;
}

.fluid .widget.no-content .widget-header
{
	border-bottom: none;
}

.edit-box .custom-input
{
	width: 100%;
}

.edit-box .custom-input label
{
	margin-top: 0 !important;
}

.product-images {
	position: relative;
	float: left;
	width: 100%;
}

.product-images .img-box
{
	position: relative;
	float: left;
	width: 240px;
	height: 180px;
	overflow: hidden;
	margin: 5px;
	cursor: move;
	background-size: cover;
	background-position: center center;
}

.product-images .img-box img
{
	position: relative;
	float: left;
	width: 300px;
	margin-left: -50px;
}

.product-images .img-box .del-btn
{
	position: absolute;
	top: 0;
	right: 0;
	width: 25px;
	height: 24px;
	background: #d00000;
	color: #fff;
	z-index: 10;
	padding: 5px 7px;
	display: none;
	cursor: pointer;
}

.product-images .img-box .del-btn .fa
{
	position: relative;
	float: left;
}

.product-images .img-box:hover > .del-btn
{
	display: block;
}

.search-input
{
	float: left;
	width: 200px;
	padding: 5px;
	margin: 13px 10px 0 0;
}

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

.header .dropdown
{
	width: 260px;
	margin: 13px 10px 0 0;
}

.datepicker-container .pika-lendar {
	width: 100%;
	margin: 0;
	padding: 8px;
}

.datepicker-container .pika-table th,
.datepicker-container .pika-table td {
	padding: 4px;
}

.datepicker-container .pika-button {
	padding-top: 10px;
	padding-bottom: 10px;
}

.datepicker-container .is-disabled .pika-button {
	background-color: #ff0000;
	color: #fff;
}
