
/*html {
  font-family: Helvetica, sans-serif;
}*/
html {
  color: #eee;
}

body {
  background: #333 url('../images/bg.jpg') no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: fixed;
  background-attachment: fixed;
}

a img{
  border: 0;
}

.login-bg {
  background: url('../images/login-bg.jpg') no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: fixed;
  background-attachment: fixed;
}

#registration-overlay {
  background-color: rgba(0,0,0,0.85);
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 2;
  display: none;
  opacity: 0;
  transition-duration: 0.5s;
}

#password-overlay {
  background-color: rgba(0,0,0,0.85);
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 2;
  display: none;
  opacity: 0;
  transition-duration: 0.5s;
}

.login-container {
  width: 400px;
  padding-top: 0px;
  margin: 0 auto;
}

.login-logo {
  width: 400px;
  height: 400px;
  /* background: url('../images/login-logo.svg') no-repeat; */
}

#login-button {
  text-align: center;
  color: #fff;
  width: 200px;
  margin-bottom: 10px;
}

#register-button {
  text-align: center;
  color: #000;
  width: 200px;
}

#passwordreset-button {
  text-align: center;
  color: #000;
  width: 200px;
}

#main-content {
  display: none;
  width: 80%;
  float: right;
  padding: 7px 60px 7px 60px;
  transition-duration: 0.5s;
}

#admin-content {
  width: 70%;
  margin: 40px auto 0 auto;
  transition-duration: 0.5s;
}

h5 {
  color: #ddd;
  font-weight: 300;
}

#resultsfound {
  font-weight: 400;
}
.searchterms {
  float: right;
  font-size: 16px;
}

.searchterms ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.searchterms li{
  padding: 0 15px 0 15px;
  display: inline-block;
  background-color: #333;
  border-radius: 15px;
  height: 30px;
  line-height: 30px;
  margin-left: 10px;
}

li.condition {
  background-color: #4db6ac;
  border-radius: 12px;
  height: 24px;
  line-height: 26px;
}

li.condition:hover {
  background-color: #45a39a;
  transition-duration: 0.5s;
  cursor: hand;
}

.logo-box {
  margin-top: 60px;
}
.login-box {
  width: 300px;
  margin: auto;
  padding: 20px;
}

.login-button {
  color: #444;
  width: 260px;
  margin-bottom: 10px;
}

.register-button {
  width: 260px;
  margin-bottom: 10px;
}

/* HEADER */
.nav-wrapper {
  z-index: 2;
}

.header-logo {
  height: 60px;
  width: 19%;
  margin-left: 15px;
  /* background: url('../images/logo.svg') no-repeat; */
  float: left;
}

#message-toggle {
  float: right;
  padding: 0;
  margin: 0;
  width: 64px;
  height: 64px;
  background: #378c84 url('../images/icons/message.svg') no-repeat;
  transition-duration: 0.5s;
  cursor: hand;
}

#message-toggle:hover {
  background-color: #32756f;
  transition-duration: 0.5s;
}

.account-nav {
  height: 64px;
  float: right;
  min-width: 120px;
  padding: 0 20px 0 20px;
  margin: 0;
  line-height: 64px;
  background-color: rgba(0,0,0,0.1);
  transition-duration: 0.5s;
  cursor: hand;
}

.account-nav:hover {
  background-color: rgba(0,0,0,0.2);
  transition-duration: 0.5s;
}

.spacer {
  height: 100px;
  width: 100%;
}


.materialboxed.active {
  margin-top: 30px;
}

.sidepanel {
  background-color: #292929DD;
  width: 20%;
  height: 100vh;
  position: fixed;
  top: 64;
  left: 0;
  z-index: 2;
  float: left;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
  transition-duration: 0.5s;
  /**padding: 10px 40px 0 20px;**/
  color: #eee;
  line-height: 40px;
  overflow:hidden;
}

.sidepanel h5{
  color: #ddd;
  padding: 0;;
  line-height: 40px;
  font-weight: 300;
}

