html, body
{
	height: 100%;
	background: #fff url('../img/background.jpg') repeat-x top center;;
}

.cronjobtask
 {
	list-style: url('../icons/clock.png') inside;
	margin: 0;
	padding: 0;
}

.pageitem
{
	padding: 0 5px;
}

.opaque {
    opacity: .60;
    filter: alpha(opacity=60);
    -moz-opacity: .60;
}
 
.form-superfrox input[type="checkbox"]
{
	padding: 0;
	margin: 0 3px 0 0;
}
 
.nobr
{
	white-space: nowrap;
}

.nobr input
{
	display: inline;
}

#ftp-logo
{
	position: absolute;
	top: 31px;
	left: 34px;
}

.navbar .logo
{
	float: left;
	display: block;
	padding: 8px 10px 12px;
	margin-left: -12px;
}

.navbar .logo img
{
	width: 80px;
	height:	43px;
	background: transparent url('../img/logo_header.png') no-repeat center;
}

.navbar-inner
{
	background: #888888 url('../img/navbar_bg.png') repeat-x bottom left;
	height:	60px;
}

ul.pull-right, ol
{
	padding: 0;
	margin: 0 0 9px 0px;
}

.navbar .divider-vertical
{
	height: 60px;
	margin: 0 0;
}
.navbar .btn, .navbar .btn-group {
	margin-top: 15px;
}
.navbar .nav > li > a
{
	padding: 		21px 12px 11px;
	color: 			#fff;
	text-shadow: 	0 1px 0 #777;
	font-size:		15px;
	font-weight:		bold;
}

.navbar .nav
{
	position: relative;
	left: 0;
	display: block;
	float: left;
	margin: 0px 1px 0 0;
}

.dropdown-menu a:hover
{
	text-shadow: 0 -1px 0 #003C5A;
	background: #64a317;
}


table {
  background-color: #fff;
}


.content
{
	margin-top:	77px;
  text-shadow: 0 1px 0 #FFF;
}
footer
{
	margin:			27px 0;
	font-size:		11px;
	text-shadow: 0 1px 0 #FFF;
}

.nav-pills .active > a, .nav-pills .active > a:hover {
	text-shadow: 0 -1px 0 #003C5A;
}

.search
{
	display: inline-block;
	float:		right;
	position: relative;
	top: -45px;
}

form.nomargin
{
	padding: 0;
	margin:	0;
}

.refreshing
{
	display: inline-block;
	float:		right;
	position: relative;
	font-size: 13px;
	font-weight: normal;
}

/**
* Login Page
*/
.loginheader
{
	margin-top:	2px;
}
.loginheader img
{
	width: 190px;
	height:	101px;
}
.loginheader-ftp
{
	margin-top:	2px;
}
.loginheader-ftp img
{
	width: 190px;
	height:	101px;
}
.loginmsg
{
	margin-top:	20px;
	text-align: left;
}
.loginpage
{
	text-align: 	center;
	width: 			400px;
	margin: 		0 auto;
}
.loginsec
{
	margin: 		20px auto;
	text-shadow: 	0 1px 0 #FFF;
}

.loginsec table
{
	width: 			400px;
	background:		none;
}
.loginsec table td.left,
.loginsec table td.left input
{
	width: 			100%;
}
.sp100
{
	width: 100%;
}
input.sp100
{
	width: 97%;
}




h2
{
	color:	#36393C;
	font-size:	22px;
	margin-bottom:	12px;
}


.overviewadd
{
	margin-bottom:	12px;
}





/*-------------
SEARCH
-------------*/


#searchForm fieldset {
    width:		450px;
    position:relative;
    display:block;
}

div.input
{
	width:			380px;
	/*
	padding:5px 15px 7px 15px;
	*/
	padding:			0 0 0 1px;
	border-radius:		10px;
	border:				1px solid #c6d2db;
	border-top:			1px solid #b4c1cb;
	box-shadow:			inset 0 1px 2px rgba(0,0,0,0.08);
	float:				right;
	background:			#FFF;
}

div.input.focus
{
	border:				1px solid #9ecbe2;
	box-shadow:			0 0 6px #abdcff, inset 0 1px 2px rgba(0,0,0,0.08);
}


div.input table
{
	width:				100%;
	background-color: 	transparent;
	border: 			none;
	border-radius: 		none;
}

div.input .nav
{
	margin-bottom: 0px;
}

div.input .nav-pills > li > a.searchpill
{
	padding-top: 		4px;
	padding-bottom: 	4px;
	margin-top: 		1px;
	margin-bottom: 		1px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 		8px;
}

div.input .nav-tabs > li > a, .nav-pills > li > a.searchpill
{
	padding-right: 		4px;
	padding-left: 8px;
	margin-right: 0px;
	line-height: 14px;
}

.dropdown.open .searchpill
{
	text-shadow: 0 -1px 0 #999;
}


