@media print {
  body {
    background-image: none !important;
    background-color: #FFF !important;
  }
  .noprint {
    display: none;
  }
  .logoheader {
    display: none;
  }
  .navbar {
    display: none;
  }
  input {
    font-size: 8pt !important;
  }
  table.report td {
    font-size: 8pt !important;
  }
  table.report th {
    font-size: 8pt !important;
  }
  table.layout td {
    font-size: 8pt !important;
  }
  table.layout th {
    font-size: 8pt !important;
  }
}

body {
  color: #000000;
  font-family: 'open sans',sans-serif;
  font-size: 12pt;
  font-weight: normal;
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #c0c0ff;
  background-image: url('images/sitebg_15w.png');
  background-size: cover;
  background-attachment: fixed;
}

.logoheader {
  height: 118px;
  background-color: #ef3f42;
  text-align: center;
}

a {
  text-decoration: none;
  color: #000;
}

div.fixedtop {
  width: 100%;
  height: 150px;
  position: fixed;
  overflow: auto;
  top: 0;
}

div.topbar {
  width: 100%;
  height: 120px;
}

div.content {
  overflow: hidden;
  width: 100%;
  text-align: center;
}

div.sitebanner {
  font-family: indie flower;
  font-size: 36pt;
  padding-left: 10px;
  float: left;
}

div.datetime {
  font-family: raleway;
  font-size: 12pt;
  text-align: right;
  padding-right: 5px;
  float: right;
}

div.buttonbar {
  font-size: 10pt;
  width: 100%;
  height: 80px;
  background-color: #00f;
  color: #fff;
  padding: 10px 0px 10px 0px;
  -moz-box-shadow: 0px 5px 4px #000;
  -webkit-box-shadow: 0px 5px 4px #000;
  box-shadow: 0px 5px 4px #000;
  -ms-filter: "progid:dximagetransform.microsoft.shadow(strength=4, direction=135, color='#000000')";
  filter: progid:dximagetransform.microsoft.shadow(strength=4, direction=135, color='#000000');
  display: inline-block;
  z-index: 999;
}

div.icon {
  width: 80px;
  height: 80px;
  padding: 0px 10px 0px 10px;
  display: inline-block;
  cursor: pointer;
}

div.iconsmall {
  width: 40px;
  height: 40px;
  padding: 0px 5px 0px 5px;
  display: inline-block;
  cursor: pointer;
}

  div.icon:hover, div.iconsmall:hover {
    background-color: #6a6aff;
  }

div.body {
  padding: 15px 5px 0px 10px;
  font-family: raleway;
  font-size: 14pt;
  width: 100%;
}

div#bigtbl {
  width: 100%;
  font-size: 18pt;
  text-align: center;
}

  div#bigtbl input {
    font-size: 18pt;
  }

div.folderrow {
  clear: both;
  display: block;
}

div.iconcol {
  float: left;
  margin-bottom: 5px;
  padding: 5px 8px 0px 0px;
}

div.foldercol {
  float: left;
  /*margin-bottom: 5px;*/
  font-size: 20pt;
}

  div.foldercol:hover {
    background-color: #888;
  }

.shadowed {
  -moz-box-shadow: 1px 1px 2px #000;
  -webkit-box-shadow: 1px 1px 2px #000;
  box-shadow: 1px 1px 2px #000;
  -ms-filter: \"progid:dximagetransform.microsoft.shadow(strength=4, direction=135, color='#000000')\";
  filter: progid:dximagetransform.microsoft.shadow(strength=2, direction=135, color='#000000');
}

div.stdbtn {
  cursor: pointer;
  background-color: #c0ffc0;
  border: 1px solid #008000;
  color: #444;
  float: left;
  font-family: calibri, tahoma, arial, helvetica, sans-serif;
  font-size: 12pt;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  text-align: center;
  display: table;
  height: 20px;
  position: relative;
  overflow: hidden;
  margin: 0px 5px 0px 0px;
  display: inline-block;
  -moz-box-shadow: 1px 1px 2px #000;
  -webkit-box-shadow: 1px 1px 2px #000;
  box-shadow: 1px 1px 2px #000;
  -ms-filter: \"progid:dximagetransform.microsoft.shadow(strength=4, direction=135, color='#000000')\";
  filter: progid:dximagetransform.microsoft.shadow(strength=2, direction=135, color='#000000');
}