.sidepanel-nav {
  width: 60px;
  float: left;
  height: 100%;
  background-color: #202020DD;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.sidepanel-nav ul{
  padding: 0;
  margin: 0 0 0 0;
  list-style-type: none;
}

.sidepanel-nav li{
  width: 60px;
  height: 60px;
  opacity: 0.5;
}

.sidepanel-nav li:hover{
  background-color: #292929DD;
  transition-duration: 0.5s;
  opacity: 1;
}

.sidepanel-nav li.active{
  background-color: #292929DD;
  opacity: 1;
}

#geoSearchNav {
  background-image: url('../images/icons/geoSearch.svg');
  cursor: hand;
}

#alphaSearchNav {
  background-image: url('../images/icons/alphaSearch.svg');
  cursor: hand;
}

#filterNav {
  background-image: url('../images/icons/filters.svg');
  cursor: hand;
}

#geoSearch {
  height: 100vh;
  padding-bottom: 100px;
}

#alphaSearch {
  display: none;
  height: 100vh;
  padding-bottom: 100px;
}

#geoSearchSubmit {
  width: 100%;
}

#alphaSearchSubmit {
  width: 100%;
}

.search-fields {
  display: block;
  padding: 0px 20px 0 20px;
  overflow:auto;
}

.hidepanel {
  height: 40px;
  width: 40px;
  position: fixed;
  left: 18.5%;
  top: 75;
  background-color: #4db6ac;
  background-image: url('../images/icons/hidepanel.svg');
  transform: rotate(0deg);
  transition-duration: 0.5s;
  cursor: hand;
  border-radius: 20px;
}

.hidepanel:hover {
  background-color: #45a39a;
}

.question-image img {
  width: 100%;
}

.sidepanel p{
  color: #ccc;
  padding: 0 30px 0 30px;
}

#search {
  bottom: 20px;
  left: 20px;
  height: 40px;
  width: 100%;
  line-height: 40px;
  border-radius: 20px;
  margin-top: 20px;
  display: inline-block;
  transition-duration: 0.5s;
}

#search:hover {
  background-color: #45a39a;
}

#exportpdf {
  float: right;
  width: 200px;
  transition-duration: 0.5s;
}

#exportpdf:hover {
  background-color: #45a39a;
}

#view {
  height: 40px;
  min-width: 40px;
  line-height: 40px;
  border-radius: 20px;
  background-color: #333;
  display: inline-block;
}

.add-button {
  background: #4db6ac url('../images/icons/add.svg');
  width: 40px;
  height: 40px;
  border-radius: 20px;
  cursor: hand;
  box-shadow: 5px 0px 10px rgba(0,0,0,0.4);
  display: inline-block;
  vertical-align: top;
}

.add-button:hover {
  background-color: #45a39a;
}

.closeButton {
  background: #111 url('../images/icons/remove.svg');
  width: 40px;
  height: 40px;
  margin-top: 5px;
  border-radius: 20px;
  cursor: hand;
  float: right;
  margin-right: 10px;
  box-shadow: 5px 0px 10px rgba(0,0,0,0.4);
}

.remove-button:hover {
  background-color: #770000;
}

.sheet-nav {
  width: 160px;
}

#sheets {
  background-color: #fff;
  color: #4db6ac;
  height: 30px;
  width: 30px;
  border-radius: 15px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  margin-left: 10px;
}

.custom-opacity-button {
  background: rgba(0, 0, 0, 0.7);
  border: none;
  border-radius: 25px;
  display: inline-block;
  height: auto;
  width: auto;
  line-height: 48px;
  padding: 0 2rem;
  vertical-align: middle;
  text-transform: none;
  -webkit-tap-highlight-color: transparent;
}

.opacity-2 {
  background: rgba(0, 0, 0, 0.5);
  margin-right: 4rem

}

.custom-opacity-button:hover {
  background: rgba(0, 0, 0, 0.8);
}

img.responsive-img {
  max-width: 1000px;
}

.custom-opacity-button:focus {
  background: rgba(0, 0, 0, .3);
}

.btn {
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
}

.footer {
  position: absolute;
  bottom: 0;
  height: 60px;
  line-height: 60px;
  width: 100%;
  color: #eee;
  padding: 0 30px 0 30px;

}

