/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
 /*@import 'bootstrap/glyphicons';*/


 .flash {
  border: 1px solid #ababab;
  border-radius: 4px;
  padding: 5px 10px;
  margin: 10px;
}

.flash.notice {
  color: #0262ca;
  border-color: #77acda;
  background: #e6f2ff;
}

.flash.danger {
  color: #9c5212;
  border-color: #ffd1ba;
  background: #fff0e6;
}

.flash.alert {
  color: #9c3912;
  border-color: #ffbaba;
  background: #ffe6e6;
}

.container-fluid.remote {
	padding: 0;
}

.table thead.thead-dark th{
	background: #000;
}

div.container a {
  color: #283991;
}

div.container .btn-secondary,  
  div.container .btn-primary  {
  color: #fff;
}

div.container .btn-primary, div.container .btn-primary.dropdown-toggle {
    background-color: #ff7121 !important;
    border-color: #ea5b0b !important;
}

div.container .btn-primary:hover {
    background-color: #ff965b !important;
    border-color: #ea5b0b !important;
}

.btn-light {
  border-color: #dbdbdb !important;;
}

/*a:visited {
  color: #96b17e;
}*/

a:hover {
	background: transparent;
}

nav.navbar.bg-light {
  background-color: #ffffff !important;
  border-bottom: 2px solid #000;
  box-shadow: 0px 5px 10px #eee;
  margin-bottom: 25px;
} 

div#error_explanation {
	background: #ffd4d4;
  border: 1px solid #d48383;
  margin-bottom: 15px;
  padding: 15px 30px;
}

div#error_explanation h2 {
	font-size: 1.2rem;
	color:	#711e1e;
}

div#error_explanation ul {
	font-size: 0.9rem;
	text-align: left;
}

div.breadcrumbs {
  margin-bottom: 15px;
}

nav.pagination span {
  margin: 0 5px;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.8) !important;
}

.filter_parameters li.unsafe {
  color: #999;
}

.filter_parameters li.safe {
  color: #333;
}

.table th .asc::after{ 
  content: "\25be";
}

.table th .desc::after{ 
  content: "\25b4";
}

.table th .asc::after, .table th .desc::after{
  margin-left: 5px;
}

.table .th .asc, .table .th .desc{
  background: rgba(0, 0, 0, 0.1)
}
