@charset "utf-8";
.body_bg {
  font-family: Tahoma, Arial, Helvetica, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", "宋体", SimSun, STXihei, "华文细黑", sans-serif;
  font-size: 12px;
  background-color: #122D5A;
  background-position: left bottom;
  text-align: center;
  background-repeat: no-repeat;
  padding: 0px;
  overflow: hidden;
  height: 100%;
  background-image: url(images/bgimg.png);
}
body {
  margin-left: 0px;
  margin-right: 0px;
}
a {
  text-decoration: none;
  outline: none;
}
a:visited {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
}
.icon-outer {
  height: 128px;
  width: 128px;
  border: 2px solid #fff;
  border-radius: 100px;
  text-align: center;
  vertical-align: bottom;
  padding-top: 17px;
  margin-bottom: 18px;
}
.icon-outer:hover {
  background-color: #1FB1EA;
  border: 0px;
}
/* btn-common */
/* btn-default */
/* btn-primary */
/* btn-success */
/* btn-warning */
/* btn-danger */
.unieap .btn {
	border-width: 1px;
	border-style: solid;
}
.unieap .btn:hover,.unieap .btn:focus,.unieap .btn:active {
	border-width: 1px;
}

.unieap .btn-default {
  color: #94999F;
  font-famliy: 'Microsoft YaHei';
  font-size: 14px;
  border-radius: 0px;
  background-color: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  border-color: #BABFC4;
}
.unieap .btn-default:hover {
  border-width: 1px;
  border-style: solid;
  border-color: #BABFC4;
  background-color: #FFFFFF;
  color: #656A71;
}
.unieap .btn-default:focus,
.unieap .btn-default:active {
  color: #656A71;
  border-width: 1px;
  border-style: solid;
  border-color: #94999F;
  outline: none;
  background-color: #F5F6F6;
}
.unieap .btn-default.button-border-none:focus,
.unieap .btn-default.button-border-none:active,
.unieap .btn-default[disabled] {
  color: #BABFC4;
  border-width: 1px;
  border-style: solid;
  border-color: #BABFC4;
  background-color: #FFFFFF;
}
.unieap .btn-primary {
  color: #FFFFFF;
  font-famliy: 'Microsoft YaHei';
  font-size: 14px;
  border-width: 1px;
  border-style: solid;
  border-color: #1FB1EA;
  border-radius: 0px;
  background-color: #1FB1EA;
}
.unieap .btn-primary:hover {
  border-width: 1px;
  border-style: solid;
  border-color: #58CAF4;
  background-color: #58CAF4;
  color: #FFFFFF;
}
.unieap .btn-primary:focus,
.unieap .btn-primary:active {
  border-width: 1px;
  border-style: solid;
  border-color: #0A8FCD;
  background-color: #0A8FCD;
  outline: none;
  color: #FFFFFF;
}
.unieap .btn-primary[disabled] {
  border-width: 1px;
  border-style: solid;
  border-color: #A9E6FD;
  background-color: #A9E6FD;
  color: #FFFFFF;
}
.unieap .btn-success {
  color: #FFFFFF;
  font-famliy: 'Microsoft YaHei';
  font-size: 14px;
  border-width: 1px;
  border-style: solid;
  border-color: #07BF84;
  border-radius: 0px;
  background-color: #07BF84;
}
.unieap .btn-success:hover {
  border-width: 1px;
  border-style: solid;
  border-color: #28D89F;
  background-color: #28D89F;
  color: #FFFFFF;
}
.unieap .btn-success:focus,
.unieap .btn-success:active {
  border-width: 1px;
  border-style: solid;
  border-color: #09A97E;
  background-color: #09A97E;
  outline: none;
  color: #FFFFFF;
}
.unieap .btn-success[disabled] {
  border: 1px solid #AAF0D7;
  background-color: #AAF0D7;
  color: #FFFFFF;
}
.unieap .btn-warning {
  color: #FFFFFF;
  font-famliy: 'Microsoft YaHei';
  font-size: 14px;
  border-width: 1px;
  border-style: solid;
  border-color: #F8AC35;
  border-radius: 0px;
  background-color: #F8AC35;
}
.unieap .btn-warning:hover {
  border-width: 1px;
  border-style: solid;
  border-color: #FEC05F;
  background-color: #FEC05F;
  color: #FFFFFF;
}
.unieap .btn-warning:focus,
.unieap .btn-warning:active {
  border-width: 1px;
  border-style: solid;
  border-color: #E09012;
  background-color: #E09012;
  outline: none;
  color: #FFFFFF;
}
.unieap .btn-warning[disabled] {
  border-width: 1px;
  border-style: solid;
  border-color: #FEDA9C;
  background-color: #FEDA9C;
  color: #FFFFFF;
}
.unieap .btn-danger {
  color: #FFFFFF;
  font-famliy: 'Microsoft YaHei';
  font-size: 14px;
  border-width: 1px;
  border-style: solid;
  border-color: #F3645A;
  border-radius: 0px;
  background-color: #F3645A;
}
.unieap .btn-danger:hover {
  border-width: 1px;
  border-style: solid;
  border-color: #FD8B8B;
  background-color: #FD8B8B;
  color: #FFFFFF;
}
.unieap .btn-danger:focus,
.unieap .btn-danger:active {
  border-width: 1px;
  border-style: solid;
  border-color: #D33932;
  background-color: #D33932;
  outline: none;
  color: #FFFFFF;
}
.unieap .btn-danger[disabled] {
  border-width: 1px;
  border-style: solid;
  border-color: #FCB9B6;
  background-color: #FCB9B6;
  color: #FFFFFF;
}
.unieap .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.unieap .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.unieap div.button-bar {
  height: 52px;
  background-color: #F6F6F6;
  border: 1px solid #F6F6F6;
  bottom: 0px;
  right: 0px;
  z-index: 10;
  width: 100% ;
  margin-left: 0px;
  position: absolute;
}
.unieap div.button-bar button:first-child {
  height: 35px;
  width: 75px;
  margin: auto 5px auto auto;
}
.unieap div.button-bar button:last-child {
  height: 35px;
  width: 75px;
  margin: auto auto auto 5px;
}
.unieap div.button-bar button {
  height: 35px;
  width: 75px;
  left: 40%;
  top: 8px;
  position: relative;
  margin: auto 5px auto 5px;
}
@supports (display:flex) 
		or (display:-ms-flexbox)
		or (display:-moz-flexbox)
		or (display:-webkit-box)
		or (display:-webkit-flex) {
  .unieap div.button-bar button {
    left: 0px;
    top: 0px;
    position: static;
  }
}
@supports (display:flex) 
	or (display:-ms-flexbox)
	or (display:-moz-flexbox)
	or (display:-webkit-box)
	or (display:-webkit-flex) {
  .unieap div.button-bar {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row;
  }
}
.unieap-icon-error::before {
  content: url("../../images/fontello/unieap-icons/error.svg");
  position: relative;
  top: 8px;
  margin-right: 10px;
}
.unieap-icon-info::before {
  content: url("../../images/fontello/unieap-icons/info.svg");
  position: relative;
  top: 8px;
  margin-right: 8px;
}
.unieap-icon-right::before {
  content: url("../../images/fontello/unieap-icons/right.svg");
  position: relative;
  top: 8px;
  margin-right: 10px;
}
.unieap-icon-warning::before {
  content: url("../../images/fontello/unieap-icons/warning.svg");
  position: relative;
  top: 8px;
  margin-right: 10px;
}
.messageBox-title {
  margin-top: 4px;
  margin-bottom: 33px;
  color: #6E747B;
}
i.messageBox-title + span {
  font-size: 18px;
}
.messageBox-body {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 24px;
  color: #94999F;
  word-break: break-all;
}
.modal-content .modal-header {
  background-color: #F5F6F6;
}
.modal-title span {
  font-size: 14px;
  color: #94999F;
}
.modal-body {
  text-align: left;
}
i.modal-body + span {
  font-size: 12px;
}
.modal-body label {
  font-size: 12px;
}
.modal-body .unieap {
  height: 100%;
}
svg path {
  fill: #1fb1ea;
}
svg rect {
  fill: #1fb1ea;
}
.modal-body.messageBox {
  text-align: center;
  background-color: #FFFFFF;
}
.modal.fade.in {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.modal.fade.in .modal-dialog {
  /* margin: auto; */
  z-index: 9999;
}
.modal-content {
  border-radius: 0;
}

.modal-content .modal-header button.close{
	opacity: 1;
	color: #94999F;
}

.modal-content .modal-header button.close:hover,
.modal-content .modal-header button.close:focus{
	opacity: 1;
	color: #656A71;
}

.modal-content .modal-header button.close span{
	opacity: 1;
	color: #94999F;
}

.modal-content .modal-header button.close span:hover,
.modal-content .modal-header button.close span:focus{
	opacity: 1;
	color: #656A71;
}

div.modal-footer {
  background-color: #F5F6F6;
}

div.modal-footer>button {
	margin-left: 5px;
    margin-bottom: 0;
    border-radius: 0;
    padding: 0;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    line-height: 18px;
    height: 34px;
    width: 78px;
}

.unieap-title-12px {
  float: left;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  color: #4d4d4d;
  margin-top: 0;
}
.unieap-title-28px {
  float: left;
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
  color: #4d4d4d;
  margin-top: 0;
}
.unieap-title {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  font: 700 18px;
}
.unieap-title-line {
  border-bottom: 2px solid #808080;
}
.unieap-subtitle {
  margin-left: 20px;
  line-height: 20px;
  color: #666666;
}
.unieap-area {
  padding: 5px 20px 5px 0;
}
.unieap-separator-pd {
  color: #cccccc;
  margin: 0 2px;
}
div.cover {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  filter: alpha(opacity=60);
  background-color: #000000;
  z-index: 1002;
  left: 0px;
  display: none;
  opacity: 0.5;
  -moz-opacity: 0.5;
}
.unieap form table {
  border-collapse: separate;
  border-spacing: 8px;
}
.unieap form table .input-group {
  border-spacing: 0px;
}
.panel-root .form-horizontal .row {
  margin-left: 0px;
  margin-right: 0px;
}
.form-horizontal .row {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 24px;
}
.form-horizontal .row > div {
  text-align: right;
}
.form-horizontal .row > div.col-inline {
  text-align: left;
  font-size: 0px;
}
.form-horizontal .row > div.col-inline > div {
  display: inline-block;
  font-size: 14px;
}
.form-horizontal .row div.form-widget {
  text-align: left;
}
.form-horizontal .row:before,
.form-horizontal .row:after {
  display: table;
  content: " ";
}
.form-horizontal .row:after {
  clear: both;
}
.modal-body .form-horizontal .row {
  margin-left: 0px;
  margin-right: 0px;
}
.panel-root.box .form-horizontal .row:last-child {
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 24px;
}
.row .control-label {
  /* padding-top: 7px; */
  margin-bottom: 0px;
  /* font-size: 12px; */
}
.form-horizontal + div.container {
  margin-top: 15px;
}
.form-horizontal .form-group label {
  margin-bottom: 5px;
}
.panel-body .form-inline .form-group {
  margin-left: 14.5px;
  margin-right: 14.5px;
}
.form-horizontal.form-inline .checkbox {
  padding-top: 0px;
}
.formList .row {
  margin-bottom: 24px;
}
.form-widget {
  position: relative;
}
form .row > .col-md-1 > .row > .col-md-1 > label {
  margin-bottom: 10px;
}
form .row > .col-md-1 > .row > .col-md-1 {
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .form-inline .row {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .row {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
}
@media (max-width: 767px) {
  .navbar-form .row {
    margin-bottom: 5px;
  }
  .navbar-form .row:last-child {
    margin-bottom: 0;
  }
}
/* titlepane */
.unieap .panel-default > .panel-heading {
  border-bottom: 1px solid #DEE1E3;
}
.unieap .panel-default > .panel-heading .panel-title span {
  color: #6E747B;
  font-size: 12px;
}
/* tabs */

.unieap .nav-tabs {
  border-bottom: 1px solid #DEE1E3;
}
.unieap .nav-tabs > li.active {
  border-bottom: 2px solid #1FB1EA;
}

/* tabs bottom */
.unieap .tab-bottom .nav-tabs{
	margin-top: 10px;
	margin-bottom: 0px;
  	border-top: 1px solid #DEE1E3;
  	border-bottom: 0px solid;
}

.unieap .tab-bottom .nav-tabs > li.active {
  border-top: 2px solid #1FB1EA;
  border-bottom: 0px solid;
}

.unieap .nav-tabs > li.active a {
  background-color: transparent;
  color: #1FB1EA;
  font-size: 12px;
}
.unieap .nav-tabs > li.active a:hover {
  background-color: transparent;
  color: #1FB1EA;
  font-size: 12px;
}
.unieap .nav-tabs > li a {
  background-color: transparent;
  color: #94999F;
  font-size: 12px;
      display: inline-block;
}
.unieap .nav-tabs > li a:hover {
  background-color: transparent;
  color: #94999F;
  font-size: 12px;
}
.unieap .border-row {
  height: 100%;
}
.unieap .border-row .outer {
  padding-left: 3px;
  padding-right: 3px;
  padding: 0px;
  height: 100%;
}
.unieap .border-row .outer .border-inner > .box-content {
  padding: 0;
}
.unieap .border-row .outer .border-inner .box-content .box {
  margin-top: 0;
}
.unieap .border-row .border-splitline-left {
  border-right: 1px solid #DEE1E3;
  opacity: 1;
  margin-right: 10px;
}
.unieap .border-row .border-splitline-right {
  border-left: 1px solid #DEE1E3;
  opacity: 1;
  margin-left: 10px;
}
.panel-root {
  height: 100%;
  margin: 0;
}
.panel-root:nth-last-child(2) {
  height: auto;
}
.panel-root:nth-last-child(3) {
  height: auto;
}
.panel-root .panel > .panel-body {
  height: 100%;
}
.panel-root .panel .slimScrollDiv > .panel-body {
  height: 100% !important;
}
.panel-body.container-fluid.scroll,
.border-scroll.container-fluid.scroll {
  overflow-x: auto !important; 
}
.tab-content > .tab-pane {
  height: 100%;
}
.tab-content > .slimScrollDiv {
  display: none;
}
.tab-content > .slimScrollDiv.active {
  display: block;
}
.tab-content .container {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.tab-content .row {
  margin-left: 0px;
  margin-right: 0px;
}
.tab-content .border-row.row {
  margin-left: -4.5px;
  margin-right: -4.5px;
}
ul.nav.nav-tabs div.tabicon {
  display: inline-block;
  margin-left: 10px;
  color: #94999F;
}
ul.nav.nav-tabs .active div.tabicon {
  color: #1FB1EA;
}

ul.nav.nav-tabs div.tabicon.tabicon_left {
  float: left;
}
ul.nav.nav-tabs div.tabicon > div {
  display: inline-block;
}
.unieap .border-inner {
  height: 100%;
}
.unieap .outer .border-inner .box-content {
  height: 100%;
}
.unieap .outer .border-inner .box-content .box .box-inner {
  height: 100%;
}
.outer.border-splitline-right > div {
  margin-left: 10px;
}
.outer.border-splitline-left > div {
  margin-right: 10px;
}
.unieap .border-splitline .box-content {
  padding-left: 0px;
  padding-right: 0px;
}
.unieap .container-fluid .sidebar .outer {
  height: 100%;
}
.unieap .container .row .box .box-inner {
  height: 100%;
}
.box-icon {
  float: right;
}
.box-icon a {
  clear: none;
  float: right;
  margin: 0 2px;
  height: 20px;
  width: 5px;
  margin-top: 1px;
}
.box-icon a i {
  margin-left: -6px;
  top: -1px;
  color: #94999F;
}
.panel-heading > .dropdown {
  margin-top: 10px;
}
.panel-heading > .dropdown button {
  border: 0px;
  margin-top: -2px;
  margin-right: 2px;
  float: left;
}
.panel-heading > .dropdown button.titlepane-icon-base {
  border: 0px;
  margin-top: -2px;
  height: 18px;
  width: auto;
}

/* --- Accordion --- */

.unieap .panel-group {
  border-width: 0px;
  border-style: solid;
  border-color: #DDDDDD;
  margin: 0px 0px 0px 0px;
}
.unieap .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 0px solid #ddd;
}
.unieap .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0px solid #ddd;
}
.unieap .panel-group > div > .panel-heading {
  background-color: #F5F5F5;
  height: 37px;
  border-bottom: 0px solid #DDDDDD;
  margin: 0px 0px 0px 0px;
}
.unieap .panel-group > div > .panel-heading:hover {
  background-color: #EEEEEE;
}
.unieap .panel-group > div > .panel-heading > a {
  color: #293C55;
  font-size: 14px;
  padding: 7px 16px 7px 16px;
  display: block;
}
.unieap .panel-group > div > .panel-heading > .panel-accordion.dropdown {
  margin-top: -24px;
  margin-right: 10px;
}
.unieap .panel-group > div > .panel-heading > .panel-accordion.dropdown button.accordion-icon-base {
  border: 0px;
  margin-top: -2px;
  height: 18px;
  width: auto;
  background-color: transparent;
}
.unieap .panel-group > div.panel-open > .panel-heading {
  margin: 0px 0px 20px 0px;
}
.unieap .panel-group .panel {
  margin: 0px 0px 0px 0px;
  border-top: 1px solid #DDDDDD;
}

/* === Accordion === */

.container-fluid .border-row {
  margin-bottom: 0px;
}
.container-fluid .border-row[region=top],
.container-fluid .border-row .borderPane-center .box-inner.top{
  margin-bottom: 20px;
}
.container-fluid .border-row[region=bottom],
.container-fluid .border-row .borderPane-center .box-inner.bottom {
  margin-top: 20px;
}
.box-content .nav-tabs {
  margin-right: 0px;
  margin-left: 0px;
}
.nav-tabs > li {
  word-break: keep-all;
  white-space: nowrap;
  width: auto;
}
.border-splitline .container-fluid {
  padding: 0px;
}
.panel-default .panel-body {
  padding: 0px 10px 0px 10px;
}
.panel-body div[type=toolbar] {
  text-align: right;
  padding-bottom: 10px;
  float: right;
}
.panel-body div[type=toolbar] + div {
  clear: both;
}
.panel-body div[type=toolbar] + ul {
  clear: both;
}
.panel-body div[type=toolbar] > div {
  float: right;
}
.panel-body div[type=toolbar] > button {
  float: right;
}
.panel-body div[type=toolbar] > button:focus {
  border: 0px;
}
button.titlepane-icon-toolbar {
  border: 0px;
  margin-top: 9px;
  padding-left: 5px;
  padding-right: 5px;
  height: 21px;
  width: auto;
  padding-top: 0px;
}
.slimScrollDiv.tab-pane.fade {
  opacity: 1;
}
.panel-heading.box-header .panel-title {
  margin-top: 5px;
}
.titlepane-head-div {
  padding-left: 5px;
  padding-right: 5px;
}
.outer .box-content .panel-root {
  margin: 0;
}
.unieap .container-fluid {
  overflow: hidden;
}
.saca-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.cover {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  filter: alpha(opacity=60);
  background-color: #000000;
  z-index: 1050;
  left: 0px;
  display: none;
  opacity: 0.5;
  -moz-opacity: 0.5;
}
.mask {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  filter: alpha(opacity=60);
  background-color: #000000;
  z-index: 1202;
  left: 0px;
  display: none;
  opacity: 0.5;
  -moz-opacity: 0.5;
}

.unieap .modal-backdrop {
	background-color: #000000;
}

/*进度条*/
/* Make clicks pass-through */
/* Fancy blur effect */
/* Remove these to get rid of the spinner */
@-webkit-keyframes "nprogress-spinner" {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes "nprogress-spinner" {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner {
  position: absolute;
}
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
.unieap .form-widget.query-textbox {
  float: right;
  width: 100%;
}
.unieap .form-widget.query-textbox span.input-group-addon {
  padding: 6px;
  background-color: #1FB1EA;
  border: 1px solid #1FB1EA;
  color: #FFFFFF;
  cursor: pointer;
}
body .ui-tooltip {
  padding: 7px 11px 7px 11px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  border-width: 1px;
  border-style: solid;
  boder-color: #DEE1E3;
  background-color: #555555;
  box-shadow: none;
  border-radius: 5px;
}
body .ui-tooltip.ui-tooltip-nowrap {
  max-width: none;
}
body .ui-tooltip-content {
  font-size: 12px;
  font-family: 'Microsoft YaHei';
  color: #FFFFFF;
  word-wrap: break-word;
}
body .ui-tooltip.validateClass {
  background-color: #f3645a;
}
.ui-tooltip, .tooltip-arrow:after {
  background-color: #555555;
  border-width: 1px;
  border-style: solid;
  border-color: #DEE1E3;
}
.tooltip-arrow {
  width: 50px;
  height: 15px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -13px;
}
.tooltip-arrow.top {
  top: -12px;
  bottom: auto;
}
.tooltip-arrow.left {
  left: 20%;
}
.tooltip-arrow:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -10px;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  tranform: rotate(45deg);
}
.tooltip-arrow.top:after {
  bottom: -10px;
  top: auto;
}
[ng\:cloak] {
  display: none !important;
}
[ng-cloak] {
  display: none !important;
}
[data-ng-cloak] {
  display: none !important;
}
[x-ng-cloak] {
  display: none !important;
}
.ng-cloak {
  display: none !important;
}
.x-ng-cloak {
  display: none !important;
}
.ng-hide:not(.ng-hide-animate) {
  display: none !important;
}
ng\:form {
  display: block;
}
.unieap a {
  color: #1FB1EA;
}
/*左上角应用名 yang.yifan add*/
.unieap a .appName{
	vertical-align: middle;
    color: #F5F6F6;
    font-size: 16px;
    margin-left: 16px;
    letter-spacing: 0.67px;
}
.unieap a:hover {
  color: #1080ac;
}
.ng-animate-start {
  clip: rect(0, auto, auto, 0);
  -ms-zoom: 1.0001;
}
.ng-animate-active {
  clip: rect(-1px, auto, auto, 0);
  -ms-zoom: 1;
}
.unieap div[nui-page-load] {
  visibility: hidden;
}
div.bs-example {
  margin-bottom: 15px;
}
#ui-view div.unieap {
  height: 100%;
  overflow-x: hidden;
}
div.unieap {
  height: 100%;
  overflow-x: hidden;
}
body[nui-page-load] {
  visibility: hidden;
  padding: 0px !important;
}
.unieap .text-ellipsis input,
.unieap .text-ellipsis span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
i:focus {
  color: #656A71;
}
i.disabled,
i[disabled] {
  color: #656A71;
}
.unieap li.dropdown {
  list-style-type: none;
  z-index: 1053;
}
ul.breadcrumb li a {
  cursor: pointer;
}
.cursor-pointer {
  cursor: pointer;
}
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  right: 1px;
  opacity: 0.2;
  background-color: #F3F3F4;
}
::-webkit-scrollbar-track {
  width: 6px;
  background: #F3F3F4;
}
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #94999F;
  display: block;
  right: 1px;
}
::-webkit-scrollbar-thumb:hover {
  border-radius: 3px;
  display: block;
}
a:focus {
  outline: none;
}
li.ui-state-defauler {
	display: inline;
	/* display: inline-block; */
	width: 25%;
	padding: 0px;
	margin-bottom: 25px;
	vertical-align: top;
	float: left;
}
ul.ui-sortable {
	padding: 0px;
	height: 100%;
	/* font-size: 0px; */
}
#ui-view div.portlet-body div.unieap {
	overflow-x: hidden;
}
.modal.fade ~ #toast-container {
	z-index: 9999;
}
.progress>svg {
       height: 100%;
       display: block;
}
.progress {
     position: relative !important;
     margin-bottom: 0px;
     height: 100%;
     width: 100px;
     box-shadow: none;
     border-radius:0px;
     background: #ffffff;
 }
 .progress div.test {
 	font-size: 28px !important;
 }
  .bootstrap-switch {
    display: inline-block;
    direction: ltr;
    cursor: pointer;
    border-radius: 0px;
    border: 1px solid #DEE1E3;
    position: relative;
    text-align: left;
    overflow: hidden;
    line-height: 8px;
    z-index: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.bootstrap-switch .bootstrap-switch-container {
    display: inline-block;
    top: 0;
    border-radius: 0px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-label {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block!important;
    padding-top:5px;
    padding-left:5px;
    padding-right:5px;
    font-size: 12px;
    line-height: 20px;
    height:34px;
    min-width:45px;
}

.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-handle-on {
    text-align: center;
    z-index: 1
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
    color: #fff;
    background: #1FB1EA
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info {
    color: #fff;
    background: #5bc0de
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
    color: #fff;
    background: #5cb85c
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning {
    background: #f0ad4e;
    color: #fff
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger {
    color: #fff;
    background: #d9534f
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default {
    color: #fff;
    background: #BABFC4
}

.bootstrap-switch .bootstrap-switch-label {
    text-align: center;
    margin-top: -1px;
    margin-bottom: -1px;
    z-index: 100;
    color: #333;
    background: #fff
}

.bootstrap-switch .bootstrap-switch-handle-on {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px
}

.bootstrap-switch .bootstrap-switch-handle-off {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px
}

.bootstrap-switch input[type=radio],
.bootstrap-switch input[type=checkbox] {
    position: absolute!important;
    top: 0;
    left: 0;
    margin: 0;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0)
}

.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5
}

.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
    padding-top: 3px;
    padding-left:5px;
    padding-right:5px;
    text-align:center;
    font-size: 12px;
    line-height: 1.5;
    min-width:45px;
    height:24px;
}

.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
    padding: 6px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-indeterminate,
.bootstrap-switch.bootstrap-switch-readonly {
    cursor: default!important
}

.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label {
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: default!important
}

.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
    -webkit-transition: margin-left .5s;
    -o-transition: margin-left .5s;
    transition: margin-left .5s
}

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
    border-radius: 0 0px 0px 0
}

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
    border-radius: 0px 0 0 0px
}

