﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
    margin-top: 40px;
    clear: both;
}

/* image view */
div.result-container {
    font-size: 12px;
}

    div.result-container img.icon {
        width: 12px;
        height: 12px;
        margin:2px;
        cursor: pointer;
    }

    div.result-container .thumbnail img {
        max-width: 148px;
    }

.table-hover > tbody > tr:hover {
    background-color: lightblue;
}
.table .thead-dark th {
    background-color: #386577;
    color: #fff;
    border-color: #32383e;
}

.pager {
    display: inline-block;
    vertical-align: middle;
   /* padding: 0 5rem;*/
}

div.img-overview { font-size: 12px; }
button.btn-search {
    background-image: url('/images/search_icon.png');
}

.container {
    max-width: 100% !important;
}

#loadingOverlay {
    background: url('../images/loading.gif') no-repeat center center; 
    width:100%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#loadingIcon {
    color: #f47920;
    text-align: center;
    font-size: 24px;
    padding:20px 0;
}

/* image grid view */
.lr__gallery {
    width: 100%;
    padding: 0 5px;
    float: left;
}

    .lr__gallery .scroll-area {
        float: left;
       /* height: calc(100vh - 214px);*/
        width: 100%;
    }


    .thumb__img-frame .thumb__img {
        width: 100%;
    }

.thumb__img-wrapper {
    width: 100%;
    display: inline-block;
    position: relative;
    float: left;
    overflow: hidden;
    border: 1px solid lightgray;
}

    .thumb__img-wrapper:after {
        content: '';
        display: block;
        padding-top: 65.59633027522938%;
    }

.thumb__img-frame {
    background: #f2f3f6;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .thumb__img-frame .js-edit-image {
        max-height: 100%;
        max-width: 100%;
    }

.thumb__img {
    width: 100%;
    min-height: 100%;
    height: auto;
}

.lr__thumb {
    display: block;
    position: relative;
    float: left;
    /*width: calc(100% / 6);*/
    padding: 0 5px 20px 5px;
}

.thumb__card {
    position: relative;
    transition: box-shadow 0.3s ease;
}

    .thumb__card:hover {
        -webkit-box-shadow: 0 6px 18px 0 #696969;
        box-shadow: 0 6px 18px 0 #696969;
    }

        .thumb__card:hover .thumb__tools {
            display: block;
        }

.thumb__info-block {
    width: 100%;
    padding: 8px;
    background: #386577;
    color: white;
    float: left;
}

.thumb__info {
    width: 98%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    line-height: 24px;
}


.thumb__reticle {
    display: none;
    position: absolute;
    width: 100%;
    border: 5px solid #f47920;
    background: rgba(255, 255, 255, 0.65);
}

    .thumb__reticle:after {
        content: '';
        display: block;
        padding-top: 65.59633027522938%;
    }

    .thumb__reticle .icon-checked {
        position: absolute;
        right: 6px;
        top: 6px;
        text-align: center;
        line-height: 32px;
        width: 30px;
        height: 30px;
        border-radius: 4px;
        background: #f47920;
    }


.thumb__status-icons {
    width: 100%;
    position: absolute;
    z-index: 1;
}
.status-icon {
    font-family: Arial;
    display: block;
    float: right;
    margin: 5px 3px 0;
    padding: 6px 8px;
    background: white;
    border-radius: 4px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
    color: black;
    line-height: 1.1em;
    text-shadow: -0.731px -0.682px 0px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.35);
}
.status-icon--green {
    color: white;
    background: #17b945;
}


.thumb__tools {
    display: none;
    width: 100%;
    position: absolute;
   /* bottom: 80px;*/
    z-index: 1;
}

.image-tools {
    height: 30px;
    width: 30px;
    display: inline-block;
    background: #e9ece5;
    margin: 8px;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
}

.image-tools--select {
    background: #e9ece5 url('../images/check.png')no-repeat center center;
}
.image-tools--info {
    background: #e9ece5 url('../images/info.png')no-repeat center center;
}

.image-tools--edit {
    background: #e9ece5 url('../images/edit.png')no-repeat center center;
}

.float_lt {
    float: left;
}

.float_rt {
    float: right;
}