input[type=text],
input[type=password],
input[type=number] {
  border: #787183 solid 1px;
  font-family: tahoma;
  font-size: 14pt;
  font-weight: normal;
  background-color: #fffff0;
  color: #0000ff;
  padding: 2px 5px;
}

.required {
  border-style: solid;
  border-width: 1px 1px 1px 5px !important;
  border-color: #787183 #787183 #787183 #ff0000 !important;
}

input[type=checkbox] {
  height: 20px;
  width: 20px;
}

  input[type=checkbox].inrow {
    position: relative;
    top: 3px;
  }

input[type=radio] {
  padding-right: 12px;
}

select {
  border: 0px solid;
  border: #787183 solid 2px;
  font-family: tahoma;
  font-size: 14pt;
  font-weight: normal;
  background-color: #fffff0;
  color: #0000ff;
}

textarea {
  border: #787183 solid 2px;
  font-family: tahoma;
  font-size: 14pt;
  font-weight: normal;
  background-color: #fffff0;
  color: #0000ff
}

ul#sortlist {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

ul#menu {
  width: 500px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

  ul#menu ol {
    display: none;
    list-style-type: none;
    margin: 0px;
    padding: 2px;
    color: #333333;
  }

  ul#menu li, ul#menu a {
    font-size: 14px;
    font-weight: bold;
    color: #000080;
  }

    ul#menu a:hover {
      color: #ff0000;
    }

    ul#menu a.active {
      text-decoration: underline;
      color: #0000ff;
    }

  ul#menu ol li {
    font-weight: normal;
    color: #000000;
    border-bottom: 0px;
    border-left: 0px;
  }

  ul#menu li {
    border-bottom: solid 1px #000000;
    border-left: solid 1px #000000;
    line-height: 15px;
    padding: 5px;
  }

    ul#menu li.shit {
      border-color: #dddeff;
      padding: 0px;
    }

  ul#menu a {
    text-decoration: none;
  }

#dropmenudiv {
  position: absolute;
  border: 1px solid black;
  border-bottom-width: 0;
  font: normal 12px verdana;
  line-height: 18px;
  z-index: 100;
}

  #dropmenudiv a {
    width: 100%;
    display: block;
    text-indent: 3px;
    border-bottom: 1px solid black;
    padding: 1px 0;
    text-decoration: none;
    font-weight: bold;
  }

    #dropmenudiv a:hover {
      background-color: yellow;
    }

#nav {
  list-style: none;
  height: 2em;
}

  #nav li {
    position: relative;
    float: left;
    width: 192px;
    background: #94b7f8;
    padding-left: 3px;
    text-align: left;
    left: -200px;
    font-size: 10pt;
    font-family: tahoma,sans-serif;
  }

    #nav li.last {
      border-right: 0;
    }

    #nav li:hover {
      background: #5e9bd9;
    }

  #nav a {
    display: block;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    line-height: 2em;
  }

    #nav a b {
      position: absolute;
      bottom: -1px;
      right: 0;
      border-left: 12px dashed transparent;
      border-bottom: 12px solid #000;
    }
  /* --------- drop down -------- */
  #nav ul {
    position: absolute;
    left: -999em;
    top: 2em;
    list-style: none;
    border-top: 1px solid #000;
  }

    #nav ul li {
      border: 1px solid #000;
      border-top: 0;
    }

  #nav li:hover ul {
    left: -1px;
    top: auto;
  }

