.typeahead {
    z-index: 11000;
    font-size: 14px;
    text-align: left;
}

.modal-body {
    overflow: visible;
}

.background-offset {
	min-height: 900px;
	margin-left: -10px;
	margin-top: -10px;
	padding-top: 10px;
}

.background-gradient {
	background: #66CC33; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #66CC33 0%, #ffffff 22%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#66CC33), color-stop(22%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #66CC33 0%,#ffffff 22%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #66CC33 0%,#ffffff 22%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #66CC33 0%,#ffffff 22%); /* IE10+ */
	background: linear-gradient(135deg, #66CC33 0%,#ffffff 22%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66CC33', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.content-container {
	width: 95%;
	height: 900px;
	background-color: white;
	margin: 0 auto;
	margin-top: 5px;
}

.rounded-corners {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}


.menu-items {
	margin-left: 0px;
	list-style-type: none;
	padding-right: 10px;
	display: block;
	border-top: solid 2px green;
	padding-top: 10px;
	border-bottom: solid 2px green;
	padding-bottom: 20px;
}
		
.menu-item {
	padding-right: 5px;
	margin-top: 10px;
}

.menu-div {
	margin-top: 5px;
	width: 250px; 
	float: left; 
	position: absolute;
}

.content-div {
	margin-left: 270px;
}

.menu-item a {
	vertical-align: middle;
	margin-right: 2px;
	padding-left: 5px;
	text-decoration: none;
	font-size: 1.1em;
	margin-top: 5px;
}

.menu-item a:hover {
	color: #66CC33;
}

.menu-item a.active {
	color: green;
	font-weight: bold;
}

.content-block {
	margin-top: 5px;
	border-top: solid 1px green;
	padding-top: 10px;
	padding-bottom: 20px;
	
}

.content-block h4 {
	color: green
}

.content-block p .subheader {
	font-weight: bold; 
	font-size: 1.1em
}

.menu-container-div {
	margin-bottom: 10px;
	border-bottom: solid 1px green;
	border-top: solid 1px green;
}

.top-menu {
	list-style-type:none;
	margin: 0;
}

.top-menu li {
	float: left;
	margin-right: 5px;
}

.top-menu a {
	display: block;
	text-decoration: none;
	padding: 5px 15px 5px 15px;
	color: black;
	font-weight: bold;
}


.top-menu li.active a {
	display: block;
	text-decoration: none;
	color: white;
	background-color: green;
}

a {
	color: green;
}

.login-div {
	display: none;
	position: absolute;
	left: 100px;
	top: 100px;
	border: 1px solid black;
	opacity: 1;
	z-index: 10;
	background-color: white;
	padding: 10px 10px 10px 10px;
}

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

.login-inputs {
	padding-top: 20x;
}

.qadoappsubmit-required:after {
	 content:"\00a0*";
}

.qadoappsubmit-missing,
.qadoappsubmit-badformat, 
.qadoappsubmit-faulted {
	 border: 1px solid red !important;
}

.missing-value, 
.badformat-value, 
.faulted-value {
	border: 2px solid red;
}

h4.qadoappsubmit  {
	word-break: break-all;
	white-space: normal;

}

/*
.login-form input[type="text"]{
	font-size: 12px;
	width: 150px;
}

.login-form input[type="password"]{
	font-size: 12px;
	width: 150px;
}

*/

/* Queue CSS  */
table.queue td {
	vertical-align: middle;
}

table.queue td.queue-status {
	width:3px;
}

.queue-status-good {
	background-color: Green;
}

.queue-status-warn {
	background-color: Yellow;
}

.queue-status-error {
	background-color: Red;
}

table.queue td a {
	vertical-align: middle;
}

table.queue td span a.unread-event {
	color: rgb(130, 130, 130);
}

tr.unread {
	background-color: #eee;
	font-weight: bold;
}

tr.read {
	font-weight: normal;
	background-color: white;
} 


tr.unread td.unread-events {
	text-align: center;
	
}

/* Admin CSS */

.tariff-menu-item {
	list-style-type: none;
}


#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index:1000005;
}

#overlayMessage{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 200px;
    height: 100px;
    background: White;
    border-color: #6600CC;
    border-width: 6px;
    border-style: solid;
    font-family: arial;
    font-size: 18px;
    text-align: center;
    padding-top: 40px;
}


.bindable {
	display: none;
}

.wide-dialog {
	width: 60%;
	min-width: 500px;
	margin-left: -30%;
}

.wider-set-dialog {
	min-width: 800px;
}

.wider-dialog {
	width: 80%;
	min-width: 500px;
	margin-left: -40%;
}

.widest-dialog {
	width: 95%;
	min-width: 500px;
	margin-left: -47.5%;
}

/***********************************************************/
/* Administration > Security > Roles and Privileges */
/***********************************************************/

table.table-security-roles tr td {
	vertical-align: middle;
}

div.security-user-privileges-container {
	padding: 10px 15px 10px 10px;
	margin-left: 10px; 
} 

div.security-user-privileges-container span.label { 
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	padding: 5px 10px;
}

div.security-user-privileges-container div.listing-container {
	border: 1px solid #eee; 
	border-radius: 5px; 
	border-top-left-radius: 0px; 
	padding: 10px
}

