/*body*/
body
{
    background: #0C0C0C;
    font-family: Verdana;
    font-size: 12px;
    color: #FFF;
}
b
{
    font-family: Verdana;
    font-size: 12px;
}


/*footer*/
.footer
{
    position: fixed;
    font-size: 10px;
    text-align: center;
    z-index:-100;
    width: 100%;
    bottom: 0px;
    clear: both;
    color:#777;
}

.footer a
{
    color:#777;
    text-decoration: none;
}

/*menu*/
#menu 
{
    background: linear-gradient(0deg, #0C0C0C, #333333);
    box-shadow: 0px 0px 7px 7px #0C0C0C;
    position: fixed;
    z-index: 100;
    height: 20px;
    width: 100%;
    left: 0px;
    top: 0px;
}
#menu select, #menu button 
{
    background: #0C0C0C linear-gradient(0deg, #0C0C0C, #333333);
    color: #FFFFFF;
}
#menu button
{
    height: 20px;
    cursor: pointer;
}

/*pages*/
.login, .signup, .forgot, .events, .lineup, .info, .roster, .sponsors, .inventory, .invoices, .settings
{
    color: #fff;
    float: left;
    width: 500px;
    min-height: 100px;
    margin: 20px;
    background: linear-gradient(195deg, #323236, #323236);
    box-shadow: 1px 1px 3px 3px #0C0C0C;
    border: 0px;
    border-radius: 5px;
}
.login a, .login b, .signup a, .signup b, .forgot a, .forgot b, .events b, .lineup b, .info b, .roster b, .sponsors b, .inventory b, .invoices b, .settings b
{
    font-size: 10px;
    color: #fff;
    text-shadow: 1px 1px #000;
}

/*buttons*/

.icon
{
    cursor: pointer;
    font-size: 20px;
    color: #FFF;
    text-shadow: 1px 1px #000;
    border: none;
    background: none;
    padding:2px;
}

.icontext
{
    padding: 5px;
    cursor: pointer;
    background: #FFF linear-gradient(0deg, #0C0C0C, #333333);
    border: #000 1px solid;
    border-radius: 5px;
    color: #FFF;
    text-shadow: 1px 1px #000;
}

/*files*/
.files
{
    background: #0C0C0C;
    background: rgba(12, 12, 12, 0.5);
    position: absolute;
    z-index: 1000;
    height: 100%;
    width: 100%;
    left: 0px;
    top:0px;
}

/*forms*/
.select, .select:focus
{
    color: #FFF;
    width: 95px;
    height: 20px;
    overflow: hidden;
    border: #000 1px inset;
    border-radius: 5px 5px 0px 0px;
    background: #0C0C0C linear-gradient(0deg, #0C0C0C, #333333);
}
.text, .text:focus
{
    color: #FFF;
    cursor: text;
    resize: none;
    white-space: pre;
    width: 100%;
    height: 20px;
    overflow-wrap: normal;
    overflow: hidden;
    overflow-x: scroll;
    border: #000 1px inset;
    border-radius: 5px 5px 0px 0px;
    background: #0C0C0C linear-gradient(0deg, #0C0C0C, #333333);
}
.text::-webkit-scrollbar {
  display: none;
}

.text {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.number, .number:focus
{
    color: #FFF;
    cursor: text;
    resize: none;
    white-space: pre;
    width: 20px;
    height: 20px;
    overflow-wrap: normal;
    overflow: hidden;
    overflow-x: scroll;
    font-weight: bold;
    border: #000 1px inset;
    background: #0C0C0C linear-gradient(0deg, #0C0C0C, #333333);
}
.number::-webkit-scrollbar {
  display: none;
}

.number {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.textarea, .textarea:focus
{
    color: #FFF;
    cursor: text;
  white-space: pre;
  overflow-wrap: normal;
  overflow-x: scroll;
  border: #000 1px inset;
  border-radius: 5px;
  background: #0C0C0C linear-gradient(0deg, #0C0C0C, #333333);
}

.textarea::-webkit-scrollbar {
  display: none;
}

.textarea {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.eventhandlers::-webkit-scrollbar {
  display: none;
}

.eventhandlers {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

input[type='file']
{
    opacity: 0;
    cursor: pointer;
    top: 660px;
    left: 133px;
    width: 67px;
    height: 23px;
    font-size: 0;
    position: absolute;
}
