﻿@charset "utf-8";
/* CSS Document */

/*=================================

    0054cc
    17468f

Icon Colors:
Purple: #61269c
Orange: #f0880e
Aqua: #02738c

Page Colors:

Page Background,
Quadrant Inner Background:
	#fff white

Header Background,
Progress Bar,
Progress Bar Border,
Quadrant Outter Background
	#ecf1f1

Buttons:
	bg - icon-orange
	color - white

Question Text:
	black

Navbar Link Text,
Quadrant Header:
	color - icon-aqua
=================================*/

body {
  /*
   padding-top: 55px;
    padding-bottom: 30px;
    background-color: #a7c0d7;
    */
}

h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 29.75px;
}

h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
}

h3 {
  font-size: 18px;
}

#mainContent {
  /*max-width: 879px !important;*/
  padding-top: 0px;
}
/*
h1, h2, h3, h4, h5, h6 {
    color: #02738c;
}
*/
/* Custom Classes & IDs */
.text-bold {
  font-weight: bold;
}

.cd-content-container {
  margin-bottom: 22px !important;
}

.cd-layout-panel.secondary-panel > .panel-heading > h2 {
  font-size: 20px;
}

.panel-title {
  font-weight: 500;
}
/*
.panel-body > div:first-of-type > div:first-of-type > h3:first-of-type {
    margin-top: 0px;
}
*/
.ais-panel > .panel-heading > h2 {
  text-align: left;
}

.ais-panel > .panel-body * {
  font-size: 12px;
}

.panel-question {
  background-color: #ecf1f1;
}

.panel-question > .btn {
  margin-top: auto;
}

.question {
  font-weight: 700;
  font-size: 20px;
}

.question > span {
  display: table-cell;
  padding-left: 0.3em;
}

.question > span:first-child {
  display: table-cell;
  padding-left: 0;
}

.cd-sidebar {
  width: 100%;
  /*margin-top: 22px;*/
}

.cd-sidebar > .btn {
  text-align: left;
  white-space: normal;
}

.cd-sidebar-collapsed > .dropdown-menu {
  width: 100%;
}

.cd-sidebar-collapsed > .dropdown-menu > li > a {
  white-space: normal;
}

#resultAntiviralName,
#resultAntiviralDosage {
  font-size: 30px;
  font-weight: bold;
}

/* fix -5px margin that causes horizontal scrolling in collapsable nav menu */
a#manageLink.login-area-menu-link.login-area-menu-link-small {
  margin-right: 0px !important;
}

/* Bootstrap overides */
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #ffc67e;
  border-color: #d6a86c;
}

.modal-header,
.modal-footer {
  background-color: #17468f;
  color: #fff;
}

.modal-header .close {
  color: #fff;
  opacity: 0.75;
}

.modal-header .close:hover {
  opacity: 1;
}
/*
.modal-content {
	background-color: #ecf1f1;
	border-color: #D3E7E7;
}
.modal-header {
}
.modal-title {
	color: #31708f;
}
.modal-body {
	background-color: #fff;
	margin-bottom: 0px;
}
.modal-footer {
	margin-top: 0px;
}
*/
/*
.navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
}
*/

.cd-layout-panel.panel-primary,
.cd-layout-panel.panel-info {
  border-right-width: 20px;
  border-bottom-width: 28px;
  border-left-width: 20px;
}

.cd-layout-panel.panel-primary {
  background-color: #31708f;
}

.cd-layout-panel.panel-info {
  background-color: #ecf1f1;
}

.cd-layout-panel .panel-status,
.cd-layout-panel .panel-resources,
.cd-layout-panel .panel-additional-information {
  background-color: #fff;
}

.cd-layout-panel.panel-primary > .panel-question {
  background-color: #00748d;
  color: #fff;
}

.qr-panel > .panel-heading,
.secondary-panel > .panel-heading {
  padding: 10px 0px;
}

.cd-layout-panel > .panel-heading > h2 {
  margin: 0px;
  font-size: 24px;
  line-height: 24px;
}

.panel-status {
  padding: 0px;
}

/* Custom sidebar navigation */

.cd-sidebar > .btn-group > .panel-collapse {
  /*background-color: #D5E0E0;*/
}

/* Level Two Sidebar Items */
.cd-sidebar > .btn-group > .panel-collapse > .btn-group-vertical {
  /* Level Two Container */
  margin: 0px;
  padding: 1px 0px 2px 0px;
  width: 100%;
}

