.clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.dropdown-center-style .dropdown-menu {
  position: fixed;
  width: 300px;
  min-height: 150px;
  top: 50%;
  left: 50%;
  padding: 20px 15px;
  margin: -100px 0 0 -150px;
}
.dropdown-center-style .dropdown-menu input {
  height: 30px;
}
.dropdown-center-style .dropdown-menu .dropdown-footer {
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  margin-left: -15px;
  text-align: center;
}
.dropdown-add .dropdown-menu {
  width: 200px;
  padding: 10px;
  text-align: right;
}
.dropdown-add .dropdown-menu label {
  text-align: left;
}
.dropdown-add .dropdown-footer {
  text-align: right;
}
.input-bt-Switcher-wrap {
  display: inline-block;
  padding-top: 5px;
  vertical-align: middle;
}
.input-bt-Switcher-wrap .input-bt-Switcher {
  position: relative;
  display: inline-block;
}
.input-bt-Switcher-wrap .input-bt-Switcher:after,
.input-bt-Switcher-wrap .input-bt-Switcher:before {
  -webkit-font-feature-settings: normal;
  -moz-font-feature-settings: normal;
  font-feature-settings: normal;
  -webkit-font-kerning: auto;
  -moz-font-kerning: auto;
  font-kerning: auto;
  -webkit-font-language-override: normal;
  -moz-font-language-override: normal;
  font-language-override: normal;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  text-rendering: auto;
}