.footer img {
  height: 50px;
  float: right;
  margin-left: 30px;
}

/* label underline focus color */
.input-field input[type=text]:focus {
    border-bottom: 1px solid #4db6ac;
    box-shadow: 0 1px 0 0 #000;
}

input[type=text].valid:not(.browser-default) {
    border-bottom: 1px solid #4db6ac;
    box-shadow: 0 0 0 0 #000;
}

input[type=text].valid:active(.browser-default) {
    border-bottom: 1px solid #4db6ac;
    box-shadow: 0 0 0 0 #4db6ac !important;
}

input[type=text].valid:(.browser-default) {
    border-bottom: 1px solid #4db6ac;
    box-shadow: 0 0 0 0 #4db6ac !important;
}

input[type=text]:not(.browser-default) {
  border-bottom: 1px solid #888;
  box-shadow: 0 0 0 0 #000;
  border-radius: 0px;
}

input[type=text].valid:not(.browser-default) {
  border-bottom: 1px solid #4db6ac;
  box-shadow: 0 0 0 0 #4db6ac !important;
}
 input[type=text].valid:not(.browser-default):focus {
   border-bottom: 1px solid #4db6ac;
   box-shadow: 0 0 0 0 #4db6ac !important;
 }


/* TABLE STYLING*/

table {
  box-shadow: 5px 5px 15px rgba(0,0,0,0.2);
}

/*
td {
  color: #ddd;
  background-color: #444;
}

tr {
  color: #ddd;
  background-color: #333;
}

td:hover {
  background-color: #333;
}

tr:hover {
  background-color: #333;
}*/

table.dataTable thead {
	color: #ddd;
	background-color: #222;
}

label {
	color: #eee;
	font-weight: 600;
}

table.dataTable.display tbody td {
	border-radius: 0px;
}

table.dataTable.display tbody tr.odd {
	color: #ccc;
	background-color: #292929DD;
}

table.dataTable.display tbody tr.even {
	color: #ccc;
	background-color: #222222DD;
}

table.dataTable.display tbody tr:hover {
	color: #ccc;
	background-color: #4db6ac60;
}

table.dataTable thead .sorting_desc {
  background-image: url('../images/icons/sort_desc.png');
}

table.dataTable thead .sorting_asc {
  background-image: url('../images/icons/sort_asc.png');
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
	color: #ccc;
}

table.dataTable.display tbody tr.odd>.sorting_1 {
	color: #ccc;
	background-color: #00000030;
}

table.dataTable.display tbody tr.even>.sorting_1 {
	color: #ccc;
	background-color: #00000030;
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
	border-top: 0px solid #062535
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	color: #ccc;
}

table#documentViewInfo th, table#documentViewInfo td {
    padding-top: 4px;
    padding-bottom: 4px;
    box-sizing: inherit;
    border-radius: 0px;
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #222222;
}

table#documentViewInfo:hover th, table#documentViewInfo:hover td {
    white-space: initial;
    background-color: #292929;
}

.select-wrapper span.caret {
  color: #eee;
}

.search-row {
  margin-left: -12px;
  margin-right: -12px;
}

.spinner-green-only {
  border-color: #4db6ac;
}

#search-loader {
  display: none;
  width: 80%;
  float: right;
  margin: 300px auto;
  transition-duration: 0.5s;
}

#noresults {
  display: none;
  width: 80%;
  float: right;
  margin: 300px auto;
  transition-duration: 0.5s;
  font-weight: 200;
  font-size: 28px;
  color: #eee;
  text-align: center;
}

#logintab {
  position: absolute;
  right: 64px;
  top: 64px;
  height: 60px;
  width: 200px;
  background-color: #45a39a;
  z-index: 99999;
  text-align: center;
  display: none;
}

#logintab ul {
  margin: 0;
  padding: 0;
}

#logintab ul li{
  height: 60px;
  line-height: 60px;
}

#logintab ul li:hover{
    opacity: 0.8;
    transition-duration: 0.5s;
}

