/*This code may not be distributed without express written/typed permission by Gopal Othayoth (cerebraldatabank@gmail.com).*/
/*The GoGo CSS Class Library was made by Gopal Othayoth (cerebraldatabank@gmail.com). All rights reserved.*/
body {
  background-color: red;
  color: black;
  font-family: Verdana, sans-serif;
}
button {
    background-color: #CCCCCC;
    border-style: none;
    border-radius: 4px;
    padding: 15px 25px;
    font-size: 16px;
    display: inline-block;
    font-family: sans-serif;
    color: #000000;
    box-shadow: 0px 4px 0px 0px #AAAAAA;
    cursor: pointer;
  }
button:hover {
    background-color: #BBBBBB;
    border-style: none;
    border-radius: 4px;
    padding: 15px 25px;
    font-size: 16px;
    display: inline-block;
    font-family: sans-serif;
    color: #000000;
    box-shadow: 0px 4px 0px 0px #999999;
    cursor: pointer;
  }
button:active {
    background-color: #CCCCCC;
    border-style: none;
    border-radius: 4px;
    padding: 15px 25px;
    font-size: 16px;
    display: inline-block;
    font-family: sans-serif;
    color: #000000;
    box-shadow: none;
    transform: translateY(4px);
    cursor: pointer;
  }
button:disabled {
    background-color: #CCCCCC;
    border-style: none;
    border-radius: 4px;
    padding: 15px 25px;
    font-size: 16px;
    display: inline-block;
    font-family: sans-serif;
    color: #FFFFFF;
    box-shadow: 0px 4px 0px 0px #AAAAAA;
    cursor: not-allowed;
    opacity: 0.6;
  }
.gogo-blue-btn {
    background-color: #0099FF;
    border-style: none;
    border-radius: 4px;
    padding: 15px 25px;
    font-size: 16px;
    display: inline-block;
    font-family: sans-serif;
    color: #FFFFFF;
    box-shadow: 0px 4px 0px 0px #005BAB;
    cursor: pointer;
  }
.gogo-blue-btn:hover {
    background-color: #0088EE;
    border-style: none;
    border-radius: 4px;
    padding: 15px 25px;
    font-size: 16px;
    display: inline-block;
    font-family: sans-serif;
    color: #FFFFFF;
    box-shadow: 0px 4px 0px 0px #005BAB;
    cursor: pointer;
  }
.gogo-blue-btn:active {
    background-color: #0088EE;
    border-style: none;
    border-radius: 4px;
    padding: 15px 25px;
    font-size: 16px;
    display: inline-block;
    font-family: sans-serif;
    color: #FFFFFF;
    box-shadow: none;
    transform: translateY(4px);
    cursor: pointer;
  }
.gogo-blue-btn:disabled {
    background-color: #0099FF;
    border-style: none;
    border-radius: 4px;
    padding: 15px 25px;
    font-size: 16px;
    display: inline-block;
    font-family: sans-serif;
    color: #FFFFFF;
    box-shadow: 0px 4px 0px 0px #005BAB;
    cursor: not-allowed;
    opacity: 0.6;
  }
