/*
  ===================================================
  Main
  ===================================================
*/
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #FFF;
}

body {
  color: #000;
  font-family: 'Open Sans', arial, sans-serif;
  overflow: hidden;
}

a, button, .no-drag
{
  -webkit-app-region: no-drag;
}

dt {
  font-weight : bold;
}
dd {
  font-style: italic;
}

::-webkit-scrollbar
{
  background: #ecf0f1;
  width: 15px;
}

::-webkit-scrollbar-thumb
{
    background: #bdc3c7;
  border: 5px solid #ecf0f1;
}

::-webkit-scrollbar-thumb:hover
{
    background: #42484a;
}

*.paramStyle { background-color:#ccccff; }

#file_list {
  position: absolute;
  display: block;
  left: 50%;
  bottom: 0px;
  padding: 0px;
}

#file_list span.file_list-tab {
  display:inline-block;
  border-radius: 10px 10px 0px 0px;
  padding: 5px;

  color: white;
  border-top: 2px solid rgb(35, 101, 146);
  border-left: 2px solid rgb(35, 101, 146);
  border-right: 2px solid rgb(35, 101, 146);
}

#file_list span.active {
  background-color: rgb(35, 101, 146);
}

#file_list span.inactive {
  color: rgb(35, 101, 146);
}

#file_list span.close {
  cursor:grab;
  padding: 0px;
}
#file_list span.close:hover {
  font-weight:bold;
}

#file_list span.file_list-new {
  font-weight: bold;
  padding-left: 4px;
  color: white;
}