* {
  font-size: 14px;
}

::-webkit-scrollbar {
  width: 7px;
  height: 5px;
  background-color: rgba(238,238,238, 0.5);
}
::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0,0,0, 0.4);
}

:invalid {
  border-color: rgba(255, 0, 0, 0.6) !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px inset, rgba(255, 0, 0, 1) 0px 0px 3px !important;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px inset, rgba(255, 0, 0, 1) 0px 0px 3px !important;
  -o-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px inset, rgba(255, 0, 0, 1) 0px 0px 3px !important;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px inset, rgba(255, 0, 0, 1) 0px 0px 3px !important;
}

html, body {
  padding: 0;
  margin: 0;
  overflow: auto;
}

body {
  font-family: 'Myriad Pro', 'Tw Cen MT', Arial, Verdana;
  color: #666666;
  line-height: 1.2;
  margin: 0;
  background: url(../images/oauth_logo.jpg) no-repeat right -50px;
}

header {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 0 3px 0;
  background: rgba(255, 255, 0, 0.25);
  border-bottom: 1px solid rgba(223, 223, 32, 0.75);
  color: #444;
}

a {
  color: #2461AA;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  margin-bottom: 5px;
}

h4 {
  margin-top: 5px;
}

ul, li, input, form {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  margin-left: 1em;
}

pre {
  margin: 0;
}

input, textarea {
  vertical-align: middle;
  margin-right: 5px;
  padding: 2px;
}

input[type='text'] {
  width: auto;
}

input[type='text'],
textarea,
pre {
  margin: 0;
  padding: 5px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 3px 3px #eee inset;
  -moz-box-shadow: 0 3px 3px #eee inset;
  -o-box-shadow: 0 3px 3px #eee inset;
  box-shadow: 0 3px 3px #eee inset;
  outline: none;
  resize: none;
}

input[disabled] {
  background-color: #dfdfdf;
  color: #777;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

#oauth_parameters {
  display: inline-block;
  width: 95%;
}

#oauth_parameters input,
#oauth_parameters select {
  width: 210px;
}

#oauth_parameters h4 {
  margin-bottom: 0;
}

#oauth_parameters .column {
  clear: both;
}

#oauth_parameters .column > span {
  float: left;
}

#oauth_parameters .column > span:first-of-type {
  margin-right: 15px;
  /*width: 50%;*/
}

#oauth_parameters .column input {
  width: 170px;
}

.consumer_secret_container {
  display: none;
}

table {
  font: inherit;
}

table.main {
  width: 100%;
}

table.main .separator-bottom {
  border-bottom: 1px solid #bababa;
}
.scopes img {
  vertical-align: middle;
  margin-top: -5px;
}
#scope{
  width: 97%;
  font-size: 80%;
}
#scopes_container {
  -webkit-box-shadow: inset 0 -5px 5px #ddd, inset 0 5px 5px #ddd;
  -moz-box-shadow: inset 0 -5px 5px #ddd, inset 0 5px 5px #ddd;
  -o-box-shadow: inset 0 -5px 5px #ddd, inset 0 5px 5px #ddd;
  box-shadow: inset 0 -5px 5px #ddd, inset 0 5px 5px #ddd;
  height: 100px;
  overflow: auto;
  margin-bottom: 10px;
  background: rgba(255,255,255,0.5);
}
.scopes div {
  float: left;
  width: 130px;
}
.scopes div, .scopes span {
font-size: 85%;
}
#loading {
  font-family: 'Myriad Pro', 'Tw Cen MT', Arial, Verdana;
  font-size: 150%;
  font-weight: bold;
  color: #bababa;
  text-align:center;
  vertical-align:middle;
  margin-top:3em;
}
.loading {
  display: none;
}

.dataView {
 height: 40px;
 margin-bottom: 5px;
 color: #222;
}

#base_string {
  font-family: monospace;
}
#base_string,
#http_response {
  background-color: rgba(255,255,255,0.5);
  width: 98%;
  overflow: auto;
}
#http_response {
  height: 394px;
}

#http_method {
  vertical-align: middle;
}

#discovery {
  margin-right: -2px;
  margin-top: -5px;
  float: right;
}

#execute {
  height: 42px;
  margin-left: -7px;
  margin-right: 0;
}

#feedUri {
  font-weight: bold;
  width: 74%;
  height: 30px;
}

.nogutter {
  overflow: auto;
  height: 545px;
  border: 1px solid #ccc;
}

#token-steps tr td:nth-child(2) {
  width: 100%;
}
td .panel:last-child {
  margin-bottom: 0;
}
#tokenType {
  color: red;
  font-style:italic;
}

.popupLink {
  font-size: 90%;
}

#postData,
#privKey {
  display: none;
}

textarea.small {
  width: 98%;
  height: 94%;
}

textarea.large {
  width: 98%;
  height: 93%;
}

#ownPrivKey {
  margin-left: 5px;
}

#token_ops {
  display: none;
  border-top: 1px solid #fff;
  margin-top: 5px;
  padding-top: 5px;
}

#token_ops a {
  margin-right: 5px;
}

#token_ops h4 {
  margin: 0 0 5px 0;
}
#gdata-version {
  width: 40px;
}

/* grey panel --------------------------------------------------- */
.panel {
  border: 1px solid #e4e4e4;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  margin: 0px 0 10px 0pt;
  background-color: #eee;
  padding: 12px 10px;
}

.panel h3 {
  font-size: 120%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-shadow: 1px 1px 1px white;
}

.num {
  display: inline;
  vertical-align: middle;
  padding: 4px 7px 3px 7px;
  background-color: #2461aa;
  color: #fff;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  text-shadow: 1px 1px black;
}
.panel ul {
  padding: 0;
  margin: 0;
}

/* token buttons ------------------------------------------------ */
button {
  background: -webkit-gradient(linear, 0% 40%, 0% 70%, from(#F9F9F9), to(#E3E3E3));
  background: -moz-linear-gradient(top, #F9F9F9, #E3E3E3);
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin: 0 8px 0 0;
  color: black;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select:none;
  user-select: none;
  cursor: pointer;
  font-size: 85%;
}
button:not([disabled]):hover {
  border: 1px solid #939393;
}
button:not([disabled]):active {
  background: -webkit-gradient(linear, 0% 40%, 0% 70%, from(#E3E3E3), to(#F9F9F9));
  background: -moz-linear-gradient(top, #E3E3E3, #F9F9F9);
}
button[disabled] {
  color: #ccc;
}
/* -------------------------------------------------------------- */

