body {
    height: 100%;
    background: rgba(255,255,255,0);
}

html {
    background: linear-gradient(80deg, rgba(207, 250, 209, 0.3), rgba(255, 255, 255, 0.6), rgba(207, 250, 209, 0.3)),url("/image/background.jpg") no-repeat fixed center;
    background-size: cover;
    background-position: center center;
}

#banner {
    margin: 1em auto;
    text-align: center;
}

#banner img {
    width: 100%;
}

#intersection-search-inputs {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 0;
}

#keywords-label{
    vertical-align: middle;
    display: inline-block;
    padding-bottom: 15px;
}

#gradient {
    z-index: 10000;
    position: fixed;
    bottom: 40px;
    left: 0;
    width: 100%;
    height: 1em;
    background: linear-gradient(0deg, rgba(255,255,255,0.5), rgba(255,255,255,0));
}

footer {
    z-index: 10000;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    font-size: 13px;
    color: #888;
    text-shadow: 0 1px 0 #fff;
    text-align: center;
    background-color: #e7eae7;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
footer > a {
    margin-left: 12px
}
footer > a:link, footer > a:visited {
    color: #888;
    text-decoration: underline
}

.btn.btn-warning:disabled{
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn.btn-success:disabled{
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.tab-content  {
    border: #ddd solid;
    border-width: 0 1px 1px 1px;
    background-color: white;
    /*-webkit-border-radius: 6px;*/
    -webkit-border-left-radius: 6px;
    -webkit-border-right-radius: 6px;
    /*-moz-border-radius: 6px;*/
    -moz-border-left-radius: 6px;
    -moz-border-right-radius: 6px;
    /*border-radius: 6px;*/
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.specimen_paging_toolbar {
    margin-bottom:1em;
    text-align:right;
}

#specimen_list tr td {
    /*align-content: center;*/
    text-align: center;
    vertical-align: middle;
}

.arrow_msgbox {
    width:100%;
    height:110px;
    border:1px solid #ccc;
    position:relative;
    border-radius:3px;
}
.arrow_msgbox_out,.arrow_msgbox_in {
    position:absolute;
    width:0;
    height:0px;
}
.arrow_msgbox_out {
    border:14px solid transparent;
    border-bottom-color:#ccc;
    top:-26px;
    left:220px;
}
.arrow_msgbox_in {
    border:13px solid transparent;
    border-bottom-color:#fff;
    top:-24px;
    left:221px;
}

#verification_buttons {
    margin-bottom: 1em;
    min-width: 100%;
    justify-content: space-between;
    display: flex;
}

#verification_buttons > button {
    /*font-size: 1vw;*/
    min-width: 19%;
    /*background-color: #604c3f;*/
}

.field-block, .classification_panel{
    /*overflow-y: scroll;*/
    /*height: 400px;*/
    /*min-height: 20px;*/
    /*padding: 1em;*/
    margin-bottom: 1em;
    /*background-color: #f5f5f5;*/
    /*border: 1px solid #ddd;*/
    /*border-radius: 4px;*/
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);*/
    /*box-shadow: inset 0 1px 1px rgba(0,0,0,.05);   */
}

#verification_frame {
    float:left!important;
    z-index: 5000;
    width: 500px;
    height: 400px;
    padding: 6px;
    border: 1px rgba(0, 0, 0, .4) solid;
    background-color: white;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.pending-thumbnail {
    max-height: 5em;
}

.preview_image {
    display: block;
    /*position: absolute;*/
    /*z-index: 2000;*/
    /*top: 10px;*/
    /*right: -440px;*/
    padding: 6px;
    border: 1px rgba(0, 0, 0, .4) solid;
    background-color: white;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
}

.thumbs_image_list {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

ul.images {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  /*width: 900px;*/
  overflow-x: auto;
  /*background-color: #ddd;*/
}

ul.images li {
  display: inline;
  margin-right: 4px;
}

ul.images img {
 height:90px;
 padding:5px;
}

.image-selected {
    background-color:green;
}

table {
    background-color: white;
}

/*.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #604c3f;
    color: white;
}*/

.pending-table > thead > tr > th {
    text-align: center;
}

.pending-list > tr > td {
    vertical-align: middle;
    /*height:100px;*/
}

.input-append .btn.dropdown-toggle {
    float: none;
}

.dialog-title, .close-icon {
    color:#eee;
}

.dialog-header {
    background-color: #27373f;
    /*background-color: rgb(251, 244, 220);*/
    /*color:#27373f;*/
}

.input-error {
    padding:0 0 5px 0;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently not supported by any browser */
}

.selected {
    background-color: #232323;
    color: #f5f5f5;
}

.fields {
    margin:0 0 1em 0;
}

button:focus, button:active, button:hover, .btn {
    outline:0px !important;
    -webkit-appearance:none;
}

main::before {
    background: #f06;
    background: linear-gradient(45deg, #f06, yellow);
    min-height: 100%;
    background: url("tiger.jpg") 0 / cover fixed;
}

main {
    position: relative;
    margin:  20px auto;
    padding: 1em;
    /*max-width: 23em;*/
    background: hsla(0,0%,100%,.25) border-box;
    overflow: hidden;
    border-radius: .3em;
    /*box-shadow: 0 0 0 1px hsla(0,0%,100%,.3) inset,*/
                /*0 .5em 1em rgba(0, 0, 0, 0.6);*/
    /*text-shadow: 0 1px 1px hsla(0,0%,100%,.3);*/
}

main::before {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    margin: -30px;
    z-index: -1;
    -webkit-filter: blur(20px);
    filter: blur(20px);
}

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
    visibility: visible; /* Show the snackbar */

/* Add animation: Take 0.5 seconds to fade in and out the snackbar. 
However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#loading, #searching_specimens_status {
    animation: blink 1s;
    animation-iteration-count: infinite;
}

/*Edge - works to 41.16299.402.0*/
@supports (-ms-ime-align:auto)
{
    html{
        overflow: hidden;
        height: 100%;
    }
    body{
        overflow: auto;
        height: 100%;
        position: relative;
    }
}

/*Ie 10/11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
    html{
        overflow: hidden;
        height: 100%;
    }
    body{
        overflow: auto;
        height: 100%;
    }
}