div.security-user-privileges-container div.listing-container div.privilege-options-container {
	margin-top: 10px;
}

div.security-user-roles-container {
	padding: 10px 15px 10px 10px;
	margin-left: 10px; 
} 

div.security-user-roles-container span.label { 
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	padding: 5px 10px;
}

div.security-user-roles-container div.listing-container {
	border: 1px solid #eee; 
	border-radius: 5px; 
	border-top-left-radius: 0px; 
	padding: 10px
}

div.security-user-roles-container div.listing-container div.role-options-container {
	margin-top: 10px;
}

div.security-user-users-container {
	padding: 10px 15px 10px 10px;
	margin-left: 10px;
} 

div.security-user-users-container span.label { 
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	padding: 5px 10px;
}

div.security-user-users-container div.listing-container {
	border: 1px solid #eee; 
	border-radius: 5px; 
	border-top-left-radius: 0px; 
	padding: 10px
}

div.security-user-users-container div.listing-container div.role-options-container {
	margin-top: 10px;
}

div.security-loading-container {
	margin: 10px 20px;
	padding: 10px 70px;
	background-image:url('Bootstrap/loading-image.gif');
	background-position:0% 50%;
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: bold;
}

/***********************************************************/
/* Input Extensions */
/***********************************************************/
.input-subtext {
	margin-top: 5px;
	color: #777;
}


/***********************************************************/
/* Tables Styles for Editable Tables */
/***********************************************************/
table.table-editable-contents td {
	height: 30px;
	vertical-align: middle;
}

/***********************************************************/
/* Table Styles for the Account Page */
/***********************************************************/
table.account-page {
	width: 550px;
}

table.account-page td {
}

table.account-page td {
	height: 30px;
	vertical-align: middle;
}

table.account-page td input {
	margin-bottom: 0px;
}

table.users td input {
	margin-bottom: 0px; 
}

table.users thead td {
	font-weight: bold;
}
 
table.users .name {
	width: 175px;
}
table.users .email {
	width: 250px;
}
table.users .options {
}

/***********************************************************/
/* Table Styles for the Administration > Screens > My Applicationos Page */
/***********************************************************/
table.table-no-input-padding input[type="text"], 
table.table-no-input-padding select {
	margin-bottom: 0px;
}
table.table-no-input-padding td {
	vertical-align: middle;
	height: 30px;
}

/***********************************************************/
/* Push text away from icons */
/***********************************************************/
table td a [class^="icon-"] {
	margin-right: 6px;
}

/***********************************************************/
/* Tables Styles for Alerts Tables */
/***********************************************************/
table.table-alerts td.icon {
	width: 16px;
}

table.table-alerts td.summary {
	width: 800px;
}

table.table-alerts td {
	height: 30px;
	vertical-align: middle;
}

table.table-alerts tr.alert-expanded {
	margin-bottom: 20px;
}

table.table-alerts tr.alert-expanded td.text {
	padding-top: 10px;
	padding-left: 12px; 
	padding-bottom: 18px;
	border-left: 1px solid #ddd;
}

table.table-alerts tr.alert-header {
	cursor: pointer;
}

table td.options-2-icons {
	width: 48px;
}
table td.options-3-icons {
	width: 64px;
}

/***********************************************************/
/* Tables Styles for Reporting 'Edit Dataset' Filters Table */
/***********************************************************/
table.table-edit-dataset-filters td.options {
	width: 40px;
}
table.table-edit-dataset-filters td.field {
}
table.table-edit-dataset-filters td.condition {
	color: #999;
}
table.table-edit-dataset-filters td.param {
}


/***********************************************************/
/* Push text away from icons */
/***********************************************************/
.btn-danger a, .btn-success a, .btn-primary a { color: white; }


/***********************************************************/
/* Modal Windows  */
/***********************************************************/

/* Containers inside modals could use less left/right padding inherited from Bootstrap */
.container-fluid-less-padding {
	padding-left: 5px; 
	padding-right: 5px;
}

/* Modal Close buttons */
.modal-header .close {
	position: relative;
	top: 4px;
}


/* Bootbox titles */
div.bootbox .modal-header h3 {
	font-size: 16px;
}

div.bootbox .modal-body form {
	margin-bottom: 0px;
}

.modal-footer .left {
	float: left;
}

.modal-footer .right {
	float: right;
}

/***********************************************************/
/* Form Misc. */
/***********************************************************/
.repeating-field {
	margin-top: 8px;
}

.repeating-field-remove {
	margin-left: 13px;
	margin-top: 5px;
}
	
.repeating-field-textarea {
	margin-top: 27px;
}

/***********************************************************/
/* Form Validation */
/***********************************************************/
.form-validate-error {
	color: #ff0000;
	font-size: 12px;
	display: none;
}

/***********************************************************/
/* Report Builders */
/***********************************************************/
.application-object-filter-tariff-container input[type="text"] {
	margin: 10px 5px 5px 5px;
	width: 94%;
}

input[type="text"].ajax-loading-indicator {
	background-image: url('../images/ajax-loading-indicator-16x.gif');
	background-position: 98% 50%;
	background-repeat: no-repeat;
}

input[type="text"].ajax-loading-indicator-spaced {
	background-image: url('../images/ajax-loading-indicator-16x.gif');
	background-position: 82% 50%;
	background-repeat: no-repeat;
}

