.td-right-padding{
  padding-right: 20px;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .5s
}

.fade-enter,
.fade-leave-to {
  transition: opacity .1s;
  opacity: 0
}

.list-enter-active,
.list-leave-active {
  background: #fdd;
  transition: all .4s
}

.list-enter,
.list-leave-to {
  opacity: 0
}

#cont {
  transition: visibility 0s, opacity .5s linear
}

.accent {
  background: #fff8f8
}

.screen {
  z-index: 100;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .4;
  left: 0;
  top: 0
}

#id_user {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px
}

#ajli {
  padding: 6px;
  font-size: 11px;
  position: fixed;
  bottom: -1px;
  left: -1px;
  z-index: 101;
  border-radius: 4px;
  border: 1px solid #999
}

#msgst {
  display: block;
  position: fixed;
  bottom: 0;
  right: 1px
}

.b {
  font-weight: bold
}

.b1 {
  background: #f8f8f8
}

table.b1 td {
  padding: 10px 4px;
  color: #555
}

.table-xs * {
  font-size: 11px
}

.center {
  text-align: center
}

body {
  padding-top: 60px
}

.sm {
  font-size: 10px;
  color: #888
}

.small {
  font-size: 11px;
  color: #333
}

.flrt {
  display: inline-block;
  float: right
}

.afh {
  position: relative;
  padding: 15px;
  background: #fff;
  margin-bottom: 15px;
  border: 1px solid #eee
}

.af {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: -5px;
  width: 4px
}

.afarr {
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -10px;
  font-size: 16px;
  color: #ccc;
  text-shadow: 1px 0 1px #004, 1px 1px 3px #999
}

.dlist li {
  list-style: none
}

.table-fix {
  table-layout: fixed
}

.table-fix td {
  overflow: hidden
}

tr.alert td {
  font-weight: bold
}

.ltext {
  overflow: hidden;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap
}

ul.errorlist li {
  color: #a94442
}

.select2-results {
  font-size: 12px
}

span.glyphicon-remove {
  color: #d9534f
}

.box {
  -webkit-box-shadow: 0 0 8px 3px rgba(71, 71, 71, 0.2);
  -moz-box-shadow: 0 0 8px 3px rgba(71, 71, 71, 0.2);
  box-shadow: 0 0 8px 3px rgba(71, 71, 71, 0.2)
}

.page {
  margin-top: 30px;
  padding: 20px;
  border-radius: 4px
}

.navbar-brand>img {
  position: relative;
  top: -5px
}

h3 {
  font-size: 18px
}

h3.separator {
  border-bottom: 1px solid #ddd;
  position: relative
}

h3.separator span {
  display: block;
  position: absolute;
  top: 50%;
  background: #fff;
  padding-right: 15px
}

.pi {
  display: inline-block;
  padding: 10px;
  height: 20px;
  overflow: hidden;
  text-align: center
}

.pi div {
  border: 2px solid #7ae
}

.pi div.bar {
  float: left;
  position: relative;
  height: 4px;
  width: 60px
}

.pi div.round {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  position: absolute;
  top: -5px;
  background: #fff;
  z-index: 1
}

.pi div.rt {
  right: -8px
}

.pi div.lt {
  left: -6px
}

.pi div.complete {
  background: #37b !important
}

.pi div.active {
  background: #fee179 !important
}

h2 {
  font-size: 24px
}

h2.action {
  color: #fee179;
  font-size: 24px;
  margin: 0;
  background: #222
}

.rt {
  text-align: right
}

.fc {
  color: #337ab7
}

.g-form {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%)
}

div.hourselect ul {
  display: block;
  overflow: hidden
}

div.hourselect ul li {
  float: left;
  display: block;
  border-top: 5px solid #555;
  margin-right: 4px;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  padding: 2px 4px;
  cursor: pointer
}

div.hourselect ul li ul li:hover {
  background: #ff0
}

div.hourselect ul li.active {
  background: #8cf;
  color: #fff
}

div.hourselect ul li.hs-0 {
  border-color: #666
}