.cd-sidebar > .btn-group .btn {
  text-align: left;
}

.cd-sidebar > .btn-group > .panel-collapse > .btn-group-vertical > .btn,
.cd-sidebar
  > .btn-group
  > .panel-collapse
  > .btn-group-vertical
  > .btn-group
  > .btn {
  /* Level Two Items */
  border-radius: 0px;
  padding-left: 20px;
  white-space: normal;
}

/* Level Three Sidebar Items */
.cd-sidebar
  > .btn-group
  > .panel-collapse
  > .btn-group-vertical
  > .btn-group
  > .panel-collapse
  > .btn-group-vertical {
  /* Level Three Container */
  margin: 0px;
  padding: 1px 0px 2px 0px;
  width: 100%;
}

.cd-sidebar
  > .btn-group
  > .panel-collapse
  > .btn-group-vertical
  > .btn-group
  > .panel-collapse
  > .btn-group-vertical
  > .btn {
  /* Level Three Items */
  border-radius: 0px;
  padding-left: 40px;
  text-align: left;
  white-space: normal;
}

/* End custom sidebar navigation */

#statusList {
  min-height: 30px;
}

.list-group-status {
  margin-bottom: 0px;
}

.list-group-status > .list-group-item {
  border: none;
  border-bottom: 1px solid #ecf1f1 /*#31708f*/;
  font-size: 75%;
  margin-bottom: 0px;
  padding: 5px;
}

.list-group-status > a.list-group-item div:nth-child(1) {
  color: #31708f;
  font-weight: bold;
  text-align: left;
  padding-left: 5px;
}

.list-group-status > a.list-group-item div:nth-child(1) > span:nth-child(1) {
  display: table-cell;
  width: 20px;
}

.list-group-status > a.list-group-item div:nth-child(1) > span:nth-child(2) {
  display: table-cell;
}

.list-group-status > a.list-group-item div:nth-child(2) {
  color: #61269c;
  margin-top: 5px;
  margin-left: 20px;
  padding-right: 5px;
  padding-left: 5px;
}

.list-group-status > a.list-group-item div:nth-child(3) {
  clear: both;
}

.list-group-status > .list-group-item:last-child {
  border: none;
}

.navbar.navbar-fixed-top {
  -webkit-box-shadow: 0 0px 10px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0px 10px 3px rgba(0, 0, 0, 0.25);
}

.nav.navbar-nav.navbar-left li a {
  font-weight: bold;
}

.nav.navbar-nav.navbar-left li a:hover {
  /*background-color: #f0880e;
	background-color: #d3e0eb;
    color: #17468f;
    border-radius: 5px;*/
}

.btn-info,
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #02738c;
}

.btn-info.disabled {
  color: #999;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#warningBanner {
  margin-bottom: 10px;
}

#resultWarningBanner {
  padding: 5px;
}

.progress-bar-label {
  margin-bottom: 10px;
  margin-right: 5px;
  color: #008ca8;
  font-size: 11px;
  line-height: auto;
  font-weight: 600;
}

.progress {
  height: 20px;
  margin-bottom: 12px;
}

.progress-bar {
  font-size: 10px;
  line-height: 20px;
}

.table-striped > tbody > tr:nth-child(even):hover > td {
  background-color: #d3e0eb;
}

footer {
  font-size: 12px;
  line-height: 14px;
}

