/*
Copyright (c) 2012, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://yuilibrary.com/license/
*/

html {
  background: #eee;
}
body {
  font-family: sans-serif;
  font-weight: normal;
  height: 100%;
}
p {
  font-size: 14px;
}
input[type='button'] {
  -webkit-appearance: none;
}

.centered {
  text-align: center;
}
.hidden {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: darekn(#666666, 30%);
  margin: 0.5em 0;
}

h3 {
  color: #999;
  font-weight:normal;
}
.header {
  color: #333;
  background: #fff;

}
.header h1 {
  margin: 5px 0 5px 10px;
  font-weight: normal;
}
.header .sprite {
  float: left;
  background: transparent url('/public/img/yui_logo_sprite.gif') 0 0;
  width: 80px;
  height: 36px;
}
.header .sprite:hover {
  background-position: 0 -36px;
}

#headerMenu li a {
  color: rgb(177, 177, 177);
}

.menu {
  font-size:0.75em;
  text-transform: uppercase;
  font-weight: bold;
  color: #666;
  text-align: right;
  color: #467FB8;
}
.menu a {
  text-decoration: none;
  
}
.menu ul {
  margin-right:7em;
}
.menu li {
  margin-right:30px;
}
#demo h3 {
  text-transform: uppercase;
  color: darken(#666666, 30%);
  text-align: center;
  font-weight: 500;
  margin: 5px 0;
}
h3 span {
  color: #666666;
  font-weight: 600;
  font-size: 90%;
}
.notice {
  background-color: #1b7ae0;
  color: white;
}
span.notice {
  text-align: left;
  padding: 0.3em 0.5em;
  border-radius: 10px;
  margin: 1em;
}
.delete {
  background-color: #c43c35;
  color: white;
}
.minibutton {
  font-size: 13px;
}
#wrapper {
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #a6a6a6;
}
#controlPanel {
  margin: 0 0 20px;
  border-bottom: 1px solid #eee;
  background: #fafafa;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-weight: bold;
  color: #666666;
}
.cell {
  padding: 10px;
  min-height: 4.2em;
  text-transform: uppercase;
  font-size: 75%;
}
.cell li {
  text-transform: none;
  line-height: 1.5em;
  padding-top: 5px;
}
.cell label {
  margin: 0 10px 10px 0;
  font-size: 100%;
}

.cell small {
  font-weight: normal;
}
.cell input[type="text"] {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #d9d9d9;
  padding: 5px;
  width: 3.3em;
}

.cell input,
textarea,
select {
  margin-top: 6px;
}

.media-query-input {
  width:3em;
  text-align:center;
  border:1px solid #ddd;
  padding: 3px 2px;
  margin-right: 0.5em;
  border-radius: 3px;
}
@media (max-width: 767px) {
  #controlPanel .yui3-u-1-6 {
    width: 50%;
  }
}
.candy {
  background: #0babec;
  color: #ffffff;
  text-transform: none;
  padding: 5px 10px;
  margin: 5px;
  -webkit-text-shadow: -1px 1px 2px #07648a;
  -moz-text-shadow: -1px 1px 2px #07648a;
  text-shadow: -1px 1px 2px #07648a;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 80%;
}
.candy:hover {
  cursor: pointer;
  background: #0987bb;
}
#screen-width {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 25px;
  padding-top: 5px;
  background: #000000;
  color: #ffffff;
  text-align: center;
  font-size: 80%;
  font-weight: bold;
}
#demo > div {
  text-align: center;
}
.demo-unit {
  background: #fff4a5;
  border: 2px solid #d8be00;
  border-left: none;
  margin:5px;
  color: #d8be00;
  padding:2em 0;
  font-size:80%;

}

#demo .demo-unit:first-child {
  border-left:2px solid #d8be00;
}

.y-hidden-phone {
  background: white;
}
.utility-unit {
  border: 1px;
  border-style: solid;
  border-color: #d9d9d9;
  color: #666666;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-weight: bold;
  font-size: 85%;
  padding: 20px 10px;
  margin: 10px;
}

#demo-css {
  -webkit-box-shadow: inset 0 0 5px #666666;
  -moz-box-shadow: inset 0 0 5px #666666;
  box-shadow: inset 0 0 5px #666666;
  background: #f2f2f2;
  font-size: 60%;
  color: #666666;
  height: 300px;
  line-height: 1.8em;
  overflow-y: scroll;
  margin-bottom: 20px;
}

#demo-css pre, .minify {
  text-align: left;
  padding: 2em;
}


#css-toggle {
  text-transform: none;
  color: black;
  padding: 0 15px 0 0;
  line-height: 1.6em;
  margin: 2em 0;
}
#css-toggle span {
  background: #6cc644;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: 2px 5px;
}

p.desc {
  font-size: 80%;
  color: #666666;
  font-weight: bold;
}
.dmq-button[value='Add'] {
  background: #57a957;
  color: #ffffff;
}
.dmq-button[value='Remove'] {
  background: rgb(236, 81, 75);
  color: #ffffff;
}

input[disabled="true"] {
  background:#ddd;
}

.footer {
  margin: 10px 0 30px 0;
}
