.inline-ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.inline-li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}
.inline-block {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flat-border {
  border: 1px solid #e0e0e0;
}
.etched-border {
  border-bottom: 1px solid #dedede;
  box-shadow: rgba(224, 224, 224, 0.14) 0px 1px;
}
.loadmask-msg {
  top: 0px !important;
}
body {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -moz-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -ms-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
body.nav-visible {
  -webkit-transform: translate3d(-75%, 0, 0);
  -moz-transform: translate3d(-75%, 0, 0);
  -ms-transform: translate3d(-75%, 0, 0);
  -o-transform: translate3d(-75%, 0, 0);
  transform: translate3d(-75%, 0, 0);
  -webkit-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -moz-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -ms-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
.tabbable .tab-pane {
  padding: 10px;
}
.ar-rtl {
  text-align: right;
}
.ar-rtl a,
.ar-rtl li,
.ar-rtl input {
  text-align: right;
}
.financial-reports .years {
  font-size: 14px;
  margin-bottom: 20px;
  margin-left: 10px;
}
.financial-reports .years span {
  font-weight: bold;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: 20px;
}
.financial-reports .years ul {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.financial-reports .years ul li {
  display: inline;
}
.financial-reports .years ul li:not(:last-child):after {
  content: '|';
  text-align: center;
  width: 15px;
  height: 15px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.financial-reports .years ul li.selected {
  font-weight: bold;
}
.financial-reports .years ul li.selected a {
  color: #007034;
}
.financial-reports .years ul li a {
  cursor: pointer;
  font-size: 14px;
}
.financial-reports .items div[name] {
  display: none;
}
.financial-reports .items div.selected {
  display: block;
}