footer > .content-wrapper {
  /*max-width: 879px;*/
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #123872;
  padding-top: 10px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #eee;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 0px solid #17468f;
  border: 1px solid #17468f;
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@media all and (max-width: 767px) {
  body {
    padding-top: 55px;
  }

  .navbar {
    /*
        margin-left: -15px;
        margin-right: -15px;
        */
  }

  .cd-footer-logos {
    padding: 10px 0px 0px 0px;
    text-align: center;
  }

  /* clean up look of data tables in xs & sm view 
    td[data-title="Description"]{
        clear: both !important;
    }

    .table-bordered > tbody > tr > td[data-title="Description"] {
        border-top: 0px !important;
        border-bottom: 0px !important;
    }

    .table-bordered > tbody > tr > td[data-title="Relevance"] {
        border-bottom: 1px solid #17468f !important;
    }
*/
  .ResourceDescriptionShort {
  }

  .responsive td {
    float: none !important;
    width: auto !important;
  }
}

@media all and (max-width: 991px) {
  .responsive tr {
    border: 1px solid #17468f !important;
  }

  /* craig's responsive tables*/
  table.responsive {
    border: 0 !important;
    display: block !important;
    width: 100% !important;
    width: calc(100% - 20px) !important; /* works in Chrome */
    margin-right: 20px !important;
  }

  table.responsive caption {
    display: block !important;
  }

  table.responsive thead {
    display: none !important;
    visibility: hidden !important;
  }

  table.responsive tbody,
  table.responsive tr {
    border: 0 !important;
  }

  table.responsive tbody,
  table.responsive tr,
  table.responsive th,
  table.responsive td {
    display: block !important;
    padding: 10 !important;
    text-align: left !important;
    white-space: normal !important;
  }

  table.responsive td,
  table.responsive th {
    border: 1px !important;
    width: 100% !important;
    float: left !important;
    clear: both !important;
  }

  table.responsive td:last-child,
  table.responsive th:last-child {
    margin-bottom: 1.5em !important;
  }

  table.responsive td.last-child,
  table.responsive th.last-child {
    margin-bottom: 1.5em !important;
  }

  table.responsive th[data-title]:before,
  table.responsive td[data-title]:before {
    content: attr(data-title) "\00A0" !important;
    font-weight: bold !important;
    display: block;
    margin-bottom: 1em;
  }

  table.responsive th:not([data-title]) {
    font-weight: bold !important;
  }

  table.responsive tfoot,
  table.responsive td:empty {
    display: none !important;
  }

  table.responsive.table-bordered > tbody > tr > td {
    border-left: 1px solid #17468f !important;
    border-right: 1px solid #17468f !important;
  }

  table.responsive.table-bordered > tbody > tr > td:first-child {
    border-top: 1px solid #17468f !important;
    border-bottom: 0px solid #17468f !important;
    border-left: 1px solid #17468f !important;
    border-right: 1px solid #17468f !important;
  }

  table.responsive.table-bordered > tbody > tr > td:last-child {
    border-bottom: 1px solid #17468f !important;
  }
}

/* Small devices (tablets, 768px and up) */
@media all and (min-width: 768px) {
  .cd-footer-logos {
    padding: 10px 0px 0px 0px;
    text-align: right;
  }

  .panel-additional-information,
  .panel-status {
    height: auto;
  }

  ul.navbar-nav.navbar-left li a {
    /*padding-top: 3px;
        padding-bottom: 3px;
		padding-left: 5px;
		padding-right: 5px;*/
  }

  ul.nav.navbar-nav.navbar-left li a {
    font-size: 14px;
  }

  /* Prevent "Hello User" from causing wrapping in navbar */
  a#manageLink.login-area-menu-link.login-area-menu-link-small {
    width: auto;
    max-width: 200px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
  }

  .navbar-fixed-top > .container > .navbar-collapse > .navbar-left {
    /*margin-top: 6px;
        margin-bottom: 6px;*/
  }

  footer > .content-wrapper {
    max-width: 710px;
  }

  /* clean up look of data tables in xs & sm view
    td[data-title="Description"]{
        clear: both !important;
    }

    .table-bordered > tbody > tr > td[data-title="Description"] {
        border-top: 0px !important;
        border-bottom: 0px !important;
    }

    .table-bordered > tbody > tr > td[data-title="Relevance"] {
        border-bottom: 1px solid #17468f !important;
    }
 */
  .ResourceDescriptionShort {
  }

  .responsive td {
    float: none !important;
    width: auto !important;
  }
}
/* Medium devices (desktops, 992px and up) */
@media all and (min-width: 992px) {
  footer > .content-wrapper {
    /*max-width: 879px;*/
  }

  .ais-panel > .panel-heading > h2 {
    text-align: center;
  }

  .panel-question {
    height: 296px;
    overflow: auto;
  }

  .panel-additional-information,
  .panel-status {
    height: 101px;
    overflow: auto;
  }

  ul.nav.navbar-nav.navbar-left li a {
    font-size: inherit;
  }

  ul.navbar-nav.navbar-left li a {
    /*padding-top: 6px;
        padding-bottom: 6px;
		padding-left: 8px;
		padding-right: 8px;*/
  }

  .navbar-fixed-top > .container > .navbar-collapse > .navbar-left {
    /*margin-top: 17px;
        margin-bottom: 17px;*/
  }

  footer > .content-wrapper {
    max-width: 930px;
  }

  /* clean up look of data tables in xs & sm view */
  .table-bordered > tbody > tr > td[data-title="Description"] {
    border-top: 1px solid #17468f !important;
    border-bottom: 1px solid #17468f !important;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media all and (min-width: 1200px) {
  /*
    body {
        padding-top: 112px;
        padding-bottom: 30px;
    }

    .navbar {
        min-height: 100px;
    }

    .navbar-brand {
        height: 100px;
    }

    .navbar-fixed-top > .container > .navbar-collapse > .navbar-left {
        margin-top: 30px;
    }

    ul.navbar-nav.navbar-left li a {
        padding-top: 14px;
        padding-bottom: 14px;
    }
    */
  /*.panel-question,*/
  .panel-additional-information,
  .panel-status {
    overflow: auto;
    height: 296px;
  }

  ul.navbar-nav.navbar-left li a {
    /*padding-top: 10px;
        padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;*/
  }

  .navbar-fixed-top > .container > .navbar-collapse > .navbar-left {
    /*margin-top: 25px;
        margin-bottom: 25px;*/
  }

  footer > .content-wrapper {
    max-width: 1130px;
  }
}

.contentAreaWrapper {
  margin-top: 10px;
}

.panel-question_results {
  height: auto;
  overflow: hidden !important;
}

#mangeListItem,
#manageLink {
  width: auto;
}

