/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/source-sans-pro-v21-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v21-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v21-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v21-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-300italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/source-sans-pro-v21-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v21-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v21-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v21-latin-300italic.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-sans-pro-v21-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/source-sans-pro-v21-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v21-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v21-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v21-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-900 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/source-sans-pro-v21-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v21-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v21-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v21-latin-900.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

@charset "UTF-8";
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  height: 80px;
}

.content-header > .button-area {
  float: right;
  background: transparent;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  padding: 7px 5px;
  position: absolute;
  top: 5px;
  right: 10px;
  border-radius: 2px;
  list-style: none;
}

.btn.btn-primary a {
  color: white;
}

.table a.asc:after {
  content: "▴";
}
.table a.desc:after {
  content: "▾";
}

.paginator p {
  float: right;
  margin-top: 25px;
  margin-right: 8px;
}

.navbar-nav > .user-menu > .dropdown-menu {
  width: 170px;
}

div[class^=icheckbox] {
  margin-right: 5px;
  top: -2px;
}

.checkbox label {
  padding-left: 2px;
}

table .actions {
  width: 80px;
}
table .actions a {
  white-space: nowrap;
}
table .actions a i {
  text-align: center;
  width: 25px;
}

a > i {
  margin-right: 5px;
}

.download {
  width: 40px;
  text-align: center;
}

ul.sidebar-menu li span {
  display: inline-table;
}

.sidebar .treeview-menu > li > a {
  padding: 10px 5px 10px 20px;
}

tr.added td:not(.empty) {
  background-color: #a8dec5 !important;
  border-color: #a8dec5 !important;
}
tr.deleted td:not(.empty) {
  background-color: #f5bfbf !important;
  border-color: #f5bfbf !important;
}

td.changed {
  background-color: #f3f3a8;
}
td span.badge {
  margin-left: 5px;
}
td span.badge[title] {
  cursor: help;
}

h1 {
  display: inline-block;
}

.content-header span.label {
  vertical-align: top;
}

table.compare td:nth-child(6),
table.compare thead tr:nth-child(1) th:nth-child(1),
table.compare thead tr:nth-child(2) th:nth-child(6) {
  border-right: 10px solid white !important;
}
table.compare thead tr:nth-child(1) th {
  text-align: center;
}
table.compare .inherited td:not(.actions) {
  font-style: italic;
}

.content-header span.label {
  margin-left: 5px;
  vertical-align: super;
}

.history-parameters .name {
  width: 20%;
}
.history-parameters .changes {
  width: 60%;
}
.history-parameters .author {
  width: 20%;
}

form .error-message {
  color: #dd4b39;
}

.badge.categories {
  cursor: pointer;
}

#colorbox .wrapper {
  background-color: transparent;
}
#colorbox .wrapper h1 {
  font-size: 24px;
}

table.dataTable .description {
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
table.dataTable .description:hover {
  overflow: auto;
  white-space: normal;
  background: #f4f4f4;
  min-width: 250px;
  padding: 9px 10px 10px 9px;
  margin: -9px 0 0 -9px;
  position: fixed;
}

#results i.fa-spin {
  display: block;
  margin: 0 auto;
}

label i.fa {
  cursor: pointer;
}

td.phase {
  white-space: nowrap;
}
td.phase:hover {
  cursor: pointer;
}

.dataTable thead input {
  width: 100%;
  padding: 3px;
  box-sizing: border-box;
}
.dataTable thead input::placeholder {
  font-weight: normal;
  color: #cccccc;
}

.progress.global {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.overscroll {
  overflow: auto;
}

/*# sourceMappingURL=style.css.map */