div.hourselect ul li.hs-1 {
  border-color: #066
}

div.hourselect ul li.hs-2 {
  border-color: #090
}

.futind {
  font-size: 10px;
  line-height: 10px;
  padding: 1px 4px;
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
  display: inline-block;
  text-align: center;
  margin-right: 2px
}

.futind-a {
  color: #006;
  border-color: #06a
}

.futind-r {
  color: #600;
  border-color: #a00
}

.futind-g {
  color: #060;
  border-color: #0a0
}

.futind-n {
  color: #999;
  border-color: #aaa
}

.jqdate {
  padding: 2px 4px;
  width: 7em
}

.yesno {
  display: inline-block;
  position: relative;
  padding: 1px 2px;
  border: 1px solid #aaa;
  border-radius: 2px;
  width: 60px;
  font-size: 11px;
  text-align: center;
  cursor: pointer
}

.yesno div {
  position: absolute;
  bottom: 2px;
  top: 2px;
  width: 16px;
  border-radius: 2px
}

.yesno_on {
  background: #afa;
  padding-right: 22px
}

.yesno_on div {
  right: 1px;
  background: #0a0
}

.yesno_off {
  background: #ddd;
  padding-left: 22px
}

.yesno_off div {
  left: 1px;
  background: #888
}

.clip {
  display: inline-block;
  position: relative;
  padding: 2px 4px;
  border-color: #ddd;
  background: #eee;
  font-size: 12px;
  color: #333;
  border-bottom-right-radius: 4px
}

.table-sm th {
  font-size: 12px;
  color: #37b
}

.table-sm td {
  font-size: 12px
}

.chb {
  display: inline-block;
  width: 11px;
  height: 11px;
  border: 1px solid #aaa
}

.chb div.chk {
  position: relative;
  top: -4px;
  width: 14px;
  height: 11px
}

div.checked div.chk {
  background: url("../img/request.png") no-repeat -19px -21px
}

ul.nav span.glyphicon {
  font-size: 12px
}

[class^="ico1-"],
[class*=" ico1-"] {
  display: inline-block;
  vertical-align: text-top;
  background-image: url("../img/request.png");
  background-repeat: no-repeat;
  width: 28px;
  margin-right: 2px
}

.ico1-in {
  height: 18px;
  background-position: 2px 0
}

.ico1-out {
  height: 18px;
  background-position: -30px 0
}

.ico1-mv {
  height: 18px;
  background-position: -62px 0
}

.ico1-set {
  background-position: -64px -18px;
  height: 16px;
  width: 19px
}

.ico1-sn {
  background-position: -48px -20px;
  height: 12px;
  width: 13px
}

.ico1-doc {
  background-position: -32px -21px;
  height: 13px;
  width: 10px
}

.ico1-xls {
  background-position: -35px -50px;
  height: 16px;
  width: 16px
}

.ico1-calend {
  background-position: 1px -21px;
  position: relative;
  width: 17px;
  height: 14px
}

.ico1-down {
  width: 10px;
  height: 13px;
  background-position: -22px -35px;
  vertical-align: middle
}

.ico1-pall {
  width: 14px;
  height: 13px;
  background-position: -34px -34px;
  vertical-align: middle
}

.ico1-folder {
  width: 16px;
  height: 12px;
  background-position: -66px -34px;
  vertical-align: middle
}

.ico1-question {
  width: 10px;
  height: 10px;
  background-position: -53px -36px;
  vertical-align: middle
}

.ico1-exlink {
  width: 10px;
  height: 10px;
  background-position: -83px -20px;
  vertical-align: middle
}

.ico1-menu {
  width: 15px;
  height: 10px;
  background-position: -1px -38px;
  vertical-align: middle
}

.ico1-group {
  width: 18px;
  height: 18px;
  background-position: -2px -49px;
  vertical-align: middle
}

.stars {
  width: 106px;
  padding: 2px
}

.stars i {
  height: 20px;
  width: 20px;
  background-position-y: -49px;
  background-image: url("../img/request.png");
  display: inline-block
}

i.on {
  background-position-x: -54px
}

