.fourzerofour{
  text-align: center;
}

.fourzerofour h1{
    font-size: 80px;
    margin: 100px;
    color: #666666;
}

.fourzerofour a{
  color: #666666;
  font-size: 50px;
}

#codeigniter_profiler {
  text-shadow: none;
  color: #000;
  display: none;
}

#codeigniter_profiler span{
  display: block;
}

#codeigniter_profiler fieldset{
  padding:6px 10px 10px 10px;
  margin:20px 0 20px 0;
  background-color:#eee;
  margin: 20px;
}

#codeigniter_profiler fieldset legend{
  background-color: #FFF;
  border-color: #CCC;
  border-width: 1px;
  width: auto;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 14px;
}

#codeigniter_profiler fieldset table{
  width:100%;
}

#codeigniter_profiler fieldset table td.key{
  padding:5px;
  width:50%;
  color:#000;
  font-weight:bold;
  background-color:#ddd;  
}

#codeigniter_profiler fieldset table td.val{
  padding:5px;
  width:50%;
  color:#900;
  font-weight:normal;
  background-color:#ddd;
}

.dataTables_paginate,
.dataTables_processing{
  display: none;
}

.tab-content {
  margin-bottom: 0;
}

table tr td a {
  color: #666666;
}

.icons{
  font-size: 22px;
}

table tr .icons.three{
  width: 104px;
}

table tr .icons.two{
  width: 86px;
}

table tr .icons.one{
  width: 51px;
}

table.table-no-bottom-margin {
  margin-bottom: 0;
}

table tr td .disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/*
.btn.btn-success {
    color: #fff;
    background: #2db42d;
    border-color: #2db42d;
}
.btn.btn-success:hover, 
.btn.btn-success:focus, 
.btn.btn-success:active, 
.btn.btn-success.active, 
.open .dropdown-toggle.btn-success {
    background: #2db42d;
    border-color: #2db42d;
}
.btn-group .btn.btn-success:not(.active) + .btn.btn-success,
.input-group-btn .btn.btn-success:not(.active) + .btn.btn-success {
    border-left-color: #2db42d;
}
*/

.no-margin {
  margin: 0;
}

.tooltip {
  z-index: 9999 !important;
}

.sidebar .sub-menu > li > div > a:hover,
.sidebar .sub-menu > li > div > a:focus,
.sidebar .sub-menu > li.active > div > a,
.sidebar .sub-menu > li.active > div > a:hover, 
.sidebar .sub-menu > li.active > div > a:focus {
  color: #fff;
}

.sidebar .sub-menu > li a.shortcut {
  position: relative;
  padding: 0;
}
.sidebar .sub-menu > li a.shortcut i {
  position: absolute;
  right: 20px;
  top: -17px;
}

.sidebar .sub-menu > li > div > a {
    padding: 5px 20px;
    display:block;
    font-weight: 300;
    color: #889097;
    text-decoration: none;
    position: relative;
}
.sidebar .sub-menu > li > div:before {
    content: '\f10c';
    font-family: FontAwesome;
    position: absolute;
    font-size: 7px;
    color: #889097;
    margin-top: 10px;
    margin-left: -6px;
}
.sidebar .sub-menu > li > div > a:hover,
.sidebar .sub-menu > li > div > a:focus,
.sidebar .sub-menu > li.active > div > a,
.sidebar .sub-menu > li.active > div > a:hover,
.sidebar .sub-menu > li.active > div > a:focus {
    color: #fff;
}
.sidebar .sub-menu > li.active > div:before {
    color: #00acac;
}
.sidebar .nav .sub-menu > li > div .caret {
    float: right; 
    margin-top: 7px;
}

.sidebar .nav .sub-menu > li > div .caret {
    float: right; 
    margin-top: 7px;
}

.image_popover{
  cursor: pointer;
}

.issue-result .issue-title{
  font-weight: bold;
}

select,  input[type=checkbox]{
  display: none;
}

.pointer{
  cursor: pointer;
}

.top-margin{
  margin-top: 10px;
}

.bottom-margin{
  margin-bottom: 10px;
}

