/* transforms helpers */
/*TAG RESULTS*/
/* Bookmarks window over search results */
/*
.ease-transform {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: -moz-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: -o-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ease-opacity {
    -webkit-transition: -webkit-opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: -moz-opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: -o-opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
*/
.vertical-align {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%); }

select::-ms-expand {
  width: 12px;
  border: none;
  background: #fff; }

/*
* {
    font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
    font-size: 14px;
}
*/
body {
  margin: 0px; }

h1 {
  font-weight: lighter;
  font-size: 24px; }

.top-bar {
  top: 0px;
  width: 100%;
  z-index: 400;
  position: relative;
  height: auto; }
  .top-bar .back-bar {
    height: 20px;
    text-align: right;
    padding: 0 10px;
    background-color: #ddd; }
    .top-bar .back-bar a {
      color: white; }
      .top-bar .back-bar a:hover {
        color: white; }
  .top-bar .branding {
    width: 45%;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    z-index: 300; }
    .top-bar .branding .small {
      font-size: 15px;
      text-transform: uppercase; }
    .top-bar .branding .huge {
      font-size: 33px;
      font-weight: 500;
      line-height: 30px;
      cursor: pointer; }
  .top-bar .brand-bar {
    background-color: white;
    padding: 10px 30px; }
  .top-bar .brand-logos {
    position: relative;
    display: inline-block;
    float: right; }
    .top-bar .brand-logos a {
      text-decoration: none; }
      .top-bar .brand-logos a img {
        border: none; }
    .top-bar .brand-logos .small {
      font-size: 11px;
      line-height: 15px;
      color: #000; }
    .top-bar .brand-logos > * {
      margin-left: 20px; }

.search-bar {
  background-color: #000;
  height: 50px;
  width: 100%;
  z-index: 200;
  -webkit-box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.35);
  position: relative;
  top: 0;
  background: #1e5799;
  background: -moz-linear-gradient(left, #1e5799 0%, #7db9e8 100%);
  background: -webkit-linear-gradient(left, #1e5799 0%, #7db9e8 100%);
  background: linear-gradient(to right, #1e5799 0%, #7db9e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 ); }
  .search-bar .tag-select {
    float: left;
    font-weight: 300;
    width: 265px;
    cursor: pointer; }
    .search-bar .tag-select .sel-level {
      background-color: transparent;
      border-right: 1px solid #EEE;
      color: white;
      width: 100%;
      /* height: 100%; */
      height: 50px;
      padding: 0 15px;
      position: relative;
      /* display: table; */
      /* vertical-align: middle; */
      display: flex;
      text-transform: uppercase;
      z-index: 230;
      -webkit-transition: background-color 0.5s;
      -moz-transition: background-color 0.5s;
      -o-transition: background-color 0.5s;
      transition: background-color 0.5s; }
      .search-bar .tag-select .sel-level .menuTopLabel {
        width: 100%; }
      .search-bar .tag-select .sel-level div {
        /* display: table-cell; */
        /* vertical-align: middle; */
        align-self: center;
        letter-spacing: 1px; }
        .search-bar .tag-select .sel-level div i {
          display: block;
          float: right;
          line-height: 0.9em;
          vertical-align: middle; }
    .search-bar .tag-select ul {
      padding: 0;
      position: absolute;
      width: 265px;
      z-index: 220;
      display: none; }
      .search-bar .tag-select ul li {
        background-color: #f2f5f8;
        color: #4B92DB;
        border-top: 1px solid #EEE;
        border-left: 1px solid #EEE;
        border-right: 1px solid #EEE;
        display: table;
        width: 100%;
        list-style: none;
        padding: 10px 15px; }
        .search-bar .tag-select ul li a {
          color: #4B92DB;
          width: 90%;
          display: inline-block;
          cursor: pointer;
          letter-spacing: 1px; }
        .search-bar .tag-select ul li span {
          display: table-cell;
          vertical-align: middle;
          width: 5%; }
        .search-bar .tag-select ul li:last-child {
          border-bottom: 1px solid gray; }
        .search-bar .tag-select ul li:hover {
          background-color: #4B92DB !important; }
          .search-bar .tag-select ul li:hover a {
            color: #FFF !important;
            text-decoration: none; }
          .search-bar .tag-select ul li:hover span i {
            color: #FFF !important; }
  .search-bar .tag-select.selected .sel-level {
    background-color: #333; }
  .search-bar .tag-select.selected ul {
    display: block;
    -moz-animation: fadeInDown .3s ease-in;
    -webkit-animation: fadeInDown .3s ease-in;
    animation: fadeInDown .3s ease-in; }
  .search-bar .search-toolbar {
    float: right;
    position: relative;
    height: 100%; }

.selected.grayed {
  background-color: gray !important; }

.search-toolbar > button {
  position: relative;
  color: #FFF; }
  .search-toolbar > button:focus {
    outline: none;
    color: #FFF; }
.search-toolbar > button.active {
  color: #4B92DB; }
.search-toolbar > a {
  position: relative;
  color: #FFF; }

.search-tray {
  height: 30px; }
  .search-tray input {
    text-align: center;
    width: 100%;
    outline: none; }

.search-tray.toolbar-sel {
  transform: translateY(60px);
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -o-transform: translateY(60px); }

.home-header, .home-footer {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  width: 80%; }
  .home-header h1, .home-footer h1 {
    color: black;
    font-size: 45px;
    font-weight: bolder; }
  .home-header p, .home-footer p {
    color: #3e3b3b;
    font-size: 16px; }
    .home-header p:first-of-type, .home-footer p:first-of-type {
      margin-top: 40px; }
  .home-header .titles h1, .home-footer .titles h1 {
    font-size: 50px;
    color: #4B92DB; }
  .home-header .titles p, .home-footer .titles p {
    font-size: 18px;
    color: #4B92DB; }

.home-footer {
  border-top: 1px solid dimgrey;
  padding-top: 10px;
  font-size: 12px;
  margin-bottom: 20px;
  text-align: justify; }
  .home-footer a {
    font-size: 12px; }

/*
.home-stats {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    display: flex;

    .column {
        width: 33%;
        padding: 10px 10px;
        margin-bottom: 40px;
        float: left;
        color: #4B92DB;
    }

    h3 {
        font-size: 20px;
        text-decoration: none;
        font-weight: 600;
        text-transform: uppercase;
    }

    .counter {
        font-size: 50px;
        font-weight: bolder;
    }
}

.canvas {
    margin-top: 30px;

    &.search-selected {
        transform: translateY(60px);
        -webkit-transform: translateY(60px);
        -moz-transform: translateY(60px);
        -o-transform: translateY(60px);
    }
}
*/
.search-result {
  width: 100%;
  height: 100%; }
  .search-result .result-count {
    font-size: 14px; }
  .search-result .paginationControls .legend {
    color: #a6a6a6;
    font-size: 12px;
    text-align: center; }
  .search-result .paginationControls select {
    height: auto;
    width: 50px;
    padding: 0px; }
    .search-result .paginationControls select.sortOrder {
      width: 110px; }
  .search-result .bmk-btn {
    font-size: 18px;
    float: left;
    color: #4B92DB;
    padding-top: 2px;
    padding-left: 25px; }
    .search-result .bmk-btn:focus {
      outline: 0; }
  .search-result .bmk-simple-btn {
    color: #4B92DB;
    font-size: 18px; }
  .search-result .bmk-tag-btn {
    padding-left: 0; }
  .search-result .tag-title {
    color: #4B92DB;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-top: -5px; }
  .search-result .document-row {
    margin-bottom: 10px; }
  .search-result .doc-title {
    color: #000;
    font-size: 25px !important;
    font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
    margin-left: 25px;
    margin-bottom: 5px;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s; }
    .search-result .doc-title:hover {
      color: #000; }
    .search-result .doc-title .displayOnlyInWordExport {
      display: none; }
    .search-result .doc-title .title {
      cursor: pointer;
      font-size: 25px;
      font-weight: 700;
      font-family: 'Helvetica Neue', helvetica, arial, sans-serif; }
    .search-result .doc-title .date {
      font-size: 14px;
      /* margin-left: 10px; */
      font-weight: 600;
      white-space: nowrap; }
  .search-result .doc-properties {
    font-weight: normal;
    font-style: italic;
    padding-left: 27px; }
  .search-result .paragraph-row {
    margin-bottom: 10px; }
    .search-result .paragraph-row.level-0 {
      padding-left: 0px; }
      .search-result .paragraph-row.level-0.noParagraphZero {
        padding-left: 50px; }
      .search-result .paragraph-row.level-0.noParagraphContinuation {
        padding-left: 25px;
        margin-top: -10px; }
      .search-result .paragraph-row.level-0.ellipsis {
        margin-top: -15px !important;
        margin-bottom: 0; }
    .search-result .paragraph-row.level-1 {
      padding-left: 20px; }
      .search-result .paragraph-row.level-1.noParagraphZero {
        padding-left: 70px; }
      .search-result .paragraph-row.level-1.noParagraphContinuation {
        padding-left: 45px;
        margin-top: -10px; }
      .search-result .paragraph-row.level-1.ellipsis {
        margin-top: -15px !important;
        margin-bottom: 0; }
    .search-result .paragraph-row.level-2 {
      padding-left: 40px; }
      .search-result .paragraph-row.level-2.noParagraphZero {
        padding-left: 90px; }
      .search-result .paragraph-row.level-2.noParagraphContinuation {
        padding-left: 65px;
        margin-top: -10px; }
      .search-result .paragraph-row.level-2.ellipsis {
        margin-top: -15px !important;
        margin-bottom: 0; }
    .search-result .paragraph-row.level-3 {
      padding-left: 60px; }
      .search-result .paragraph-row.level-3.noParagraphZero {
        padding-left: 110px; }
      .search-result .paragraph-row.level-3.noParagraphContinuation {
        padding-left: 85px;
        margin-top: -10px; }
      .search-result .paragraph-row.level-3.ellipsis {
        margin-top: -15px !important;
        margin-bottom: 0; }
    .search-result .paragraph-row.level-4 {
      padding-left: 80px; }
      .search-result .paragraph-row.level-4.noParagraphZero {
        padding-left: 130px; }
      .search-result .paragraph-row.level-4.noParagraphContinuation {
        padding-left: 105px;
        margin-top: -10px; }
      .search-result .paragraph-row.level-4.ellipsis {
        margin-top: -15px !important;
        margin-bottom: 0; }
    .search-result .paragraph-row.level-5 {
      padding-left: 100px; }
      .search-result .paragraph-row.level-5.noParagraphZero {
        padding-left: 150px; }
      .search-result .paragraph-row.level-5.noParagraphContinuation {
        padding-left: 125px;
        margin-top: -10px; }
      .search-result .paragraph-row.level-5.ellipsis {
        margin-top: -15px !important;
        margin-bottom: 0; }
    .search-result .paragraph-row.level-6 {
      padding-left: 120px; }
      .search-result .paragraph-row.level-6.noParagraphZero {
        padding-left: 170px; }
      .search-result .paragraph-row.level-6.noParagraphContinuation {
        padding-left: 145px;
        margin-top: -10px; }
      .search-result .paragraph-row.level-6.ellipsis {
        margin-top: -15px !important;
        margin-bottom: 0; }
    .search-result .paragraph-row.level-7 {
      padding-left: 140px; }
      .search-result .paragraph-row.level-7.noParagraphZero {
        padding-left: 190px; }
      .search-result .paragraph-row.level-7.noParagraphContinuation {
        padding-left: 165px;
        margin-top: -10px; }
      .search-result .paragraph-row.level-7.ellipsis {
        margin-top: -15px !important;
        margin-bottom: 0; }
    .search-result .paragraph-row.level-8 {
      padding-left: 160px; }
      .search-result .paragraph-row.level-8.noParagraphZero {
        padding-left: 210px; }
      .search-result .paragraph-row.level-8.noParagraphContinuation {
        padding-left: 185px;
        margin-top: -10px; }
      .search-result .paragraph-row.level-8.ellipsis {
        margin-top: -15px !important;
        margin-bottom: 0; }
    .search-result .paragraph-row.level-9 {
      padding-left: 180px; }
      .search-result .paragraph-row.level-9.noParagraphZero {
        padding-left: 230px; }
      .search-result .paragraph-row.level-9.noParagraphContinuation {
        padding-left: 205px;
        margin-top: -10px; }
      .search-result .paragraph-row.level-9.ellipsis {
        margin-top: -15px !important;
        margin-bottom: 0; }
  .search-result .bmk-title {
    /*        display: block;  */
    /*        position: relative;  */
    margin-left: 50px; }
  .search-result .article-section::after {
    clear: both;
    display: block;
    content: ""; }

.bookmarks-result {
  width: 100%;
  padding: 0; }
  .bookmarks-result h1 {
    font-weight: lighter;
    font-size: 24px; }
  .bookmarks-result .bmk-btn {
    font-size: 18px;
    float: left;
    color: #4B92DB;
    padding-top: 2px;
    padding-left: 25px; }
    .bookmarks-result .bmk-btn:focus {
      outline: 0; }
  .bookmarks-result .document-row {
    margin-bottom: 10px; }
  .bookmarks-result .doc-title {
    color: #555;
    font-size: 18px;
    font-weight: 800;
    margin-left: 25px;
    margin-bottom: 10px;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s; }
    .bookmarks-result .doc-title:hover {
      color: #000; }
  .bookmarks-result .doc-date {
    font-size: 14px;
    /* margin-left: 10px; */
    font-weight: 600;
    white-space: nowrap; }
  .bookmarks-result .paragraph-row {
    margin-bottom: 10px; }
  .bookmarks-result .bmk-title {
    display: block;
    position: relative;
    margin-left: 50px; }
  .bookmarks-result .article-section::after {
    clear: both;
    display: block;
    content: ""; }

.bookies, .tagTree-result {
  background-color: white;
  z-index: 180;
  left: 0px;
  width: 100%;
  position: relative;
  height: auto;
  overflow-y: visible;
  top: 0; }

.tagTree-result {
  z-index: 200;
  padding-left: 30px; }
  .tagTree-result .tag-level-1 {
    font-size: 20px;
    margin-bottom: 15px; }
    .tagTree-result .tag-level-1 span {
      cursor: pointer; }
      .tagTree-result .tag-level-1 span:hover {
        text-decoration: underline; }
    .tagTree-result .tag-level-1 .tag-level-2 {
      font-size: 17px;
      margin-bottom: 7px;
      padding-left: 60px; }
      .tagTree-result .tag-level-1 .tag-level-2 .tag-level-3 {
        font-size: 14px;
        margin-bottom: 0px;
        padding-left: 60px; }

/*
.searchResultsRightSideBar {
    color: #000;
    position: relative;
    background: #f2f5f8;
    padding-top:10px;

    button {
        margin-top:10px;
        background-color: white;
        border-color: grey;
    }
    h2 {
        font-size: 20px;
        text-align: center;
        margin-top: 10px;
    }

    h3 {
        font-size: 16px;
        font-weight: 300;
        margin-bottom: 0;
    }

    .counter {
        font-size: 30px;
        font-weight: 500;
    }

    .info {
        font-size: 20px;
    }
}
*/
.pagination {
  margin-top: 0; }
  .pagination > li > a {
    padding: 3px 5px;
    color: #000; }
  .pagination > li > span {
    padding: 3px 5px;
    color: #000;
    font-size: 12px;
    z-index: 150; }
    .pagination > li > span > span {
      font-size: 12px;
      z-index: 150; }
  .pagination > .active > a {
    background-color: #000;
    color: #FFF; }
    .pagination > .active > a:focus {
      background-color: #000;
      color: #FFF; }
    .pagination > .active > a:hover {
      background-color: #000;
      color: #FFF; }
  .pagination > .active > span {
    background-color: #000;
    color: #FFF; }
    .pagination > .active > span:focus {
      background-color: #000;
      color: #FFF; }
    .pagination > .active > span:hover {
      background-color: #000;
      color: #FFF; }

.tag-title-label {
  font-size: 12px;
  font-weight: 300;
  color: #4B92DB; }

.doc-title-label {
  font-size: 12px;
  font-weight: 300;
  margin-left: 25px; }

.document-section {
  padding-top: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCC; }
  .document-section:last-of-type {
    border-bottom: 0;
    padding-bottom: 40px; }

.btn-link:hover {
  color: #4B92DB; }

.search-filters {
    /*
    min-height: 120px;
    border-bottom: 2px inset;
    padding: 20px;
*/
  min-height: 120px;
  /* this is for the predictive controls */ }
  .search-filters label {
    font-weight: normal; }
  .search-filters h2 {
    font-size: 20px;
    margin: 0;
    padding: 0; }
  .search-filters h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
    padding-top: 0; }
  .search-filters .filter-buttons {
    text-align: right;
    margin-top: 15px; }
  .search-filters button {
    border: 1px solid;
    padding: 10px 20px;
    font-size: 14px;
    background: none; }
    .search-filters button[disabled=disabled] {
      color: darkgray; }
  .search-filters .reset-button {
    background-color: #DDD;
    margin-left: 20px; }
  .search-filters .filter-conflict, .search-filters .filter-region, .search-filters .filter-language, .search-filters .filter-date {
    margin-bottom: 15px; }
  .search-filters .filter-item input {
    margin-right: 5px; }
  .search-filters .filter-item label {
    margin-right: 15px; }
  .search-filters tags-input {
    margin-bottom: 10px; }
    .search-filters tags-input .tags {
      border: 0; }
      .search-filters tags-input .tags .tag-item {
        border-radius: 2px;
        background: none;
        /* height: inherit; */
        /* line-height: 18px; */
        background-color: azure; }
    .search-filters tags-input .input {
      width: 100%; }

.searchToolBarInLandingScreen {
  margin-top: 30px;
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #eaeae5; }
  .searchToolBarInLandingScreen .search-tray {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px; }
  .searchToolBarInLandingScreen .search-filters {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 0; }

.searchToolBarInSearchScreen .search-filters {
  width: 100%;
  padding: 0;
  border-bottom: 0; }
  .searchToolBarInSearchScreen .search-filters h3 {
    margin-top: 10px;
    margin-bottom: 10px; }
  .searchToolBarInSearchScreen .search-filters label.disabled {
    color: #adadad; }
.searchToolBarInSearchScreen .filter-buttons {
  text-align: center; }

.pickupCalendar {
  float: left;
  width: 50%;
  margin-bottom: 0; }
  .pickupCalendar label {
    margin-right: 0 !important; }
  .pickupCalendar input {
    width: calc( 100% - 38px) !important;
    margin-right: 0 !important; }
  .pickupCalendar button {
    color: white !important;
    background-color: #2d6aae !important;
    border: 1px solid #2d6aae !important; }
    .pickupCalendar button.btn-default {
      text-shadow: none !important; }
    .pickupCalendar button .text-muted {
      color: #000000; }
    .pickupCalendar button .text-info {
      color: yellow;
      font-weight: bolder;
      font-size: 1.1em; }
  .pickupCalendar .glyphicon-calendar {
    padding: 4px 3px;
    border-radius: 4px;
    top: 0;
    margin-left: 2px; }
  .pickupCalendar ul * {
    outline: none; }
  .pickupCalendar ul button {
    margin: 1px;
    border-radius: 0;
    font-size: 18px;
    padding: 12px 8px; }
    .pickupCalendar ul button:hover {
      background: #818181 !important;
      color: #d3d3d3 !important; }
  .pickupCalendar ul th {
    font-size: 20px; }
  .pickupCalendar:not(ul) button {
    height: 34px;
    margin: 0;
    padding: 0px;
    width: 38px; }
    .pickupCalendar:not(ul) button:hover {
      background: #FFFFFF;
      color: #000000; }
  .pickupCalendar:not(ul) .btn-default:focus, .pickupCalendar:not(ul) .btn-default.focus {
    background: #FFFFFF;
    color: #000000; }
  .pickupCalendar:not(ul) .btn-default[disabled], .pickupCalendar:not(ul) .btn-default[disabled]:hover, .pickupCalendar:not(ul) .btn-default[disabled]:focus, .pickupCalendar:not(ul) .btn-default[disabled].focus {
    background-color: transparent;
    border-color: transparent;
    color: transparent;
    cursor: auto; }
  .pickupCalendar:not(ul) table[ng-switch-when=month] button {
    width: 89px !important; }
  .pickupCalendar:not(ul) table[ng-switch-when=year] button {
    width: 54px !important; }
  .pickupCalendar:not(ul) table[ng-switch-when=year] .btn-default[disabled], .pickupCalendar:not(ul) table[ng-switch-when=year] .btn-default[disabled]:hover, .pickupCalendar:not(ul) table[ng-switch-when=year] .btn-default[disabled]:focus, .pickupCalendar:not(ul) table[ng-switch-when=year] .btn-default[disabled].focus {
    background-color: #FFFFFF;
    color: #000000;
    cursor: auto;
    width: 100% !important; }

tags-input .tags {
  height: auto !important; }
tags-input .host {
  height: auto !important; }

.statistics .stats {
  color: #4B92DB;
  font-size: 14px;
  text-align: center; }
  .statistics .stats div {
    font-size: 40px;
    font-weight: bold;
    line-height: 0.8; }
.statistics .moreStatistics {
  text-align: right;
  cursor: pointer;
  color: grey;
  font-size: 10px;
  margin: 10px 0;
  border-bottom: 1px solid grey; }
.statistics .moreStatisticsBlock {
  margin-top: 17px; }
  .statistics .moreStatisticsBlock .tagList {
    padding: 5px 0 5px 20px;
    font-style: italic; }
  .statistics .moreStatisticsBlock .statisticText .name {
    cursor: pointer;
    white-space: nowrap; }
    .statistics .moreStatisticsBlock .statisticText .name:hover {
      text-decoration: underline; }
  .statistics .moreStatisticsBlock .statisticText .number {
    font-weight: bold;
    font-size: 18px; }
.statistics .row {
  margin-top: 17px; }

.collapse {
  min-height: 20px; }

.filter-container {
  background-color: #EEF1F4;
  padding-top: 30px; }

.filter-group-label {
  font-size: 12px;
  color: #009ee2;
  border-bottom: 1px solid #CCC;
  padding-left: 15px; }

.filter-group-item {
  border-bottom: 1px dotted #CCC;
  padding-left: 15px;
  cursor: pointer; }
  .filter-group-item.panel {
    margin-bottom: auto; }
  .filter-group-item button.clearAll {
    background-color: #647B93;
    border: none;
    color: #FFF;
    width: auto;
    padding: 5px 10px;
    font-size: 10px;
    font-weight: normal;
    margin-right: 5px;
    margin-bottom: 5px;
    outline: none; }
    .filter-group-item button.clearAll:nth-of-type(1) {
      margin-right: 0; }

.filter-group-header {
  color: #888;
  line-height: 40px; }

.filter-item-selection {
  float: right;
  text-align: right;
  display: inline-block;
  color: #000;
  line-height: 40px;
  height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 40%; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 6px;
  vertical-align: middle;
  border-top: 6px dashed;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  float: right;
  line-height: 30px;
  margin-top: 18px; }

.issue-level {
  background-color: #F2FBFF;
  border-left: 2px solid #FFF;
  padding-bottom: 10px;
  margin-bottom: 20px; }

.issue-item {
  line-height: 16px;
  border-bottom: 1px dotted #CCC;
  font-size: 12px;
  cursor: pointer;
  padding: 5px 0px;
  letter-spacing: 0.5px; }
  .issue-item .selected {
    font-weight: bold;
    letter-spacing: normal; }
  .issue-item i.fa {
    padding-left: 8px; }

.issue-level-label {
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 12px; }

.browse-issues {
  font-size: 12px;
  color: #CCC;
  margin-right: 10px;
  text-align: right;
  color: #888;
  line-height: 1.3;
  margin-top: 5px;
  margin-bottom: 10px;
  cursor: pointer; }

.keyword-search {
  cursor: auto; }
  .keyword-search input {
    width: 100%;
    height: 30px;
    padding: 0 10px;
    float: right;
    margin-top: 4px;
    margin-bottom: 10px;
    outline: none; }

.tooltips .tooltip-inner {
  max-width: 280px !important;
  min-width: 280px !important; }

.infoPage h1 {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 3px solid #a3b5cb;
  margin-bottom: 30px;
  padding-top: 15px;
  font-weight: bold;
  color: #0b2b54;
  font-size: 34px;
  position: relative; }
  .infoPage h1 span {
    position: absolute;
    right: 10px;
    cursor: pointer; }
    .infoPage h1 span img {
      height: 30px; }
.infoPage p {
  font-size: 20px;
  color: #0b2b54; }
  .infoPage p.line {
    border-bottom: 2px solid #a3b5cb; }
  .infoPage p.grey {
    color: #a3b5cb; }

.btn.bookmarksToolbar {
  background-color: transparent;
  cursor: auto;
  color: white;
  padding-left: 0; }

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