body,
td,
/* th {
    font-family: Tahoma, Verdana;
    font-size: 10pt;
} */

a:link,a:visited {
    text-decoration: none;
    color: #666666;
}
a:link.btn,a:visited.btn {
    text-decoration: none;
    color: #fff;
}
/* a:visited {
    text-decoration: none;
    color: #666666;
} */
/* a:visited.btn {
    text-decoration: none;
    color: #fff;
} */

a:hover {
    text-decoration: underline;
    color: #666666;
}

a:active {
    text-decoration: none;
    color: #666666;
}

a.sort:link {
    text-decoration: underline;
    color: #666666;
}

a.sort:visited {
    text-decoration: underline;
    color: #666666;
}

a.sort:hover {
    text-decoration: underline;
    color: #666666;
}

a.sort:active {
    text-decoration: none;
    color: #666666;
}

/* sticky footer */

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }
.footer {
    background-color: #f5f5f5;
    /* font-size: 7pt; */
  }
  
  .footer > .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer p {
    font-size: 12px;
  }




.table_border {
    border: 1px dashed #666666;
}

.path_font {
    font-family: "Courier New", Courier, monospace;
}

.banned_font {
    font-size: 9px;
}

.error {
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #FF666A;
    border-bottom-color: #FF666A;
}

#color_scheme {
    cursor: pointer;
}

.option_style {
    font-family: Verdana, Tahoma;
    font-size: 11px;
}

.language_selection {
    height: 22px;
    width: 182px;
    /* background-color: <?PHP echo $color_scheme['main_table']['file_bg1']; */

    border: 1px dashed #666666;
}



#file_edit_box {
    position: absolute;
    width: 150px;
    display: none;
}

#contrainer {
    width: 950px;
    margin: 0 auto 0 auto;
    background-color: #FFFF99;
}

#a {
    background-color: #ffffff;
    height: 90px;
}

#b {
    background-color: #d4bf84;
    height: 18px;
}

#c {
    background-color: #eedfb6;
    width: 150px;
    height: 550px;
    float: left;
}

#d {
    background-color: #ffffff;
    width: 800px;
    float: left;
    height: 550px;
    float: right;
    overflow: auto;
}

#e {
    background-color: #d4bf84;
    width: 950px;
    float: left;
    height: 30px;
}


/* main css */


.jumbotron {
    background-image: url("../images/banner.png");
    background-size: cover;
  }