/* Treasury theme overwriting AdminLTE */


/* wrap lines in sidebar-menu */
ul.sidebar-menu > li.treeview {
  white-space: normal;
}

.vertical-align {
    align-items: center;
    display: flex;
}

/* Make buttons use line breaks */ 
.btn {
    white-space: normal !important;
}

.modal-lg {
  width: 95%;
  align: center;
}

/* Change link colours */
a {
  color: #007fb0;
}

a:hover{
  color: #007fb0;
  text-decoration: underline;
}

.panel-inner-link{
  color: #000000;
  margin-top: 15px;
  margin-bottom: 15px;
}

.panel-inner-link:hover{
  color: #000000 !important;
  text-decoration: underline !important;
}

/* Highcharts credits contrast */
.highcharts-credits{
  color: #767676 !important;
  fill: #767676 !important;
}

/* highcharts font */
.highcharts-root{
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
}

/* Font size of sidebar */
.sidebar-menu a{
  font-size: 15px;
}

/* Banner */
#banner{
  background-color: #333333;
  padding: 50px;
  margin: 0px;
  width: 100%;
  height: 25%;
}

/* Sidebar */
/*Hides the extra logo line*/
.logo{
  display: none !important;
}

.navbar > a:hover{
  background-color: #e5e5e5 !important;
}

.main-sidebar, .main-header, .sidebar-menu, .navbar{
  background-color: #e5e5e5 !important;
}

/* Active sidebars */
/* Parent of selected submenu item */
.sidebar-menu  .parent-active{
  background: #a0a0a0  !important;
}

.skin-blue .sidebar-menu > li.active > a,
.skin-blue .sidebar-menu > li:hover > a{
  background: #a0a0a0  !important;
  border-left-color: #a0a0a0  !important;
}

.sidebar-menu .treeview-menu,
.treeview-menu > li.hover a,
.treeview-menu > li.active a{
  background: #C2C2C2 !important;
  border-left-color: #C2C2C2 !important;
}

.treeview < li.active > a{
  background: #a0a0a0  !important;
  border-left-color: #a0a0a0  !important;
}

/*Identical to the other sidebar link CSS*/
#domain-label, #sphere-label, #resource-label, #wellbeing-domains-label {
  color: #000000 !important;
  padding: 5px 5px 5px 15px;
  display: block;
  font-size: 14px;
}

.sidebar-divider {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* Custom styling */

.ui-input-box {
  background-color: #E5E5E5;
  padding-left: 25px;
  padding-top: 15px;
  padding-right: 25px;
  padding-bottom: 25px;
}

.outer-container {
  padding-right: 0px;
  padding-left: 0px;
}

.dt-buttons {
  padding-bottom: 5px;
}



#home-buttons-row {
  position:relative;
  margin-top: 15px;
  margin-bottom: 15px;
  display: inline-block;
} 

/*Links relative to the div containing the image*/
#home-buttons-row > a {
  position:absolute;
  z-index:1;

} 

.home-button-section {
  left:35%;
  width:30%;
  height:33.3%;
} 

.home-button-subpage {
  height: 4%;
  width: 35%;
}


.intro-row {
  margin: 15px; 
}

.intro-subheader {
  margin-bottom: 15px;
}

.sub-page-links-xs {
  display: none;
}


/* Remove underlined submenu as Introduction page should be active*/
#sidebarItemExpanded a[href$='#shiny-tab-our_wellbeing'],
#sidebarItemExpanded a[href$='#shiny-tab-wealth'],
#sidebarItemExpanded a[href$='#shiny-tab-our_institutions']{
  text-decoration: none !important;
  font-weight: normal !important;
}

/* Remove overlap between arrow and text*/
#sidebarItemExpanded a[href$='#shiny-tab-our_institutions'] > span {
  margin-right: 5px;
}