footer {
  border-radius: 0px;
  margin: 0px;
  text-align: center;
  padding-left: auto;
  padding-right: auto;
}

.cd-drop-shadow {
  -webkit-box-shadow: 7px 7px 10px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 7px 7px 10px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 7px 7px 10px 0px rgba(50, 50, 50, 0.25);
}

.cd-drop-shadow-2 {
  -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.5);
}

.well.cd-gradient {
  border-color: #ddd;
  border-width: 2px;
}

.cd-gradient {
  background: #fcfcfd; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhN2MwZDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #fcfcfd 0%, #a7c0d7 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fcfcfd),
    color-stop(100%, #a7c0d7)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #fcfcfd 0%,
    #a7c0d7 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #fcfcfd 0%,
    #a7c0d7 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fcfcfd 0%, #a7c0d7 100%); /* IE10+ */
  background: linear-gradient(to bottom, #fcfcfd 0%, #a7c0d7 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfd', endColorstr='#a7c0d7',GradientType=0 ); /* IE6-8 */
}

/* Admin Area Overrides */
.editBtn,
.removeBtn {
  color: #fff !important;
  text-decoration: none !important;
}

/* DERMaL custom */
.table-striped > tbody > tr:nth-child(even) > td {
  background-color: #b2ccf3;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #dee9fa;
}

#mainContent h1:first-of-type {
  margin-top: 0px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  /*background-color: #0046ab;*/
}

.select2-search-choice {
  font-size: 85%;
}

.comment-icon {
  color: #17468f;
  font-size: 2em;
}

.comment-icon-gray {
  color: #ccc;
  font-size: 2em;
}

.navbar-default .navbar-toggle .icon-bar {
  /*background-color: #fff;*/
  background-color: #17468f;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #17468f;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
  color: #17468f;
}

.dataTables_wrapper .bottom {
  margin-top: 20px;
}

.dataTables_wrapper .fixedSearch {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-brand {
  padding: 10px;
}

.navbar-default .navbar-toggle {
  background-color: #9fea45;
  border-color: #17468f;
}

.table-bordered > tbody > tr > td[data-title="Title"],
.table-bordered > tbody > tr > td[data-title="Description"],
.table-bordered > tbody > tr > td[data-title="Relevance"] {
  /*
    border: 0px solid #17468f ;
    border: 1px solid #17468f ;
*/
}

.table-bordered {
  border: 1px solid #17468f;
}

table.dataTable thead > tr > th,
table.dataTable tfoot > tr > th {
  padding-left: 18px;
  padding-right: 18px;
  background-color: #17468f;
  color: #fff;
  border-right: 1px solid #eee !important;
  vertical-align: top;
}

table.dataTable thead > tr > th:first-child {
  border-top-left-radius: 5px;
  border-right: 1px solid #eee !important;
}

table.dataTable thead > tr > th:last-child {
  border-top-right-radius: 5px;
  border-right: 0px solid #eee !important;
}

table.dataTable tfoot > tr > th:first-child {
  border-bottom-left-radius: 5px;
}

table.dataTable tfoot > tr > th:last-child {
  border-bottom-right-radius: 5px;
}

#indexDataTable.table-bordered {
  border: none !important;
}

.table-bordered > thead > tr > th,
.table-bordered > tfoot > tr > th {
  border: 0px solid #17468f !important;
  border-bottom: 0px solid #17468f !important;
}

/*
.table-bordered > tbody > tr > th:first-child {
    border-left: 1px solid #17468f !important;
}

.table-bordered > tbody > tr > th:last-child {
    border-right: 1px solid #17468f !important;
}

#indexDataTable.table-bordered > tbody > tr > td:first-child {
    border-left: 1px solid #17468f !important;
}

#indexDataTable.table-bordered > tbody > tr > td:last-child {
    border-right: 1px solid #17468f !important;
    margin-right: -10px !important;
}

.well > h3:first-child {
    margin-top: 0px;
}

*/

.resource-date {
  font-style: italic;
  font-weight: 500;
  font-size: 85%;
}

td[data-title="URL"] > a,
td[data-title="Link to additional information"] > a {
  display: block;
  width: 100%;
  white-space: normal;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
}

#indexDataTable_info {
  margin-bottom: 10px;
}

