.img-square {
    position:relative;
    height:100px;
    width:100px;
    /*border:1px solid #000;*/
    margin-right:20px;
    float:left;
	background-size: cover;
	border-radius:10px
    
}
.img-square img {
    Position:absolute;
    margin:auto;
    top:0;
    right:0;
    left:0;
    bottom:0;
    max-height:100%;
    max-width:100%; 
    }
	
.ellipsis {
    overflow: hidden;
    /*white-space: nowrap*/
    text-overflow: ellipsis;
}

.selected, .available{
	/*border-radius:10px!important;*/
	padding:5px!important;
	font:10px Tahoma!important;
	height:300px!important;
	/*width:48%!important;*/
}
.ui-multiselect {
	/*border:0px!important;*/
	border-radius:10px!important;
	/*padding:10px;*/
	width:100%;
	height:350px!important;
}

.sidebar .sidebar-right{
	width:100%!Important;
	padding-right:10px!Important;
}

.divider {
	height:30px;
}

.media-left, .media > .pull-left {    padding-right: 10px!important;}

.datatable-basic thead > tr > th,.datatable-basic tbody > tr > td {
	padding:6px 10px 10px 6px!important;
}

div.AnyTime-win {z-index:9999}

.picker__holder {
    border: none;
    min-width: 260px;
    /*box-shadow: 0 0 0 6px #e20, 0 24px 54px 18px rgba(0,0,0,.2);*/
    border-radius: 0;
}
.picker__table{
	margin-bottom:5px;
	
}
.datepicker{z-index:1151 !important;}

.label-form{
	text-transform:uppercase;
	font-size:11px;
	color:#CCC;
	display:block
}
.row-10{
	margin-top:10px
}
.table-smat > thead > tr > th, .table-smat > tbody > tr > th, .table-smat > tfoot > tr > th, .table-smat > thead > tr > td, .table-smat > tbody > tr > td, .table-smat > tfoot > tr > td {
    padding: 4px 10px;
    line-height: 1.2384616;
}

select.input-smat {
    height: 28px;
    line-height: 28px;
}

.input-smat {
	height: 28px;
    padding-left: 2px;
    padding-right: 2px;
    border-radius: 6px;
	padding: 2px 4px;
    font-size: 11px;
}

.btn-smat {
    padding: 3px 8px;
}

.absolute-container{
	position: absolute;
	margin-top: -13px;
	width: 80px;
}

.dropdown-menu-smat > li > a {
	padding: 4px 12px!important;
	line-height: 1.1!important
}