body {
  background-color: #fff;
  color: #333333; 

}

.logo-menu {
  width: 100px; 
}
#languages {
  position: relative; 
}
#languages > .btn-default {
  background-color: rgba(100%,100%,100%,0.5);
  font-size: 15px;
  padding-top: 10px;
}
#languages > .btn-default:hover {
  background-color: rgb(224,240,255); 
}
.bg-blue {
  font-family: "zbold";
  color: rgb(25,56,134);
}
.bg-blue:hover {
  color: #8f1736;
}
a.nav-link.bg-blue:hover {
  background-color: rgb(224,240,255);
}
.dropdown-menu.bg-blue{
  background-color: rgba(244,246,248,1); 
}

.page-header h1 {
    font-size: 18px;
    margin: 0;
    padding: 0;
  }

.userpage {
  background-color: rgba(224,240,255,0.9);
  color: rgb(25,56,134);
  border-radius: 5px;
  margin-top: 70px;
}
.userpage h1 {
  padding: 10px;
  margin:0 0 30px 0;
  border-bottom: 4px solid #8f1736;
  font-family: "zbold";
}
.userpage p,
.userpage div,
.userpage .tab-label {
  font-family: "zregular";
  color: rgb(25,56,134);
  font-size: 18px;
  text-align: left;  
}
.userpage .userinfo-label {
  font-family: "zbold";
  color: rgb(25,56,134);
  font-size: 20px;  
}
.userpage article div {
  text-align: center;
}
.userpage article div li {
  text-align: left;
}
.userpage article.labs div img {
  height: 80px;
  width: auto;
}
.userpage div img {
  margin: 10px;
  max-width: 98%;
  height: auto;
}
@media only screen and (max-width: 786px) {
.userpage h1 {
  font-size: 1.8rem;;
}
}
@media only screen and (max-width: 650px) {
.userpage div img {
  margin: 10px;
  width: 98%;
  height: auto;
}
}

nav.navbar,
nav .dropdown-menu {
  box-shadow: 0 2px 2px #333;
  font-family: "zbold";
  color: rgb(25,56,134);
  font-size: 18px;
}
nav .navbar li .btn-group-vertical {
  padding: 3px 3px 0 0;
}
.navbar.bg-blue {
    background-color: rgba(255,255,255,0.9);
    color: rgb(25,56,134);
}
nav.navbar .nav-link-black {
   color: #333;
}

.modal-content {
  background-color: #c4c4c4;
  color: black; }
  .modal-content .modal-header {
    border-bottom-color: #dedede;
    background-color: transparent; }
  .modal-content .modal-body input, .modal-content .modal-body textarea, .modal-content .modal-body select {
    background-color: #f7f7f7;
    font-family: "Lucida Console", Monaco, monospace;
    border: solid 1px #ababab; }
  .modal-content .modal-body .input-group-text {
    background-color: #c4c4c4;
    border: solid 1px #ababab; }
  .modal-content .modal-footer {
    border-top-color: #919191;
    background-color: transparent;
    border-radius: 0 0 5px 5px; }
    

.users .panel {
  padding: 10px; }
  .users .panel .panel-heading {
    border-radius: 5px;
    padding: 5px;
    background-color: #e6e6e6;
    text-align: left;
    font-size: 120%;
    border-bottom: 1px solid #cccccc; 
  }
  .users .panel .panel-body {
    background-color: rgba(190, 190, 216, 0.9);
    border-radius: 0 0 5px 5px;
    padding: 5px; }
  .users .panel .panel-footer {
    padding: 5px;
    background-color: transparent;
    text-align: center; }

.panel-body {
  border-top: 1px solid #888;
    padding: 0.5rem;
  } 
.owner-label {
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}  
#filelist {
  width: 100%;
  height: 300px;
  overflow: scroll;
}
.fileitem {
  border: 1px solid #888;
  border-radius: 3px;
  margin: 3px;
  padding: 3px;
  display: inline-block;
  width: 48%;
  text-align: left;
}   
.fileitem:hover {
  background-color: #ddd;
  box-shadow: 3px 3px 3px #000;
}
.fileitem span {
  font-size: 110%;
  padding-top: 3px;
}
.filelistimg {
  width:100px;
  max-width:100px;
  border:1px solid #ddd;
  border-radius: 5px;
  margin:3px;
  display: inline-block;
}
.filelistimg:hover {
  box-shadow: 3px 3px 3px #000;
}

.deletedfilename, .deleteitem {
  text-align: center;
  font-weight: bold;
  padding: 10px;
}
#menu_page_tiitle {
  width: 100%;
  text-align: left;

}
.menu_table {
  border-collapse: collapse;
  width: 100%;
  padding:0;
  margin:0;
}
.menu_table td{
  padding:0;
  margin:0;
  vertical-align: bottom;
  position: relative;
}
.tabmenuitem {
  width:100%;
  min-height:30px;
  padding: 5px 0 0 10px;
  margin: 0;
  border-left: 5px solid #666;
  border-bottom: 1px dotted #ccc;
  font-size: 15px;
  line-height: 1;
}
.tabmenuitem:hover {
  border-bottom: 1px dotted #666;
}
.menu_table td.menuitem-1 {
  padding-left: 10px;
}
.menu_table td.menuitem-2 {
  padding-left: 20px;
}
.menu_table td.menuitem-3 {
  padding-left: 30px;
}
.menu_table td.menuitem-4 {
  padding-left: 40px;
}
.submenuarrow {
   position: absolute;
   right:0;
   top:10px;
   color:#aaa;
}
.submenuarrow:hover {
  color:#333;
  font-size:130%;
  top:5px;
}