span.msg {
  font-style: italic;
  color: #800;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

.error {
  color: #800;
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
}

.informative {
  color: #080;
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
}

img.pathimg {
  box-shadow: 0px 0px 10px 1px rgb(102, 102, 102);
  border: 4px solid rgb(255, 255, 255);
  margin-bottom: 20px;
  margin-left: 20px;
  float: right;
}

div.folder_file_holder {
  z-index: 0;
  font-family: inconsolata;
  display: inline-block;
  background: rgba(88,88,88,0.9);
  border: 2px solid #fff;
  padding: 20px;
  border-radius: 10px;
  min-width: 600px;
  height: 370px;
  overflow-y: scroll;
  overflow-x: hidden;
  -moz-box-shadow: 1px 1px 20px #000;
  -webkit-box-shadow: 1px 1px 20px #000;
  box-shadow: 1px 1px 20px #000;
  -ms-filter: \"progid:dximagetransform.microsoft.shadow(strength=4, direction=135, color='#000000')\";
  filter: progid:dximagetransform.microsoft.shadow(strength=2, direction=135, color='#000000');
}

div.opaque20 {
  opacity: 0.2;
}

  div.opaque20:hover {
    opacity: 1;
  }

img.img_btn {
  padding-right: 10px;
  cursor: pointer;
}

img.img_editfile {
  padding-top: 5px;
  cursor: pointer;
}

input.stdbtn {
  font-size: 12pt;
  cursor: pointer;
  padding: 0px 12px 0px 12px;
}

span.btn_on {
  color: #080;
  cursor: pointer;
}

span.btn_off {
  color: #000;
  cursor: pointer;
}

div.gencol {
  display: inline-block;
  vertical-align: top;
  padding: 2px 10px 2px 0px;
}

div.gencolb {
  display: inline-block;
  vertical-align: top;
  padding: 2px 10px 2px 0px;
  border-style: solid;
  border-color: #000;
  border-width: 0px 1px 0px 0px;
}

div.hovered:hover {
  background-color: #e7e9ff;
}

div.rwin {
  font-family: inconsolata;
  display: inline-block;
  background-color: #d9ddff;
  border: 2px solid #fff;
  padding: 20px;
  border-radius: 10px;
  -moz-box-shadow: 1px 1px 20px #000;
  -webkit-box-shadow: 1px 1px 20px #000;
  box-shadow: 1px 1px 20px #000;
  -ms-filter: \"progid:dximagetransform.microsoft.shadow(strength=4, direction=135, color='#000000')\";
  filter: progid:dximagetransform.microsoft.shadow(strength=2, direction=135, color='#000000');
}

div.scrollbox {
  overflow-y: scroll;
  overflow-x: hidden;
  text-shadow: 1px 1px 3px #ccc;
  width: 1200px;
  height: 400px;
  font-family: inconsolata;
  display: inline-block;
  background-color: #d9ddff;
  border: 2px solid #fff;
  padding: 20px;
  border-radius: 10px;
  -moz-box-shadow: 1px 1px 20px #000;
  -webkit-box-shadow: 1px 1px 20px #000;
  box-shadow: 1px 1px 20px #000;
  -ms-filter: \"progid:dximagetransform.microsoft.shadow(strength=4, direction=135, color='#000000')\";
  filter: progid:dximagetransform.microsoft.shadow(strength=2, direction=135, color='#000000');
  /*  display: none; */
}

font.bevel {
  font-size: 50px;
  text-shadow: -1px -1px 0px #000, 1px 1px 0px #fff, 2px 2px 0px #fff, -2px -2px 0px #000;
  color: #006600;
  font-family: verdana, geneva, sans-serif;
}

span.outline {
  font-family: inconsolata;
  font-size: 25pt;
  color: #00f;
  text-shadow: 1px 1px 0 #bbb, -1px -1px 0 #bbb, 1px -1px 0 #bbb, -1px 1px 0 #bbb, 0px 1px 0 #bbb, 1px 0px 0 #bbb, 0px -1px 0 #bbb, -1px 0px 0 #bbb, 0px 0px 0px #000;
}

span.outline_dark {
  font-family: inconsolata;
  font-size: 25pt;
  color: #00f;
  text-shadow: 1px 1px 0 #888, -1px -1px 0 #888, 1px -1px 0 #888, -1px 1px 0 #888, 0px 1px 0 #888, 1px 0px 0 #888, 0px -1px 0 #888, -1px 0px 0 #888, 0px 0px 0px #000;
}

font.outline {
  font-family: inconsolata;
  font-size: 20pt;
  color: #ff0;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 0px 1px 0 #000, 1px 0px 0 #000, 0px -1px 0 #000, -1px 0px 0 #000, 0px 0px 0px #000;
}

font.outline_grey {
  font-family: inconsolata;
  font-size: 20pt;
  color: #ccc;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 0px 1px 0 #000, 1px 0px 0 #000, 0px -1px 0 #000, -1px 0px 0 #000, 0px 0px 0px #000;
}

table.editfile td {
  font-size: 10pt;
}

table.editfile tr:hover {
  background-color: #aaa;
}

table.editfile input {
  font-size: 10pt;
}

table.general_small {
  border: none;
}

  table.general_small th {
    font-weight: bold;
    font-size: 8pt;
  }

  table.general_small td {
    padding: 5px;
    font-size: 8pt;
    font-weight: bold;
  }

table.general {
  border: none;
}

  table.general th {
    font-weight: bold;
    font-size: 12pt;
  }

  table.general td {
    padding: 5px;
    font-size: 12pt;
    vertical-align: top;
  }

  table.general tr.divider {
    height: 2px;
  }

    table.general tr.divider td {
      background-color: #008;
      padding: 0px;
    }

  table.general tr.totals td {
    font-weight: bold;
  }

div#delwarning {
  font-size: 14pt;
  font-weight: bold;
  display: none;
  margin-bottom: 20px;
}

