﻿body {
    background: url('../img/background.png') no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'Trebuchet MS', sans-serif;
    color: #4e4e4e;
    line-height: 22px;
    margin: 0;
    /*padding: 111px 0 0;*/
}

.fa-2 {
    font-size: 20px;
}

header {
    padding-bottom: 5px;
}
.topbar {
    padding: 10px 0;
}
.topbar .navbar-right {
    padding-top: 15px;
    float: right;
}
.navbar-header a {
    font-size: 18px;
    font-weight: bold;    
    color: #354052;    
    text-decoration: none;
    cursor: pointer;    
}
.navbar-header span {
    margin-left: 20px;
}

.list-filter {
    padding-bottom: 10px;
}
.search {
    position: relative;
    display: inline-block;
}
.search i {
    position: absolute;
    right: 12px;
    top: 10px;
    pointer-events: none;
}
.search input {
    padding-right: 30px;
}
.topbar ul {
    line-height: 34px;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
    background: #151515;
    padding: 15px 0;
    padding-bottom: 0;
    border: none;
}

.nav > li {
    display: inline;
}
.navbar-nav {
    margin: 0;
}
.navbar-nav > li {
    margin-left: 5px;
    padding-bottom: 0px;
}
.navbar-nav > li > a {
    padding: 0px 6px;
    margin: 0;
    border-radius: 3px;
    color: #6E9B33;
    line-height: 22px;
    display: inline-block;
}

.navbar-nav > li > a:hover {
	background-color: #6E9B33;
    color: #fff;
}

.col-left {
    margin-left: -15px;
}

.footer-copyright {
    border-top: 1px solid #aaa;
    padding: 10px 0;
    background: url('../img/footer-bg.png') repeat-x;
}
.footer-copyright ul {
    float: right;
}
.footer-copyright ul, .related-links {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-copyright p {
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.footer-copyright ul {
    padding-top: 18px;
}
.footer-copyright a {
    text-decoration: none;
    color: #6E9B33;
    line-height: 22px;
}
.footer-copyright ul li:first-child {
    border: medium none;
    padding-left: 0;
}
.footer-copyright ul li {
    border-left: 1px dotted #000;
    display: inline-block;
    line-height: 22px;
    margin: 0;
    padding: 0 8px;
}

.panel-default>.panel-heading {
    background: url('../img/section-header-bg.png') repeat-x;
    padding: 6px 10px;
}
.panel-heading span {
    font-weight: bold;
}
.panel-footer {
    padding: 0;
    height: 31px;
}
.thumbnail {
    border: none;
    margin: 0;
}
.thumbnail .caption, .iee-progress .caption {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
.iee-progress {
    padding: 10px 15px;
}
.iee-progress .progress 
{
    height: 40px;
    margin-bottom: 5px;
}

.metric-cell {
    border: 1px solid rgba(86,61,124,.2);
    padding: 5px 15px;    
}
.metric-cell a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}
.metric-info {
    padding: 5px 15px;
}
.metric-desc {
  display: block;
  color: #737373;
  margin: 0;
}
.metric-close {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}
.related-links a {
    color: #6E9B33;
    line-height: 22px;
    font-weight: bold;
}
.related-links .group {
    font-weight: bold;
}

.login-table {
    margin: auto;    
}
.login-table td {
    padding: 5px;
}

.progress {
  background-repeat: repeat-x;
    background-image: linear-gradient(to bottom,#6E9B33 0,#6E9B33 100%);
}

.progress-bar-success {
  background-repeat: repeat-x;
    background-image: linear-gradient(to bottom,#ACD036 0,#ACD036 100%);
}

table.dataTable tbody tr.selected {
    background-color: #b0bed9;
}
.overlay
{
    position: fixed;
    z-index: 98;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #fff;
    filter: alpha(opacity=60);
    opacity: 0.6;
}
.overlayContent
{
    z-index: 99;
    position: fixed;
    top: 50%;
    left: 40%;    
}
.overlayContent span
{
    font-weight: bold;
    color: #000;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	METRICS AND FLOWCHARTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.status-accept 
{
    background: url('../img/ico-status-green.png') no-repeat;
    background-size: 30px;
    padding-left: 40px;
    display: inline-block;
    line-height: 30px;
}
.status-attention
{
    background: url('../img/ico-status-yellow.png') no-repeat;
    background-size: 30px;
    padding-left: 40px;
    display: inline-block;
    line-height: 30px;
}
.status-risk
{
    background: url('../img/ico-status-red.png') no-repeat;
    background-size: 30px;
    padding-left: 40px;
    display: inline-block;
    line-height: 30px;
}

.status-none
{
    background: url('../img/ico-status-none.png?t=1') no-repeat;
    background-size: 30px;
    padding-left: 40px;
    display: inline-block;
    line-height: 30px;
}

.mailto 
{
    cursor:pointer;
}

.mailto:hover 
{
    font-weight:bold;
}

.mailto img
{
    border:0px;
    position:relative;    
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	POPUP
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.modalBackground 
{
    background-color: #000;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
	opacity: 0.5;
}
.popupForm 
{
    width: 500px; 
    background-color: White;
    border-width: 2px; 
    border-color: Black; 
    border-style: solid; 
    padding: 5px;
}
.popupHeader 
{
    background-color: #c6d8f0;
    padding: 5px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}
.popupActions 
{
    margin-top: 10px;
}
.collapsibleHeader span {
    font-size:0.9em;
    font-weight:bold;
    margin-left:10px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	TABLES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
table.adminContent
{
	border-collapse: collapse;
	color: #333;
	font-size: 13px;
}

table.adminContent td
{
	vertical-align: middle;
    padding: 4px;
}

table.adminContent th {
    vertical-align: middle;
    padding: 4px;
}

td.fieldname
{
	font-size: 13px;
}

table.adminContent td.adminTitle
{
	padding: 4px 4px 4px 4px;
}

table.adminContent td.adminData
{
	padding: 4px 4px 4px 4px;
}

td.adminTitle
{
	text-align: left;
	vertical-align: middle;
	white-space:nowrap;
}

td.adminTitle img
{
	vertical-align: bottom;
	padding-right: 2px;
}

td.adminData
{
	text-align: left;
	vertical-align: middle;
}

tr.adminSeparator hr
{
	background-color:#D3D3D3;
    border:medium none;
    color:#D3D3D3;
    height:1px;
    margin-top:10px;
    margin-bottom:10px;
    padding:0;
}

span.nop-tooltip
{
	white-space:nowrap;
}

.adminInput
{
	border: 1px solid #acacac;
	width: 296px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	PAGING
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.pagination a[disabled] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination span.active {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.asc 
{
    background: url('../img/collapse.jpg') no-repeat right 10px center;
}
.desc 
{
    background: url('../img/expand.jpg') no-repeat right 10px center;
}