
/* last 2 @media entries are for controlling item placement at mobile screen sizes */
@media screen and (min-width: 2560px){
  .container{
    width: 2560px;
  }
}

div.datatables{
  color: #BDBCBC;
}

table.dataTable tr.selected td,
table.dataTable td.selected {
  background-color: #2C60A1 !important;
}

@media (max-width: 700px){
  .hide_me{display: none;}
  .show_me{display: inline-block;}
  .dataTables_wrapper .dataTables_paginate .paginate_button{padding: 0.25em 0.35em;}
  .dataTables_wrapper .dataTables_paginate .ellipsis{padding: 0 0.5em;}
}

@media (min-width: 701px){
  .show_me{display: none;}
  .dataTables_wrapper .dataTables_paginate .paginate_button{padding: 0.25em 1em;}
  .dataTables_wrapper .dataTables_paginate .ellipsis{padding: 0 1em;}
}

/* used with above media queries to format the bottom data table */
/*.show_me{
  display: none;
}*/
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #BDBCBC;
  font-size: 9pt;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #BDBCBC !important;
  background: transparent !important;
  border: transparent !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
  color: white !important;
  font-weight: bold;
  font-size: 110%;
}
.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
  color: #BDBCBC !important;
}
.dataTables_wrapper .dataTables_paginate .ellipsis{
  color: #666666;
}
/*****************************************************/

html,body{
  background-color: white;
  font-family: Muli;
  color: #BDBCBC;
}

.container{
  width: 100%;
  margin: 0 auto;
  padding: 0;
  color: #BDBCBC;
}

#myimg{
  width:30%;
}

/*
.dataTables_processing {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 250px;
  margin-left: -125px;
  border: 1px solid #ddd;
  text-align: center;
  color: #999;
    font-size: 11px;
  padding: 2px 0;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 30%;
  left: 50%;
  width: 30%;
  height: 40px;
  margin-left: -20%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background:none;
}
*/

/*.myClass { 
  font-size: 22px;
  line-height: 50px;
  text-align: left;
  font-family: Muli;
  overflow: hidden;
  color: #FFFFFF;
}*/

/* duplicate? */
.myClass { 
  font-size: 22px;
  line-height: 50px;
  text-align: left;
  font-family: Muli;
  overflow: hidden;
  color: #BDBCBC;
}

.main-sidebar{
  width: 230px;
}

/* asterisk universal font and colour */
/* universal selector (*) can slow down page load; moved
contents to the body tag
* {
  font-family: Muli;
}
*/

.main-header .logo {
  padding: 0 0;
}

.dropdown {
  background-color:#262626;
  color:#BDBCBC;
}

.dropdown-toggle {
  background-color:#262626;
  color:#BDBCBC;
  border-color:#000000;
}

/* dropdown menu */
.control-label{ /* dropdown menu title*/
  color:#BDBCBC;
}

.dropdown-menu .inner {
  background-color:#262626;
  color:#BDBCBC;
  border-color:#262626;
}

.dropdown-menu .inner .no-results {
  background-color:#262626;
  color:#BDBCBC;
  border-color:#262626;
  margin-left:17px;
}

.dropdown-menu .inner .selected {
  background-color:#262626;
  color:#BDBCBC;
}

.dropdown-menu {
  background-color:#262626;
  color:#262626;
}

.dropdown-menu .inner a:hover {
  background-color: #DCDCDC;
  color: #000000;
}

/* alerts */
.alert .alert-warning {
  background-color: #d9534f;
}

/* bstooltip options */
.tooltip .tooltiptext {
  width: 500px;
}

/* sliderTextInput color *//*
.irs-single {
  color:#BDBCBC;
  background:#000000;
}

.irs-to {
  color:#BDBCBC;
  background:#000000;
}

.irs-from {
  color:#BDBCBC;
  background:#000000;
}

.irs-bar {
  color:#000000;
  background:#000000;
  border-color:#000000;
}

.irs-bar-edge {
  color:#000000;
  background:#000000;
  border-color:#000000;
}

.irs-grid-pol {
  color:#000000;
  background:#000000;
}

.irs {
  border-color:#000000;
}*/
/******************/

/* logo */
.skin-blue .main-header .logo {
  background-color: #000000;
  font-weight: bold; 
  font-size: 24px; 
  font-family: Helvetica;
}

/* logo when hovered */
.skin-blue .main-header .logo:hover {
  background-color: #000000;
}

/* navbar (rest of the header) */
.skin-blue .main-header .navbar {
  background-color: #000000;
}        

/* main sidebar */
.skin-blue .main-sidebar {
  background-color: #000000;
  color: #BDBCBC;
  font-weight: bold;
}

