/* ==========================================================================
	This is the Primary Style Sheet.
  It starts with a CSS reset and then holds most of the dashboard CSS.
   ========================================================================== */




* {
	box-sizing: border-box;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

.page-wrapper a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

.page-wrapper a:active,
.page-wrapper a:hover {
  outline-width: 0;
}



/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}




/* ==========================================================================
	Styling Starts Here
   ========================================================================== */

/* General
   ========================================================================== */

body {
	background-color: #e8e8e8;
	min-width: 1024px;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 14px;
	color: #7a7a7a;
}

div {
	box-sizing: border-box;
}

img {
  max-width: 100%;
}

.page-wrapper {
	padding: 15px 30px;
}

.hidden {
  visibility: hidden;
}

/* Typography
   ========================================================================== */

  a {
    color: #0077c5;
    text-decoration: none;
  }
  a:hover,
  a:focus,
  a:active {
    color: #2da5da;
    text-decoration: none;
  }
  a.underline {
  text-decoration: underline;
  }
  a.underline:hover,
  a.underline:focus,
  a.underline:active {
    text-decoration: underline;
  }

  .positive {
    color: #008000;
  }
  a.positive {
    color: #008000;
  }
  a.positive:hover,
  a.positive:focus,
  a.positive:active {
    color: #008000;
  }
  .negative {
    color: #cc293d;
  }
  a.negative {
    color: #cc293d;
  }
  a.negative:hover,
  a.negative:focus,
  a.negative:active {
    color: #cc293d;
  }


.page-wrapper a {
    color: #0077c5;
    text-decoration: none;
  }
  .page-wrapper a:hover,
  .page-wrapper a:focus,
  .page-wrapper a:active {
    color: #2da5da;
    text-decoration: none;
  }
  .page-wrapper a.underline {
  text-decoration: underline;
  }
  .page-wrapper a.underline:hover,
  .page-wrapper a.underline:focus,
  .page-wrapper a.underline:active {
    text-decoration: underline;
  }
.menu a:hover,
  .menu a:focus,
  .menu a:active {
    color: white;
    text-decoration: none;
  }
 



/* Buttons
   ========================================================================== */
.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
		box-sizing: border-box;
}

.btn-group {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.btn-group-vertical > .btn, 
.btn-group > .btn {
    float: left;
    position: relative;
}

[data-toggle="buttons"] > .btn input[type="checkbox"], 
[data-toggle="buttons"] > .btn input[type="radio"], 
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"], 
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"] {
	clip: rect(0px, 0px, 0px, 0px);
	pointer-events: none;
	position: absolute;
}


/* Grid
   ========================================================================== */

.grid-wrapper {
	min-width: 1110px;
}
.row::after {
	content: '';
	display: table;
	clear: both;
}
.col-1 {
	width: 16.666%;
	float: left;
}
.col-2 {
	width: 33.333%;
	float: left;
}
.col-3 {
	width: 49.999%;
	float: left;
}
.col-4 {
	width: 66.666%;
	float: left;
}
.col-5 {
	width: 83.333%;
	float: left;
}
.col-6 {
	width: 100%;
	float: left;
}

/* Menu
   ========================================================================== */

.menu {	
	width: 100%;
	margin: 0 5px 15px 5px;
}
.menu ul {
	width: 100%;
	background-color: #0077c5;
	border-radius: 3px;
	list-style: none;
	padding: 0 0;
	margin: 0 0;
}
.menu ul::after {
	content: '';
	display: table;
	clear: both;
}
.menu li {
	float: left;
}
.menu li a {
	display: block;
	padding: 15px 27px;
	line-height: 1;
	position: relative;
	color: #fff;
	text-decoration: none;
	background-color: transparent;
	overflow: hidden;
}
.menu li:first-of-type a {
	border-radius: 3px 0 0 3px;
}
.menu li a::after {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 4px;
	width: 100%;
	background-color: transparent;
}
.menu li.current-page,
.menu li a:hover {
	background-color: #5398c5;
  color:#fff;
  text-decoration: none;
}
.menu li.current-page a::after,
.menu li a:hover::after {
	background-color: #ff9f10;
}

/* Notificaiton
   ========================================================================== */

.notification-wrapper {
  background: #eff6fc;
  margin: 0px 5px 15px 5px;
  width: 100%;
	max-width: 1100px;
	padding: 10px;
  border: 1px solid #c0c0c0;
	/*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);*/
}
.notification-wrapper.full-width {
  max-width: 100%;
}
.notification-wrapper.warning {
  background: #fcf1ef;
}
.notification-projet-title {
  margin-bottom: 8px;
}

