/*@import "font-awesome.css";
@import "font-awesome-ie7.css";
@import "glyphicons.css";*/

@font-face {
  font-family: 'PressStart2P';
  src: url('../font/PressStart2P.ttf') format('truetype')
}

* {
    font-family: 'PressStart2P', sans-serif;
}

a:visited {
    color: #6B3302;
    text-decoration: none;
}
a {
    color: #6B3302;
    text-decoration: none;
}
a:hover {
    color: #E8BF4E;
    text-decoration: none;
}
hr {
    color: #fff;
}
thead {
    background-color: #6b3302;
    color: #fff;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type="button"]
{
    outline:none;
}
input[type="button"]:focus
{
    outline:none;
}
.btn-primary {
    background-color: #6b3302;
    border-color: #6b3302;
    color: #fff !important;
    /*background-color: #23527C;*/
}
.btn-primary:hover,.btn-primary:focus  {
    background-color: #c68642;
    border-color: #c68642;
    /*background-color: #23527C;*/
}

.btn-info {
    background-color: #c68642;
    border-color: #c68642;
    /*background-color: #23527C;*/
}
.btn-info:hover,.btn-info:focus  {
    background-color: #e0ac69;
    border-color: #e0ac69;
    /*background-color: #23527C;*/
}

.main-container {
    padding-top: 15px;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #e7dcd2;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #6B3302;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #8B5322;
}

::-webkit-scrollbar-button {
    background: #6B3302;
}
::-webkit-scrollbar-button:hover {
    background: #8B5322;
}


.row {
    margin-left: 0px;
    margin-right: 0px;
}
.container {
    padding-left: 0px;
    padding-right: 0px;
}

#main {
    /*padding-bottom: 30px;*/
}
.main-bottom {
    margin-top: 30px;
    /*padding: 15px 5px;*/
}
#main-content {
    padding-top: 15px;
}
.bottombar-element{
    float: left;
    margin-right: 20px;
    color: #fff !important;
    padding: 15px 0px;
}
.bottombar-parrot{
    float: right;
    margin-right: 20px;
    margin-top: 5px;
}
.container-wooden {
    background-color: #E8BF4E;
}
.dark-wood {
    background-color: #6b3302;
    color: #fff;
}
.modal-body {
    text-align: justify;
    font-size: 12px;
    background-color: #E8BF4E;
}
.modal-header {
    border-bottom: none;
}
.modal-footer {
    border-top: none;
}

.login-box {
    width: 400px;
    margin: 100px auto;
    filter: progid: dximagetransform.microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f5f5f5', GradientType=0);
    color: #000;
    overflow: hidden;
}
.login-box h2 {
    color: #646464;
    margin-left: 30px;
    font-family: monaco;
    font-weight: 400
}
.login-box h3 {
    color: #646464;
    margin-left: 30px;
    font-family: monaco;
    font-weight: 400
}
.login-box p {
    margin: 10px 30px;
    font-weight: 400
}
.login-box input[type="text"],
.login-box input[type="password"] {
    border: 1px solid #eee!important;
    color: #aaa;
    border-left: 0!important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.login-box .icons {
    text-align: right;
    margin: 20px 15px
}
.login-box .icons i {
    text-align: right;
    opacity: .2;
    filter: alpha(opacity=20);
    -ms-filter: "alpha(Opacity=20)";
    margin: 0 5px
}
.login-box .icons i:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(Opacity=80)"
}
.login-box .add-on {
    border: 1px solid #eee!important;
    background: #fff;
    margin-left: -10px
}
.login-box .add-on i {
    opacity: .1;
    filter: alpha(opacity=10);
    -ms-filter: "alpha(Opacity=10)"
}
.login-box .remember {
    margin-top: 20px;
    margin-left: 20px;
    float: left
}
.login-box .button-login {
    margin-top: 20px;
    margin-right: 20px;
    float: right
}
.login-box .input-prepend {
    width: 100%;
    text-align: center;
    padding: 15px 0;
}
.login-box .input-prepend-focus {
    width: 100%;
    text-align: center;
    padding: 15px 0;
}

.creation .input-prepend {
    width: 100%;
    text-align: center;
    padding: 15px 0;
}

.avatar_scale_5 .avatar_pixel {
    width: 5px;
    height: 5px;
}
.avatar_scale_4 .avatar_pixel {
    width: 4px;
    height: 4px;
}
.avatar_scale_3 .avatar_pixel {
    width: 3px;
    height: 3px;
}
.avatar_scale_2 .avatar_pixel {
    width: 2px;
    height: 2px;
}
.avatar_scale_1 .avatar_pixel {
    width: 1px;
    height: 1px;
}

@media (max-width: 480px) {
    .hide_for_mobile {
        display: none;
    }
    .bottombar-parrot {
        float: right;
        margin-right: 0px;
    }
}
@media (min-width: 481px) {
    .show_for_mobile {
        display: none;
    }
}

.shine {
    background-color: #0CC;
}
.text-shine {
    background-color: #0CC;
}
.bad {
    color: #C00;
}
.light-text {
    color: #B88F1E;
}