/* active selected tab in the sidebarmenu */
.skin-blue .main-sidebar .sidebar .sidebar-menu .active a{
  background-color: #000000;
  border-left-color: #d9534f;
  font-weight: bold;
}


/* other links in the sidebarmenu */
.skin-blue .main-sidebar .sidebar .sidebar-menu a{
  background-color: #000000;
  color: #BDBCBC;
}

/* other links in the sidebarmenu when hovered i.e. hover text */
.skin-blue .main-sidebar .sidebar .sidebar-menu a:hover{
  background-color: #262626;
  color: #BDBCBC;
}

/* toggle button when hovered  */                    
.skin-blue .main-header .navbar .sidebar-toggle:hover{
  background-color: black;
}

/* body */
.content-wrapper, .right-side {
  background-color: #262626;
}

/* shinyWidgets::pickerInput */
.dropdown-menu{
  top: 100%;
  bottom: auto;
}

/* shinyWidgets::pickerInput */
.checkbox-bs :after, .checkbox-bs :before{
  background-color: #000000;
}

.leaflet-popup-content-wrapper {
  background: #262626;
  color: #BDBCBC;
  padding: 2px;
  border-radius: 3px; 
  /*position: fixed; */
  overflow: scroll;
}

.leaflet-popup-content {
  max-height: 320px;
  /*position: fixed; */
  overflow: scroll;
}

.leaflet-popup-tip {
  background: #262626;
  color: #BDBCBC;
}

.leaflet-control-container { 
  color: #262626;
  background-color: #262626;
}

/* leaflet zoom buttons */ 
.leaflet-control-container .leaflet-top .leaflet-control-zoom a.leaflet-control-zoom-in { 
  color: #BDBCBC;
  background-color: #262626;
}

.leaflet-control-container .leaflet-top .leaflet-control-zoom a.leaflet-control-zoom-out { 
  color: #BDBCBC;
  background-color: #262626;
}

/* leaflet.extras reset button */
.leaflet-control-container .leaflet-top .easy-button-button  { 
  color: #BDBCBC;
  background-color: #262626;
}

/* out of bounds map colour*/
.leaflet-container {
  background: #262626;
  outline: 0;
}

/* hide empty table message and processing*/
.dataTables_empty {
  color: #262626;
  background-color: #262626;
}

/* hide datatable processing: I think these are wrong see DT options*/
.dataTables_processing { 
  position: absolute;
  color: #262626;
  background-color: #262626;
}

.dataTables {
  processing: FALSE;
}

/* no wrap datatable column names */
#table_trial_data {
  white-space: nowrap;
} 

#a_table_dat_filtered {
  white-space: nowrap;
} 

/* control the scrollY option */
#table_trial_data,
.dataTables_scrollBody {
  height: calc(100vh - 150px);
}

/*datatable highlight colour */
.table.dataTable tr.selected td, 
.table.dataTable td.selected {
  background-color: #2C60A1 !important;
  color:#BDBCBC;
}

/*datatable text colour*/
.table.dataTable {
  color: #BDBCBC;
}

/*valueBox green colour*/
.small-box.bg-olive {
  background-color: #7CA531 !important; 
  color: #FFFFFF !important;
}

/*modal*/
.modal-content {
  color: #BDBCBC;
  background-color: #262626;
  padding-top:15px;
}

.modal-header {
  border-bottom: 0 none;
}

.modal-footer {
  border-top: 0 none;
}

.modal-title {
  font-family: Muli;
}
#modal_partners .modal-header{
  display:none;
}

#modal_faq .modal-body{
  text-align:left;
}

#modal_about .modal-body{
  text-align:left;
}

/*Button styles*/
.butt1{
  background-color: #262626;
  border-color: #000000;
  font-size: 70%;
  width: 100%;
  font-weight: bold;
  font-family: Muli;
  text-align: center
}

.btn-default {
  background-color: #262626;
  color: #BDBCBC;
  border-color: #000000;
  font-size: 70%;
  width: 100%;
  font-weight: bold;
  font-family: Muli;
  text-align: center;
}

.shiny-output-error {
  visibility: hidden;
}

.shiny-output-error:before {
  visibility: hidden;
}

/*Editing the look of the inactive tab labels*/
.tabbable > .nav > li > a {
  background-color: #262626;
  color: #BDBCBC;
  font-size: 10pt;
  font-family: inherit;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 15px;
  padding-left: 15px;
}

/*Editing the look of the active tab label*/
.tabbable > .nav > li[class=active] > a {
  background-color: #262626;
  color: #4A94ED;
  border-top-color: #4A94ED;
  font-family: inherit;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 15px;
  padding-left: 15px;
}

/*Making sure the border does not become white (it was doing that sometimes)*/
.tabbable > .nav > nav-tabs > a {
  border-color: #000000;
  font-family: inherit;
}
