.tw-bs input[type=checkbox] {
	width:15px !important;
	height:15px !important;
}
.tw-bs input[type=radio]{
    width: 15px !important;
    height: 15px !important;
    border-radius: 10px !important;
}
.image_preview{
		
	overflow: hidden;
}
.image_preview img{
	width:150px;
	float:left;
	margin-right:10px;
}
.products_list_blocks .single_tab{
	padding: 10px;
}
.products_list_blocks .single_tab {
    padding: 10px;
    max-height: 400px;
    overflow-y: scroll;
    background: #fff;
    border: 1px solid #ccc;
}
.export-product{
    float: right;
    padding: 8px;
    background-color: green;
    color: #fff;
    border: none;
    cursor: pointer;
}
#loading {
    display: block;
    width: 50px;
    height: 50px;
    border: 8px solid rgba(255,255,255,.3);
    border-radius: 50%;
    margin: 10px auto;
    border-top-color: #0056b3;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}
@keyframes spin {
    to { -webkit-transform: rotate(360deg); }
    }
    @-webkit-keyframes spin {
    to { -webkit-transform: rotate(360deg); }
    }