.cd-table {
  display: table;
}

.cd-table-row {
  display: table-row;
}

.cd-table-cell {
  display: table-cell;
}

.cd-text-align-right {
  text-align: right;
}

.cd-width-100-percent {
  width: 100%;
}

.cd-font-size-75-percent {
  font-size: 75%;
}

.cd-margin-bottom-2px {
  margin-bottom: 2px;
}

.cd-margin-bottom-5px {
  margin-bottom: 5px;
}

.cd-narrow-by {
  background-color: #d3d3d3;
  height: auto;
  padding: 0px 2px;
  border-radius: 5px;
}

.cd-narrow-by-top-row {
  padding: 10px 15px 0px 10px;
}

.cd-font-weight-700 {
  font-weight: 700;
}

.cd-clear-all-link {
  font-size: 11px;
  margin-left: 5px;
}

.cd-select-columns-btn {
  width: 120px;
}

/* font icons - fix for IE setting to not download fonts*/
.fa.fa-external-link {
  background-image: url("/images/fa-external-link-14.png");
  background-repeat: no-repeat;
  background-color: transparent;
  color: transparent;
  display: inline-block;
  height: 14px;
  width: 14px;
}

.fa.fa-table {
  background-image: url("/images/fa-table-white-12.png");
  background-repeat: no-repeat;
  background-color: transparent;
  color: transparent;
  display: inline-block;
  height: 11px;
  width: 13px;
  position: relative;
  top: 1px;
  margin-right: 1px;
}

.glyphicon.glyphicon-chevron-right {
  background-image: url("/images/");
  background-repeat: no-repeat;
  background-color: transparent;
  color: transparent;
  display: inline-block;
  height: 8px;
  width: 8px;
}

/* admin area font iconreplacements */
.tree-menu .icon-dashboard.icon-fixed-width {
  background-image: url("/images/fa-dashboard-gray.png");
  background-repeat: no-repeat;
  background-color: transparent;
  color: transparent;
}

.tree-menu .icon-file.icon-fixed-width.cog {
  background-image: url("/images/fa-cog-gray.png");
  background-repeat: no-repeat;
  background-color: transparent;
  color: transparent;
}

.tree-menu .icon-file.icon-fixed-width {
  background-image: url("/images/fa-file-gray-14.png");
  background-repeat: no-repeat;
  background-color: transparent;
  color: transparent;
}

.tree-menu .icon-group.icon-fixed-width {
  background-image: url("/images/fa-group-gray-18.png");
  background-repeat: no-repeat;
  background-color: transparent;
  color: transparent;
}

.tree-menu .icon-building.icon-fixed-width {
  background-image: url("/images/fa-building-gray-17.png");
  background-repeat: no-repeat;
  background-color: transparent;
  color: transparent;
}

a:hover > .icon-dashboard.icon-fixed-width,
a.open > .icon-dashboard.icon-fixed-width {
  background-image: url("/images/fa-dashboard-white.png");
  background-repeat: no-repeat;
  background-color: transparent;
  color: transparent;
}

