﻿html, body
{
    height:100%;
}
.ui-autocomplete-loading {
    /*background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat;*/
}

.loading
{
	position:fixed;
    width: 100%;
    height: 100%;
	z-index:1070;
	top:0;	
	display:none;
	opacity: .75;
	background:#f8f8f8;
	left:0;
}

.loading .image
{
	opacity: 1;
	width: 100%;
    height: 100%;
	z-index:1070;
	background: url(img/preloader-w8-cycle-black.gif) no-repeat center;
}

.disabled{
  cursor: not-allowed !important;
  background-color: #eeeeee !important;
}

.fg-color-white 
{
    color:#fff !important;
}
.fg-color-yellow
{
    color:#ffff00 !important;
}