html { color-scheme: light; }
body {  
  width: 75em;
  /*height: 1500px ;*/  /* auto?*/
  margin: auto; 
  font-family: Arial, Tahoma, Verdana,  sans-serif; 
}
/*<meta name="viewport" content="width=device-width, initial-scale=1">*/
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.center {
  margin: auto;
  width: 50%;
  /*border: 3px solid green;*/
  padding: 10px;
}
.bg-img {
  /*background-image: url("{% static 'img/ktexan_bg_header.png' %}");*/
  background-image: url('/static/img/ktexan_bg_header.png');
  min-height: 80px;
  height: 144px;
  width: 1200px;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* Needed to position the navbar */
  position: relative;
}
.split-div {
  resize: horizontal;
  overflow: auto;
  /*border: 1px solid;*/
  display: inline-flex;
  /*height: 90vh*/
}
.split-container {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #ffffff;  /*#f0f0f0;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
}
.split-left {
    /*flex: 1;*/
    overflow: hidden;
    text-align: left;
    transition: all 0.3s;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: left;
    /*margin: 5px;*/
    width: 15%;
/*    height:  100%;
    background-color: #f6f7fa;
*/
    /*background-color: #3b3a41;*/
    /*background-color: #CC5500;*/
    background-color: #eee;
    color: #ffffff;
    padding-top: 4px;
    /*border: 2px solid rgb(95, 156, 180);*/
}
.split-right {
    /*flex: 1;*/
    overflow: hidden;
    text-align: left;
    transition: all 0.3s;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: left;
    /*margin: 10px;*/
    padding-left: 20px;
    width: 85%;
    background-color: #ffffff;
    border:  none;
    /*height:  1000px;*/
    /*color: #333333;*/
    /*border: 2px solid grey;*/
}
#navcontainer ul { 
  margin: 0;
  padding: 0;
  list-style-type: none; 
/*background-color: #CC5500;*/
}

/*#subnavlist ul { 
  margin: 0;
  padding: -5;
  list-style-type: none; 
background-color: #CC5500;
}
*/

#subnavlist a
{
display: block;
/*color: #9C9C9C;*/
/*background-color: whitesmoke;;*/
padding: 1px 0 1px 0px;
margin-left: 20px;
cursor: pointer;
}
/*#subnavlist a { width: 106px; }*/

#subnavlist li
{
border: 0;
/*border-left: 0.8em solid #26a;*/
padding: 0px;
/*background-color: #036;*/
margin-left: -20px;
}

#subnavlist button
{
/*border-left: 0.8em solid #26a;*/
/*padding: 3px 4px;*/
/*background-color: #036;*/
/*margin-left: -20px;*/
  width: 100%;
    text-align: left;
    border: none;
  cursor: pointer;
  font: 85%/1.4 verdana,geneva,lucida,arial,sans-serif;
}
#subnavlist button:hover
{
/*border-left: 0.8em solid #26a;*/
/*padding: 3px 4px;*/
/*background-color: #036;*/
/*margin-left: -20px;*/
background-color: #369;
color: #FFF;
}

#navcontainer li { margin: 0 0 .1em 0; }
#navcontainer a { 
  display: block;  /* rollover */
  color: #000000;
  background-color: #CC5500;
  width: 9em;
  padding: .2em .8em;
  text-decoration: none;
} 

#navcontainer a:hover
{
background-color: #369;
color: #FFF;
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  font: 85%/1.4 verdana,geneva,lucida,arial,sans-serif;
  font-weight: normal;
  transition: 0.4s;
}
.active, .accordion:hover {
  background-color: #ccc;
}
.panel {
  padding: 0 10px;
  background-color: white;
  display: none;
  overflow: hidden;
}
