body, html {
	height: 100%;
}

.home-status-large {
	font-size: 80px;
	line-height: 88px;
	margin: 0 auto;
	text-align: center;
}

.home-status {
	font-size: 20px;
}

.home-status-textarea {
	width: 100%;
}

.fa-loader-success {
	background-image: url('../img/success-loader.gif');
	background-position: 0 0;
	width: 32px;
	height: 32px;
}

.fa-loader-error {
	background-image: url('../img/error-loader.gif');
	background-position: 0 0;
	width: 32px;
	height: 32px;
}

/**-------------------------*
*  Bootstrap font awesome upgrade fixes
*---------------------------
.btn-group > .btn + .dropdown-toggle
 {
	 padding-top: 5px;
	 padding-bottom: 5px;
 }

 .form-search .input-append .search-query
 {
	padding-top: 14px;
	padding-bottom: 14px;
 }

/** ------------------------*
 * 	Main Container Styles
 *--------------------------*/

i.fa-caret-up,
i.fa-caret-down{
	color: white;
}

li.selected{
	border-left: 3px solid blue;
}

#nav li.selected i{
	color: white;
}

#nav li.selected span {
	color: white;
}

#page {
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	height: 100%;
	width: 100%;
	overflow: auto !important;
}
#container {
	max-width: 100%;
	margin:  0;
	min-height: 80%;
}

#container-inner {
	background-color: rgb(34,34,34);
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	height: 100%;
	position: relative;
}
div#menu-output {
	/*width: 15.75%;*/
	margin-top: 20px;
	position: absolute;
	left: 0px;
	top: 0px;
	color: #FFF;
}
div#module-output {
	padding: 10px;
	margin: 0 0 10px 165px;
	background-color: #FFFFFF;
}

div#module-output h2.module-header {
	margin-top: 10px;
	margin-bottom: 50px;	
	text-transform: uppercase;
}

div#module-output h2.module-header .btn-group{
	line-height:1;
	
}

div#login-box .password-reset {
	padding: 10px;

}

/**------------------------*
 * 	Header styles
 *-------------------------*/
.header th a{
	color: white;
}

#header {
	background: rgb(160,11,13);
	color: #FFFFFF;
	/*padding: 5px 5px;*/
	position: relative;
}

#header a {
	color: #FFFFFF;
}

#header h2 {
	font-size: 1em;
	display: block;
	margin: 0;
	padding: 0px 0px 0px 55px;
	background: url('../img/kb-logo-tiny.png') no-repeat 1% 50% ;
}

#header .global-settings {
	position: absolute;
	top: 0px;
	right: 0px;
	background: #333333;
	padding: 10px;
	z-index: 1;
	min-width: 80px;
}

#header #global-settings:hover{
	cursor:pointer;
}

#header .global-settings span.username a {
	color: #fff;
	text-decoration: underline;
}

#header #global-settings-dropdown {
	display: none;
	list-style: none;
	margin: 10px 2px 0 2px;
}

#header #global-settings-dropdown .btn{
	min-width: 80px;
	margin: 0;
}

#header #global-settings-dropdown .btn a:hover{
	text-decoration: none;
}

#header .global-settings a {
	color: #000000;
}

/**------------------------*
 * 	Alert Button Styles
 *-------------------------*/

#header .alert-button {
	position: absolute;
	top: 0px;
	right: 140px;
	padding-top: 7px;
	z-index: 1;
}

#header #alert-button:hover{
	cursor:pointer;
}

.popover {
	width: 270px;
}

.popover-title {
    color: black; 
	font-weight: bold;
}

.popover-content {
    color: black; 
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

/**------------------------*
 * 	Main Side Navigation styles
 *-------------------------*/
#nav {
	list-style: none;
	margin: 0px 0px 20px 0px;
	padding: 0;

}

#nav li {
	width: 165px;
}

#nav li a {
	text-decoration: none;
	color: #AAA;
	font-weight: light;
	padding: 10px 15px;
	display: block;
	text-transform: uppercase;
	font-size: .9em;

}

#nav li a i {
	letter-spacing: 1.2em;
	text-shadow: none;
	text-indent: .5em;
	color: #AAA;
	position: relative;
	left: -5px;
}

#nav li a i.menu-collapse{
	position: relative;
	left: -10px;
}

#nav li a span.menu-collapse{
	position: relative;
	left: -6px;
	text-overflow: ellipsis;
}
/**------------------------*
 * 	Footer styles
 *-------------------------*/

html.lt-ie9 #footer-wrapper {
	display: none;
}

#footer-wrapper {
	position: absolute;
	bottom: 30px;
	left: 0px;
}
#footer {
	max-width: 100%;
	margin: 0px auto;
	font-size: 0.8em;
	/*padding: 10px 10px 0px 10px*/
}

#footer .btn-small {background: #333; color: #999;}

/**------------------------*
 * 	Form errors
 *-------------------------*/

div.js-form-error {
	padding-top: 5px;
}

div.js-form-error .control-label {
	padding: 0px;
}
div.js-form-error .js-error-text {
	margin-left: 20px;
	float: left;
}
/**------------------------*
 * 	Table Styles
 *-------------------------*/
table.slim-table tbody tr td {
	font-size: 12px;
	padding: 4px 8px;
	line-height: 12px;
}

.info-tile table.slim-table tbody tr td, .info-tile table.slim-table thead {
	font-size: 10px;
}

table tr.suspended {
	display: none;
}
/**
 * 	Module styles
 */

/*
/*i.module-Home { color: #333 !important; } /**/
/*i.module-Customer { color: #F03F35 !important; }*/
/*i.module-Address { color: #6B3B00 !important; }*/
/*i.module-Cost { color: #FF6200 !important; }*/
/*i.module-Proposal { color: #062270 !important; } /**/
/*i.module-Quote { color: #6D89D5 !important; }/**/
/*i.module-Job { color: #00560F !important; }*/
/*i.module-Task { color: #238133 !important; }*/
/*i.module-Equipment { color: #828282 !important; }*/


/*
 * --------------------------
 * CUSTOM INPUT SIZES
 * --------------------------
 */
input.size-100, select.size-100 { width: 100px; }
input.size-120, select.size-120 { width: 120px; }
input.size-130, select.size-130 { width: 130px; }
input.size-140, select.size-140 { width: 140px; }
input.size-150, select.size-150 { width: 150px; }
input.size-175, select.size-175 { width: 175px; }
input.size-200, select.size-200 { width: 200px; }

.collapse { position: static; }

/*
 * --------------------------
 * CUSTOM TABBED DATA HEIGHT ADJUSTMENT ON DROPDOWN MENUS
 * --------------------------
 */
div.tab-content{
	overflow:visible;
}
div.tab-content ul.dropdown-menu{
}

.modal-lg {
	width: 800px;
	margin-left: -400px;
}
