@CHARSET "UTF-8";

div.input-group{
	/*margin-top:20px;*/
}

.file-upload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.file-upload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

div.ticket{
	height:120px;
}

div.margin-top-10{
	margin-top:10px
}
div.margin-bottom-10{
	margin-bottom:10px
}
div.margin-top-20{
	margin-top:20px
}

div.col-no-tab{
	padding-right:25px;
}

div.col-tab{
	padding-left:8px
}
.mailtoread{
	font-weight:bold;
}

td.tableListBtn{
	 display: flex;
}

.products-list .product-description{
	white-space: normal;
}

.main-sidebar, .left-side {
    padding-top: 50px;
}

.btn-group {
  display: flex;
}

ul.no-dots{
	list-style-type: none;
}

.inner a{
	color:white;
}

.inner a:hover{
	color:white;
}

div.icon a i{
	color:white;
}

div.box-body.table-responsive{
	min-height:300px;
}

tr#lastmod{
	background-color: #00a65a!important;
}

.products-list .product-img {
  margin-right: 12px;
}

a.btn-warning{
    color:#fff!important;
}