a:hover > .icon-file.icon-fixed-width.cog,
a.open > .icon-file.icon-fixed-width.cog {
  background-image: url("/images/fa-cog-white.png");
  background-repeat: no-repeat;
  background-color: transparent;
  color: transparent;
}

a:hover > .icon-file.icon-fixed-width,
a.open > .icon-file.icon-fixed-width {
  background-image: url("/images/fa-file-white-14.png");
  background-repeat: no-repeat;
  background-color: transparent;
  color: transparent;
}

a:hover > .icon-group.icon-fixed-width,
a.open > .icon-group.icon-fixed-width {
  background-image: url("/images/fa-group-white-18.png");
  background-repeat: no-repeat;
  background-color: transparent;
  color: transparent;
}

a:hover > .icon-building.icon-fixed-width,
a.open > .icon-building.icon-fixed-width {
  background-image: url("/images/fa-building-white-17.png");
  background-repeat: no-repeat;
  background-color: transparent;
  color: transparent;
}

.navbar-nav .icon-dashboard.icon-fixed-width {
  background-image: url("/images/fa-dashboard-white.png");
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-position: bottom;
  color: transparent;
  display: inline-block;
  height: 16px;
  width: 16px;
}

.navbar-nav .icon-file.icon-fixed-width.cog {
  background-image: url("/images/fa-cog-white.png");
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-position: bottom;
  color: transparent;
  display: inline-block;
  height: 16px;
  width: 16px;
}

.navbar-nav a:hover > .icon-dashboard.icon-fixed-width {
  background-image: url("/images/fa-dashboard-dark.png");
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-position: bottom;
  color: transparent;
  display: inline-block;
  height: 16px;
  width: 16px;
}

.navbar-nav a:hover > .icon-file.icon-fixed-width.cog {
  background-image: url("/images/fa-cog-dark.png");
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-position: bottom;
  color: transparent;
  display: inline-block;
  height: 16px;
  width: 16px;
}

.navbar-nav a > .icon-building.icon-fixed-width {
  background-image: url("/images/fa-building-white-17.png");
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-position: bottom;
  color: transparent;
  display: inline-block;
  height: 16px;
  width: 16px;
}

.navbar-nav a:hover > .icon-building.icon-fixed-width {
  background-image: url("/images/fa-building-dark-17.png");
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-position: bottom;
  color: transparent;
  display: inline-block;
  height: 16px;
  width: 16px;
}

.navbar-default .navbar-nav > .open > a > .icon-building.icon-fixed-width,
.navbar-default .navbar-nav > .open > a:hover > .icon-building.icon-fixed-width,
.navbar-default
  .navbar-nav
  > .open
  > a:focus
  > .icon-building.icon-fixed-width {
  background-image: url("/images/fa-building-dark-17.png");
}

.navbar-nav .icon-file.icon-fixed-width {
  background-image: url("/images/fa-file-white-14.png");
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-position: bottom;
  color: transparent;
  display: inline-block;
  height: 16px;
  width: 16px;
}

.navbar-nav a:hover > .icon-file.icon-fixed-width {
  background-image: url("/images/fa-file-dark-14.png");
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-position: bottom;
  color: transparent;
  display: inline-block;
  height: 16px;
  width: 16px;
}

.navbar-default .navbar-nav > .open > a > .icon-file.icon-fixed-width,
.navbar-default .navbar-nav > .open > a:hover > .icon-file.icon-fixed-width,
.navbar-default .navbar-nav > .open > a:focus > .icon-file.icon-fixed-width {
  background-image: url("/images/fa-file-dark-14.png");
}

.navbar-nav .icon-group.icon-fixed-width {
  background-image: url("/images/fa-group-white-18.png");
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-position: bottom;
  color: transparent;
  display: inline-block;
  height: 16px;
  width: 16px;
}

.navbar-nav a:hover > .icon-group.icon-fixed-width {
  background-image: url("/images/fa-group-dark-18.png");
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-position: bottom;
  color: transparent;
  display: inline-block;
  height: 16px;
  width: 16px;
}

.navbar-default .navbar-nav > .open > a > .icon-group.icon-fixed-width,
.navbar-default .navbar-nav > .open > a:hover > .group-file.icon-fixed-width,
.navbar-default .navbar-nav > .open > a:focus > .group-file.icon-fixed-width {
  background-image: url("/images/fa-group-dark-18.png");
}