.input-bt-Switcher-wrap .input-bt-Switcher label {
  width: 35px !important;
  height: 22px !important;
  border: solid 1px var(--border1);
  position: relative;
  display: inline-block;
  border-radius: 22px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.input-bt-Switcher-wrap .input-bt-Switcher .g1-readonly+label {
  background: var(--back3);
}

.input-bt-Switcher-wrap .input-bt-Switcher label:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  left: 0;
  top: 1px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: -webkit-linear-gradient(#f5f5f5, #cfcfcf);
  background: linear-gradient(#f5f5f5, #cfcfcf);
  box-shadow: 0 0 4px 1px #999;
}

.input-bt-Switcher-wrap .input-bt-Switcher .g1-readonly+label:after {
  box-shadow: none;
}

.input-bt-Switcher-wrap .input-bt-Switcher input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.input-bt-Switcher-wrap .input-bt-Switcher input.g1-readonly {
  cursor: default;
}

.input-bt-Switcher-wrap .input-bt-Switcher input:hover + label:after {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2), 0 3px 8px 0 rgba(0, 0, 0, 0.15);
}

.input-bt-Switcher-wrap .input-bt-Switcher input.g1-readonly:hover +label:after {
  box-shadow: none;
}

.input-bt-Switcher-wrap .input-bt-Switcher input:checked + label {
  background: #60b9e1;
  background: var(--styleColor);
}
.input-bt-Switcher-wrap .input-bt-Switcher input:checked + label:after {
  background: -webkit-linear-gradient(#f5f5f5, #cfcfcf);
  background: linear-gradient(#f5f5f5, #cfcfcf);
  box-shadow: 0 0 4px 1px #999;
  left: 16px;
}
input.ui-widget.g1-field.error {
  border: 1px solid #d84f49 !important;
  -webkit-box-shadow: -2px 0 2px 0px #f7c6c6, 0 -2px 2px 0px #f7c6c6, 0 2px 2px 0px #f7c6c6, 2px 0 2px 0px #f7c6c6;
  -moz-box-shadow: -2px 0 2px 0px #f7c6c6, 0 -2px 2px 0px #f7c6c6, 0 2px 2px 0px #f7c6c6, 2px 0 2px 0px #f7c6c6;
  box-shadow: -2px 0 2px 0px #f7c6c6, 0 -2px 2px 0px #f7c6c6, 0 2px 2px 0px #f7c6c6, 2px 0 2px 0px #f7c6c6;
}
input.ui-widget.g1-field.has-error {
  border: 1px solid #d84f49 !important;
  -webkit-box-shadow: -2px 0 2px 0px #f7c6c6, 0 -2px 2px 0px #f7c6c6, 0 2px 2px 0px #f7c6c6, 2px 0 2px 0px #f7c6c6;
  -moz-box-shadow: -2px 0 2px 0px #f7c6c6, 0 -2px 2px 0px #f7c6c6, 0 2px 2px 0px #f7c6c6, 2px 0 2px 0px #f7c6c6;
  box-shadow: -2px 0 2px 0px #f7c6c6, 0 -2px 2px 0px #f7c6c6, 0 2px 2px 0px #f7c6c6, 2px 0 2px 0px #f7c6c6;
}
table.g1-grid.dataTable tbody tr.odd.selected,
table.g1-grid.dataTable tbody tr.even.selected {
  background: #A0D5EC;
}
.input-group .input-group-addon {
  position: absolute;
  padding: 0px;
  line-height: 30px;
  border: none;
  background: none;
}
.input-group .g1-prefix {
  z-index: 4;
}
.input-group .g1-suffix {
  top: 0;
  bottom: 0;
  right: 3px;
  z-index: 3;
}
.form-group.g1-field-12 .input-group-addon.g1-prefix,
.form-group.g1-field-12 .input-group-addon.g1-suffix {
  width: 10%;
  padding: 0;
}
.form-group.g1-field-12 .input-group-addon.g1-prefix + input,
.form-group.g1-field-12 .input-group-addon.g1-suffix + input {
  padding-left: 10%;
}
.form-group.g1-field-4 .input-group-addon.g1-prefix,
.form-group.g1-field-4 .input-group-addon.g1-suffix {
  width: 20%;
  padding: 0;
}
.form-group.g1-field-4 .input-group-addon.g1-prefix + input,
.form-group.g1-field-4 .input-group-addon.g1-suffix + input {
  padding-left: 20%;
}
.ui-datepicker .ui-widget-header {
  border: none;
  background: white;
}
.ui-datepicker th {
  color: #333333;
  font-weight: 400;
}
.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default {
  border: none;
  background: white;
  color: #333333;
  font-weight: 400;
}
.ui-datepicker .ui-state-highlight,
.ui-datepicker .ui-widget-content .ui-state-highlight,
.ui-datepicker .ui-widget-header .ui-state-highlight {
  color: white;
  background: #60b9e0;
}

.button-white-bg-active:hover {
  border-color: #adadad;
}

.g1-detail-container .form-group:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.deploy-tab-tab-grid {
  border: 1px solid var(--border1);
  margin-bottom: 20px;
}
.deploy-tab-tab-grid p {
  line-height: 30px;
  color: white;
  padding: 0 0 0 8px;
  background: #92D4F1;
}
.deploy-tab-tab-grid .main-warp {
  position: relative;
  height: 150px;
  padding-bottom: 28px;
}
div.tile-tree {
  width: 100%;
  height: auto;
  position: absolute;
  top: 41px;
  bottom: 0;
}
div.tile-tree .jstree-grid-wrapper {
  height: 100%;
}
div.tile-tree .jstree-default .jstree-grid-header-regular {
  padding: 0 13px;
  line-height: 35px;
  color: #1a1a1a;
  background: #f8f8f8;
  border-bottom: 1px solid var(--border1);
}
div.tile-tree .jstree-default .jstree-grid-separator {
  height: 35px;
  border-width: 0 1px 0 0;
  border-color: var(--border1);
}
div.tile-tree .jstree-default .jstree-anchor {
  line-height: 30px;
  height: 31px;
  border-bottom: 1px solid white;
  height: 2rem;
  line-height: 2rem;
}
div.tile-tree .jstree-default .jstree-grid-cell {
  line-height: 30px;
  color: #4d4d4d;
  border-right: 1px solid var(--border1);
  border-bottom: 1px solid var(--border1);
}
div.tile-tree .jstree-default div.jstree-grid-cell-root-undefined {
  padding: 0 13px;
}
div.tile-tree .jstree-default .jstree-clicked {
  border-radius: 0;
}
.approve-flow-add-point .free-approve-title {
  font-size: 13px;
  color: #999999;
  font-weight: 400;
}
.approve-flow-add-point .free-approve-title span {
  float: left;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url(../img/deploy.png) -32px -96px;
  background-size: 180px;
}
.approve-flow-add-point .approve-add-selected {
  min-height: 120px;
  padding-left: 10px;
}
.approve-flow-add-point .approve-add-selected > span {
  position: relative;
  display: inline-block;
  line-height: 25px;
  padding: 0 10px;
  margin: 0 15px 10px;
  background: #D3EBF6;
  color: white;
  border-radius: 3px;
  background-image: -moz-linear-gradient(90deg, #60b9e0 0%, #79cff5 100%);
  background-image: -webkit-linear-gradient(90deg, #60b9e0 0%, #79cff5 100%);
  background-image: -ms-linear-gradient(90deg, #60b9e0 0%, #79cff5 100%);
}
.approve-flow-add-point .approve-add-selected > span:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 25px;
  position: absolute;
  top: 0;
  left: -25px;
  background: url(../img/deploy.png) no-repeat -4px -105px;
}
.approve-flow-add-point .approve-add-selected > span:first-of-type:before {
  display: none;
}
.approve-flow-add-point .approve-add-selected .item-remove {
  display: inline-block;
  width: 15px;
  height: 15px;
  font-size: 14px;
  text-align: center;
  line-height: 14px;
  margin: 0 0 0 3px;
  color: white;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  cursor: pointer;
}
.approve-flow-add-point .approve-add-selected .approve-add-point-wrap {
  top: 0;
  display: inline-block;
}
.approve-flow-add-point .approve-add-selected .approve-add-point-wrap button {
  line-height: 25px;
  color: #60b9e0;
  background: white;
}
.approve-flow-add-point .approve-add-selected .approve-add-point-wrap .g1-dropdown-menu {
  width: 200px;
  left: 0;
  right: auto;
}
.approve-flow-add-point .approve-add-selected .approve-add-point-wrap .jstree {
  height: 200px;
  overflow: auto;
}
.g1-dropdown-menu-style {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  padding: 10px;
  margin: 2px 0 0;
  display: none;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.g1-internation-input {
  position: relative;
}
.g1-internation-input > input {
  width: 100%;
  height: 30px;
  padding-right: 20px;
  border-radius: 3px;
}
.g1-internation-input .g1-dropdown-menu-tip {
  width: 100%;
  height: 200px;
  overflow: auto;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  padding: 10px;
  margin: 2px 0 0;
  display: none;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  padding: 10px 0;
}
.input-group .g1-dropdown-menu-tip {
  width: 100%;
  height: 200px;
  overflow: auto;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  padding: 10px;
  margin: 2px 0 0;
  display: none;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: var(--back1);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  padding: 10px 0;
}

.input-group .g1-dropdown-menu-tip li {
  min-height: 25px;
  padding: 0 10px;
  cursor: pointer;
}

.input-group .g1-dropdown-menu-tip li:active {
  background: #E1F4FD;
}

.g1-internation-input .g1-dropdown-menu-tip li {
  min-height: 25px;
  padding: 0 10px;
  cursor: pointer;
}
.g1-internation-input .g1-dropdown-menu-tip li:hover,
.g1-internation-input .g1-dropdown-menu-tip li:active {
  background: #E1F4FD;
}
.g1-dropdown {
  top: 0px;
}

.g1-dropdown .g1-dropdown-menu {
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  padding: 10px;
  margin: 2px 0 0;
  display: none;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  padding: 5px;
  position: absolute;
  top: 30px;
  left: auto;
  bottom: auto;
  right: 0;
}
.g1-dropdown .g1-dropdown-menu li {
  margin-bottom: 5px;
}
.g1-dropdown .g1-dropdown-menu li label {
  text-align: left;
}
.g1-dropdown .g1-dropdown-menu li input.input-1 {
  height: 25px;
}
.g1-dropdown .g1-dropdown-menu .g1-dropdown-menu-btn {
  text-align: right;
  margin-bottom: 0;
}
.g1-dropdown .g1-dropdown-menu .g1-dropdown-menu-btn button {
  padding: 0 10px;
}
.g1-dropdown .dropdown-menu {
  width: 100%;
  min-width: 100%;
  padding: 5px;
  position: absolute;
  top: 30px;
  left: auto;
  bottom: auto;
  right: 0;
}
.g1-dropdown .dropdown-menu li {
  margin-bottom: 5px;
}
.g1-dropdown .dropdown-menu li label {
  text-align: left;
}
.g1-dropdown .dropdown-menu li input.input-1 {
  height: 25px;
}
.g1-dropdown .dropdown-menu .g1-dropdown-menu-btn {
  text-align: right;
  margin-bottom: 0;
}
.g1-dropdown .dropdown-menu .g1-dropdown-menu-btn button {
  padding: 0 10px;
}
.g1-tree-icon-left .jstree-container-ul {
  width: 100%;
  margin: 0;
}
.g1-tree-icon-left .jstree-container-ul .jstree-clicked {
  background: #A0D5EC;
}
.g1-tree-icon-left .jstree-container-ul .jstree-hovered {
  background: #D3EBF6;
}
.g1-tree-icon-left .jstree-container-ul .jstree-anchor {
  padding: 0 10px;
}
.g1-tree-icon-left .jstree-container-ul .jstree-node {
  background: none;
}
.g1-tree-icon-left .jstree-container-ul .jstree-closed > .jstree-ocl {
  background: url(../img/deploy.png);
  background-size: 160px;
  background-position: -62px 2px;
}
.g1-tree-icon-left .jstree-container-ul .jstree-open > .jstree-ocl {
  background-size: 160px;
  background-image: url(../img/deploy.png);
  background-position: -47px 3px;
}
.g1-tree-icon-left .jstree-container-ul .jstree-leaf > .jstree-ocl,
.g1-tree-icon-left .jstree-container-ul .jstree-closed > .jstree-ocl,
.g1-tree-icon-left .jstree-container-ul .jstree-open > .jstree-ocl {
  float: left;
}
.g1-tree-icon-left .jstree-container-ul .jstree-themeicon {
  display: none;
}
.g1-tree-icon-left .jstree-container-ul .jstree-icon:empty {
  width: 20px;
}
.g1-tree-icon-left .jstree-container-ul li ul .jstree-node {
  margin-left: 20px;
}

.dropdown li.model-tag-manage {
  border-top: 1px solid var(--border1);
}
.dropdown li.model-tag-manage button {
  padding: 5px 10px 0;
  color: #60B9E0;
  background: none;
  margin: 0;
}
.dropdown li.model-tag-manage button:hover {
  color: #81cbeb;
}

.g1ToastAlert .g1Toasticon {
  display: inline-block;
  height: 25px;
  width: 30px;
  vertical-align: middle;
  background: url(../img/g1-tree.png) no-repeat -62px -67px;
}
.CodeMirror {
  /*border: 1px solid #dadada;*/
  height: 100%;
  color: #4D4D4D;
  font-size: 14px;
  font-family: Consolas;
}

.CodeMirror *{
  font-family: Consolas;
}

.CodeMirror-scroll{
  margin-right: -5px !important;
  margin-bottom: -10px !important;
}

.fc-view-container .fc-bgevent-skeleton .fc-bgevent {
  background-color: #f7f7f7;
  border-top: 1px solid #ddd;
}
.fc-view-container .fc-row .fc-bgevent-skeleton td {
  border-color: #ddd;
}
.fc-view-container .fc-event {
  background: none;
  border: none;
}
.fc-view-container .fc-content {
  padding-left: 5px;
  line-height: 20px;
  color: #4d4d4d;
}
.fc-view-container .fc-unthemed td.fc-today {
  background: rgba(0, 0, 0, 0);
}
.fc-view-container .fc-day-top {
  line-height: 20px;
}
.fc-view-container .fc-day-top .fc-day-number {
  margin: 5px 5px 0;
  text-align: center;
  font-size: 16px;
  color: var(--fore3);
}
.fc-view-container .fc-today .fc-day-number ,
.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number{
  display: inline-block!important;
  width: 20px;
  height: 20px;
  line-height: 20px !important;
  color: white;
  border-radius: 50%;
  background-color: var(--styleColor);
  text-align: center;
  padding: 0;
}
.operation-param-dialog .btn-toolbar {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  border: none;
  z-index: 10;
  background: none;
}

.operation-param-dialog .btn-toolbar .fn-g1-list-button-left{
  display: none;
}

.operation-param-dialog .btn-toolbar .g1-submit {
  color: white;
  background: var(--styleColor);
  line-height: 20px;
  border: none;
}
.operation-param-dialog .btn-toolbar .g1-submit:hover {
  background: var(--styleColorLight) !important;
  border: none !important;
}
.operation-param-dialog .g1-form-con {
  top: 0;
  bottom: 40px;
}
.g1-download-a {
  position: relative;
  line-height: 2.5rem;
}
.g1-download-a .download-icon {
  display: none;
}
.g1-download-a .download-icon button {
  padding: 0 5px;
  line-height: 20px;
  background: #fafafa;
  border: 1px solid var(--border1);
}
.g1-download-a:hover .download-icon {
  display: inline-block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  text-align: center;
  line-height: 50px;
}

.jstree .jstree-anchor {
  width: calc(100% - 24px);
  padding-left: 5px;
  height: 2rem;
  line-height: 2rem;
}

.jstree-node .jstree-anchor:hover{
  background: linear-gradient(-45deg, var(--back2), transparent);
  border-right: solid 2px var(--styleColorLight);
}
.jstree-node:not(.jstree-open) .jstree-clicked{
  background:unset;
}

.flow-view-select .jstree-node .jstree-clicked {
  background: linear-gradient(-45deg, var(--back3), transparent);
  border-radius: 0;
  border-right: solid 2px var(--styleColor);
  font-weight: 900;
}

.jstree .jstree-clicked {
  box-shadow: none;
  background:unset;
}
.jstree .jstree-hovered {
  background: none;
}
.g1-whole-nav-tab li a {
  color: #4d4d4d;
}
.g1-whole-nav-tab li.active {
  border-right: 2px solid var(--styleColor);
  /*color: #60B9E0;*/
  background: var(--styleColor);
}
.g1-whole-nav-tab li.active a {
  /*color: #60B9E0;*/
  background: var(--styleColor);
}
.datetimepicker table tr td,
.datepicker table tr td {
  width: 30px;
  height: 30px;
}
.datetimepicker table tr td.day:hover,
.datepicker table tr td.day:hover {
  background: #1f90e5;
}
.datetimepicker table tr td.today,
.datepicker table tr td.today,
.datetimepicker table tr td.today:hover,
.datepicker table tr td.today:hover,
.datetimepicker table tr td.today:hover:hover,
.datepicker table tr td.today:hover:hover {
  color: #4D4D4D;
  background: #D3EBF6;
}
.datetimepicker table tr td.today.active.active,
.datepicker table tr td.today.active.active,
.datetimepicker table tr td.today:hover.active.active,
.datepicker table tr td.today:hover.active.active,
.datetimepicker table tr td.today:hover:hover.active.active,
.datepicker table tr td.today:hover:hover.active.active,
.datetimepicker table tr td.today.active:active,
.datepicker table tr td.today.active:active,
.datetimepicker table tr td.today:hover.active:active,
.datepicker table tr td.today:hover.active:active,
.datetimepicker table tr td.today:hover:hover.active:active,
.datepicker table tr td.today:hover:hover.active:active,
.datetimepicker table tr td.today.active:hover:active,
.datepicker table tr td.today.active:hover:active,
.datetimepicker table tr td.today:hover.active:hover:active,
.datepicker table tr td.today:hover.active:hover:active,
.datetimepicker table tr td.today:hover:hover.active:hover:active,
.datepicker table tr td.today:hover:hover.active:hover:active,
.datetimepicker table tr td.today.active.disabled:active,
.datepicker table tr td.today.active.disabled:active,
.datetimepicker table tr td.today:hover.active.disabled:active,
.datepicker table tr td.today:hover.active.disabled:active,
.datetimepicker table tr td.today:hover:hover.active.disabled:active,
.datepicker table tr td.today:hover:hover.active.disabled:active,
.datetimepicker table tr td.today.active.disabled:hover:active,
.datepicker table tr td.today.active.disabled:hover:active,
.datetimepicker table tr td.today:hover.active.disabled:hover:active,
.datepicker table tr td.today:hover.active.disabled:hover:active,
.datetimepicker table tr td.today:hover:hover.active.disabled:hover:active,
.datepicker table tr td.today:hover:hover.active.disabled:hover:active,
.datetimepicker table tr td.today.active.active,
.datepicker table tr td.today.active.active,
.datetimepicker table tr td.today:hover.active.active,
.datepicker table tr td.today:hover.active.active,
.datetimepicker table tr td.today:hover:hover.active.active,
.datepicker table tr td.today:hover:hover.active.active,
.datetimepicker table tr td.today.active:hover.active,
.datepicker table tr td.today.active:hover.active,
.datetimepicker table tr td.today:hover.active:hover.active,
.datepicker table tr td.today:hover.active:hover.active,
.datetimepicker table tr td.today:hover:hover.active:hover.active,
.datepicker table tr td.today:hover:hover.active:hover.active,
.datetimepicker table tr td.today.active.disabled.active,
.datepicker table tr td.today.active.disabled.active,
.datetimepicker table tr td.today:hover.active.disabled.active,
.datepicker table tr td.today:hover.active.disabled.active,
.datetimepicker table tr td.today:hover:hover.active.disabled.active,
.datepicker table tr td.today:hover:hover.active.disabled.active,
.datetimepicker table tr td.today.active.disabled:hover.active,
.datepicker table tr td.today.active.disabled:hover.active,
.datetimepicker table tr td.today:hover.active.disabled:hover.active,
.datepicker table tr td.today:hover.active.disabled:hover.active,
.datetimepicker table tr td.today:hover:hover.active.disabled:hover.active,
.datepicker table tr td.today:hover:hover.active.disabled:hover.active {
  color: #4D4D4D;
  background: #D3EBF6;
}
.datetimepicker table tr td.active.active,
.datepicker table tr td.active.active,
.datetimepicker table tr td span.active.active,
.datepicker table tr td span.active.active,
.datetimepicker table tr td.active:active,
.datepicker table tr td.active:active,
.datetimepicker table tr td span.active:active,
.datepicker table tr td span.active:active,
.datetimepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:active,
.datetimepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:active,
.datetimepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datepicker table tr td.active.active,
.datetimepicker table tr td span.active.active,
.datepicker table tr td span.active.active,
.datetimepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.active,
.datetimepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.active,
.datetimepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.active,
.datetimepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.active {
  background: #1f90e5;
  text-shadow: none;
}
.g1-widget-dropdown li {
  margin: 0;
  cursor: pointer;
}
.g1-widget-dropdown li:hover span {
  background: #cde4ef;
}
.g1-widget-dropdown li span {
  display: inline-block;
}
.g1-widget-dropdown li:hover .g1-input-select-more-select {
  background: white;
}
.g1-widget-dropdown .g1-input-select-more-select {
  width: 220px;
  text-align: right;
  padding: 5px 5px 0;
  color: #60B9E0;
  border-top: 1px solid var(--border1);
}
.g1-widget-dropdown .g1-input-select-more-select:hover {
  color: #81cbeb;
}
.approve-button-form .event-title,
.approve-button-form .event-subhead {
  padding: 0 10px;
}
.approve-button-form .approve-button-nowork .eventListText,
.approve-button-form .eventListAgree .eventListText {
  position: relative;
}
.approve-button-form .approve-button-nowork .eventListText .g1-internation-input,
.approve-button-form .eventListAgree .eventListText .g1-internation-input {
  width: 95%;
}
.approve-button-form .approve-button-nowork .eventListText input,
.approve-button-form .eventListAgree .eventListText input {
  width: 100%;
  padding-left: 70px;
}
.approve-button-form .approve-button-nowork .eventListText .event-subhead,
.approve-button-form .eventListAgree .eventListText .event-subhead {
  position: relative;
  padding-left: 20px;
}
.approve-button-form .approve-button-nowork .eventListText .event-subhead:before,
.approve-button-form .eventListAgree .eventListText .event-subhead:before {
  position: absolute;
  left: -10px;
  display: inline-block;
  content: "";
  width: 15px;
  height: 30px;
  background: url(../img/deploy.png) -110px -106px;
  background-size: 150px;
}
.approve-button-form .approve-button-work {
  display: none;
}
.approve-button-form .eventlist {
  height: 40px;
  padding: 5px;
  line-height: 30px;
}
.approve-button-form .eventlist.table-head {
  height: 30px;
  line-height: 20px;
  background: #f4f4f4;
}
.approve-button-form .eventlist.table-head .icheckbox_flat-blue {
  margin-top: 1px;
}
.approve-button-form .eventlist .g1-field-6 > button {
  margin: 5px 0 0 10px;
}
.approve-button-form .eventlist .g1-field-6 .dropdown {
  display: inline-block;
}
.approve-button-form .eventlist .g1-field-6 .dropdown button {
  line-height: 20px;
  background: none;
}
.approve-button-form .eventlist .g1-field-6 .dropdown .dropdown-menu {
  padding: 0;
  min-width: 100px;
  text-align: center;
}
.approve-button-form .eventlist .g1-field-6 .dropdown .dropdown-menu button {
  width: 100%;
  line-height: 30px;
  margin: 0;
}
.approve-button-form .eventlist .g1-field-6 .dropdown .dropdown-menu button:hover {
  background: #f4f4f4;
}
.approve-button-form .eventlist .input-bt-Switcher-wrap {
  float: right;
  margin-right: 20px;
}
.approve-button-form .eventlist:hover {
  background: #f4f4f4;
}
.approve-button-form .eventlist.editStatus .event-title {
  position: absolute;
  width: 65px;
  line-height: 28px;
  top: 1px;
  left: 1px;
  z-index: 1;
  text-align: center;
  background: #f4f4f4;
}
.approve-button-form .eventlist.editStatus .eventBtnEdit,
.approve-button-form .eventlist.editStatus .eventBtnDelete,
.approve-button-form .eventlist.editStatus .input-bt-Switcher-wrap,
.approve-button-form .eventlist.editStatus .event-subhead,
.approve-button-form .eventlist.editStatus .g1-field-6 .dropdown {
  display: none;
}
.approve-button-form .eventlist.editStatus .eventBtnRename,
.approve-button-form .eventlist.editStatus .eventBtnCancel {
  display: inline-block;
}
.approve-button-form .eventlist .icheckbox_flat-blue {
  margin-top: 4px;
}
.approve-button-form .eventlist .eventBtnRename,
.approve-button-form .eventlist .eventBtnCancel {
  line-height: 1;
  display: none;
}
.dic {
    color:#fff;
    border-radius:1rem;
    padding:0px 0.8rem;
    text-align:center;
    float:left;
    margin:1px;
    line-height: 2rem;
}
.color1 {
    background:#FF4F4F;
}
.color2 {
    background:#fd8425;
}
.color3 {
    background:#f5ca19;
}
.color4 {
    background:#55ab58;
}
.color5 {
    background:#60b9e1;
}
.color6 {
    background:#298CE1;
}
.color7 {
    background:#92278F;
}
.color8 {
    background:#F656AE;
}
.color9 {
    background:#9a9797;
}

.color{
    background: var(--styleColor);
}