*{
	box-sizing: border-box;	
	transition: all .75s ease-in-out;
}
html,body{
	max-width: 100%;
	width: 100%;
	min-width: 100%;
	overflow-x: hidden;
}
.text-right{
	text-align: right;
}
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.text-justify{
	text-align: justify;
}
.text-middle{
	vertical-align: middle;
}
.text-top{
	vertical-align: top;
}
.text-bottom{
	vertical-align: bottom;
}
/*lots*/
table.lots tbody label{
	display: block;
}
table.lots input[type="checkbox"]{
	position: relative;
	margin: 0;
	padding: 0;
}
.lot{
	display: block;
	width: 100%;
	padding: 10px 0;
}
.lot .img{
	display: inline-block;
	padding: 10px 10px;
	min-width: 120px;
	max-width: 120px;
	vertical-align: top;
	font-size: 9pt;
}
.lot .details{
	display: inline-block;
	max-width: ;
	width: calc(100% - 150px);
	padding: 10px 15px 10px 25px;
}
.lot .details h4{
	font-size: 14pt;
	border-bottom: 2px solid #000;
}
.lot .details > div{
	font-size: 11pt;
}
section.actions{
	padding: 0 0;
	position: fixed;
	bottom: 0;
	left: 0;
	height: 0;
	width: 100%;
	transition: all .5s ease-in-out;
	z-index: 10001;
	background: #FAFAFA;
	overflow: hidden;
}
section.actions.show{
	padding: 20px 0;
	height: auto;
}

/* Login Form */
.login-page{
	padding-top: 30px;
}
.login-box{
	max-width: 480px;
	margin: 0 auto;
}
.login-box .card-body .form-control{
	border-right: 0!important;
}
.login-box .input-group-append {
    margin-left: -1px!important;
}
.login-box .input-group .input-group-text{
    background-color: transparent!important;
    border-bottom-right-radius: .25rem!important;
    border-left: 0!important;
    border-top-right-radius: .25rem!important;
    border-top-left-radius: .0!important;
    border-bottom-left-radius: .0!important;
    color: #777!important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out!important;
    padding: .65rem .75rem!important;
}
.padding-top-2{
	padding-top: 5%;
}

.widget .table-list{
	display: inline-block;
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0;
}
.widget .table-list li{
	padding: 0;
}
.widget .table-list > li{
	margin-right: -9px;
}
.widget .table-list ul{
	display: block;
	width: 100%;
	list-style: none;
	min-height: 50px;
	height: 50px;
	max-height: 50px;
	overflow: hidden;
	padding-left: 10px;
}
.widget .table-list > li:nth-child(even){
	background: #F0F0F0;
}
.widget .table-list > li:nth-child(odd){
	background: #FAFAFA;
}
.widget .table-list ul li{
	display: inline-block;
	padding: 2px 5px;
	margin-left: -4px;
	list-style: none;
	vertical-align: top;
	border: 1px solid #0A0A0A;
	height: 100%;
	margin-top: -1px;
	word-break: break-word;
	word-wrap: wrap;
}
.widget .table-list:first-child{
	margin-top: -1px;
}
.widget .table-list ul li:first-child{
	margin-left: 0;
}
.widget .thead{
	padding-right: 15px;
}
.widget .table-list.thead > li{
	background: transparent;
}
.widget .table-list.thead > li ul li{
	background: #C0C0C0;
}
.widget .thead li ul li{
	margin-top: 0!important;
	vertical-align: bottom;
	font-weight: 700;

}
.widget .scroller{
	max-height: 300px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 0;
	margin: -6px 0 0 0;
}
.widget .widget-header{
	text-align: center;
}
.widget .widget-body{
	padding: 2px;
	border-top: 2px groove #E0E0E0;
}
.upcoming_auctions,.past_auctions{
	min-width: 300px;
	max-width: 30%;
	background: #FFF;
	border-radius: 7px 7px 7px 7px;
	padding: 15px 15px 15px 15px;
	box-shadow: 2px 2px 6px rgba(0,0,0,.75);
	display: inline-block;
	margin-right: 2%;
}
#bidderSelect .table-scroller{
	max-height: 500px;
	overflow-y: scroll;
	border: 1px solid #dee2e6;
	margin-bottom: 10px;
}
#bidderSelect .table-scroller thead th{
	position: sticky;
	top: 0;
	z-index: 2;
	background: #FFF;
	border: 1px solid #dee2e6;
}
#permissions-users .table-scroller{
	max-height: 500px;
	overflow-y: scroll;
	border: 1px solid #dee2e6;
	margin-bottom: 10px;
}
#permissions-users .table-scroller thead th{
	position: sticky;
	top: 0;
	z-index: 2;
	border: 1px solid #dee2e6;
}
#permissionsModal .btn-close{
	border:  0 none;
	background:  transparent;
}
.menu-permission{
	padding:  10px 0;
}
.menu-permission .menu-name{
	font-weight: 900;
	display: inline-block;
	width:  75%;
	background:  #FFF;
	position: relative;
}
.menu-permission .menu-name span{
	padding:  0 5px 0 0;
	background:  #FFF;
	position: relative;
	z-index: 2;
}
.menu-permission .menu-name:before{
	content:  '';
	display: block;
	position: absolute;
	left:  0;
	top:  50%;
	width:  100%;
	z-index: 1;
	border-bottom: 2px dashed #0f0f0f;
}
.menu-permission .menu-level{
	font-weight: 500;
	display: inline-block;
	width:  24%;
	background:  #FFF;
	padding:  0 0 0 5px;
}
[class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-treeview {
	background: #000;
	border-radius: 5px;
}
.nav-icon{
	color: #FFF;
}
.fas.fa-deal-desk:before{
	content: '';
	height: 20px;
	width: 20px;
	display: inline-block;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsTAAALEwEAmpwYAAABrElEQVRoQ+2aPU/EMAyGXQQDC0iw8/l3+P8bnxsTEgsbRYbmMMFO7IvdKFIf6Za72vUbO/ZdegCDM6X453mOkHK1OH3ydj5NP6EfeDsmXADA4/K6ibpPlAAM/pkEfQ8QIyJCQB58IkSEtwAp+DARngJqwYeI8BKA3YbWfA0sp9ShmvAQkLqNFexQzd3JQ0DOHcDvfCHsZo4nXoOMTsHkM5+M3Pt7i/IeZBjIkbDyOZZrq3hlgEPKgAveGehGxCZelcPAu+29QS2MmAFc9NMkkmYg5AdBIN8ZHjEDf9gE9KbUhVbpIgbYPbqVUG+2DPRm+AyUutAQk3n4DGwCekP3AJ28XP2vPZlVMQxfQqUu1Eroj/rE8BnYBBAs5Wi5tgjn6KxswsIdLUpYrq3ClZD1KwSeTlNK9vlnIafTeMbZCifCsjAn2gC4DBxrjRdeAODaaIOgzYNg9671xwn40BoT8DnwpcHuFsDn2bF0Oq0a4wya52QYvLTytb20izfqdBrLqZQJbfBqpEH2qvbwH0mEe/CIVEKUcwD4BIA3oyhaTu7BpxLSCGgh/M8ew/MF3IdHEvHMSrMAAAAASUVORK5CYII=) transparent center center no-repeat;
	background-size: 20px 20px;
}
