html,body {
    height:100%;
}

body {
    background-image: url("images/body_bg.jpg");
    background: url(images/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    background-color: #a8e3e8;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    font-size:20px;
}

.score_image {
  height: 60px;
}

.score_points {
    font-size: 30px;
    padding-left:5px;
}

.command_txt {

}

.col-width-lg {
  width: 260px;
}

.col-width-sm {
  width: 80px;
}

.height_100_percent {
    height:100%;
}

.min-height-100-percent {
    min-height:100%;
}


.height_95_percent {
    height:95%;
}

.height_90_percent {
    height:90%;
}

.bg_panel {
   background-image: url("images/bg.png");
   background-size: 100% 100%;
}

.bg_rows {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6c48d+0,dbae6e+100 */
  background: #e6c48d; /* Old browsers */
  background: -moz-linear-gradient(top, #e6c48d 0%, #dbae6e 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e6c48d 0%,#dbae6e 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e6c48d 0%,#dbae6e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6c48d', endColorstr='#dbae6e',GradientType=0 ); /* IE6-9 */
  border-style: solid;
  border-color: #f8ebc7;
  border-width: 5px;
}

.rps_rows {
    border-radius: 15px;
    margin-top:10px;
}

.panel-padding {
  padding-top: 20px;
  padding-left: 65px;
  padding-right: 65px
}

/*
@media (min-width: 1024px ) {
  .panel-padding {
    padding-top: 65px;
  }
}
*/

.vs-container {
    background-color: #febc26;
    position: relative;
    border: 2px solid #FFF;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    border-radius: 20px;
    border-color: #ffe557;
}

.vs-container.player0 {
    background-color: #83d132;
    border-color: #d3f073;
}

.game-over-container {
    background-image: url(images/game_over.png);
    background-size: 100% 100%;
    width: 479px;
    height: 524px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.modal_panel {
    background-image: url(images/panel.png);
    background-size: 100% 100%;
    width: 479px;
    height: 400px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.panel_title {
    margin-top: -50px;
    margin-bottom: 5px;
}

.form-style-3 {
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
}

.form-style-3 input[type=text] {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #5eb51e;
    outline: 0;
    color: #000;
    padding: 0 8px 0 8px;
    box-shadow: inset 1px 1px 4px #ffd5e7;
    -moz-box-shadow: inset 1px 1px 4px #ffd5e7;
    -webkit-box-shadow: inset 1px 1px 4px #ffd5e7;
    background: #d3f074;
    vertical-align: bottom;
    /*width: 50%;*/
    height: 69px;
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
}

.vertical-align-bottom {
    vertical-align: bottom;
}

.state_image {
  margin-left: -50px;
  margin-top: -10px;
  width: 100px;
  height: 100px;
}

.thumbnail2 {
    position: relative;
    border: 2px solid #FFF;
    background-color: transparent;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.pthumb {
    width: 50px;
    height: 50px;
}

.pthumb-players {
    background-color: #6d9cef;
}

.characters-display {
    width: 50px;
    float:  left;
    margin: 10px;
}

.you {
    float: right;
    padding: 2px;
    background-color: #83d132;
    border-color: #d3f073;
    border-style:solid;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
