.navbar-header img{
	max-width: 47px;
}

.dark-logo {
    max-width: 40px;
}

.user-profile {
    margin: 25px 0px 10px 0px;
}
form#views-exposed-form-talot-page-1 button {
    padding: 8px 34px 5px 25px;
    margin: 34px 0px 0px 0px;
}
.table-hover tbody tr{
	background:none;
}

.print__wrapper.print__wrapper--pdf a {
    margin: 0px 0px 0px 10px;
    background: cornflowerblue;
    color: white;
    padding: 3px 40px 4px 40px;
    border-radius: 0px;
    border: 1px solid darkred;
}
.print__wrapper.print__wrapper--pdf a:hover{
  color: #5c4ac7;
    background-color: #ffffff;
    border-color: #5c4ac7;

    box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0.14), 0 3px 1px -2px rgba(116, 96, 238, 0.2), 0 1px 5px 0 rgba(116, 96, 238, 0.12);
    transition: 0.2s ease-in;
}

ul.inspection-list {
  margin-left : 0px;
  padding-left :0px;
}
ul.inspection-list > li {
  text-decoration: none;
  list-style-type: none;
  float: left;
}
ul.tarks-list {
  margin-left : 0px;
  padding-left :0px;
}
ul.tarks-list > li {
  text-decoration: none;
  list-style-type: none;
  float: left;
}
ul.Tarkastuksessa-list {
  margin-left : 0px;
  padding-left :0px;
}
ul.Tarkastuksessa-list > li {
  text-decoration: none;
  list-style-type: none;
}
ul.yleis-list {
  margin-left: 0px;
  padding-left: 0px;
}
ul.yleis-list > li {
  list-style-type: none;
}
.m2-list {
    display: inline-block;
    position: absolute;
    left: 260px;
    top: 919px;
}
.layout-no-sidebars.page-user-login.path-user {
    background-image: url('/themes/talotheme/images/login-register.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    width: 100%;
    padding: 5% 0;
    position: fixed;

}
.layout-no-sidebars.page-user-register.path-user {
  background-image: url('/themes/talotheme/images/login-register.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 100%;
  padding: 5% 0;
  overflow: auto;
}
.layout-no-sidebars.page-user-login.path-user footer {
    background: none;
}


/* Talotasku specifice mobile themeing*/

@media (max-width: 768px) {
  .btn, .btn-group {
    width: 100%;
    margin-bottom: 5px;
  }
}
.node--type-sopimus .list-group-item {
  border: none;
}

.slick-dots--thumbnail-grid li {
  list-style: none;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
}
.slick-dots--thumbnail-grid li:hover {
  cursor: pointer;
}
.slick-dots--thumbnail-grid li button { display: none; }

.alert .btn-close {
  height: 20px;
  width: 20px;
  display: block;
  position: relative;
}
.alert .btn-close:before {
  position: absolute;
  content: "x";
  top: -6px;
  left: 3px;
  font-weight: bold;
}
.signature .input-group .form-textarea-wrapper {
  display: none;
}
