.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;
}