.stafflist .staff-card {
  margin: 0;
  padding:10px;
  text-shadow: 1px 1px 2px #fff;
} 
.stafflist .panel-heading{
  min-height: 80px;
}
.stafflist .panel-body{
min-height: 150px;
}
.staff-card a, .staff-card a:visited, .staff-card a:hover {
    text-decoration: none;
    color: #333;
}
.staff-card .panel-heading,
.staff-card .panel-body,
.staff-card .panel-footer  {
  background-color: rgba(220,250,240,0.9);
  padding: 15px;
  border: none;
}
.staff-card .panel-heading {
  border-radius: 5px 5px 0 0;
  padding-left: 30px;
  font-weight: bold;
  font-size: 110%;
  border-bottom: 4px solid #aaa;
}
.staff-card .panel-body-text {
  text-align: left;
  margin-left: 120px;
}
.staff-card .panel-body-text p,
.staff-card .panel-footer p {
  font-weight: bold;
  padding:0;
  margin:0;
  line-height: 24px;
}
.staff-card .panel-body-text p span,
.staff-card .panel-footer p span {
  font-style: italic;
  font-weight: normal;
}
.staff-card .panel-body img {
  height: 136px;
  width: 100px;
  border-radius: 5px;
  float: left;
  margin-right: 5px;
}
.staff-card .panel-footer {
  border: none;
  border-radius: 0 0 5px 5px;
  text-align: center;
}
.private {
  color: #aaa;
}
div.users .panel-body img,
#adduserModal img {
  width: 100px;
  border-radius: 5px;
}
.userpage table td {
  border:none;
}
.tab-label {
  width: 100px;
  color: #666;
  text-align: right;
}
#adduserModal div.tabs {
  width: 100%;
  padding: 5px;
  text-align: left;
  margin:0 0 0 5px;
  padding:0;
  position: relative;
}
#adduserModal div.tabs a,
#adduserModal div.tabs a:visited {
   color: #333;
   text-decoration: none;
}
#adduserModal div.tabs .active div {
  background-color: #fff;
  box-shadow: 0 -2px 3px #666;
}
#adduserModal div.tabs div {
  width: 30%;
  background-color: #aaa;
  display: inline-block;
  text-align: center;
  border-radius: 15px 15px 0 0;
  margin-bottom:0;
  border: 1px solid #888;
  padding: 5px;
  border-bottom: 1px solid #fff;
}

#adduserModal div.tabs>textarea {
  width: 100%;
  border: 1px solid #888;
  position: relative;
  top: -1px;
  border-radius: 0 5px 5px 5px; 
  box-shadow: 0 2px 3px #666;
}
.aclevel0 {
  color: #484;
}
.aclevel1 {
  color: #448;
}
.aclevel2 {
  color: #844;
}
.status-private {
  color: #888;
}
.filelist-image {
  pading:0;
  margin: 2px;
  position: relative;
  display: inline-block;
  width: 100px;
}
.filelist-image-delete {
  border: 2px solid #f00;
  width: 20px;
  height:20px;
  text-align: center;
  font-size: 14px;
  position: absolute;
  top: 4px;
  right: -2px;
  font-weight:bold;
  background-color: #eee;
  border-radius: 50%;
  margin:0;
}
.filelist-image-delete div {
  position: relative;
  top: -4px  
}
nav.navbar .submenu-category {
  padding: 5px 0 0 0;
  font-size: 120%;
}
.books .book-imgage {
  display: table-cell;
  text-align: center;
  padding: 20px; 
}
.books .book-imgage img {
  width: 200px;
  height: auto;
}
.books .book-description {
  text-align: left;
  padding: 20px 20px; 
}
@media only screen and (max-width: 767px) {
.books .book-description {
  text-align: center;
  padding: 40px 20px; 
}
}
.publication-list ol li {
  margin: 0 20px 15px 10px;
  text-align: left;
}
.publication-list h2 {
  padding: 20px 20px 20px 30px;
  text-align: center;
}

a.front-buttons {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #8f1736;
  color: #8f1736; 
  border-radius: 20px;
  width: 75%;
  opacity: 0.7;
  font-family: "zcondensed",sans-serif;
  font-size: 22px;
  text-align: center;
  font-weight: normal;
  text-decoration: none;
}
a.front-buttons:hover {
  opacity: 1;
}
a.front-buttons.blue {
  background-color: rgb(225,234,241);
}

.tabs-content {
  background-color: #eee;
  margin: 0 0 30px 0;
  padding: 40px 40px;
  border: 1px solid #666;
  border-top: none;
  border-radius: 0 0 10px 10px;   
}
.tabs-content p,
.tabs-content li,
.tabs-content div,
.tabs-content ol,
.tabs-content ul {
 text-align: left;
}
.tabs-menu {
  margin: 30px 0 0 0;
  padding: 0;   
  background-color: transparent;
  border-bottom: none;
}
.tabs-menu li {
  width: 50%;
  padding: 10px 20px;
  margin:0;
  background-color: #eee;
  border-radius: 15px 15px 0 0;
  border: 1px solid #666;
  opacity: 0.5;
  font-size: 22px;
  color: rgb(25,56,134);
}
.tabs-menu li.active,
.tabs-menu li.active:hover {
  border-bottom: none;
  color: #8f1736;
  opacity: 1;
}
.tabs-menu li:hover {
  color: #8f1736;
  opacity: 0.75;
}
.modal-content .modal-body input[disabled] {
  opacity: 0.50;  
  color: #000;
}


/*# sourceMappingURL=back.css.map */