input#s
{
	width:				100%;
	border:				0;
	border-radius:		10px;
	background:			transparent;
	height:				16px;
	color:				#000;
	/*
	color:				#b4bdc4;
	*/
	text-shadow:		0 1px 1px #fff;

	-webkit-box-shadow: none;
	-moz-box-shadow: 	none;
	box-shadow: 		none;
	-webkit-transition: none;
	-moz-transition: 	none;
	-ms-transition: 	none;
	-o-transition: 		none;
	transition: 		none;
}

input#s:focus
{
	outline:			none
}

input#searchSubmit
{
	width:19px;
	height:19px;
	text-indent:-9999px;
	overflow:hidden;
	/*
	background:url(../images/search-icon.png) no-repeat;
	*/
	border:0;
	position:absolute;
	top:7px; right:13px;
	z-index:5;
	display:none;
	cursor:pointer;
}

/**
* Traffic
*/
.progress.traffic
{
	height:			11px;
	margin-top:		8px;
	margin-bottom:	8px;
}



/**
* Customer Index
*/
.progress.used
{
	height:			7px;
	margin-top:		6px;
	margin-bottom:	6px;
	background:		#D7EDF8;
	position: 		relative;
}

.progress.unlimited
{
	background:		#E4F4E4;
}

.bar{
	position: 		absolute;
}

.bar2{
	position:		relative;
}

#accountdetails .thumbnail
{
	padding:		5px 10px 10px 10px;
	background:		#fff;
}


#accountdetails small
{
	font-size:	11px;
}



.subline
{
	font-size:	90%;
	color:		#727585;
}




#dialogabout
{
	width:			450px;
}

#dialogabout .modal-body
{
	/*
	background:		#E4F4E4;
	*/
}


/**
* Sort Table
*/
th.hover
{
	background: #E1E2E5;
	cursor:		pointer;
}

span.sorter
{
	position:	relative;
	float:		right;
}

th.multi > span > span.sorter
{
	float:		none;
}
th.multi > span > span.sorter img
{
	background-position: 0 -48px;
}

span.sorter img
{
	background: transparent url('../img/sort.png') no-repeat top left;
	margin: 	0 4px 0 4px;
	width:		16px;
	height:		16px;
}

th.multi > span > span.sorter.asc img,
span.sorter.asc img
{
	background-position: 0 -32px;
}

th.multi > span > span.sorter.desc img,
span.sorter.desc img
{
	background-position: 0 -16px;
}

th.admoptions
{
	width:94px;
}

th.options
{
	width:60px;
}

.successcontainer {
        background: #E2F9E3;
        border: 1px solid #9C9;
        padding: 10px !important;
	margin-bottom: 20px;
        text-align: left !important;
        overflow: hidden;
}

.successtitle {
        font-weight: bold;
        color: #060 !important;
}

.success {
        font-weight: normal !important;
}

.placeholder { 
	color: #aaa; 
}

#login-box {
	width:333px;
	height: 352px;
	padding: 58px 76px 0 76px;
	color: #000;
	background: url(../img/login-box.png) no-repeat left top;
	position: relative;
}

#login-box img {
	border:none;
}

.login-box-field {
	float: left;
	display:inline;
	width:250px;
	margin:0 0 2px 40px;
	padding: 2px;
}


.form-login  {
	width: 205px;
	padding: 6px;
	font-size: 14px;
}


.login-box-options  {
	clear:both;
	margin-right:25px;
	font-size: 11px;
}

.login-box-options a {
	color: #595853;
	font-size: 11px;
}

.login-box-submit{
	margin-top:20px;
}

#navigationMenu
{
	display: none;
}

#overview
{
	margin-top: 8px;
}

#overview:before
{
	left: auto;
	right: 12px;
}

#overview:after
{
	left: auto;
	right: 13px;
}

.notifications
{
	position: fixed;
	left: 50%;
	top: 50px;
	transform: translate(-50%, 0);
	z-index: 9999;
}

.notifications > div
{
	position: relative;
	z-index: 9999;
	margin: 5px 0px;
	min-width: 520px;
	padding: 20px;
}

.alert .close {
	right: -5px !important;
}

.webhint
{
	position: absolute;
	right: 10px;
	bottom: 10px;
	border: 1px solid #aaa;
	background: #eee;
}

.webhint a
{
	padding: 7px 12px;
	display: block;
}

.file 
{
        position: relative;
        -moz-opacity:0;
        filter:alpha(opacity: 0);
        opacity: 0;
        z-index: 2;
        width:340px !important;
}

.table tbody tr:hover td {
	background: #fef2d1 !important;
}

.faux 
{
        position: absolute;
        left: 5px;
        z-index: 1;
}

.faux input 
{
        z-index: 1;
}
 
.fauxtd 
{
	padding-left:5px;
}