/* Cards
   ========================================================================== */

.card {
	display: block;
	background-color: #fff;
	padding: 5px 10px;
	margin: 0 5px 10px 5px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  height: 175px;
	min-height: 175px;
  overflow: visible;
}
.card-height-4 {
  height: 445px;
	min-height: 445px
}
.card-height-2 {
  height: 360px;
	min-height: 360px
}
.card-height-3 {
  height: 260px;
	min-height: 260px
}

.card-title {
	margin-top: 0px;
	font-size: 20px;
  font-weight: 400;
}

.red{
  color:red;
}
.green{
  color:green;
}

.purple-bg {
  background-color: #68217A;
}

.blue-bg {
  background-color: #0077c5;
}
.light-blue-bg {
  background-color: #009CCC;
}
.orange-bg {
  background-color: #51399F;
}

/* Dashboard List */
.dashboard-list {
  padding: 0 0;
  margin: 0 0;
  list-style: none;
  width: 100%;
}
.dashboard-list > li {
  display: table; 
  table-layout: fixed;
  width: 100%;
}
.dashboard-list-column {
  display: table-cell;
  padding: 6px 0;
}
.dashboard-list-column-right {
  display: table-cell;
  padding: 6px 0;
  text-align: right;
}
.list-col-1 {
  width: 8.333%;
}
.list-col-2 {
  width: 16.666%;
}
.list-col-3 {
  width: 24.999%;
}
.list-col-4 {
  width: 33.333%;
}
.list-col-5 {
  width: 41.666%;
}
.list-col-6 {
  width: 50%;
}
.list-col-7 {
  width: 58.333%;
}
.list-col-8 {
  width: 66.666%;
}
.list-col-9 {
  width: 74.999%;
}
.list-col-10 {
  width: 83.333%;
}
.list-col-11 {
  width: 91.666%;
}
.list-col-12 {
  width: 100%;
}

.fa-underline::before {
  text-decoration: underline;
}

/* Dasboard Number */
.dashboard-number {
  font-size: 50px;
  line-height: 1;
  display: block;
  margin-bottom: 12px;
  width: 100%;
}
.dashboard-number-text {
  font-size: 14px;
  display: block;
}

/* Dashboard Percentage */

.dashboard-percentage {
  font-size: 50px;
  margin-bottom: 10px;
}
.dashboard-percentage-change {
  font-size: 20px;
  vertical-align: middle;
}

/* Dashboard Rating */

.dashboard-rating {
  list-style: none;
  padding: 0 0;
  margin: 0 0 15px 0;
}
.dashboard-rating li {
  font-size: 16px;
  margin-bottom: 8px;
}
.dashboard-rating-grade {
  font-weight: 700;
}
.dashboard-dropdown {
  margin-top: 15px;
  position: relative;
}
.dashboard-dropdown-button {
  width: 100%;
  background: #fff;
  border: 1px solid #9b9b9b;
  color: #7a7a7a;
  text-align: left;
  padding: 8px 15px;
  font-size: 14px;
  position: relative;
}
.dashboard-dropdown-button::after {
  content: '\f0d7';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 15px;
}
.dashboard-dropdown-content {
   display: none;
  position: absolute;
  width: 100%;
  border: 1px solid #9b9b9b;
  border-top: none;
  background: #fff;
  z-index: 9999;
}
.dashboard-dropdown-content a {
  display: block; 
  width: 100%;
  padding: 8px 15px;
  color: #7a7a7a;
}
.dashboard-dropdown-content a:hover {
  background: #eff6fc;
}


