body
{
    font-family:Arial, Helvetica, sans-serif;
    padding:0;
    font-size:12px;
    margin:0 auto;
    color: #0e4354;


}
h1 {
    font-size: 18px;
}

#loading {
    display:none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px; /* half width of the spinner gif */
    margin-top: -50px; /* half height of the spinner gif */
    text-align:center;
    z-index:1234;
    overflow: auto;
    width: 100px; /* width of the spinner gif */
    height: 102px;
}


.navbar-inner {
    min-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #376eaf;
    background-image: -moz-linear-gradient(top, #2b5e99, #4887d1);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2b5e99), to(#4887d1));
    background-image: -webkit-linear-gradient(top, #2b5e99, #4887d1);
    background-image: -o-linear-gradient(top, #2b5e99, #4887d1);
    background-image: linear-gradient(to bottom, #2b5e99, #4887d1);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2b5e99', endColorstr='#ff4887d1', GradientType=0);
    border: 1px solid #2c69b0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    *zoom: 1;
}

.navbar .brand {
    float: left;
    display: block;
    padding: 10px 20px 10px;
    margin-left: -20px;
    font-size: 20px;
    font-weight: 200;
    color: #ffffff;
    text-shadow: 0 1px 0 #2b5e99;
}
.navbar .brand:hover,
.navbar .brand:focus {
    text-decoration: none;
}
.navbar-text {
    margin-bottom: 0;
    line-height: 40px;
    color: #ffffff;
}
.navbar-link {
    color: #ffffff;
}
.navbar-link:hover,
.navbar-link:focus {
    color: #ebebeb;
}
.navbar .divider-vertical {
    height: 40px;
    margin: 0 9px;
    border-left: 1px solid #4887d1;
    border-right: 1px solid #2b5e99;
}

.navbar .nav > li > a {
    float: none;
    padding: 10px 15px 10px;
    color: #ffffff;
    text-decoration: none;
    text-shadow: 0 1px 0 #2b5e99;
}
.navbar .nav .dropdown-toggle .caret {
    margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
    background-color: #2b5e99;
    color: #ebebeb;
    text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    color: #e3e3e3;
    text-decoration: none;
    background-color: #2b5e99;
    -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

#white-caret {
    border-top-color: white;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
}
 tr:hover {
          background-color: #ffff99;
        }
/* Navbar albastru deschis 

.navbar-inner {
  background-image: -moz-linear-gradient(top, #ffffff, #c9daea);
  background-image: -ms-linear-gradient(top, #ffffff, #c9daea);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#c9daea));
  background-image: -webkit-linear-gradient(top, #ffffff, #c9daea);
  background-image: -o-linear-gradient(top, #ffffff, #c9daea);
  background-image: linear-gradient(top, #ffffff, #c9daea);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'ffffff, endColorstr='#'c9daea, GradientType=0);
}

.navbar .brand {
  padding: 8px 20px 12px;
  font-size: 20px;
  color: #0a0a0a;
}

.navbar .divider-vertical {
  height: 41px;
  background-color: #ffffff;
  border-right: 1px solid #e8e8e8;
}

.navbar .nav > li > a {
  padding: 10px 10px 11px;
  font-size: 14px;
  color: #1e1e1e;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #7c7c7c;
}
*/

/* Reports */
table#report {
  width: 100%;
}
#report th,
#report td {
  padding: 6px 12px;
  font-size: 12px;
  white-space: nowrap;
  vertical-align: middle;
  text-align: right;
}
#report th {
  border-top: 3px solid #585858;
  background: #f5f5f5;
  font-weight: bold;
  cursor: pointer;
}
#report tfoot td {
  background: #f5f5f5;
}
#report td {
  border-top: 1px solid #ccc;
  background: #fff;
}
#report tbody tr:hover td {
  background: #f5f5f5;
}
#report tr.click table td,
#report tr.click table th,
#report tr.conversion table td,
#report tr.conversion table th {
  border: none;
  padding: 3px 12px 3px 0;
  text-align: left;
  background: transparent;
}
#report tr.click table th,
#report tr.conversion table th {
  font-weight: bold;
  border: none;
  cursor: none;
}
#report thead .headerSortUp:after {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  opacity: 0.5;
  filter: alpha(opacity=50);
  margin-left: 5px;
}
#report thead .headerSortDown:after {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-bottom: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  opacity: 0.5;
  filter: alpha(opacity=50);
  margin-left: 5px;
}
#report tbody .message,
#graph .message {
  margin: 20px auto;
  width: 350px;
  padding: 40px;
  background: #ffffff;
  color: #838383;
  white-space: normal;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}


/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
 
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #5A55A3;
  background-image: #5A55A3;
  color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #5A55A3;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}
