em {
/*  color: red;*/
}

.section { position: relative; margin: 0 auto; width: 100%; overflow: hidden;
}
.section-split { position: relative; margin: 0 auto; width: 700px; overflow: hidden; margin-bottom: 20px; }
.section-lt { position: relative; float: left; width: 304px;  }
.section-rt { position: relative; float: right; width: 304px; }

.toolbar {
  float: left;
  display: inline-block;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
}

.box { background: #CC0033; background: rgba(100, 0, 140, 0.7);
 padding: 8px;
 border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }

td, th {
  border-right: 1px solid #000000;
}

td {
/*  color: #FFF;*/
/*  text-align: center;*/
}

th {
  border-bottom: 1px solid #000000;
/*  background:  rgba(200, 200, 240, 0.8) */
}

.even {
  background: rgba(0, 0, 100, 0.3);
}
.odd {
  background: rgba(0, 100, 100, 0.3);
}

table {
/* background: rgba(40, 0, 0, .5);*/
}

.text { display: block; font-size: 1.2em; color: #17516E;font-family: "Courier", "Courier New"; background: #CC99FF; padding: 12px; margin-bottom: 2px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
}

/*leanModal
 * */
#lean_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
  background: #000;
  display: none;
}

#login {

  width: 404px;
  padding-bottom: 2px;
  display:none;
  background: #FFF;
  border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}

#login-header { background: url(../img/hd-bg.png); padding: 18px 18px 14px 18px; border-bottom: 1px solid #CCC; border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-right-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }

#login-header  h2 { color: #444; font-size: 2em; font-weight: 700; margin-bottom: 3px; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); }
#login-header  p { color: #444; font-size: 1.3em; margin: 0; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); text-shadow: none; }

#login .txt-fld { position: relative; width: 364px; padding: 14px 20px; border-bottom: 1px solid #EEE; text-align: right; }
#login .btn-fld { width: 254px; overflow: hidden; padding: 12px 20px 12px 130px; }

#login .txt-fld label { display: block; float: left; width: 90px; padding-top: 8px; color: #222; font-size: 1.3em; text-align: left;  }
#login .txt-fld input { width: 244px; padding: 8px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; font-size: 1.2em; color: #222; background: #F7F7F7; font-family: "Helvetica Neue"; outline: none; border-top: 1px solid #CCC; border-left: 1px solid #CCC; border-right: 1px solid #E7E6E6; border-bottom: 1px solid #E7E6E6; }
#login .txt-fld input.good_input { background: #DEF5E1 url(../img/good.png) 236px center no-repeat; }
#login .txt-fld input.error_input { background: #FDE0E0; }

/*************************************************************/
/*  Base Button
 * CSS3 GITHUB BUTTONS (Nicolas Gallagher)
 * Licensed under Unlicense
 * http://github.com/necolas/css3-github-buttons
 */
/*************************************************************/

