Current File : /home/karenpetzb/www/css/themes/admin/custom.css
.col-margin-15 {
	padding: 0;
	margin: 15px;
}

.col-overflow-x {
	overfow: hidden;
	overflow-x: scroll;
	overflow-y: hidden;
	width: 100%;
	max-width: 1000px;
}

.col-overflow-x table {
	width: 100%;
}

.no-wrap thead tr th {
	white-space: nowrap;
}

.container-liquid {
	min-height: 1060px;
	max-width: 1600px;
	overflow: hidden;
	overflow-x: auto;
}

.user .logo {
	float: left;
	padding-top: 15px;
	margin-left: 10px;
}

.logo img {
	max-width: 180px;
}

.right-sec .search-box input[type="text"] {
	width: auto;
}

.text-not-remise {
	
}

.text-remise-price-old {
	text-decoration: line-through;
	white-space: nowrap;
}

.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td
	{
	padding: 10px;
}

.gallerybox {
	float: none;
}

.gallerybox li a img,.gallerybox img {
	max-width: 100px;
	max-height: 100px;
	/*height: 100px;*/
	width: 100px;
	border: #ccc 1px solid;
	padding: 2px;
}

.gallerybox li {
	width: auto;
	float: none;
}

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

.table tbody tr.nostriped {
	background-color: white;
}

.no-space-top {
	margin-top: 0;
	padding-top: 0;
}

.no-space-side,.table>tbody>tr>td.no-space-side {
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.no-space {
	margin: 0;
	padding: 0;
}

.modal {
	overflow: hidden;
}

.modal-open {
	overflow: visible;
}

.no-wrap {
	white-space: nowrap;
}

.header-single {
	font-size: 15px;
	color: #323641;
	font-weight: bold;
	vertical-align: bottom;
	padding: 16px 20px;
	background-color: #f4f4f4;
}

.header-single-line {
	border-bottom: 1px solid #e6e7e8;
}

.iCheck-error {
	position: absolute;
	top: 0%;
	left: 0%;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: rgb(255, 255, 255);
	border: 0px;
	opacity: 0;
	background-position: initial initial;
	background-repeat: initial initial;
}

/* invoice */
.invoice-box .invoice-content {
	overflow: hidden;
}

.invoice-box .invoice-content .table-left {
	float: left;
}

.invoice-box .invoice-content .table-right {
	float: right;
}

.invoice-box .invoice-content td {
	text-align: right;
}

.invoice-box .invoice-content td.meta-head {
	text-align: left;
	background: #eee;
	width: 140px;
}

.invoice-box .invoice-content td textarea {
	width: 100%;
	height: 20px;
	text-align: right;
}

.invoice-box .table.no-border-top {
	border-top: none;
}

.invoice-box .table.no-border-bottom {
	border-bottom: none;
}

.invoice-box .invoice-content td.text-center {
	text-align: center;
}