#header {
	background: #222;
	width: 100%;
	height: 90px;
	border-bottom: 1px solid #555555;
	position: relative;
	z-index: 15;
}
#header h1 {
	background: url(../images/logo.png) no-repeat 0 0;
	width: 215px;
	height: 60px;
	line-height: 600px;
	overflow: hidden;
	position: relative;
	top: 15px;
	left: 10px;
}
@media all and (max-width: 767px) and (min-width: 1px) {
#header {
	height: 70px;
}
#header h1 {
	background-image: url(../images/logo_small.png);
	width: 146px;
	height: 41px;
	top: 13px;
}
}
#topNav li {
	color: #999999;
}
#sidebar li img{
	position:absolute;
	left:10px;
	top:5px;
	width:35px;
	height:35px;
}
#mainNav li.nav a {
	padding-left: 52px;
}
.colorpicker {
	background-image: none;
	width: auto;
}
.view{
	padding-left:30px;	
}

/* auto complete */
.ui-autocomplete li {
	list-style: none outside none;
}

.disabled {
	opacity: 0.35;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=35)"
}

div.ajax-loading{
                position: fixed;
                top: 0;
                left: 0;
                height:100%;
                width:100%;
                z-index: 9999999;
                background-image: url("/theme/images/loaders/sending.gif");
                background-position:  center center;
                background-repeat: no-repeat;
                opacity: 0.7;
                filter: alpha(opacity=70); /* ie */
                -moz-opacity: 0.7; /* mozilla */
                display:none;
            }
div.ajax-loading * {
                height:100%;
                width:100%;
                background-image: url("/theme/images/loaders/sending.gif");
                background-position:  center center;
                background-repeat: no-repeat;
                opacity: 1;
                filter: alpha(opacity=100); /* ie */
                -moz-opacity: 1; /* mozilla */
            }

#env-warning {
    background-color: #c9302c;
    color: #fff;
    font-weight: bold;
}

.text-center {
    text-align: center;
}