#logout {
  background-image: url('../images/icons/logout.svg');
  background-repeat: no-repeat;
  background-size: 60px 60px;
}

#messageform {
  position: absolute;
  right: 0;
  top: 64px;
  width: 17%;
  min-height: 340px;
  background-color: #378c84;
  transition-duration: 0.5s;
  z-index: 9999;
  padding: 0 20px;
  display: none;
}

#messageform h5{
  color: #eee;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 20px;
}

#messageform .btn{
  color: #378c84;
  width: 100%;
}

#messageform .input-field label {
  color: #ddd;
}

#messageform input[type=text]:not(.browser-default) {
  border-bottom: 1px solid #ccc;
  box-shadow: 0 0 0 0 #000;
  border-radius: 0px;
}

#exit {
  position: absolute;
  top: 60px;
  right: 60px;
  background-image: url('../images/icons/x.svg');
  height: 60px;
  width: 60px;
}

#exit:hover {
  opacity: 0.7;
  transition-duration: 0.5s;
  cursor: hand;
}

#exit-modal {
  position: absolute;
  top: 20px;
  right: 0px;
  background-image: url('../images/icons/x.svg');
  height: 60px;
  width: 60px;
}

#exit-modal:hover, .closeButton:hover {
  opacity: 0.7;
  transition-duration: 0.5s;
  cursor: hand;
}

.references {
  padding: 0;
  margin: 0;
  background-color: #272727;
  color: #ddd;
}

.references h5 {
  padding: 0 0 0 15px;
  line-height: 60px;
}

#referencesList li, #suggestionsList li{
  padding-left: 15px;
  line-height: 50px;
}

#referencesList li:hover, #suggestionsList li:hover{
  background-color: #4db6ac60;
  cursor: hand;
}

#historyList {
  margin-bottom: 20px;
}

#historyList li:first-child {
  padding-left: 50px;
  line-height: 50px;
  background-image: url('../images/icons/history-first.svg');
  background-repeat: no-repeat;
}

#historyList li {
  padding-left: 50px;
  line-height: 50px;
  background-image: url('../images/icons/history.svg');
  background-repeat: no-repeat;
}

#historyList li:last-child {
  padding-left: 50px;
  line-height: 50px;
  background-image: url('../images/icons/history-last.svg');
  background-repeat: no-repeat;
}

#historyList li:hover{
  background-color: #4db6ac60;
  cursor: hand;
  transition-duration: 0.5s;
}

#historyList li.active{
  background-color: #4db6ac60;
  cursor: hand;
  border-right: 3px solid #eee;
}

.referenceNav {
  min-height: 10%;
  background-color: #181818;
}

#password-button {
  text-align: center;
  color: #ddd;
  width: 200px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ddd;
  border-radius: 20px;
  margin-top: 10px;
}

#password-button:hover {
  opacity: 0.7;
  transition-duration: 0.5s;
  cursor: hand;
}

#searchterms {
  background-color: #333;
  border-radius: 20px;
  padding: 0 20px;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #111;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #444;
    border-radius: 4px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
    transition-duration: 0.5s;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #222;
  color: #ccc !important;
  border: 0px solid #000;
  border-radius: 25px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #4db6ac;
  color: #ccc !important;
  border: 0px solid #000;
  border-radius: 25px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: #333;
  color: #ccc !important;
  border: 0px solid #000;
  border-radius: 25px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #4db6ac;
  color: #ccc !important;
  border: 0px solid #000;
  border-radius: 25px;
}

#saveHistory {
  position: absolute;
  top: 20px;
  right: 10%;
}

#saveSearch {
  float: right;
  margin-left: 10px;
  margin-top: -7px;
  height: 40px;
}

.filter {
  border-radius: 25px;
  padding: 0 20px;
  background-color: #333;
  display: inline-block;
  max-width: 80%;
  margin: 0 5px 30px 0;
  color: #ddd;
  line-height: 40px;
}

#addFilter {
  background-color: rgba(0,0,0,0.85);
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1000;
  display: none;
  transition-duration: 0.5s;
}

#savefilter-button {
  color: #000;
}
