﻿.image-preview-input {
    position: relative;
	overflow: hidden;
	margin: 0px;    
    color: #333;
    background-color: #fff;
    border-color: #ccc;    
}
.image-preview-input input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.image-preview-input-title {
    margin-left:2px;
}

.table tr td.orderable 
{
    background: url("../Images/thread.png") repeat-y scroll left top;
    cursor : pointer;
    padding-left: 20px;
}

.select2-result-repository { padding-top: 4px; padding-bottom: 3px; }
.select2-result-repository__avatar { float: left; width: 60px; margin-right: 10px; }
.select2-result-repository__avatar img { width: 100%; height: auto; border-radius: 2px; }
.select2-result-repository__meta { margin-left: 70px; }
.select2-result-repository__title { color: black; font-weight: bold; word-wrap: break-word; line-height: 1.1; margin-bottom: 4px; }
.select2-result-repository__description { font-size: 13px; color: #000; margin-top: 4px; }
.select2-results__option--highlighted .select2-result-repository__title { color: white; }
.select2-results__option--highlighted .select2-result-repository__description { color: #c6dcef; }

.tooltip-inner {
    text-align: left;
}

.SellProductSelect span.select2-container .select2-selection--multiple .select2-selection__rendered {
    white-space: initial;
}

.skin-blue .treeview-menu > li > a.active {
  color: #ffffff;
}

.tooltip.bottom .tooltip-inner
{
    font-size: 16px;
}


a.withlabel {
    position: relative;
}

a.withlabel > .label {
    position: absolute;
    top: -2px;
    right: -6px;
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    line-height: .9;
}