.logos {
	background-color: #ffffff;
	border-top: 1px solid #cccccc;
}

.logo {
	padding: 2rem !important;
    margin: auto;
}

.logos p {
	font-style: italic;
  text-align: center;
  padding: 1rem;
  font-size: 0.9rem;
}


#service-logo {

  background-repeat: no-repeat;
  background-position: 0 center;
  width: 300px;
  height: 50px;
  display: inline-block;
}

.copyright {
  position: table-cell;
  vertical-align: middle;
}

.service-pt h1, .service-en h1, #service-name {
  text-indent: -100%;
  white-space: nowrap;
  overflow: hidden;
}

.service-pt, .service-en {
  display: inline-block;

  background-repeat: no-repeat;
  background-position: 0 center;
  width: 300px;
  height: 50px;
}

.search-vocab-text {
  background-color: #1681A8;
}

#search-all-button {
  background-color: #1681A8;
}

html,body {
  background-color: #D3E3E7;
}

#lang-dropdown-toggle, .multiselect {
  background-color: #1681A8;
}

.headerbar-coloured {
  background-color: #1681A8;
}

.header-left h1{
  background-color: #1681A8;
}

.navigation-font{
  color: #1681A8;
}

a {
  color: #1681A8;
 
}

#navi3 {
  display:none;
}

#service-name {
  text-indent: -100%;
  white-space: nowrap;
  overflow: hidden;
}

#search-all-button {
  background-color: #1681A8;
  padding-left: 10px;
  width: 80px; 
}

.multiselect .dropdown-toggle, .dropdown-toggle:hover, .btn.dropdown-toggle:focus, .open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #1681A8;
  box-shadow: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
  color: #1681A8 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #1681A8 !important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #1681A8 !important;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #1681A8 !important;
}

tr.replaced-by > td > ul > li > a {
  color: #1681A8;
  font-weight: bold;
}



.copy-clipboard:active, .copy-clipboard:focus, .copy-clipboard:active:focus {
  background-color: #fff;
  color: #1681A8;
}

.copy-clipboard:hover {
  background-color: #fff;
  color: #23527c;
}

p.autocomplete-label {
  color: #1681A8;
}

footer ul {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: right;

}

footer ul li a, footer ul li {
  text-decoration: none;
  line-height: 50px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: #1681A8; !important;
  color: #ffffff;
}

footer ul li a:hover {
  color: white;
}

@media (min-width: 1260px) {

  #vocabulary-list {
    width: 580px !important;
    float: right;
  }

  .nav-tabs > li > a.active {
    height: 43px;
  }

  .nav-tabs > li > a  {
    height: 43px;
  }

  .alphabetical-search-results li, li, .versal, .versal-bold, p, .search-result > .prefLabel, .search-result > .notation, .property-values > .prefLabel, td > a {
    font-size: 16px;
  }
}

@media (max-width: 1270px) {
  .frontpage-logo .main-container.frontpage::before {
    display: none !important;
  }
}

@media (min-width: 1500px) {
  #vocabulary-list {
    margin-left: 16px !important;
  }
}

.propertyvalue {
  font-size: 14px;
}

#statistics,#counts {
  max-width: fit-content;
}

th.versal,td.versal {
  padding-right: 10px !important;
}



		div.alphabet {
    display: table;
    width: 100%;
    margin-bottom: 1em;
}
 
div.alphabet span {
    display: table-cell;
    color: #3174c7;
    cursor: pointer;
    text-align: center;
    width: 3.5%
}
 
div.alphabet span:hover {
    text-decoration: underline;
}
 
div.alphabet span.active {
    color: black;
}

.limmata-table,.category-tree {
	padding:10px;
}

 /* Remove default bullets */
ul, #myUL {
  list-style-type: none;
}

/* Remove margins and padding from the parent ul */
#myUL {
  margin: 0;
  padding: 0;
}

/* Style the caret/arrow */
.caret {
  cursor: pointer;
  user-select: none; /* Prevent text selection */
}

/* Create the caret/arrow with a unicode, and style it */
.caret::before {
  content: "\25B6";
  color: #065775;
  display: inline-block;
  margin-right: 6px;
}

/* Rotate the caret/arrow icon when clicked on (using JavaScript) */
.caret-down::before {
  transform: rotate(90deg);
}

/* Hide the nested list */
.nested {
  display: none;
  opacity: 0;
  transition: opacity 2s;
}

/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
.active {
  display: block;
  opacity: 1;
} 

.child {
  padding-left: 30px;
  position: relative;
}

.child:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  left: 15px;
  top: 0px;
  border-left: 1px dotted black;
}


.child:after {
  content: '';
  height: 1px;
  width: 15px;
  position: absolute;
  left: 15px;
  top: 15px;
  border-top: 1px dotted black;
}

.strong {
	font-weight:bold;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #1681a8;
  border-color: #1681a8;
}

.page-link {
	 color: #1681a8;
}

.pagination {
	border-radius:0;
}

#image {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#image:hover {opacity: 0.5;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

ul.piges {
	list-style-type: circle;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../../../admin/img/loading.gif') center no-repeat #fff;
   
}

.table td, .table th {
  padding: .45em;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  font-size:.8rem;
}

/*************** sticky on scroll ******************************/


/* Page content */
.content {
  padding: 16px;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 102px;
}

#sidebar{
	overflow-y: auto;
}

#sidebar::-webkit-scrollbar {
  width: 0.7em;
}
 
#sidebar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
#sidebar::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.navbar-form {
	padding-right:4px;
}

#livesearch {

    display: block;

    z-index: 999;
    top: 41px;

}

.tab-pane.loading {
    min-height: 50px;
}
.tab-pane.loading:before {
    content: '';
	clear:both;
    height:30px;
    width:30px;
    display:block;
    background: url('http://62.217.125.240/site/resource/pics/spinner.gif') center no-repeat;
    background-size:100%;
}


