html, body { 
	/*height:100%;*/
}

.container-fluid, .row, .full-height {
	/*height: 95%;*/
}

.toggle {
	display: none;
}

.content {
	margin: 1em;
}

.comment {
	color: #777777;
	font-style: italic;
}

ul {
  border:none;
  padding: 0;
  margin: 0;
}

.list_items {
  color: #777777;
  border: 1px solid #777777;
  font-size: 1em;
  list-style-type: none;
  text-align: left;
  padding: 0.75em 1em;
  margin-bottom: 0.5em;
  border-radius: 5px;
}

.list_items:hover {
	background-color: #DFF0D9;
}

.fa-lg {
	padding: 3px 12px;
}

.list {
  display: block;
}

/*.dropdown-menu > li > a {
  padding: 5px;
}

.dropdown-menu > li > a > i {
  margin-right: 5px;
}

.dropdown-toggle {
  text-align: left;
}*/

.low {
  background-color: #09c619;
}

.medium {
  background-color: #e4763f;
}

.full {
  background-color: #e40513;
}

.lbl {
  margin-right: 5px;
}

/*.dropdown {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    max-height: 200px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 4px;
}*/

.flash-info {
  display: none;
}

a.fa:hover {
    text-decoration: none;
}

a.fa:link, a.fa:visited {
    /*background-color: #f44336;*/
    color: brown;
    padding: 0px 5px 0px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}


a.fa:hover, a.fa:active {
    text-decoration: none;
}

.flag-icon {
  margin-right: 5px;
}

.middle {
  transition: .25s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1000;
  text-align: center;
}

.hover-edit:hover .list-group-item-heading, .hover-edit:hover .list-group-item-text {
  opacity: 0.3;
}

.hover-edit:hover .middle {
  opacity: 1;
}

.middle a {
/*  background-color: #4CAF50;*/
  color: white;
  font-size: 16px;
  padding: 10px 10px;
}

img.pull-left {
  margin-right: 20px;
}

a.sumary {
    color: none;
    padding: 0px 0px 0px 0px;
    /*text-align: center;*/
    text-decoration: none;
    display: inline-block;
}

.panel-body {
  height: calc(100vh - 200px);
  overflow-y: auto; 
}

.auto-height {
  height: auto;
  overflow-y: auto; 
}

.blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
  font-size: 11px;
  font-style: italic;
}

.fc-toolbar h2 {
margin: 0;
font-size: 20px;
}
