body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: transparent;
}

#mainframe {
  z-index: 999999;
  background-color: transparent;
  border: 0px none transparent;
  padding: 0px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

td {
  height: 12px;
}

select.gxp {
  width:100%;
  height: 25px;
}

table.gxp {
  table-layout: fixed;
  width: 450px;
}

/* iFrame real page format*/
iframe.gxp {
    z-index: 1;
    background-color: transparent;
    border: 0px none transparent;
    padding: 0px;
    /*position: fixed;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 470px;
}

.webdemo {
    width: 100%;
    height: 300px;
}

.manual {
    width: 500px;
    height: 500px;  
}

.manual_form {
  height: 400px;
  overflow-y: scroll;
}

label.gxp {
  color: black!important;
}

input.gxp {
  width: 100%;
  padding: 2px 12px;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  height: 25px;
}

button.gxp {
  background-color: #497adb!important;
  color: white!important;
  margin: 10px;
  border: none;
  cursor: pointer;
  width: 20%;
  float: right;
  margin-right: 30px;
  height: 40px;
}

button.gxp :hover {
  opacity: 0.8;
}

.cancelbtn.gxp {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

.imgcontainer.gxp {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

.container.gxp {
  padding: 16px;
  width: auto;
  margin: 0!important;
}

.modal.gxp {
/*  display: none;*/
  display: block;
  position: fixed;
  z-index: 999999; 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.7); 
  padding-top: 60px;
}

.modal-content.gxp {
  background-color: #fefefe;
  margin: 5% auto 15% auto; 
  border: 1px solid #888;
  width: 500px!important;
  height: auto!important;
}

.call.gxp {
  background-color: #fefefe;
  width: auto!important;
  height: auto!important;
}

.close.gxp {
  position: absolute;
  right: 25px;
  /*top: -20px;*/
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.gxp.close:hover,
.gxp.close:focus {
  color: #497adb;
  cursor: pointer;
}

.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

@media screen and (max-width: 300px) {
.gxp.cancelbtn {
     width: 100%;
  }
}

.form-checkbox {
  width: auto !important;
  vertical-align: -5px;
}

.form-textbox {
  margin-top: 5px;
}

td {
  padding: 3px;
}

[name='w_script'] {
  height: 60px!important;
  overflow: hidden;
  width:100%;

}

textarea.gxp {
  width: 100%;
}

#areaPosition {
  display: none;
  /*background:rgba(255,255,255,0.5);*/
}

.fullscreen {
  width: 100%;
  height: 100%;
  position: absolute;
}

#areaControl {
  position: absolute;
  top: 0; 
  height: 35px;
  display:inline-block;
  padding: 5px;
  background-color: #eee;
  z-index: 20;
  cursor: move;
}

#jsonEdit {
  display:none;
}

/* Syntax highlighting for JSON objects */ 
  .json-editor-blackbord 
  {   background: #1c2833;   color: #fff;   font-size: 13px; height:550px;  font-family: Menlo,Monaco,Consolas,"Courier New",monospace; }

  .json-editor-blackbord-small
  {   height:200px;  }

  @media screen and (min-width: 1600px) 
  {   .json-editor-blackbord {     font-size: 14px;   } }

  ul.json-dict, ol.json-array 
  {   list-style-type: none;   margin: 0 0 0 1px;   border-left: 1px dotted #525252;   padding-left: 2em; }

  .json-string 
  {   /*color: #0B7500;*/   /*color: #BCCB86;*/   color: #0ad161; } 

  .json-literal 
  {   /*color: #1A01CC;*/   /*font-weight: bold;*/   color: #ff8c00; } 

  .json-url 
  {   color: #1e90ff; } 

  .json-property 
  {   color: #4fdee5;   line-height: 160%;   font-weight: 500; }  /* Toggle button */ 

  a.json-toggle 
  {   position: relative;   color: inherit;   text-decoration: none;   cursor: pointer; } 

  a.json-toggle:focus 
  {   outline: none; } 

  a.json-toggle:before 
  {   color: #aaa;   content: "\25BC"; /* down arrow */   position: absolute;   display: inline-block;   width: 1em;   left: -1em; } 

  a.json-toggle.collapsed:before 
  {   transform: rotate(-90deg); /* Use rotated down arrow, prevents right arrow appearing smaller than down arrow in some browsers */   -ms-transform: rotate(-90deg);   -webkit-transform: rotate(-90deg); }   /* Collapsable placeholder links */ 

  a.json-placeholder 
  {   color: #aaa;   padding: 0 1em;   text-decoration: none;   cursor: pointer; } 

  a.json-placeholder:hover 
  {   text-decoration: underline; }

  /*
  body {
      margin: 0;
      padding: 0;
      width: 80%;
      margin: 50px auto 100px;
  }
  */
  #json-input {
      display: block;
      width: 100%;
      height: 200px;
  }
  #translate {
      display: block;
      height: 28px;
      margin: 20px 0;
      border-radius: 3px;
      border: 2px solid;
      cursor: pointer;
  }
  #json-display {
      border: 1px solid #000;
      margin: 0;
      padding: 10px 20px;
  }
    
  .json-url {
    color: #1e90ff!important;
  }    