@import url("font.css");

body {
  font-family: Nassim !important;
  font-size: 16px;
}

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: 10px 0;
}

.mbox_ln {
  margin: 0 -5px 15px 0;
}

.panel-heading {
  font-size: 120%;
}

ul.tree {
  padding-right: 25px;
}

.navbar {
  margin-bottom: 5px;
  z-index: 20
}

.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;
}

.navbar-custom {
  margin-bottom: 0px;
}

.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;
}

#LModal {
  top: 100px !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 {
  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 13px;
  /* 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: 12px;
  /* 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;
}

#subjt .nav>li>a {
  padding: 0 !important
}

a,
a:hover,
a:link,
a:active,
a:visited {
  text-decoration: none;
}

a.sp:before {
  content: " ";
  height: 20px;
  width: 20px;
  background: url(../img/9657.png) no-repeat;
  background-size: 20px 20px;
  float: right;
  position: relative;
  display: inline-block;
}