@import url("font.css");
body {    
//  padding-top: 50px;
  font-family: Nassim;
  font-size: 16px;
}
h1,h2,h3,h4,h5 {
   font-family: Nassim !important;    
}
body {    
//  padding-top: 50px;
  font-family: Nassim;
  font-weight: bold;
  font-size: 17px;
}
h1,h2,h3,h4,h5 {
   font-family: Nassim !important;    
}
.row {
    padding-top: 10px;
}
[class^="col-"] {
    padding-left: 9px;
    padding-right: 9px;
}
.btn {
    font-weight: bold;
}
.mbox {
  padding: 0 10px 10px 10px;    
}
.mbox_ln {
    margin: 0 -5px 15px 0;
}
.panel-heading {
    font-size: 120%;
}
ul.tree {
    padding-right: 25px;
}
.navbar {
    margin-bottom: 5px;
}
.navbar-custom {
	background-color: #1e5eb5;
    color:#ffffff;
  	border-radius:0;
}  
.navbar-custom .navbar-nav > li > a {
  	color:#fff;
  	padding-left:20px;
  	padding-right:20px;
}
.navbar-custom .navbar-nav > .active > a, .navbar-custom .navbar-nav > .active > a:hover, .navbar-custom .navbar-nav > .active > a:focus {
    color: #ffffff;
	background-color:transparent;
}      
.navbar-custom .navbar-nav > li > a:hover, .navbar-custom .nav > li > a:focus {
    text-decoration: none;
    background-color: #153d7e;
}
.navbar-custom .navbar-brand {
  	color:#eeeeee;
    font-size: 130%;
}
.navbar-custom .navbar-toggle {
  	background-color:#eeeeee;
}
.navbar-custom .icon-bar {
  	background-color: #4b94aa;
}
.nav-tabs > li > a {
    font-weight: bold;
}
.modal.fade .modal-dialog {
   -moz-transition: none !important;
   -o-transition: none !important;
   -webkit-transition: none !important;
   transition: none !important;

   -moz-transform: none !important;
   -ms-transform: none !important;
   -o-transform: none !important;
   -webkit-transform: none !important;
   transform: none !important;
   top:200px !important;    
}
 .fade {
   opacity: 0;
   -webkit-transition: opacity 0.1s linear;
   -moz-transition: opacity 0.1s linear;
   -ms-transition: opacity 0.1s linear;
   -o-transition: opacity 0.1s linear;
   transition: opacity 0.1s linear;
}  

ul.tree,
ul.tree ul {
  list-style:none;
  margin:0;
  padding:0;
}
/*
ul.tree ul{
    display: none;
}
*/
ul.tree ul {
  margin-right:10px; /* indentation */
  position:relative;
}

ul.tree ul:before {
  content:"";
  display:block;
  width:0;
  position:absolute;
  top:0;
  bottom:0;
  right:0;
  border-right:1px solid;
}

ul.tree li {
  margin:0;
  padding:0 12px; /* indentation + 2 */
  line-height:20px; /* default list item `line-height` */
  color:#369;
  font-weight:bold;
  position:relative;
}

ul.tree ul li:before {
  content:"";
  display:block;
  width:10px; /* same with indentation */
  height:0;
  border-top:1px solid;
  position:absolute;
  top:10px;
  right:0;
}

ul.tree ul li:last-child:before {
  background:white; /* same with body background */
  height:auto;
  top:10px; /* (line-height/2) */
  bottom:0;
}

.tree ul > li > ul > li > ul  {
    display: none;           
}

div > ul > li > ul > li > ul > li > a {
  background: #b9c54a;
}