/* Dashboard Charts */
.dashboard-chart {
  text-align: center;
}
.dashboard-chart-wrapper {
  position: relative;
  margin: 0 auto 20px auto;
  display: inline-block;
}
.dashboard-chart-center-text {
  position: absolute;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-font-smoothing: none;
  z-index: 2;
}
.dashboard-chart-text {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.dashboard-chart-center-text {
  font-size: 12px;
}
.chart-center-text-current {
  font-size: 14px;
}
.card-height-2 .chart-center-text-current {
  font-size: 30px;
}
.card-height-3 .chart-center-text-current {
  font-size: 30px;
}
.card-height-4 .chart-center-text-current {
  font-size: 30px;
}
.chart-center-text-comparison {
  font-size: 10px;
}
.card-height-2 .chart-center-text-comparison {
  font-size: 14px;
}
.card-height-3 .chart-center-text-comparison {
  font-size: 14px;
}
.card-height-4 .chart-center-text-comparison {
  font-size: 14px;
}
.dashboard-chart-legend {
  text-align: left;
}
.dashboard-chart-legend::after {
  content: '';
  display: table;
  clear: both;
}
.dashboard-chart-label {
  margin: 0 auto 8px auto;
}
.chart-label-green::before,
.chart-label-red::before,
.chart-label-blue::before,
.chart-label-orange::before,
.chart-label-grey::before {
  content: '';
  width: 12px;
  height: 12px;
  display: inline-block;
  background: #e8e8e8;
  margin-right: 8px;
}
.chart-label-blue::before {
  background: #0077c5;
}
.chart-label-green::before {
  background: #18a689;
}
.chart-label-red::before {
  background: #F7464A;
}
.chart-label-orange::before {
  background: #ff9f10;
}

/* Tables
   ========================================================================== */

.table-wrapper {
	margin: 0 5px;
	background: #fff;
	width: 100%;
	height: calc(100vh - 230px);
	padding: 5px 10px;
	overflow-y: auto;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
	position: relative;
}
.table-wrapper2 {
	margin: 0 5px;
	background: #fff;
	width: 100%;
	
	padding: 5px 10px;
	overflow-y: auto;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
	position: relative;
}
.table-filter-bar {
	background-color: transparent !important;
	border: none !important;
  padding-left: 10px;
}
.table-filter-bar .btn:hover,
.table-filter-bar .btn.active {
	background-color: #DDECF9;
}

.table-filter-bar input[type="search"] {
	background: #DDECF9;
  border: none;
  font-size: 10pt;
  float: left;
  color: #7a7a7a;
	height: 24px;
  padding: 5px 20px 5px 5px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-top:2px;
	position: relative;
	background-image: url('../img/search.png');
	background-position: right 2px center;
	background-repeat: no-repeat;
}


/* Table Query Section */
.table-query-types-wrapper {
  padding: 0 0 0 10px;
}
.table-query-types-top-bar {
  width: 100%;
  border-bottom: 1px solid #c0c0c0;
  padding: 5px 5px;
  margin-bottom: 5px;
}
.table-query-types-top-bar #showdetails {
  margin-left: 10px;
}
.table-query-types {

}
.table-query-types .tab-container > ul {
  list-style: none;
  padding: 0 0;
  margin: 0 0;
  width: 100%;
  border-bottom: 1px solid #c0c0c0;
}
.table-query-types .tab-container > ul li {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 5px;
}
.table-query-types .tab-container > ul li a {
  color: #7a7a7a;
}
.table-query-types .tab-container > ul li a:hover {
  color: #0077c5;
}
.table-query-types .tab-container > ul li.active a {
  color: #0077c5;
  font-weight: bold;
}

.table-query-types .panel-container {
  height: 198px;
  overflow-y: scroll;
  border-bottom: 1px solid #c0c0c0;
  margin-bottom: 10px;
}

/* Text
   ========================================================================== */

.text-wrapper {
	margin: 0 5px;
	background: #fff;
	width: 100%;
	max-width: 1100px;
	padding: 10px 40px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  line-height: 1.5;
}
.text-wrapper ul,
.text-wrapper ol {
  padding-left: 20px;
}
.text-wrapper img {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

/* Trend Charts
   ========================================================================== */

.trend-chart-wrapper {
	margin: 0 5px 15px 5px;
	background: #fff;
	width: 100%;
	
	padding: 10px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); 
}
.trend-chart-wrapper::after {
  content: '';
  display: table;
  clear: both;
}
.trend-chart-title {
	margin: 0 0px 15px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #c0c0c0;
	font-size: 20px;
  font-weight: 400;
}
.trend-chart-column {
  width: 50%;
  float: left;
  padding-left: 10px;
}
.trend-chart-column:first-child {
  padding-left: 0px;
  padding-right: 10px;
}
.trend-chart-title-baseline {
  border-left: 8px solid #0077c5;
}
.trend-chart-title-current {
  border-left: 8px solid #ff9f10;
  
}
.trend-chart-title-baseline,
.trend-chart-title-current {
  padding-left: 15px;
}
.trend-chart-title-baseline h3,
.trend-chart-title-current h3 {
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: 400;
}
.trend-chart-list {
  width: 100%;
  list-style: none;
  padding: 0 0;
}
.trend-chart-list li {
  padding: 0 0;
  margin: 0 0 8px 0;
}
.trend-chart-list h4 {
  font-weight: 400;
  margin: 0 0 4px 0;
}
.trend-chart-list ul {
  padding: 0 0;
  list-style: none;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.trend-chart-list ul li {
  padding: 0 0;
  margin: 0 0;
}
.trend-chart-list-column {
  display: table-cell;
  font-weight: 600;
}
.trend-chart-list-column:last-child {
  font-weight: 400;
}

/* Dashboard Cards
   ========================================================================== */

#coverage-chart {

}
#dashboard-coverage-chart {
  height: 205px;
  width: 205px;
  max-height: 205px;
  max-width: 205px;
}

