@charset "UTF-8";
/* line 7, ../../styles/components/animate.scss */
.animate {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* line 11, ../../styles/components/animate.scss */
.rotate-infinite {
  animation: rotate-infinite 2s infinite;
  -webkit-animation: rotate-infinite 2s infinite;
  -webkit-transform-origin: 50% 50%;
}

/* Animation Rotate Infinite */
@-webkit-keyframes rotate-infinite {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate-infinite {
  from {
    transform: rotate(0deg);
    transform-origin: 50% 50%;
  }
  to {
    transform: rotate(360deg);
    transform-origin: 50% 50%;
  }
}
/* line 7, ../../styles/ctg-animate.scss */
.btn,
.nav a,
.nav ul,
.nav li,
.close,
.pagination a,
.form-wrap.ng-hide-add,
.form-wrap.ng-hide-remove {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* line 22, ../../styles/ctg-animate.scss */
.flashing {
  animation: flashing 5s;
  -webkit-animation: flashing 5s;
}

@-webkit-keyframes flashing {
  0% {
    background: #fffdd6;
  }
  20% {
    background: #fff;
  }
  40% {
    background: #fffdd6;
  }
  60% {
    background: #fff;
  }
  80% {
    background: #fffdd6;
  }
  80% {
    background: #fff;
  }
}
@keyframes flashing {
  0% {
    background: #fffdd6;
  }
  20% {
    background: #fff;
  }
  40% {
    background: #fffdd6;
  }
  60% {
    background: #fff;
  }
  80% {
    background: #fffdd6;
  }
  80% {
    background: #fff;
  }
}
/* line 69, ../../styles/ctg-animate.scss */
.gly-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 8, ../../styles/ctg-theme.scss */
body {
  color: #666;
  font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti, "Microsoft YaHei";
}

/* 左侧导航栏 */
/* line 14, ../../styles/ctg-theme.scss */
.sidebar-left {
  position: fixed;
  top: 0;
  z-index: 20;
  background: #2f4050;
  width: 180px;
  min-height: 100%;
  box-shadow: 2px 0 3px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  /* 左侧Logo */
}
/* line 39, ../../styles/ctg-theme.scss */
.sidebar-left .branding {
  background: #1c6ec7;
  height: 40px;
  padding: 1px 0 0;
  width: 180px;
}
/* line 45, ../../styles/ctg-theme.scss */
.sidebar-left .branding a {
  display: block;
  margin: 3px 0 0 20px;
  background: url("../images/logo.png") no-repeat;
  text-indent: -999em;
  height: 100%;
}
/* line 54, ../../styles/ctg-theme.scss */
.sidebar-left nav {
  width: 180px;
}
/* line 58, ../../styles/ctg-theme.scss */
.sidebar-left .toggle-sidemenu {
  position: fixed;
  color: #d2e2f4;
  cursor: pointer;
  background: #3787dd;
  left: 160px;
  top: 4px;
  height: 30px;
  width: 30px;
  padding-left: 5px;
  line-height: 30px;
  border-radius: 5px 0 0 5px;
}
/* line 71, ../../styles/ctg-theme.scss */
.sidebar-left .toggle-sidemenu .fa {
  margin-top: 7px;
}
/* line 74, ../../styles/ctg-theme.scss */
.sidebar-left .toggle-sidemenu .fa-angle-double-right {
  display: none;
}
/* line 78, ../../styles/ctg-theme.scss */
.sidebar-left .toggle-sidemenu:hover {
  width: 35px;
  left: 155px;
  overflow: hidden;
}
/* line 84, ../../styles/ctg-theme.scss */
.sidebar-left .sidebar-menu {
  border-top: 5px solid #243644;
}
/* line 87, ../../styles/ctg-theme.scss */
.sidebar-left .sidebar-menu a, .sidebar-left .sidebar-menu .no-link {
  color: #c3ccdb;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 93, ../../styles/ctg-theme.scss */
.sidebar-left .sidebar-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 98, ../../styles/ctg-theme.scss */
.sidebar-left .sidebar-menu li {
  background: #2f4050;
}
/* line 101, ../../styles/ctg-theme.scss */
.sidebar-left .sidebar-menu li i {
  color: #a7b1c2;
  width: 25px;
  font-size: 14px;
  margin-right: 10px;
  text-align: center;
}
/* line 108, ../../styles/ctg-theme.scss */
.sidebar-left .sidebar-menu li a:after, .sidebar-left .sidebar-menu li .no-link:after {
  float: right;
  margin: 2px 0 0;
  content: '\f013';
  font-size: 12px;
  font-family: "FontAwesome";
  color: #c6c6c6;
}
/* line 116, ../../styles/ctg-theme.scss */
.sidebar-left .sidebar-menu li .no-link {
  position: relative;
  display: block;
  padding: 10px 15px;
}
/* line 122, ../../styles/ctg-theme.scss */
.sidebar-left .sidebar-menu > li:hover {
  background: #11191f;
}
/* line 124, ../../styles/ctg-theme.scss */
.sidebar-left .sidebar-menu > li:hover a {
  background: transparent;
}
/* line 128, ../../styles/ctg-theme.scss */
.sidebar-left .sidebar-menu li.menu-open {
  background: transparent;
}
/* line 131, ../../styles/ctg-theme.scss */
.sidebar-left .sidebar-menu li.menu-open > a, .sidebar-left .sidebar-menu li.menu-open > .no-link {
  background: #1d2933;
  color: #fff;
}
/* line 134, ../../styles/ctg-theme.scss */
.sidebar-left .sidebar-menu li.menu-open > a i, .sidebar-left .sidebar-menu li.menu-open > .no-link i {
  color: #fff;
}
/* line 138, ../../styles/ctg-theme.scss */
.sidebar-left .sidebar-menu li.menu-open ul li {
  opacity: 1;
}
/* line 142, ../../styles/ctg-theme.scss */
.sidebar-left .sidebar-menu li.toggle-sidemenu {
  cursor: pointer;
  background: #efefef;
}
/* line 145, ../../styles/ctg-theme.scss */
.sidebar-left .sidebar-menu li.toggle-sidemenu i {
  margin: 5px 0 5px 15px;
}
/* line 149, ../../styles/ctg-theme.scss */
.sidebar-left .sidebar-menu li ul:before {
  content: ' ';
  display: block;
  margin-top: 5px;
}
/* line 154, ../../styles/ctg-theme.scss */
.sidebar-left .sidebar-menu li ul:after {
  content: ' ';
  display: block;
  margin-top: 5px;
}
/* line 159, ../../styles/ctg-theme.scss */
.sidebar-left .sidebar-menu li ul {
  background: #293846;
  overflow: hidden;
}
/* line 163, ../../styles/ctg-theme.scss */
.sidebar-left .sidebar-menu li ul li {
  border: none;
  font-size: 0.93em;
  padding-left: 27px;
  background: transparent;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 170, ../../styles/ctg-theme.scss */
.sidebar-left .sidebar-menu li ul li a {
  display: block;
  padding: 8px 0;
}
/* line 174, ../../styles/ctg-theme.scss */
.sidebar-left .sidebar-menu li ul li a:hover {
  color: #fff;
}
/* line 177, ../../styles/ctg-theme.scss */
.sidebar-left .sidebar-menu li ul li a:after {
  display: none;
}
/* line 182, ../../styles/ctg-theme.scss */
.sidebar-left .sidebar-menu li ul li.actived {
  background: #2270c5;
}
/* line 184, ../../styles/ctg-theme.scss */
.sidebar-left .sidebar-menu li ul li.actived i {
  color: #fff;
}
/* line 187, ../../styles/ctg-theme.scss */
.sidebar-left .sidebar-menu li ul li.actived a {
  color: #fff;
}

/* 主容器 */
/* line 196, ../../styles/ctg-theme.scss */
.container-fulid {
  margin-left: 180px;
  color: #666;
  /* 子导航收起状态 */
}
/* line 206, ../../styles/ctg-theme.scss */
.container-fulid .header-top {
  padding-left: 180px;
}
/* line 209, ../../styles/ctg-theme.scss */
.container-fulid .header-top .dropdown {
  margin: -3px 0 0 0;
}
/* line 212, ../../styles/ctg-theme.scss */
.container-fulid .header-top .dropdown .btn-link {
  text-decoration: none;
}
/* line 216, ../../styles/ctg-theme.scss */
.container-fulid .header-top .dropdown > .btn-link {
  color: #e6f0fa;
}
/* line 220, ../../styles/ctg-theme.scss */
.container-fulid .header-top .dropdown .dropdown-menu {
  min-width: 80px;
}
/* line 223, ../../styles/ctg-theme.scss */
.container-fulid .header-top .dropdown .dropdown-menu li {
  color: #666;
}
/* line 230, ../../styles/ctg-theme.scss */
.container-fulid .container-inner {
  padding: 40px 20px 0 30px;
  /* 子导航 */
  /* 描述列表 */
  /* 普通列表 */
  /* 表格 */
}
/* line 234, ../../styles/ctg-theme.scss */
.container-fulid .container-inner .sub-navigation {
  position: fixed;
  top: 40px;
  left: 180px;
  width: 160px;
  height: 100%;
  background: #dde2e9;
  border-top: 5px solid #cdd3da;
  z-index: 19;
}
/* line 244, ../../styles/ctg-theme.scss */
.container-fulid .container-inner .sub-navigation .parent-nav-title {
  font-weight: bold;
  padding: 10px 0 9px 29px;
  color: #666;
  border-bottom: 1px solid #f1f1f1;
}
/* line 251, ../../styles/ctg-theme.scss */
.container-fulid .container-inner .sub-navigation .sub-navigation-collapse {
  background: #f2f5fa;
  color: #666;
  height: 40px;
  width: 20px;
  padding-left: 5px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -80px;
  border-radius: 5px 0 0 5px;
  cursor: pointer;
}
/* line 264, ../../styles/ctg-theme.scss */
.container-fulid .container-inner .sub-navigation .sub-navigation-collapse .fa {
  margin-top: 12px;
}
/* line 267, ../../styles/ctg-theme.scss */
.container-fulid .container-inner .sub-navigation .sub-navigation-collapse .fa-angle-double-right {
  display: none;
}
/* line 272, ../../styles/ctg-theme.scss */
.container-fulid .container-inner .sub-navigation .sub-navigation-collapse:hover {
  width: 25px;
}
/* line 276, ../../styles/ctg-theme.scss */
.container-fulid .container-inner .sub-navigation li.actived a {
  background: #cdd3da;
}
/* line 280, ../../styles/ctg-theme.scss */
.container-fulid .container-inner .sub-navigation li a:hover {
  background: #bcc2c9;
}
/* line 284, ../../styles/ctg-theme.scss */
.container-fulid .container-inner .sub-navigation a {
  font-size: 12px;
  color: #666;
}
/* line 289, ../../styles/ctg-theme.scss */
.container-fulid .container-inner .sub-navigation a:before {
  content: '\f0da';
  margin-right: 8px;
  margin-left: 15px;
  font-size: 10px;
  font-family: "FontAwesome";
  color: #c6c6c6;
}
/* line 299, ../../styles/ctg-theme.scss */
.container-fulid .container-inner .page-header {
  margin-top: 10px;
}
/* line 303, ../../styles/ctg-theme.scss */
.container-fulid .container-inner .page-3col {
  margin-left: 160px;
}
/* line 307, ../../styles/ctg-theme.scss */
.container-fulid .container-inner .main-action {
  margin-bottom: 15px;
}
/* line 311, ../../styles/ctg-theme.scss */
.container-fulid .container-inner .form-wrap {
  opacity: 1;
}
/* line 314, ../../styles/ctg-theme.scss */
.container-fulid .container-inner .form-wrap.ng-hide {
  opacity: 0;
}
/* line 319, ../../styles/ctg-theme.scss */
.container-fulid .container-inner .summary-list {
  border: 1px solid #f1f1f1;
  border-right: none;
}
/* line 326, ../../styles/ctg-theme.scss */
.container-fulid .container-inner .summary-list .row {
  margin: 0;
}
/* line 327, ../../styles/ctg-theme.scss */
.container-fulid .container-inner .summary-list .summary-title, .container-fulid .container-inner .summary-list .summary-body {
  height: 40px;
  font-size: 13px;
  line-height: 40px;
  padding: 0 0 0 30px;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
/* line 335, ../../styles/ctg-theme.scss */
.container-fulid .container-inner .summary-list .summary-title {
  background: #f8f8f8;
  padding: 0;
  text-align: center;
}
/* line 340, ../../styles/ctg-theme.scss */
.container-fulid .container-inner .summary-list button {
  margin-left: 10px;
}
/* line 343, ../../styles/ctg-theme.scss */
.container-fulid .container-inner .summary-list input.inline-edit {
  height: 31px;
  border: 0;
  border-bottom: 1px solid #c3ccdb;
  background: transparent;
}
/* line 349, ../../styles/ctg-theme.scss */
.container-fulid .container-inner .summary-list input.inline-edit:focus {
  outline: 0;
}
/* line 355, ../../styles/ctg-theme.scss */
.container-fulid .container-inner .list {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 361, ../../styles/ctg-theme.scss */
.container-fulid .container-inner .list li {
  margin: 0 0 10px 0;
}
/* line 364, ../../styles/ctg-theme.scss */
.container-fulid .container-inner .list li span {
  margin: 0 10px 0 0;
}
/* line 372, ../../styles/ctg-theme.scss */
.container-fulid .container-inner .table .grey {
  color: #bbb;
}
/* line 375, ../../styles/ctg-theme.scss */
.container-fulid .container-inner .table .red {
  color: #d9534f;
}
/* line 380, ../../styles/ctg-theme.scss */
.container-fulid .container-inner .table .action-confirm .loading {
  vertical-align: middle;
}
/* line 386, ../../styles/ctg-theme.scss */
.container-fulid .container-inner .table .rule-node-list span:after {
  content: ',';
}
/* line 389, ../../styles/ctg-theme.scss */
.container-fulid .container-inner .table .rule-node-list span:last-child:after {
  content: '';
}
/* line 392, ../../styles/ctg-theme.scss */
.container-fulid .container-inner .table .rule-node-list span {
  margin: 0 5px 0 0;
}
/* line 397, ../../styles/ctg-theme.scss */
.container-fulid .container-inner .table .more-action {
  min-width: 100px !important;
}
/* line 402, ../../styles/ctg-theme.scss */
.container-fulid .container-inner .button-wrap {
  padding: 10px 0 0;
  border-top: 1px solid #f1f1f1;
}
/* line 408, ../../styles/ctg-theme.scss */
.container-fulid .container-inner .form-group .input-sm {
  width: 100px;
}
/* line 414, ../../styles/ctg-theme.scss */
.container-fulid .container-inner .main-wrap .panel {
  cursor: pointer;
  background: #f9fafc;
  margin-bottom: 10px;
}
/* line 418, ../../styles/ctg-theme.scss */
.container-fulid .container-inner .main-wrap .panel h5 {
  padding: 5px 0 5px 0;
  border-bottom: 1px solid #eee;
  margin-top: -5px;
}
/* line 423, ../../styles/ctg-theme.scss */
.container-fulid .container-inner .main-wrap .panel :hover {
  background: #f7f7f7;
}
/* line 428, ../../styles/ctg-theme.scss */
.container-fulid .container-inner .main-wrap .panel ul li p {
  color: #0066cc;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: -5px;
}
/* line 443, ../../styles/ctg-theme.scss */
.container-fulid .hide-sub-nav.container-inner .sub-navigation {
  transform: translateX(-160px);
}
/* line 446, ../../styles/ctg-theme.scss */
.container-fulid .hide-sub-nav.container-inner .sub-navigation .sub-navigation-collapse {
  right: -20px;
  background: #3f5468;
  color: #fff;
  border-radius: 0 5px 5px 0;
}
/* line 452, ../../styles/ctg-theme.scss */
.container-fulid .hide-sub-nav.container-inner .sub-navigation .sub-navigation-collapse .fa-angle-double-left {
  display: none;
}
/* line 455, ../../styles/ctg-theme.scss */
.container-fulid .hide-sub-nav.container-inner .sub-navigation .sub-navigation-collapse .fa-angle-double-right {
  display: block;
}
/* line 460, ../../styles/ctg-theme.scss */
.container-fulid .hide-sub-nav.container-inner .sub-navigation .sub-navigation-collapse:hover {
  width: 25px;
  right: -25px;
  padding-left: 10px;
}
/* line 467, ../../styles/ctg-theme.scss */
.container-fulid .hide-sub-nav.container-inner .page-3col {
  margin-left: 0;
}

/* 模态框 */
/* line 476, ../../styles/ctg-theme.scss */
.modal-dialog .modal-footer .loading {
  vertical-align: middle;
}

/* line 483, ../../styles/ctg-theme.scss */
.hide-nav .sidebar-left {
  width: 58px;
}
/* line 487, ../../styles/ctg-theme.scss */
.hide-nav .sidebar-left .branding a {
  margin-left: 16px;
  width: 35px;
}
/* line 495, ../../styles/ctg-theme.scss */
.hide-nav .sidebar-left .sidebar-menu li i {
  margin-right: 15px;
}
/* line 500, ../../styles/ctg-theme.scss */
.hide-nav .sidebar-left .sidebar-menu li ul li {
  padding-left: 14px;
}
/* line 507, ../../styles/ctg-theme.scss */
.hide-nav .sidebar-left .toggle-sidemenu {
  color: #d2e2f4;
  background: #1c6ec7;
  left: 58px;
  width: 20px;
  border-radius: 0 5px 5px 0;
  padding-left: 5px;
}
/* line 515, ../../styles/ctg-theme.scss */
.hide-nav .sidebar-left .toggle-sidemenu .fa-angle-double-right {
  display: block;
}
/* line 518, ../../styles/ctg-theme.scss */
.hide-nav .sidebar-left .toggle-sidemenu .fa-angle-double-left {
  display: none;
}
/* line 523, ../../styles/ctg-theme.scss */
.hide-nav .sidebar-left .toggle-sidemenu:hover {
  width: 25px;
  padding-left: 10px;
}
/* line 529, ../../styles/ctg-theme.scss */
.hide-nav .container-fulid {
  margin-left: 58px;
}
/* line 532, ../../styles/ctg-theme.scss */
.hide-nav .container-fulid .header-top {
  padding-left: 58px;
}
/* line 536, ../../styles/ctg-theme.scss */
.hide-nav .container-fulid .container-inner .sub-navigation {
  left: 58px;
}

/* 登陆页面 */
/* line 544, ../../styles/ctg-theme.scss */
.login-bg {
  background: url("../images/login-bg.jpg") no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
/* line 554, ../../styles/ctg-theme.scss */
.login-bg .login-wrap {
  width: 450px;
  height: 330px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -175px 0 0 -195px;
}
/* line 562, ../../styles/ctg-theme.scss */
.login-bg .login-wrap .logo {
  text-align: center;
}
/* line 566, ../../styles/ctg-theme.scss */
.login-bg .login-wrap .login-box {
  background: rgba(255, 255, 255, 0.3);
  margin-top: 20px;
  padding: 35px 75px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
/* line 575, ../../styles/ctg-theme.scss */
.login-bg .login-wrap .login-box .input-group {
  margin-bottom: 10px;
}
/* line 578, ../../styles/ctg-theme.scss */
.login-bg .login-wrap .login-box .input-group input {
  width: 250px;
  background: rgba(31, 80, 121, 0.3);
  color: #fff;
  border: none;
}
/* line 585, ../../styles/ctg-theme.scss */
.login-bg .login-wrap .login-box .input-group input:focus {
  background: rgba(31, 80, 121, 0.5);
}
/* line 590, ../../styles/ctg-theme.scss */
.login-bg .login-wrap .login-box .input-group-addon {
  width: 50px;
  background: rgba(31, 80, 121, 0.4);
  color: #fff;
  border: none;
}
/* line 597, ../../styles/ctg-theme.scss */
.login-bg .login-wrap .login-box .checkbox {
  margin-left: 20px;
  color: #888;
}
/* line 601, ../../styles/ctg-theme.scss */
.login-bg .login-wrap .login-box .checkbox label {
  color: #666;
  font-size: 12px;
  padding-left: 0;
}
/* line 608, ../../styles/ctg-theme.scss */
.login-bg .login-wrap .login-box .btn {
  border: 1px solid #4479a5;
  background: #4e86b5;
  width: 300px;
  padding: 10px 0;
}
/* line 615, ../../styles/ctg-theme.scss */
.login-bg .login-wrap .login-box .btn:hover {
  background: #418ccb;
}
/* line 619, ../../styles/ctg-theme.scss */
.login-bg .login-wrap .login-box .error-msg {
  text-align: right;
  color: #b14545;
  font-size: 12px;
}

/* Loading */
/* line 629, ../../styles/ctg-theme.scss */
.loading {
  background: url("../images/loading.gif") no-repeat;
  width: 24px;
  height: 24px;
}

/* line 635, ../../styles/ctg-theme.scss */
.loading-sm {
  background: url("../images/loading-sm.gif") no-repeat;
  width: 16px;
  height: 16px;
}

/* line 641, ../../styles/ctg-theme.scss */
.ui-notification {
    width: auto;
    max-width: 300px;
}

/* line 644, ../../styles/ctg-theme.scss */
.ui-notification > .message {
    padding: 5px;
}

/* line 652, ../../styles/ctg-theme.scss */
.tooltip .tooltip-inner {
  background-color: #3787DD;
}

/* line 656, ../../styles/ctg-theme.scss */
.tooltip.top .tooltip-arrow {
  border-top-color: #3787DD;
}

/* line 659, ../../styles/ctg-theme.scss */
.tooltip.top-left .tooltip-arrow {
  border-top-color: #3787DD;
}

/* line 662, ../../styles/ctg-theme.scss */
.tooltip.top-right .tooltip-arrow {
  border-top-color: #3787DD;
}

/* line 665, ../../styles/ctg-theme.scss */
.tooltip.right .tooltip-arrow {
  border-right-color: #3787DD;
}

/* line 668, ../../styles/ctg-theme.scss */
.tooltip.left .tooltip-arrow {
  border-left-color: #3787DD;
}

/* line 672, ../../styles/ctg-theme.scss */
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #3787DD;
}

/* line 679, ../../styles/ctg-theme.scss */
.nav-tooltip {
  margin-left: -120px !important;
}

/* 回到顶部 */
/* line 689, ../../styles/ctg-theme.scss */
.form .multiple-select {
  height: 220px;
}

/* line 693, ../../styles/ctg-theme.scss */
.form .form-group .textarea-height-50 {
  min-height: 50px;
}

/*日期隐藏今天按钮*/
/* line 700, ../../styles/ctg-theme.scss */
.hideToday .datepicker .btn-today {
  display: none;
}

/* 时分组件样式 */
/* line 706, ../../styles/ctg-theme.scss */
.choose-time {
  position: absolute;
  display: inline-block;
  margin-left: 20px;
  margin-top: -16px;
}

/* line 711, ../../styles/ctg-theme.scss */
.choose-time .btn {
  padding: 0;
  line-height: 100%;
}

/* line 715, ../../styles/ctg-theme.scss */
.choose-time .form-control {
  padding: 0 10px;
  height: 24px;
}

/*监控信息 数据指标按钮选中颜色*/
/* line 721, ../../styles/ctg-theme.scss */
.blue-color {
  background: #3787dd;
}
