@font-face{
font-family: digi;
src: url(/assets/fonts/BITSUMIS.TTF);
}
body{
margin:0;
padding:0;
line-height: 1.5em;
font-family: digi;
color: white;
background-color: black;
background: url(../../images/background.png);
background-color: black;
background-size:100% ;
background-repeat:no-repeat;
width: 100%;
letter-spacing: 2px;
overflow:hidden;
}

body a{
    color:white;
    text-decoration: none;
    transition: all 1s;
}
body a:hover{
    color:aquamarine;
    letter-spacing: 4px;
    text-decoration: underline;
}
b{font-size: 110%;}
em{color: red;}
@-moz-keyframes buttonAnim{
    from{
        background-color: rgba(63,62,68,0.75);
        background-size: 40%;
        background-position: left;
        padding-left:20px;
        padding-right:20px;
        text-align: left;

    }
    to {
        background-color: rgba(63,62,68,0.95);
        background-size: 100%;
        background-position: center;
        padding-left:20px;
        padding-right:20px;
        text-align: center;
         font-weight: bold;
        
   }
}
@-o-keyframes buttonAnim{
    from{
        background-color: rgba(63,62,68,0.75);
        background-size: 40%;
        background-position: left;
        padding-left:40px;
        text-align: left;

    }
    to {
        background-color: rgba(63,62,68,0.95);
        background-size: 100%;
        background-position: center;
       padding-left:20px;
        padding-right:20px;
        text-align: center;
         font-weight: bold;
   }
}
@-webkit-keyframes buttonAnim{
    from{
        background-color: rgba(63,62,68,0.75);
        background-size: 40%;
        background-position: left;
        padding-left:20px;
        padding-right:20px;
        text-align: left;

    }
    to {
        background-color: rgba(63,62,68,0.95);
        background-size: 100%;
        background-position: center;
        padding-left:20px;
        padding-right:20px;
        text-align: center;
         font-weight: bold;
   }
}
@-ms-keyframes buttonAnim{
    from{
        background-color: rgba(63,62,68,0.75);
        background-size: 40%;
        background-position: left;
        padding-left:40px;
        text-align: left;

    }
    to {
        background-color: rgba(63,62,68,0.95);
        background-size: 100%;
        background-position: center;
        padding-left:20px;
        padding-right:20px;
        text-align: center;
         font-weight: bold;
   }
}
@keyframes buttonAnim{
    from{
        background-color: rgba(63,62,68,0.75);
        background-size: 40%;
        background-position: left;
        padding-left:40px;
        text-align: left;

    }
    to {
        background-color: rgba(63,62,68,0.95);
        background-size: 100%;
        background-position: center;
        padding-left:20px;
        padding-right:20px;
        text-align: center;
         font-weight: bold;
   }
}
.button{
    color:White;
    background-image: url(/images/buttonBack.png);
    margin-top: 7px;
    margin-bottom: 7px;
    background-color: rgba(63,62,68,0.75);
    border: white 1px solid;
    border-radius: 5px;
    background-size: 35px 30px;
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 40px;
    text-align: left;
    min-height: 40px;
    line-height: 38px;
    font-falmily: digi;
    
}
.button:hover{
   -moz-animation: buttonAnim 1s; 
   -ms-animation: buttonAnim 1s; 
   -o-animation: buttonAnim 1s; 
   -webkit-animation: buttonAnim 1s; 
   animation: buttonAnim 1s;
   background-color: rgba(63,62,68,0.95);
   background-size: 100%;
   background-position: center;
   padding-left:20px;
   padding-right:20px;
   text-align: center;
   font-weight: bold;
}
#header{
height: 140px; /*Height of top section*/
padding-bottom:10px;
margin-bottom:10px;
width: 100%;
}
#header_logo{
    margin:20px;
    margin-left:50px;
}
#header_menu{
    font-family: digi;
    margin-left:auto;
    margin-right:auto;
    padding:5px;
    border: 2px solid white;
    border-radius: 10px;
    width:90%;
    text-align: center;
    color: white;
}
#header_menu a{
    font-family: digi;
    color: white;
    font-size:25px;
    
}
#header h1{
margin: 0;
padding-top: 15px;
}
#contentWrapper{
    /*background-color: black;*/
    width:100%;
    margin-top: 20px;
    margin-left:auto;
    margin-right:auto;
}
#middle{
    width:90%;
    margin-left: auto;
    margin-right: auto;
    float:none;
}
#contentMainContainer{
    width:70%;
    float:left;
}
#contentMain{
float:left;
margin:0px 240px 0px 0px;
padding-bottom:30px;
width:100%;
/*max-width: 230px;*/
min-height:1000px;
border: white 2px solid;
border-radius: 10px;
background-color: rgba(63,62,68,0.4);
}
#contentMain * {
    padding: 10px 30px;
}
#contentContainer{
   min-height:960px; 
}
#contentLeftContainer{
    width:13.8%;
    padding-right:20px;
    float:left;
}
#contentLeft{
float: right;
max-width:230px;
min-width: 130px; /*Width of left column*/
min-height:1000px;
border: white 2px solid;
border-radius: 10px;
background-color: rgba(63,62,68,0.75);
overflow: hidden;
    margin-inside: 10px;
    mar
}
#contentLeft * {
    padding: 5px 10px;
}
#loginSmall{
    margin-left:10px;
    margin-top:20px;
    margin-right:10px;       
}
#loginForm{
    border: 1px solid white;
    border-radius:5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(63,62,68,1);
}
#loginTextField{
    width:100%;
    background-color: black;
    color: white;
}
#contentRightContainer{
    width:13.8%;
    padding-left: 20px;
    float:left;
}
#contentRight{
float: left;
max-width:230px;
/*min-width:230px; /*Width of right column*/
min-height:1000px;
border: white 2px solid;
border-radius: 10px;
background-color: rgba(63,62,68,0.75);
overflow: hidden;
}
#TSserver{
   margin-left:5px;
   margin-top:20px;
}
#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}
#footer a{
color: #FFFF80;
}
#accordion{
    margin-left:10px;
    margin-right:10px;
    border:1px solid white;
    border-radius: 5px;
    text-align:center;
    font-family: digi;
    color: white;
}
#accordion a{
    color: white;
    text-decoration: none;
}
#accordion a:visited{
    color: white;
    text-decoration: none;
}
#accordion ol {
        list-style: none;
        border-top: 1px solid #cccccc;
        margin: 0px;
        padding: 0px;
        width: 100%;
        
}
#accordion ol li {
        height: 20px;
        border-bottom: 1px solid #cccccc;
        transition: height 1s ease-in-out;
        -webkit-transition: height 1s ease-in-out;
        -moz-transition: height 1s ease-in-out;
        -ms-transition: height 1s ease-in-out;
        -o-transition: height 1s ease-in-out;    
        overflow: hidden;
        width: 100%;
}

#accordion ol li:last-child {
        border-bottom: 0px;
}
#accordion ol li:hover{
        background: cornflowerblue;
        transition: 1s ease-in-out;
        -webkit-transition: 1s ease-in-out;
        -moz-transition: 1s ease-in-out;
        -ms-transition: 1s ease-in-out;
        -o-transition: 1s ease-in-out; 
}
#accordion ol li:hover {
        height: 150px;
}
#accordion ol li ol li:hover {
        line-height: 30px;
        height: 30px;
}
#accordion ol li ol{
        opacity: 0;
        border: 0px;
        width: 100%;
        max-height: 198px;
        margin: 0px;
        padding: 0px;
        overflow-y: auto;
        transition: all 1s ease-in-out;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;    
}

#accordion ol li:hover ol{
        opacity: 1;            
}
#error {
    margin-top:20px;
    margin-left: 20px;
    font-family: arial;
}
#errorTextArea{
    background-color: rgba(63,62,68,0.85);
    color:white;
}