body {
  background-color: #6096BA; }

.modal-header {
  background-color: #6096BA; }

a {
  color: #124559; }

#header {
  background-color: #6096BA; }

.portal_item {
  width: 300px;
  margin-left: 12px;
  margin-right: 12px;
  display: inline-block; }
  .portal_item .panel {
    width: 300px; }
  .portal_item .panel-body {
    padding-bottom: 3px; }
  .portal_item .panel {
    border: 2px solid #124559; }
  .portal_item .panel-heading {
    color: white;
    padding: 8px; }
    .portal_item .panel-heading a {
      color: white; }
  .portal_item .count {
    text-align: left; }
  .portal_item .desc {
    text-align: right; }
  .portal_item .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    font-family: Helvetica;
    font-size: 24px;
    line-height: 28px; }

.hilight {
  background-color: rgba(160, 193, 209, 0.1); }

.title {
  font-weight: 700;
  font-size: 60px;
  line-height: 60px; }
  .title a {
    decoration: none;
    color: black; }

#footer {
  clear: both;
  font-family: 'Helvetica', sans-serif;
  font-weight: 400;
  font-size: 14px;
  border-top-width: 3px;
  border-top-color: black;
  border-top-style: solid;
  background: #A0C1D1;
  width: 100%;
  margin-top: -37px;
  /* negative value of footer height */
  height: 37px;
  position: absolute;
  bottom: 0;
  padding: 8px;
  padding-top: 6px;
  padding-right: 0px; }

.clearz {
  clear: both; }

.right {
  float: right; }

.left {
  float: left; }

.link_tools {
  float: right;
  line-height: 20px;
  z-index: 19px;
  position: absolute;
  right: 0px; }
  .link_tools a:hover {
    opacity: 1;
    color: #6096BA; }
  .link_tools a {
    background-color: white;
    padding: 0px;
    margin: 0px;
    margin-right: 0px;
    height: 16px;
    line-height: 13px;
    width: 16px;
    opacity: 0.6; }

.opener {
  width: 28px;
  display: inline;
  padding-left: 2px;
  padding-right: 2px; }

.folder_open .contents {
  display: block; }

.folder_closed .contents {
  display: none; }

.folder {
  border: 1px solid black;
  background-color: #6096BA;
  margin-bottom: 0px;
  clear: both; }
  .folder .title:hover .link_tools {
    display: inline; }
  .folder .title {
    background-color: #A0C1D1;
    font-family: 'Helvetica', sans-serif;
    font-size: 14px;
    position: relative;
    font-style: bold;
    line-height: 24px;
    padding-right: 8px; }
    .folder .title .link_tools {
      display: none;
      padding-top: 2px;
      padding-right: 3px; }
      .folder .title .link_tools a {
        width: 20px;
        height: 20px;
        line-height: 17px; }
  .folder .contents {
    padding: 0px;
    margin: 0px;
    background-color: white; }
    .folder .contents ul {
      margin-bottom: 0px;
      list-style-type: none;
      padding-bottom: 0px;
      padding-left: 0px;
      min-height: 2px; }
      .folder .contents ul li.member_list:hover {
        background-color: #eee; }
      .folder .contents ul li:hover .link_tools {
        display: inline; }
      .folder .contents ul li {
        padding: 0px;
        padding-right: 3px;
        padding-left: 0px;
        min-height: 19px;
        font-family: 'Helvetica', Arial, sans-serif;
        color: black;
        font-size: 10pt;
        position: relative;
        white-space: nowrap;
        overflow: hidden;
        color: black; }
        .folder .contents ul li .link_tools {
          display: none; }
        .folder .contents ul li .desc {
          font-size: 10px;
          padding-left: 32px;
          white-space: normal; }
        .folder .contents ul li .url_desc {
          font-size: 10px;
          padding-left: 32px; }
        .folder .contents ul li a {
          color: black; }
        .folder .contents ul li a:visited {
          color: black; }
        .folder .contents ul li a:hover {
          color: black; }

.folder_holder {
  width: 100%;
  width: calc(100% - 12px); }

.child_folder {
  width: 30%;
  width: calc((100% - 36px)/3);
  width: webkit-calc(100% - 36px/3); }

.blocker {
  clear: both;
  height: 0px; }

.light_background {
  background-color: #A0C1D1; }

.greeting {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  font-style: italic;
  background-color: #A0C1D1;
  width: 100%;
  border-bottom-width: 6px;
  border-bottom-color: black;
  border-bottom-style: solid; }
  .greeting .right {
    margin-right: 10px; }
  .greeting .left {
    background-color: #A0C1D1;
    float: none;
    width: 70%;
    z-index: 4;
    position: relative;
    margin-left: 24px; }