i.of {
  background-position-x: -74px
}

.linklist {
  padding: 2px 5pxbackground
}

.linklist #,
.linklist a:after {
  content: '/';
  display: inline-block;
  margin: 0 5px
}

div.hourselect ul {
  padding: 0
}

ul.datalist {
  list-style: none;
  padding-left: 15px;
  font-size: 12px
}

ul.datalist li {
  margin-top: 10px
}

li.datalist__item {
  padding: 15px
}

li.datalist__item:hover {
  background: #eee
}

ul.itemlist {
  list-style: none
}

ul.itemlist::after {
  content: '';
  clear: left;
  display: block;
  border: 1px solid #ccc
}

ul.itemlist li {
  float: left
}

span.hist-date {
  width: 140px;
  padding: 0 5px 0 0;
  display: inline-block;
  position: relative
}

div.colorpicker {
  position: relative
}

div.colorpicker div.dropdown-menu {
  padding: 5px;
  min-width: 50px
}

div.colorpicker div.dropdown-menu a {
  margin-right: 5px
}

div.msw {
  padding: 0;
  border-bottom: 2px solid #ddd
}

div.msw a {
  position: relative;
  bottom: -2px;
  display: inline-block;
  margin-right: 2px;
  padding: 1px 4px;
  border-bottom: 2px solid #999;
  color: #555
}

div.msw a.selected {
  border-color: #8cf;
  color: #58a
}

span.ind {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding-right: 4px;
  overflow: hidden
}

span.ind span {
  display: inline-block;
  background: #eee;
  border-right: 1px solid;
  border-color: inherit;
  padding: 0 2px;
  margin-right: 4px
}

label.has-error {
  color: #a94442
}

label.required:after {
  content: '*'
}

.orgcode {
  color: #600;
  padding-right: 1px
}

.orgcode:after {
  content: '.'
}

.docno {
  color: #b00;
  font-weight: bold
}

.bicon {
  font-size: 16px
}

#fbs {
  transition: opacity .3s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden
}

#fbs.active {
  opacity: 1;
  height: auto
}

#fb {
  display: block;
  position: fixed;
  bottom: -2px;
  right: 5px;
  padding: 5px 10px;
  border: 2px solid rgba(109, 63, 13, 0.1);
  background: rgba(255, 249, 196, 0.35);
  border-radius: 5px 5px 0 0;
  text-decoration: none;
  color: #6d3f0d
}

#fb span {
  margin-right: 4px;
  top: 4px;
  color: #6d3f0d
}

#fb:hover {
  border-color: #555;
  color: #000;
  background: rgba(255, 249, 196, 0.98)
}

.pad {
  background: #ffffcd;
  border: 1px solid #b9b992;
  border-radius: 4px
}

footer {
  background: #2a2730;
  padding: 10px 0;
  color: #99979c
}

footer li {
  display: inline-block
}

footer ul {
  margin: 0
}

footer a {
  color: #fff
}

.loader:after {
  border-radius: 50%;
  width: 16px;
  height: 16px
}

.nav-pills>li.active>a {
  background: inherit;
  color: inherit;
  border-bottom-color: #337ab7
}

.nav-pills>li>a {
  border-radius: 0;
  border-bottom: 2px solid transparent
}

#msglist {
  position: fixed;
  bottom: 2px;
  width: 1000px;
  left: 50%;
  margin-left: -500px
}

#msglist>div {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 5px 10px;
  border-radius: 2px;
  margin-bottom: 4px;
  transition: 1s opacity
}

#msglist>div:hover {
  background: #000
}

#msglist>div.disable {
  opacity: 0
}

@-moz-keyframes load8 {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

@-webkit-keyframes load8 {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

@-o-keyframes load8 {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

@keyframes load8 {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

.dangerous {
    color: red;
}

.recent-value-link {
    margin: 5px 0 0 2px;
    cursor: pointer;
    display: inline-block;
    margin: 0 .75em 0 0;
    color: rgba(0,0,0,.4);
    font-size: .875em;
}

.recent-value-link:hover {
    color: darkblue;
}