#comment-card {

}
#comment-card .dashboard-chart::after {
  content: '';
  display: table;
  clear: both;
}
#comment-card .dashboard-chart-wrapper {
  display: block;
  width: 100px;
  height: 100px;
  float: left;
  margin: 0 20px 0 0;
}
#comment-card .dashboard-chart-legend {
  float: left;
  text-align: left;
}

#dashboard-comment-chart {
  height: 100px;
  width: 100px;
  max-height: 100px;
  max-width: 100px;
}

.rating-B {
    background-color: #80cc00;
    width: 15px;
    margin-right:4px;

}

.rating {
    display: inline-block;
   
    height: 1.3em;
    line-height: 1.3;
    color: #fff;
    font-weight: 300;
    text-align: center;
}
.rating-A {
    background-color: #0a0;
    width: 15px;
    margin-right:4px;

}
.rating-C {
    background-color: #FF7F27;
    width: 15px;
    margin-right:4px;

}
.rating-D {
    background-color: #00A2E8;
    width: 15px;
    margin-right:4px;

}
.rating-E {
    background-color: #7092BE;
    width: 15px;
    margin-right:4px;

}
.rating-F {
    background-color: #7F7F7F;
    width: 15px;
    margin-right:4px;

}
.rating-G {
    background-color: #B97A57;
    width: 25px;
    margin-right:4px;
}

.drA{background:#3C3;color:black;border-top:3px solid #3C3;border-bottom:3px solid #3C3;border-left:6px solid #3C3;border-right:6px solid #3C3;}
.drB{background:#99ff65;color:black;border-top:3px solid #99ff65;border-bottom:3px solid #99ff65;border-left:6px solid #99ff65;border-right:6px solid #99ff65;}
.drC{background:#ff0;color:black;border-top:3px solid #ff0;border-bottom:3px solid #ff0;border-left:6px solid #ff0;border-right:6px solid #ff0;}.drD{background:#f90;color:black;border-top:3px solid #f90;border-bottom:3px solid #f90;border-left:6px solid #f90;border-right:6px solid #f90;}.drE{background:#f00;color:white;border-top:3px solid #f00;border-bottom:3px solid #f00;border-left:6px solid #f00;border-right:6px solid #f00;}
.drBig{font-size:22px;font-weight:bold;line-height:1.6em;}
.drSub{font-size:13px;font-weight:bold;}

.drBigDashboard{font-size:35px;font-weight:bold;line-height:1.6em;border-top-width:0px;border-bottom-width:0px;border-left-width:10px ;border-right-width:10px ;}
.drSubDashboard{font-size:25px;font-weight:bold;border-top-width:0px;border-bottom-width:0px;border-left-width:6px ;border-right-width:6px ;}



.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}


.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 2px;
    padding-left: 2px;
}

.trend2 .col-md-1,.trend2 .col-md-10,.trend2 .col-md-11,.trend2 .col-md-12,.trend2 .col-md-2,.trend2 .col-md-3,.trend2 .col-md-4,.trend2 .col-md-5,.trend2 .col-md-6,.trend2 .col-md-7,.trend2 .col-md-8,.trend2 .col-md-9{
    position: relative;
    min-height: 1px;
    padding-right: 2px;
    padding-left: 2px;
}

.trend2 span
{
    white-space: nowrap;
}

#trendssection .row {
 margin-right: 0px;
  margin-left: 0px;
}

.trend-chart-title-baseline2 h3, .trend-chart-title-current2 h3 {
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: 400;
}

/* Modals
   ========================================================================== */