.nav .caret {
  border-top-color: white !important;
  border-bottom-color: white !important;
  color: transparent;
}

.nav a:hover .caret {
  border-top-color: #2e5789 !important;
  border-bottom-color: #2e5789 !important;
  color: transparent;
}

.navbar-default .navbar-nav > .open > a > .caret,
.navbar-default .navbar-nav > .open > a:hover > .caret,
.navbar-default .navbar-nav > .open > a:focus > .caret {
  border-top-color: #2e5789 !important;
  border-bottom-color: #2e5789 !important;
}

i.icon-plus-sign {
  background-image: url("/images/fa-plus-circle-gray.png");
  background-repeat: no-repeat;
  background-color: transparent;
  display: inline-block;
  height: 15px;
  width: 13px;
  color: transparent;
}

a:hover > i.icon-plus-sign {
  background-image: url("/images/fa-plus-circle-white.png");
  color: transparent;
}

a.active > i.icon-plus-sign {
  background-image: url("/images/fa-plus-circle-dark.png");
  color: transparent;
}

i.icon-save {
  background-image: url("/images/fa-save-white-14.png");
  background-repeat: no-repeat;
  background-color: transparent;
  color: transparent;
  display: inline-block;
  height: 14px;
  width: 13px;
  position: relative;
  top: -1px;
  left: 1px;
}

i.icon-pencil > span,
i.icon-trash > span {
  /* the overiding styles below seem to foul up the positioning of the span with text inside it so setting them not to display at all */
  display: none;
}

i.icon-pencil {
  background-image: url("/images/fa-pencil-white.png");
  background-repeat: no-repeat;
  background-color: transparent;
  color: transparent;
  display: inline-block;
  height: 12px;
  width: 11px;
}

i.icon-trash {
  background-image: url("/images/fa-trash-o-white.png");
  background-repeat: no-repeat;
  background-color: transparent;
  color: transparent;
  display: inline-block;
  height: 12px;
  width: 10px;
}

i.icon-plus-sign-alt {
  background-image: url("/images/fa-plus-square-white.png");
  background-repeat: no-repeat;
  background-color: transparent;
  color: transparent;
  display: inline-block;
  height: 13px;
  width: 14px;
}

.icon-group.icon-2x {
  background-image: url("/images/fa-group-white-29.png");
  background-repeat: no-repeat;
  background-color: transparent;
  color: transparent;
  display: inline-block;
  height: 29px;
  width: 31px;
}

.icon-copy.icon-2x {
  background-image: url("/images/fa-copy-white-29.png");
  background-repeat: no-repeat;
  background-color: transparent;
  color: transparent;
  display: inline-block;
  height: 29px;
  width: 29px;
}

.icon-building.icon-2x {
  background-image: url("/images/fa-building-white-29.png");
  background-repeat: no-repeat;
  background-color: transparent;
  color: transparent;
  display: inline-block;
  height: 29px;
  width: 23px;
}

.icon-ban-circle.text-danger {
  background-image: url("/images/fa-ban-red-14.png");
  background-repeat: no-repeat;
  background-color: transparent;
  color: transparent;
  display: inline-block;
  height: 14px;
  width: 12px;
}

.icon-ok.text-success {
  background-image: url("/images/fa-check-green-14.png");
  background-repeat: no-repeat;
  background-color: transparent;
  color: transparent;
  display: inline-block;
  height: 14px;
  width: 14px;
}

.glyphicon.glyphicon-chevron-right {
  background-image: url("/images/fa-chevron-right-white.png");
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: top;
  color: transparent;
  display: inline-block;
  height: 8px;
  width: 8px;
  position: relative;
  top: 2px;
  left: 0px;
}

a.tree-toggle.open .icon-angle-down,
a.tree-toggle.open:hover .icon-angle-down {
  background-image: url("/images/fa-angle-down-white.png");
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: top;
  color: transparent;
  display: inline-block;
  height: 14px;
  width: 9px;
}

a.tree-toggle .icon-angle-right {
  background-image: url("/images/fa-angle-right-gray.png");
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: top;
  color: transparent;
  display: inline-block;
  height: 14px;
  width: 5px;
}

a.tree-toggle:hover .icon-angle-right {
  background-image: url("/images/fa-angle-right-white.png");
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: top;
  color: transparent;
  display: inline-block;
  height: 14px;
  width: 5px;
}
