html{
    height: 100%;
    zoom: 1;
}

body{
  box-sizing: border-box;
  min-height: 100%;
  position: relative;
  margin: 0px;
  padding: 0px;
  padding-bottom: 50px;
  background:#ededed;
  color: #414a51;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
 -webkit-tap-highlight-color: rgba(0,0,0,0);
 -webkit-tap-highlight-color: transparent;
 -webkit-touch-callout: none;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

::-moz-selection { background: #51cbee; }
::selection { background: #51cbee; }

.container{
  position: relative;
  height: 94%;
}

.page-header{
   color: #fff;
   background: -webkit-linear-gradient(#62D0F0,#51cbee);
        background: -o-linear-gradient(#62D0F0,#51cbee);
        background: -moz-linear-gradient(#62D0F0,#51cbee);
        background: linear-gradient(#62D0F0,#51cbee);
   text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
   width: 100%;
   height: 60px;
   text-align: center;
   font-family: 'Ubuntu', sans-serif;
   font-weight: bold;
   font-size: 40px;
   margin: 0;
   line-height: 1.3;
   -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.45);
   -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.45);
   box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.45);
}

.logo{
  float: left;
  height: 60px;
  width: 60px;
  background:#fff;
  color: #51cbee;
}

.logo::before{
  content: "A";
}

.content{
    background: #fff;
    width: 90%;
    max-width: 800px;
    margin: 50px auto;
    border: 1px solid #ededed;
}

.curved{
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
}

textarea{
    min-height: 300px;
    width: 80%;
    margin-left: 10%;
    border: none;
    resize: none;
    background: #ededed;
    outline: none;
    opacity: .6;
}

a{
  color: #51cbee;
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
}

.inner-content{
    height: 100%;
    width: 100%;
    padding: 10px;
}

.clearfix:after {
   content: " ";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.color-container{
  display: inline-block;
  vertical-align: bottom;
}

label, .colorLabel{
  font-size: 20px;
  font-weight: bold;
}

label{
  padding-bottom: 5px;
  display: block;
  text-align: center;
}

p.inner-content{
  padding: 1px 25px;
}

input[type="text"]{
    transition: .1s linear;
    text-align: center;
    border: none;
    background: none;
    border-bottom: 1px solid #d3d3d3;
}


input[type="text"]:focus {
    outline: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset ;
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset,1px 1px 13px 0px #f45c42;
}

button:focus {
    outline:0;
}

.color-picker-input{
  width: 140px;
}

.slider-container{
  width: 100%;
  margin-bottom: 15px;
}

.slider-container input{
  display: inline-block;
}

.slider-container input[type="text"]{
  width: 80px;
}

.slider {
    -webkit-appearance: none;
    width: 80%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #51cbee;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #51cbee;
    cursor: pointer;
}

.centre{
  text-align: center;
}

.btn{
    background: none;
    font-weight: bold;
    cursor: pointer;
    font-size: 18px;
    transition: .2s linear;
    padding: 2px;
    margin:20px auto;
    display:block;
    width: 200px;
    height: 40px;
}

.btn-primary{
  border: 1px solid #51cbee;
  color:#51cbee;
}

.btn-primary:hover{
    background: #51cbee;
    color: #fff;
}

.shadow{
    -webkit-box-shadow: 4px 4px 7px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 4px 4px 7px 0px rgba(0,0,0,0.3);
    box-shadow: 4px 4px 7px 0px rgba(0,0,0,0.3);
    border:1px solid #D8D8D8;
}

ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li{
  display: block;
  padding-bottom: 1px;
}

.example div{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}

.example textarea{
  min-height: 100px !important;
}

.example button{
  margin-top: 5px;
}

.footer{
  height: 40px;
  padding: 10px 0;
  text-align: center;
  background: #191919;
  color: #fff;
  font-size: 16px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.63);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.63);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.63);
}
