body {
    font-size: 14px;
    color: #333;
}

a:hover {
    text-decoration: none;
}

.header {
    background-color: #314a65;
}

.header .container .row {
    background: url(images/headerv4.jpg) no-repeat left;
}

.header .logo img {
    margin: 10px 0;
}

.page-footer {
    border-top: solid 1px;
    height: 40px;
    margin-top: 30px;
}
.page-footer p {
    margin-top: 1rem;
    padding-left: 1rem;
}

.login {
    background-color: #c5d8e7;
}

.login-summary {
    background: url('images/glenn-carstens-peters-203007v2.jpg') no-repeat center top fixed;
    background-size: cover;
}

.login-summary .card {
    background-color: rgba(245, 245, 245, 0.6);
    display: inline-block;
    float: right;
}
.login-summary .card .panel-heading {
    background-color: rgba(197, 216, 231, 0.4);
}

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 0;
}

form {
    padding: 15px;
}

body td {
    font-size: 11px;
}
.tr-group {
    font-weight: bold;
}
.table .glyphicon {
    margin-right: 5px;
}

.table.details{
    width: auto;
}
.table.details th {
    background-color: #c5d8e7;
    font-size: 12px;
    color: #555;
}

.table.servers-list {
    font-size: 13px;
    color: #555;
}

.table.servers-list th span {
    font-size: 11px;
    color: #777;
    display: block;
}

.table.servers-list td a span {
    display: inline;
}

.table .tr-group{
    cursor: pointer;
}

.table .progress {
    margin-bottom: 0!important;
}

/*
Override Bootstrap
 */

.btn-primary, .btn-primary:active, .btn-primary:visited {
    background-color: #3ea1da !important;
    border-color: #3ea1da !important;
}
.btn-primary:hover {
    background-color: #3594cb !important;
    border-color: #3594cb !important;
}
.row{
    overflow: hidden;
}

[class*="col-"]{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
.progress-bar-info {
    color: #555;
    white-space: nowrap;
}


.error_page {
    color: #888;
    display: table;
    font-family: sans-serif;
    height: 100%;
    text-align: center;
    text-decoration-color: #2aabd2;
    width: 100%;


}

.error_page p{
    font-family: "Lucida Grande", "Noto Sans CJK JP Black", fantasy;
    color: dimgrey;
    font-size: 200px;

}

.error_return {
    background-color: #3ea1da !important;
    border-color: #3ea1da !important;
    color: white;
    padding: 10px;
    position: absolute;
    right: 300px;
}

.log_out {
    float: right;
}

/* resource details */
.funkyradio {
 /* margin-bottom: 50px; */
  margin-left:15px;
  font-size: 12px;
}
.funkyradio div {
  overflow: hidden;
}

.funkyradio label {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
  display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
  position: relative;
  line-height: 2.5em;
  text-indent: 3.25em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  background: #D1D3D4;
  border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
  color: #777;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #333;
  background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
  color: #333;
  background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5bc0de;
}

.option {
  float: left;
  margin: 5px;
  width: 170px;
}
#btn-refresh-data {
    margin: 5px;
    float: right;
}

#timespan_selector {
    border: 0.5px solid #e5e5e5;
    border-radius: 5px;
    padding: 5px 0px;
}

.tooltip > .tooltip-inner{
    background-color: #ee5f5b;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
}

.tooltip.bottom .tooltip-arrow{
    border-bottom-color: #ee5f5b;
}

@media (min-width: 576px){
    .modal-dialog {
        width: 100%;
    }
}

@media (min-width: 768px){
    .modal-dialog {
        width: 35%;
    }
}

@media (min-width: 992px){
    .modal-dialog {
        width: 50%;
    }
}