.button {
    position: relative;
    overflow: visible;
    display: inline-block;
    padding: 0.5em 1em;
    border: 1px solid #d4d4d4;
/*    margin: 0 15px 0 0;
 */
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0 #fff;
    font: 11px/normal sans-serif;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    background-color: #ececec;
    background-image: -webkit-linear-gradient(#f4f4f4, #ececec);
    background-image:    -moz-linear-gradient(#f4f4f4, #ececec);
    background-image:      -o-linear-gradient(#f4f4f4, #ececec);
    background-image:         linear-gradient(#f4f4f4, #ececec);
    -moz-background-clip: padding; /* for Firefox 3.6 */
    background-clip: padding-box;
    border-radius: 0.2em;
    /* IE hacks */
    zoom: 1;
    *display: inline;
}
.button:hover,
.button:focus,
.button:active,
.button.active {
    border-color: #3072b3;
    border-bottom-color: #2a65a0;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    color: #fff;
    background-color: #3c8dde;
    background-image: -webkit-linear-gradient(#599bdc, #3072b3);
    background-image:    -moz-linear-gradient(#599bdc, #3072b3);
    background-image:      -o-linear-gradient(#599bdc, #3072b3);
    background-image:         linear-gradient(#599bdc, #3072b3);
}
.button:active,
.button.active {
    border-color: #2a65a0;
    border-bottom-color: #3884cd;
    background-color: #3072b3;
    background-image: -webkit-linear-gradient(#3072b3, #599bdc);
    background-image:    -moz-linear-gradient(#3072b3, #599bdc);
    background-image:      -o-linear-gradient(#3072b3, #599bdc);
    background-image:         linear-gradient(#3072b3, #599bdc);
}
/* overrides extra padding on button elements in Firefox */
.button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.button:disabled,
.button[disabled]{
border: 1px solid #999999;
        background-color: #cccccc;
color: #666666;
}


.button.blue { background-color: #2c6da0; }

/* =============================================================================
   Button icons
   ========================================================================== */

.button.icon:before {
    content: "";
    position: relative;
    top: 1px;
    float: left;
    width: 12px;
    height: 12px;
    margin: 0 0.75em 0 -0.25em;
    background: url(/img/gh-icons.png) 0 99px no-repeat;
}

.button.fork.icon:before { background-position: 0 -144px; }
.button.fork.icon:hover:before,
.button.fork.icon:focus:before,
.button.fork.icon:active:before { background-position: -12px -144px; }

/*************************************************************/
/*  Speed Project Approved
/*************************************************************/

#speedProject {
    position: absolute;
    z-index: 999;
    bottom: 5px;
    right: 270px;
    width: 40px;
    -webkit-transition: all linear .25s;
       -moz-transition: all linear .25s;
         -o-transition: all linear .25s;
            transition: all linear .25s;
}
#speedProject:hover {
    width: 125px;
    right: 240px;
    -webkit-transform: rotate(35deg);
       -moz-transform: rotate(35deg);
         -o-transform: rotate(35deg);
        -ms-transform: rotate(35deg);
            transform: rotate(35deg);
}

/*************************************************************/
/*  Global
/*************************************************************/

a { color: blue; }
/*a:hover { color: blue; }*/
a:visited { color: purple; }

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  color: black;
}
body {
  background: #999 url(/img/bg-linen.jpg); */
  background-size: 100%;
  line-height: 1.131;
  font-size: 90%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: Lucida Grande, Lucida Sans, sans-serif;
/*    color: #222; */
  color: black; 
}

#main {
  width: 100%;
  min-height: 100%;
  position: relative;
}

#header {
  padding-bottom: 5px;
}

#body {
  width: 100%;
  padding-bottom:50px;
}
#footer {
  padding-top: 5px;
  position: absolute;
  bottom:0;
  width: 100%;
  height: 45px;
}

/********************************************************/
/*            login modal                               */
/*******************************************************/

.panel {
    background: rgba(100, 0, 140, 0.7);
    height: 40px;
    padding: 5px;
    opacity: 0.9;
}

.panel select,
.pbutton a:visited,
.pbutton a,
.panel a:visited,
.panel a {
  border: 2px solid #faa;
  color: #aaf;
/*  font-weight: bold;
*/
  font-size: 18px;
  display: block;
  float: right;
    margin-right: 10px;
    padding: 6px 6px;
    text-decoration: none;
 /*   text-shadow: 2px 2px #000; */

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.panel select {
    background: rgba(100, 0, 140, 0.7);
    padding: 4px 3px;
}

.pbutton a {
    float: left;
}

.pbutton a:hover,
.panel a:hover {
    border-color: #aaf;
    opacity: 1;
    color: #f33;
}

.oo {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(51,51,51,0.7);
    z-index: 10;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.4);
    color: #000;
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1;

    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}

#terminal {
    display: block;
    width: calc(100% - 1 px);
    margin: 0 auto;
    padding: 2px;
    height: calc(100% - 19px);
}
#terminal .terminal {
    background-color: #000000;
    color: #fafafa;
    padding: 2px;
    height: calc(100% - 19px);
}
#terminal .terminal:focus .terminal-cursor {
    background-color: #fafafa;
}