.modal-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  z-index: 1000;
}
.modal {
  position: absolute;
  z-index: 1001;
  background: #fff;
  border: 1px solid #aaa;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  top: 100px;
  left: 100px;
  width: 560px;
}
.modal-title-bar {
  padding: 20px 24px 24px 24px;
}
.modal-title{
  margin: 0px;
	font-size: 20px;
  font-weight: 400;
}
.modal-close {
  position: absolute;
  right: 0px;
  top: 0px;
  border: none;
  background: none;
  font-size: 16px;
  padding: 12px 15px;
  line-height: 16px;
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer;
  color: #aaa;
}
.modal-close:hover {
  background: #eff6fc;
  color: #7a7a7a;
}
.modal-content {
  padding: 0 24px;
}
.modal-content .row {
  margin-bottom: 15px;
}
.modal-warning {
  padding: 10px;
  background: #fcf1ef;
  line-height: 1.5;
}
.modal-buttons {
  padding: 32px 24px 24px 24px;
  text-align: right;
}
.modal-buttons::after {
  content: '';
  display: table;
  clear: both;
}
.modal-buttons button {
  border: none;
  background: #0077c5;
  margin-right: 8px 10px;
  min-width: 90px;
  padding: 10px;
  color: #fff;
  cursor: pointer;
}
.modal-buttons button:hover {
  background: #0470b7;
  color: #fff;
}
.modal-buttons button.gray-button {
  background: #f4f4f4;
  color: #7a7a7a;
}
.modal-buttons button.gray-button:hover {
  background: #eaeaea;
  color: #7a7a7a;
}
.modal-buttons button:last-of-type {
  margin-right: 0px;
}
.modal-buttons .pull-left {
  float: left;
}
.modal-buttons .pull-right {
  float: right;
}
.debtshow {display:block;}


.purple-bg,
.blue-bg,
.light-blue-bg,
.orange-bg {
  color: #fff;
}
.purple-bg a,
.blue-bg a,
.light-blue-bg a,
.orange-bg a {
  color: #fff;
}
.purple-bg a:hover,
.blue-bg a:hover,
.light-blue-bg a:hover,
.orange-bg a:hover {
  color: #fff;
}
.purple-bg a:visited,
.blue-bg a:visited,
.light-blue-bg a:visited,
.orange-bg a:visited {
  color: #fff;
}
     .sk-fading-circle-label {
  width: 350px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1000;
  padding-left: 60px;
  padding-top:10px;
  font-weight: bold;
}     
    .sk-fading-circle {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1000;
}   
    
       
       .sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}

.metric
{
  font-size: 16px;
    font-weight: 400;
}
.UpOK {
  background: url(../img/GreenDiffUp.png) no-repeat center center;
          
    width: 16px;
     display: inline-block;
}
.UpKO {
  background: url(../img/RedDiffUp.png) no-repeat center center;
          
    width: 16px;
     display: inline-block;
}
.DownOK {
  background: url(../img/GreenDiffDown.png) no-repeat center center;
          
    width: 16px;
     display: inline-block;
}
.DownKO {
  background: url(../img/RedDiffDown.png) no-repeat center center;
          
    width: 16px;
     display: inline-block;
}

.NoChange {
  background: url(../img/nodiff.png) no-repeat center center;
          
    width: 16px;
     display: inline-block;
}



.passgate {
  background: url(../img/QualityGateStatusPass.png) no-repeat center center;
          
    width: 16px;
     display: inline-block;
}

.warngate {
  background: url(../img/QualityGateStatusWarn.png) no-repeat center center;
          
    width: 16px;
     display: inline-block;
}
.failgate {
  background: url(../img/QualityGateStatusFail.png) no-repeat center center;
          
    width: 16px;
     display: inline-block;
}

.empty {
     width: 16px;
     display: inline-block;
}
.hot {
  background: url(../img/Fire.png) no-repeat center center;
          
    width: 16px;
     display: inline-block;
}

.criticalImg
{
 
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjLX7mlDAAAAq0lEQVQ4T5WQyw3DMAxDtUlXy1y5eKFeOkFvHcFALlXJIDL8kVREwAtsxRRpi4poRK3V2CQqT0ggen9fDyVcX8fXCsTb8dlVn9gDrsMUs5g9c7cBaQpHPLgbYYpezOrdsT3hOkwxiQd3tNoAkr4Fq3f3BqRvMbt7A0iYYnYnaC8D3BSee8aSwnMn+LUkIEOKzD0aQFqKyP0fLQU+5c79jStBsWsUwMYdIBb5AUp1J01ayqbZAAAAAElFTkSuQmCC");
  width: 16px;
  height:16px;
  display: inline-block;

}