.gogo-dtl-blue-btn {
    background: linear-gradient(to bottom, #0099FF, #0088EE);
    border: 1px solid #005BAB;
    border-radius: 4px;
    font-family: sans-serif;
    color: #FFFFFF;
    cursor: pointer;
    padding: 15px 25px;
    font-size: 16px;
    box-shadow: inset 0px 1px 0px 0px #00CCFF;
  }
.gogo-dtl-blue-btn:hover {
    background: linear-gradient(to bottom, #0088EE, #0099FF);
    border: 1px solid #005BAB;
    border-radius: 4px;
    font-family: sans-serif;
    color: #FFFFFF;
    cursor: pointer;
    padding: 15px 25px;
    font-size: 16px;
    box-shadow: inset 0px 1px 0px 0px #00CCFF;
  }
.gogo-dtl-blue-btn:active {
    background: linear-gradient(to bottom, #0088EE, #0099FF);
    border: 1px solid #005BAB;
    border-radius: 4px;
    font-family: sans-serif;
    color: #FFFFFF;
    cursor: pointer;
    padding: 15px 25px;
    font-size: 16px;
    box-shadow: inset 0px 1px 0px 0px #00CCFF;
    transform: translateY(2px);
  }
.gogo-dtl-blue-btn:disabled {
    background: linear-gradient(to bottom, #0099FF, #0088EE);
    border: 1px solid #005BAB;
    border-radius: 4px;
    font-family: sans-serif;
    color: #FFFFFF;
    cursor: not-allowed;
    padding: 15px 25px;
    font-size: 16px;
    box-shadow: inset 0px 1px 0px 0px #00CCFF;
    opacity: 0.6;
  }
.gogo-dtl-green-btn {
    background: linear-gradient(to bottom, #00DD00, #00CC00);
    border: 1px solid #008800;
    border-radius: 4px;
    font-family: sans-serif;
    color: #FFFFFF;
    cursor: pointer;
    padding: 15px 25px;
    font-size: 16px;
    box-shadow: inset 0px 1px 0px 0px #00CCFF;
  }
.gogo-dtl-green-btn:hover {
    background: linear-gradient(to bottom, #00DD00, #00CC00);
    border: 1px solid #008800;
    border-radius: 4px;
    font-family: sans-serif;
    color: #FFFFFF;
    cursor: pointer;
    padding: 15px 25px;
    font-size: 16px;
    box-shadow: inset 0px 1px 0px 0px #00CCFF;
  }
.gogo-dtl-green-btn:active {
    background: linear-gradient(to bottom, #00DD00, #00CC00);
    border: 1px solid #006600;
    border-radius: 4px;
    font-family: sans-serif;
    color: #FFFFFF;
    cursor: pointer;
    padding: 15px 25px;
    font-size: 16px;
    box-shadow: inset 0px 1px 0px 0px #00CCFF;
    transform: translateY(2px);
  }
.gogo-dtl-green-btn:disabled {
    background: linear-gradient(to bottom, #0099FF, #0088EE);
    border: 1px solid #005BAB;
    border-radius: 4px;
    font-family: sans-serif;
    color: #FFFFFF;
    cursor: not-allowed;
    padding: 15px 25px;
    font-size: 16px;
    box-shadow: inset 0px 1px 0px 0px #00CCFF;
    opacity: 0.6;
  }

kbd {
    background: linear-gradient(to bottom, #EEEEEE, #DDDDDD);
    border: 1px solid #666666;
    border-radius: 4px;
    box-shadow: 0px 2px 2px 0px #333333;
    padding: 3px 5px;
    font-family: sans-serif;
  }
.gogo-element-kbd {
    background: linear-gradient(to bottom, #EEEEEE, #DDDDDD);
    border: 1px solid #666666;
    border-radius: 4px;
    box-shadow: 0px 2px 2px 0px #333333;
    padding: 3px 5px;
    font-family: sans-serif;
  }
.gogo-menubaritem {
    height: 46px;
    width: 100px;
    background: #333333;
    border: none;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
  }
.gogo-menubaritem-selected {
    height: 46px;
    width: 100px;
    background: #222222;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 4px solid #00FF00;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
  }
.gogo-modal {
    position: absolute;
    top: 10px;
    left: calc(50% - 250px);
    z-index: 200;
    width: 500px;
    height: 250px;
    display: none;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-shadow: 0px 2px 2px 2px #AAAAAA;
  }
.gogo-modal-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 199;
    width: 100%;
    height: 100%;
    margin: 0;
    border: none;
    background: rgba(0, 0, 0, 0.5);
    display: none;
  }
.gogo-close {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #333333;
    font-size: 20px;
    font-weight: bolder;
    cursor: pointer;
  }
.gogo-green-terminal-btn {
    background: #000000;
    border: 4px solid #00FF00;
    color: #00FF00;
    font-weight: bolder;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
  }
.gogo-green-terminal-btn:hover {
    background: #00FF00;
    border: 4px solid #00FF00;
    color: #000000;
    font-weight: bolder;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
  }
.gogo-green-terminal-btn:active {
    background: #00FF00;
    border: 4px solid #00FF00;
    color: #000000;
    font-weight: bolder;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    transform: translateY(2px);
  }
.gogo-green-terminal-btn:disabled {
    background: #000000;
    border: 4px solid #008800;
    color: #008800;
    font-weight: bolder;
    border-radius: 0;
    box-shadow: none;
    cursor: not-allowed;
  }
.gogo-green-terminal-input-text {
    background: #000000;
    border: 4px solid #00FF00;
    color: #00FF00;
    padding: 5px;
    width: 250px;
    height: 50px;
    border-radius: 4px;
    font-size: 20px;
  }
  #modal-window {
      position: absolute;
      top: 10px;
      left: calc(50% - 250px);
      z-index: 200;
      width: 500px;
      height: 350px;
      background: #FFFFFF;
      border: 1px solid #CCCCCC;
      border-radius: 4px;
      box-shadow: 0px 2px 2px 2px #AAAAAA;
    }
    #modal-window, #modal-header, #modal-body {
      margin-left: 10px !important;  
    }
    #modal-bg {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 199;
      width: 100%;
      height: 100%;
      margin: 0;
      border: none;
      background: rgba(255, 255, 255, 0.4);
      -webkit-filter: blur(5px);

    }
    #close {
      font-weight: bolder;
      position: absolute;
      top: 5px;
      right: 5px;
      font-size: 15px;
      cursor: pointer;
    }