.no-bottom-margin{
  margin-bottom: 0;
}

.form-horizontal.form-bordered .form-group > .text-label {
  padding: 15px 15px 15px;
}

textarea {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
            width: 100%;
            height: 190px;
}

.graph-container {
  box-sizing: border-box;
  width: 100%;
  height: 450px;
  padding: 20px 15px 15px 15px;
  border: 1px solid #ddd;
  background: #fff;
  background: linear-gradient(#f6f6f6 0, #fff 50px);
  background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
  background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
  background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
  background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
  box-shadow: 0 3px 10px rgba(0,0,0,0.15);
  -o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.graph-placeholder {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1.2em;
}

.pagebreak {
  display: block;
  clear: both;
  page-break-after: always;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
  vertical-align: middle;
}

.dataTables_filter{
  text-align: right;
}

.dataTables_filter input {
  margin-left: 0;
  width: 100%;
}

.page-header-fixed {
  padding-top: 55px;
}

.fa.fa-circle{
  font-size: 32px;
}

.fa.fa-inverse{
  font-size: 12px;
  font-weight: bold;
}

.with-border [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #eee;
    border: 1px solid #ddd;
    background-color: rgba(86,61,124,.15);
    border: 1px solid rgba(86,61,124,.2);
}

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

.row-no-padding {
  margin-left: 0;
  margin-right: 0;
  margin: 0;
  [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

div.dataTables_paginate {
  float: none;
  margin: 0;
}

div.dataTables_info{
  margin-bottom: 20px;
}

table td.icons i.first {
  padding-right: 7px;
}

table td.icons i.last {
  padding-left: 7px;
}

.panel-heading .nav-tabs > li > div.disabled {
  padding: 10px 15px;
  line-height: 20px;
  opacity: 0.2;
  filter: alpha(opacity=20); 
}

.tree {
  padding-bottom: 8px;
  position: relative;
  left: -20px;
}

.tree ul, .tree ol{
  padding: 0;
  margin: 0 0 0 25px;
}

.tree li {
  margin: 0px 0;
  
  list-style-type: none;
  position: relative;
  padding: 10px 5px 0px 5px;
}

.tree li::before{
  content: '';
  position: absolute; 
  top: 0;
  width: 1px; 
  height: 100%;
  right: auto; 
  left: -20px;
  border-left: 1px solid #ccc;
  bottom: 50px;
}

.tree li::after{
  content: '';
  position: absolute; 
  top: 30px; 
  width: 25px; 
  height: 20px;
  right: auto; 
  left: -20px;
  border-top: 1px solid #ccc;
}

/*Remove connectors before root*/
.tree > ul > li::before,
.tree > ul > li::after{
  border: 0;
}
/*Remove connectors after last child*/
.tree li:last-child::before{ 
  height: 30px;
}

/*Connector styles on hover*/
.tree li a:hover+ul li::after, 
.tree li a:hover+ul li::before, 
.tree li a:hover+ul::before, 
.tree li a:hover+ul ul::before{
  border-color:  #94a0b4;
}

.tree .btn.btn-white {
    font-weight: normal;
    color: #333;
    background: #fff;
    border-color: #e2e7eb;
}
.tree .btn.btn-white.btn-white-without-border {
    border-color: #fff;
}
.tree .btn.btn-white.btn-white-without-border.active,
.tree .btn.btn-white.btn-white-without-border.active:hover,
.tree .btn.btn-white.btn-white-without-border.active:focus {
    border-color: #e2e7eb;
}
.tree .btn.btn-white.btn-white-without-border:hover,
.tree .btn.btn-white.btn-white-without-border:focus {
    border-color: #e2e7eb;
}
.tree .btn-white:hover, 
.tree .btn-white:focus, 
.tree .btn-white:active, 
.tree .btn-white.active,
.tree .open .dropdown-toggle.btn-white {
    background: #ffffff;
    border-color: #e2e7eb;
}
.tree .btn-group .btn.btn-white:not(.active) + .btn.btn-white,
.tree .input-group-btn .btn.btn-white:not(.active) + .btn.btn-white {
    border-left-color: #e2e7eb;
}