@font-face {
 
  font-family: Roboto-Bold;
  src: url("./fonts/Roboto-Regular.ttf");
}
* { touch-action: pan-y; } 
.paginate {
  float: right;
  margin-right: 20px;
  display: inline-block;
  border-radius: 4px;
  padding-left: 0;
  margin-bottom: 20px;
}

.paginate li {
  display: inline;
}

.paginate li:first-child a {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.paginate li:last-child a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.paginate li a {
  position: relative;
  float: left;
  padding: 6px 12px;
  color: black;
  border: 1px solid #DDD;
  margin-left: -1px;
  text-decoration: none;
}

.paginate .active a {
  color: #fff;
  cursor: default;
  background-color: #707377;
  border-color: #707377;
  z-index: 3;
}

.paginate li:not(.active) a:hover {
  background-color: #ddd;
}

.paginate li.disabled a:hover {
  cursor: no-drop;
}

.dialog-size {
  min-width: 500px;
}

.dialog-small-size {
  top: 50%;
  width: 300px;
}

.dialog_content {
  max-height: 400px;
  overflow-y: auto;
  text-align: center;
}


html {
  height: calc(100% - 50px);

}

body {
  height: 100%;

   
 
}
/*index.vue*/
/*index.vue*/
.TitleOne{
  width: 608px;
  height: 32px;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #323233;
}
.TitleTwo{
  width: 608px;
  height: 58px;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #787878;
}



.arrow {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin-left: 5px;
  opacity: 0.66;
}

.arrow.asc {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #fff;
}

.arrow.dsc {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #fff;
}


ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

table img.default:hover,
img.default:hover {
  cursor: auto;
}

.disabled:hover {
  cursor: no-drop;
}

.border-box {
  display: inline-block;
  border: 1px solid #888;
  border-radius: 4px;
}

.block-row {
  height: 30px;
  line-height: 30px;
  background-color: #34495E;
  color: white;
  font-size: 18px;
  padding-left: 20px;
}

.opBar-footer {
  padding: 10px;
  margin-top: -20px;
  height: 56px;
  text-align: right;
}

span.green {
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  background-color: green;
  vertical-align: middle;
}

span.red {
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  background-color: red;
  vertical-align: middle;
}

span.gray {
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  background-color: gray;
  vertical-align: middle;
}
span.alarmDescription-300{
  display: inline-block;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   max-width: 300px;
 }

td.shortMsg-100 { 
  overflow : hidden!important;
  text-overflow : ellipsis!important;
  white-space : nowrap!important;
  max-width : 50px;
}
td.shortMsg-135 {  
  overflow : hidden;
  text-overflow : ellipsis;
  white-space : nowrap;
  max-width : 135px;
}
td.shortMsg-170{
  overflow : hidden;
  text-overflow : ellipsis;
  white-space : nowrap;
  max-width : 170px;
}
td.shortMsg-180 {
  overflow : hidden;
  text-overflow : ellipsis;
  white-space : nowrap;
  max-width : 180px;
}

td.shortMsg-300 {
  overflow : hidden;
  text-overflow : ellipsis;
  white-space : nowrap;
  max-width : 300px;
}

.errInput {
  border: 1px solid red;
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.loadStyle {
  padding-left: 45% !important;
  background-color: white!important;
}
.border {
  border: 2px #c2c3c4 solid;
  max-height: 150px;
  width: 180px;
  overflow: auto;
}
.opBar-head {
  padding: 0.5% 1.5% 0 0;
  height: 56px;
  text-align: right;
  margin-top: -56px;
}
.opBar-head-border{
  text-align: left;
  margin: 0% 1% 1% 1%;
  height:auto;
  border-style: solid;
  border-width: 1px;
  border-color: #d6d6d6;
  padding-top: 1%;
  padding-left: 1%;
  padding-bottom: 0px;
}

.form-box {
  display: inline-block;
  width: 100%;
  height: 30px;
  padding: 5px;
  margin: 10px;
  font-size: 14px;
  line-height: 1.4257143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
/*loading style*/
.loader {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #c4c4c4;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 1.5s linear infinite; /* Safari */
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*end*/

/*  */

.w-50 {
  width: 50px;
}

.w-150 {
  width: 150px;
}

.w-100 {
  width: 100px;
}

.w-200 {
  width: 200px;
}

.w-300 {
  width: 300px;
}

.w-500 {
  width: 500px;
}

.searchBar button{
  margin: 8px 10px;
}

.searchBar input[type="text"] {
    background-image: url('/static/searchicon.png');
    background-position: 5px 4px;
    background-repeat: no-repeat;
    padding-left: 30px;   
}

.searchBar select {
  display: inline-block;
  margin-left: 10px;
}

.modal-box .label-title {
  color: #999;
  font-weight: normal;
  margin-bottom: 5px;
}

.modal-box .label-content {
  min-height: 34px;
  color: black;
  font-weight: normal;
  font-size: 20px;
}

.modal-box {
  margin-bottom: 20px;
  min-height: 55px;
}

.modal-header span.glyphicon-pencil {
  float: right;
}

.modal-header span.glyphicon-pencil:hover {
  cursor: pointer;
}

.btn-borderless {
  background-color: #ededed;
  color: #727272;
  font-size: 18px;
}
.btn-borderless:hover {
  background-color: #d5d5d6;
  color: #727272;
  font-size: 18px;
}
.t-left,
.t-left td,
td.t-left {
  text-align: left;
}

.t-right,
.t-right td,
td.t-right {
  text-align: right;
}


.searchBar {
  height: 50px;
  background-color: #4e4f4f;
  max-width: 98%;
  margin-left:1%;
  border-right:2px solid #f3f3f3;
  border-left:2px solid #f3f3f3;
}

.searchBar input:disabled {
  cursor: not-allowed;
  background-color: #f7f7f7;
  opacity: 1;
}

.glyphicon.warning-icon{
  color: #F0D200;
}

.glyphicon.error-icon{
  color: red;
}

.glyphicon.glyphicon-info-sign {
  margin-right: 10px;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


/*json formatter*/

.json-formatter-row,
.json-formatter-row a,
.json-formatter-row a:hover {
  color: black;
  text-decoration: none;
}

.json-formatter-row .json-formatter-row {
  margin-left: 1rem;
}

.json-formatter-row .json-formatter-children.json-formatter-empty {
  opacity: 0.5;
  margin-left: 1rem;
}

.json-formatter-row .json-formatter-children.json-formatter-empty:after {
  display: none;
}

.json-formatter-row .json-formatter-children.json-formatter-empty.json-formatter-object:after {
  content: "No properties";
}

.json-formatter-row .json-formatter-children.json-formatter-empty.json-formatter-array:after {
  content: "[]";
}

.json-formatter-row .json-formatter-string {
  color: green;
  white-space: pre;
  word-wrap: break-word;
}

.json-formatter-row .json-formatter-number {
  color: blue;
}

.json-formatter-row .json-formatter-boolean {
  color: red;
}

.json-formatter-row .json-formatter-null {
  color: #855A00;
}

.json-formatter-row .json-formatter-undefined {
  color: #ca0b69;
}

.json-formatter-row .json-formatter-function {
  color: #FF20ED;
}

.json-formatter-row .json-formatter-date {
  background-color: rgba(0, 0, 0, 0.05);
}

.json-formatter-row .json-formatter-url {
  text-decoration: underline;
  color: blue;
  cursor: pointer;
}

.json-formatter-row .json-formatter-bracket {
  color: blue;
}

.json-formatter-row .json-formatter-key {
  color: #00008B;
  cursor: pointer;
  padding-right: 0.2rem;
}

.json-formatter-row .json-formatter-constructor-name {
  cursor: pointer;
}

.json-formatter-row .json-formatter-toggler {
  line-height: 1.2rem;
  font-size: 0.7rem;
  vertical-align: middle;
  opacity: 0.6;
  cursor: pointer;
  padding-right: 0.2rem;
}

.json-formatter-row .json-formatter-toggler:after {
  display: inline-block;
  transition: transform 100ms ease-in;
  content: "\25BA";
}

.json-formatter-row > a > .json-formatter-preview-text {
  opacity: 0;
  transition: opacity 0.15s ease-in;
  font-style: italic;
}

.json-formatter-row:hover > a > .json-formatter-preview-text {
  opacity: 0.6;
}

.json-formatter-row.json-formatter-open > .json-formatter-toggler-link .json-formatter-toggler:after {
  transform: rotate(90deg);
}

.json-formatter-row.json-formatter-open > .json-formatter-children:after {
  display: inline-block;
}

.json-formatter-row.json-formatter-open > a > .json-formatter-preview-text {
  display: none;
}

.json-formatter-row.json-formatter-open.json-formatter-empty:after {
  display: block;
}

.json-formatter-dark.json-formatter-row {
  font-family: monospace;
}

.json-formatter-dark.json-formatter-row,
.json-formatter-dark.json-formatter-row a,
.json-formatter-dark.json-formatter-row a:hover {
  color: white;
  text-decoration: none;
}

.json-formatter-dark.json-formatter-row .json-formatter-row {
  margin-left: 1rem;
}

.json-formatter-dark.json-formatter-row .json-formatter-children.json-formatter-empty {
  opacity: 0.5;
  margin-left: 1rem;
}

.json-formatter-dark.json-formatter-row .json-formatter-children.json-formatter-empty:after {
  display: none;
}

.json-formatter-dark.json-formatter-row .json-formatter-children.json-formatter-empty.json-formatter-object:after {
  content: "No properties";
}

.json-formatter-dark.json-formatter-row .json-formatter-children.json-formatter-empty.json-formatter-array:after {
  content: "[]";
}

.json-formatter-dark.json-formatter-row .json-formatter-string {
  color: #31F031;
  white-space: pre;
  word-wrap: break-word;
}

.json-formatter-dark.json-formatter-row .json-formatter-number {
  color: #66C2FF;
}

.json-formatter-dark.json-formatter-row .json-formatter-boolean {
  color: #EC4242;
}

.json-formatter-dark.json-formatter-row .json-formatter-null {
  color: #EEC97D;
}

.json-formatter-dark.json-formatter-row .json-formatter-undefined {
  color: #ef8fbe;
}

.json-formatter-dark.json-formatter-row .json-formatter-function {
  color: #FD48CB;
}

.json-formatter-dark.json-formatter-row .json-formatter-date {
  background-color: rgba(255, 255, 255, 0.05);
}

.json-formatter-dark.json-formatter-row .json-formatter-url {
  text-decoration: underline;
  color: #027BFF;
  cursor: pointer;
}

.json-formatter-dark.json-formatter-row .json-formatter-bracket {
  color: #9494FF;
}

.json-formatter-dark.json-formatter-row .json-formatter-key {
  color: #23A0DB;
  cursor: pointer;
  padding-right: 0.2rem;
}

.json-formatter-dark.json-formatter-row .json-formatter-constructor-name {
  cursor: pointer;
}

.json-formatter-dark.json-formatter-row .json-formatter-toggler {
  line-height: 1.2rem;
  font-size: 0.7rem;
  vertical-align: middle;
  opacity: 0.6;
  cursor: pointer;
  padding-right: 0.2rem;
}

.json-formatter-dark.json-formatter-row .json-formatter-toggler:after {
  display: inline-block;
  transition: transform 100ms ease-in;
  content: "\25BA";
}

.json-formatter-dark.json-formatter-row > a > .json-formatter-preview-text {
  opacity: 0;
  transition: opacity 0.15s ease-in;
  font-style: italic;
}

.json-formatter-dark.json-formatter-row:hover > a > .json-formatter-preview-text {
  opacity: 0.6;
}

.json-formatter-dark.json-formatter-row.json-formatter-open > .json-formatter-toggler-link .json-formatter-toggler:after {
  transform: rotate(90deg);
}

.json-formatter-dark.json-formatter-row.json-formatter-open > .json-formatter-children:after {
  display: inline-block;
}

.json-formatter-dark.json-formatter-row.json-formatter-open > a > .json-formatter-preview-text {
  display: none;
}

.json-formatter-dark.json-formatter-row.json-formatter-open.json-formatter-empty:after {
  display: block;
}