.bootstrap-switch.bootstrap-switch-focused {
/*     border-color: #66afe9; */
    outline: 0;
/*     -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6); */
/*     box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) */
}

.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px
}

.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px
}
.portlet-fullscreen {
   z-index: 1000;
   margin: 0;
   position: fixed;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   width: 100%;
   height: 100% ;
   padding:0;
}
/*多视图*/
ul.nav-tabs.multiView{
	margin-bottom:0;
}
.nav-tabs.multiView>li>a{
	padding-top:10px;
	padding-right: 5px;
}
.nav-tabs.multiView>li.active>a{
	padding-top:10px;
}
.nav-tabs.multiView > li{
	cursor:pointer;
}
.unieap .nav-tabs.multiView > li:first-child{
      margin-left: 12px;
}
.unieap div[nui-page-load].multiViewPane{
	height:calc(100vh - 130px)
}
.unieap .page-content.top-menu  div[nui-page-load].multiViewPane{
	height:calc(100vh - 165px)
}
.psd-breadcrumb.multiViewBreadcrumb{
	height: 27px;
	padding: 0 0px 0px 5px;
	width:90%;
	display: inline-block;
}
body>div.unieap{
	height:calc(100vh);
}
.refresh-btn{
	float:right;
	font-size: 16px;
	cursor:pointer;
}
.refresh-btn:hover{
	color: #1FB1EA;
}
.multiViewBanner{
	background-color: #f5f6f6;
	    margin: 0 -10px;
    padding: 0 10px;
}
.multiViewPopupMenu li.popupMenuItem{
	padding: 5px 18px;
    margin: 0;
    clear: both;
    font-size: 12px;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.65);
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    line-height: 16px;
    min-width: 80px;
}
.multiViewPopupMenu li.popupMenuItem:hover{
	background-color: #e6f7ff;	
}
.multiViewPopupMenu li.popupMenuItem i.icon{
	padding-right: 5px;
}
ul.multiViewPopupMenu{
	border:none;
	-webkit-transition: all .3s;
    transition: all .3s;
    outline: none;
    list-style-type: none;
    padding: 4px 0;
    margin: 0;
    text-align: left;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    background-clip: padding-box;
}
div.unieap.ui-tooltip {
  height:auto;
  overflow-x: hidden;
}
/* div[declaredclass="unieapdiv"]{ */
/* 	overflow-y:auto;  */
/* } */
div.dialog-mask{
	display: flex !important;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 299;
}