table.ben {
  margin-bottom: 20px;
  border: none;
}

table.config td {
  vertical-align: top;
  padding-right: 100px;
}

div.verify {
  background-color: #eee;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 8pt;
}

.chk {
  padding-right: 0px !important;
}

.nobgc:hover {
  background-color: unset !important;
}

div#adjustment {
  display: none;
}

  div#adjustment td, th {
    font-size: 10pt;
  }

  div#adjustment input {
    font-size: 10pt;
  }

table.authentication {
  margin: 0 auto;
}

ul.navbar {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333333;
  width: 100%;
}

  ul.navbar li {
    float: left;
  }

    ul.navbar li:last-child {
      float: right;
    }

    ul.navbar li a {
      display: block;
      color: white;
      text-align: center;
      padding: 16px;
      text-decoration: none;
    }

      ul.navbar li a:hover {
        color: #ff0;
      }

div.content {
  padding: 20px 15px;
  text-align: left;
}

table.inventory {
  margin-bottom: 25px;
}

  table.inventory th {
    color: #800;
    font-size: 1em;
    padding-right: 10px;
  }

  table.inventory td {
    vertical-align: top;
    padding-right: 10px;
  }

    table.inventory td:first-child {
      font-weight: bold;
      padding-top: 5px;
    }

table.report {
  margin-bottom: 25px;
}

  table.report th {
    color: #800;
    font-size: 1em;
    padding-right: 10px;
  }

  table.report td {
    vertical-align: top;
    padding-right: 10px;
  }

  table.report tr.master td {
    color: #00F;
    font-weight: bold;
  }
  
  table.report tr.filt td {
    background-color: #FFC0C0;
  }
  
  table.report tr.lineitem td {
    font-size: 10pt;
  }
  
  table.report tr.total td {
    font-weight: bold;
  }
  
  table.report tr.spacer {
    height: 25px;
  }

.center {
  text-align: center;
}

table {
  margin-bottom: 25px;
}

#sortgrid {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 750px;
}

  #sortgrid li {
    margin: 3px 3px 3px 0;
    padding: 1px;
    float: left;
    width: 350px;
    height: 45px;
    font-size: 1em;
    overflow: hidden;
  }

table.schedule {
  border: 3px solid #000;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #eee;
}

.starthour {
  padding-left: 15px;
}

.endhour {
  border-style: solid;
  border-width: 0px 3px 0px 0px;
  border-color: #000;
  padding-right: 15px;
}

table.schedule th {
  border: 3px solid #000;
  padding: 15px;
}

table.schedule td {
  padding-top: 5px;
  padding-bottom: 5px;
}

table.schedule tr.data:hover td {
  background-color: #bbb;
}

span.note {
  font-style: italic;
  font-size: 8pt;
}

#aclsortgrid {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 420px;
}

  #aclsortgrid li {
    margin: 3px 3px 3px 0;
    padding: 1px;
    float: left;
    width: 410px;
    height: 60px;
    font-size: 1em;
    text-align: right;
    overflow: hidden;
  }

table.sales {
  margin-bottom: 25px;
  border-spacing: 0;
}

  table.sales th {
    color: #800;
    font-size: 1em;
    padding-right: 10px;
  }

  table.sales td {
    vertical-align: top;
    padding-right: 10px;
  }

    table.sales td:first-child {
      font-weight: bold;
    }

  table.sales tr.hdr th {
    cursor: pointer;
  }

  table.sales tr.data:hover {
    background-color: #ddd;
    cursor: pointer;
  }

  table.sales tr.details {
    display: none;
  }

  table.sales tr.details td {
    font-size: 10pt;
    font-weight: normal;
    padding: 10px 0px;
  }

  table.sales tr.totalseparator {
    height: 30px;
  }

    table.sales tr.totalseparator td {
      border-bottom: 1px solid #000;
    }

      table.sales tr.totalseparator td:first-child {
        border-bottom: none;
      }

  table.sales img {
    margin-left: 8px;
  }

table.layout td {
  vertical-align: top;
  padding-right: 10px;
}

table.layout th {
  font-size: 12pt;
  vertical-align: top;
  padding-right: 10px;
}
