[v-cloak] {
  display: none;
}

#waitingModal {
  top: 35%;
}
#waitingModal p {
  margin: 0;
}

.input-s {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.txt {
  text-align: left;
}
.set {
  text-align: center;
  vertical-align: middle !important;
}
.set label {
  font-weight: normal;
}
.num {
  text-align: right;
}
.cal-wrapper {
  float: left;
  position: relative;
  margin: 0 15px;
}
.cal {
  width: 160px !important;
}
.timepicker {
  width: 160px;
}

.set a {
  margin-left: 5px;
}
.set a:first-child {
  margin-left: 0;
}
.set label {
  margin-bottom: 0;
}

.xl {
  width: 520px;
}
.l {
  width: 280px;
}
.m {
  display: inline-block;
  width: 160px;
}
.s {
  width: 100px;
}
.xs {
  width: 60px;
}
.xxs {
  width: 40px;
}

.required:before {
  content: '* ';
  color: #f00;
}


.i-browse {
  /*margin-top: 10%;*/
}
.browse-del {
  margin-left: 5px;
}
.browse-name {
  margin-left: 5px;
}

.fld-err {
  margin-bottom: 0;
}

.table-filter-wrapper {
  margin-bottom: 5px;
}
.table-filter-wrapper .filter-left {
  float: left;
}
.table-filter-wrapper label {
  font-weight: normal;
  margin-bottom: 0;
}
.table-filter-wrapper .filter-right {
  float: right;
}

.buttons-excel {
  background-color: #3c8dbc;
  border-color: #367fa9;
  color: #fff;
  margin-right: 3px;
}
.buttons-excel:hover {
  background-color: #367fa9;
  border-color: #204d74;
  color: #fff;
}

/* image uploader */
.uploader-wrapper {
  overflow:hidden;
  margin-bottom:-4px;
  margin-right:-9px;
}
.uploader-files {
  list-style: none;
  margin: 0;
  padding: 0;
}
.uploader-file {
  float: left;
  margin-right: 9px;
  margin-bottom: 9px;
  width: 79px;
  height: 79px;
  background: no-repeat center center;
  background-size: cover;
}
.uploader-input-wrapper {
  float: left;
  position: relative;
  margin-right: 9px;
  margin-bottom: 9px;
  width: 79px;
  height: 79px;
  border: 1px solid #D9D9D9;
}
.uploader-input-wrapper:before,
.uploader-input-wrapper:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #D9D9D9;
}
.uploader-input-wrapper:before {
  width: 2px;
  height: 39.5px;
}
.uploader-input-wrapper:after {
  width: 39.5px;
  height: 2px;
}
.uploader-input-wrapper:active {
  border-color: #999999;
}
.uploader-input-wrapper:active:before,
.uploader-input-wrapper:active:after {
  background-color: #999999;
}
.uploader-input {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



/* custom the styles of boostrap and AdminLTE */
.dataTables_filter {
  text-align: left !important;
}
.dataTables_length {
  text-align: right;
}
.box {
  border-top-color: #3c8dbc;
}
.ui-datepicker {
  z-index: 1155 !important;
}
select.form-control {
  width: auto;
}
.content-header {
  display: none;
}
.box-tools {
  display: none;
}
.box-header.with-border {
  border-bottom-color: #ddd;
}
.box-footer {
  border-top-color: #ddd;
}
.table-bordered, .table-bordered th, .table-bordered td {
  border-color: #ddd !important;
}
.table-bordered > thead > tr > th {
  border-bottom-width: 0;
}
.dataTables_empty {
  text-align: left !important;
}
.radio label {
  line-height: 1.5em;
  margin-right: 10px;
}
.form-control-feedback {
  right: 5px !important;
}
