@import url("./element-ui.css");
@import url("./icon.css");
/* @import url("./fonts/element-icons.ttf");
@import url("./fonts/element-icons.woff"); */
@font-face {
  font-family: "GrTimesBold";
  src: url("./fonts/GrTimesBold.ttf") format("truetype");
}
* {
  padding: 0;
  margin: 0;
}
body {
}
.nav {
  display: flex;
}
.ivp.iivp {
  opacity: 1;
}
.ivp {
  opacity: 0;
  transition: opacity 3s ease-in-out;
}

body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
}

label {
  font-weight: 400;
  color: #333333 !important;
}

html {
  height: 100%;
  box-sizing: border-box;
}

#app {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.no-padding {
  padding: 0px !important;
}

.padding-content {
  padding: 4px 0;
}

a:focus,
a:active {
  outline: none;
}

a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

div:focus {
  outline: none;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.pr-5 {
  padding-right: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.block {
  display: block;
}

.pointer {
  cursor: pointer;
}

.inlineBlock {
  display: block;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

aside {
  background: #eef1f6;
  padding: 8px 24px;
  margin-bottom: 20px;
  border-radius: 2px;
  display: block;
  line-height: 32px;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: #2c3e50;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

aside a {
  color: #337ab7;
  cursor: pointer;
}

aside a:hover {
  color: rgb(32, 160, 255);
}

.app-container {
  margin: 0 0 0 14px;
  padding: 20px;
  background-color: #fff;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.components-container {
  margin: 30px 50px;
  position: relative;
}

.pagination-container {
  margin-top: 30px;
}

.text-center {
  text-align: center;
}

.sub-navbar {
  height: 50px;
  line-height: 50px;
  position: relative;
  width: 100%;
  text-align: right;
  padding-right: 20px;
  transition: 600ms ease position;
  background: linear-gradient(90deg, rgba(32, 182, 249, 1) 0%, rgba(32, 182, 249, 1) 0%, rgba(33, 120, 241, 1) 100%, rgba(33, 120, 241, 1) 100%);
}

.sub-navbar .subtitle {
  font-size: 20px;
  color: #fff;
}

.sub-navbar.draft {
  background: #d0d0d0;
}

.sub-navbar.deleted {
  background: #d0d0d0;
}

.link-type,
.link-type:focus {
  color: #337ab7;
  cursor: pointer;
}

.link-type:hover {
  color: rgb(32, 160, 255);
}

.filter-container {
  padding-bottom: 10px;
}

.filter-container .filter-item {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}

.multiselect {
  line-height: 16px;
}

.multiselect--active {
  z-index: 1000 !important;
}

.el-dialog {
  border-radius: 11px;
}

.el-dialog__body {
  display: flex;
  align-items: center;
  justify-content: center;
}

.el-dialog__header {
  text-align: center;
  padding: 20px;
  border-bottom: 2px solid #f7f8fc;
}

.el-dialog__header .el-dialog__title {
  color: #333;
}

.el-dialog__header .el-icon-close:before {
  color: #6e7580;
  font-size: 24px;
}

.el-dialog__body .el-select {
  width: 100%;
}

.el-message-box {
  padding-bottom: 20px;
}

.el-message-box .el-message-box__header {
  text-align: center;
  padding: 20px;
  border-bottom: 2px solid #f7f8fc;
}

.el-message-box .el-message-box__header .el-message-box__title {
  color: #333;
}

.el-message-box .el-message-box__header .el-icon-close:before {
  color: #6e7580;
  font-size: 24px;
}

.el-message-box .el-button.el-button--primary {
  color: #fff;
}

.el-button--primary {
  background-color: #1a5a5a;
  border-color: #1a5a5a;
}

.el-button--text {
  color: #1a5a5a;
}

.el-button--text:hover {
  border-color: #f2f8f6 !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.el-button--text:focus {
  border-color: #f2f8f6 !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #1a5a5a;
}

.el-select-dropdown__item.selected {
  color: #1a5a5a;
}

.el-pagination.is-background .el-pager li:not(.disabled):hover {
  color: #1a5a5a;
}

.el-pagination.is-background .el-pager li:not(.disabled).active:hover {
  color: #fff;
}

.nest-menu .svg-icon {
  display: none;
}

.el-table th {
  font-weight: 400;
}

.el-table th > .cell {
  font-size: 14px;
  color: #666;
}

.el-table--border th,
.el-table--border td {
  border-right: 1px solid #f2f8f6;
}

.el-table th.is-leaf,
.el-table td {
  border-bottom: 1px solid #f2f8f6;
}

.el-button.el-button--default {
  border: 1px solid #b10309;
  color: #b10309;
}

.el-dialog__wrapper .el-dialog__footer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dialog-footer {
  padding-bottom: 50px;
}

.dialog-footer .el-button {
  font-size: 16px !important;
}

.el-button.addBtn {
  display: flex;
  align-items: center;
  padding: 9px 10px !important;
}

.el-button.addBtn .el-icon-plus {
  background-color: #1a5a5a;
  color: #fff;
  padding: 2px;
  font-size: 12px;
}

.minWidth-400 {
  min-width: 415px;
}

.ml40 {
  margin-left: 40px !important;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.p20 {
  padding: 20px;
}

.ml14 {
  margin-left: 14px;
}

.main_container {
  min-height: 98vh;
  margin-left: 15px;
  background-color: #fff;
  padding: 31px 15px 15px 15px;
  box-shadow: 1px -1px 16px rgba(128, 168, 207, 0.16);
  margin-bottom: 14px;
}

.card {
  display: flex;
  padding: 0 30px 0 0;
  padding-left: 15px;
  border-bottom: 1px solid #f3f4f8ff;
}

.card .card-title {
  flex: 1;
  font-size: 16px;
  color: #333333;
  text-indent: 1em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.card .card-title::after {
  content: "";
  width: 2px;
  height: 14px;
  position: absolute;
  top: 16px;
  left: 0;
  background-color: #1a5a5a;
}

.card .card-title .span {
  padding: 15px 0;
}

.speed {
  text-align: center;
  background: #1a5a5a;
  padding: 4px 8px 4px 9px;
  border-radius: 12px 12px 12px 0px;
  color: #fff;
  font-size: 12px;
}

.finished {
  text-align: center;
  background: #00821e;
  padding: 4px 8px 4px 9px;
  border-radius: 12px 12px 12px 0px;
  color: #fff;
  font-size: 12px;
}

.accepted {
  text-align: center;
  background: #efb12c;
  padding: 4px 8px 4px 9px;
  border-radius: 12px 12px 12px 0px;
  color: #fff;
  font-size: 12px;
}

.acceptedPass {
  text-align: center;
  background: #00821e;
  padding: 4px 8px 4px 9px;
  border-radius: 12px 12px 12px 0px;
  color: #fff;
  font-size: 12px;
}

.unPass {
  text-align: center;
  background: #e11111;
  padding: 4px 8px 4px 9px;
  border-radius: 12px 12px 12px 0px;
  color: #fff;
  font-size: 12px;
}

.w100per {
  width: 100%;
}

.solidBlue.el-button {
  border-color: #1a5a5a;
  background-color: #1a5a5a;
}

.solidBlue.el-button.is-disabled,
.solidBlue.el-button.is-disabled:hover,
.solidBlue.el-button.is-disabled:focus {
  border-color: #1a5a5a;
  background-color: #1a5a5a;
}

.solidBlue.el-button.is-disabled span,
.solidBlue.el-button.is-disabled:hover span,
.solidBlue.el-button.is-disabled:focus span {
  color: #fff;
}

.solidBlue.el-button span {
  color: #fff;
}

.ml10 {
  margin-left: 10px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.maxWidth382 {
  max-width: 382px;
}

ul li {
  list-style: none;
}

.orange_bg {
  background-color: #efb12c;
}

.green_bg {
  background-color: #00821e;
}

.underline {
  text-decoration: underline;
}

.hRed {
  color: #e11111;
}

.hGreen {
  color: #00821e;
}

.hYellow {
  color: #efb12c;
}

.hBlue {
  color: #1a5a5a;
}

.dialogBox .el-form-item__content {
  width: 293px;
}

.red_start .el-form-item__label::before {
  content: "*";
  color: #ff4949;
  margin-right: 4px;
}

.el-image-viewer__close {
  color: #fff;
}

.tips {
  font-size: 12px;
  color: #e11111;
  margin-left: 18px;
}

.el-upload-list__item {
  transition: none !important;
}

.el-upload-list__item.is-ready {
  display: none;
}

.journal-text {
  display: flex;
  align-items: flex-start;
  border: 1px solid #DCDFE6;
  border-radius: 3px;
  padding-left: 10px;
  min-height: 80px;
}

.journal-text p {
  padding: 0;
  margin: 0;
  line-height: 25px;
}

.p-300 {
  display: block;
  width: 300px;
}

.el-message-box__wrapper {
  overflow-y: scroll;
}

.w80 {
  width: 80px;
}

.pt30 {
  padding-top: 30px;
}

.prl15 {
  padding: 0 15px;
}

.w130 {
  width: 130px !important;
}

.w140 {
  width: 140px !important;
}

.el-message-box .el-message-box__content {
  padding: 32px 15px;
  text-align: center;
}

.el-message-box .el-message-box__btns {
  text-align: center;
}

.el-message-box .el-message-box__btns > button:nth-child(2) {
  margin-left: 40px;
}

.el-message-box .el-message-box__btns .el-button--small {
  padding: 13px 33px;
  font-size: 12px;
  border-radius: 3px;
}

.save-box {
  margin-top: 15px;
  padding: 16px 30px;
  min-height: 93px;
  background: #ffffff;
  box-shadow: 1px -1px 16px rgba(128, 168, 207, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  bottom: 0;
  z-index: 2;
}

.allPrice_icon:before {
  content: "\66ff";
  font-size: 16px;
  visibility: hidden;
}

.allPrice_icon {
  font-size: 16px;
}

.allPrice_icon:before {
  content: "\e641";
}
.govImg{
  border-width: 0px;
  border: none;
  object-fit: contain;
}