﻿* {
    font-size: 10px;
}

#details {
    margin-left: 15px;
}

#details th {
    text-align: left;
    padding-right: 10px;
}

#from {
    cursor: pointer;
    color: #336699;
}

#from:focus, #from:hover, #from:active {
    color: #4ea2df;
}

.file-icon {
    font-size: 22px;
    padding: 2px;
}

body {
    padding-top: 40px;
}

.navbar-button{
    font-size: 10px;
}

.navbar-header{
    padding-top: 3px;
    margin-right: 10px;
}

.navbar {
    padding-right: 6px;
    padding-left: 6px;
    min-height:40px;
}

nav ul{
    padding-top: 6px;
}

.nav>li>a,
.nav .btn{
    padding: 4px 10px;
}

#msg .alert{
    padding: 10px;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 16px;
}



.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-menu {    /* used to be tt-dropdown-menu in older versions */
    width: 422px;
    margin-top: 4px;
    padding: 4px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
    line-height: 24px;
}

.tt-suggestion.tt-cursor,.tt-suggestion:hover {
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion p {
    margin: 0;
}

.btn-group-sm>.btn, .btn-sm{
    line-height: 1.2;
}

#msg-container{
    width: 100%;
    position: absolute;
    bottom: 0;
}

#form-container{
    width: 100%;
    background-color: rgba(179, 173, 173, 0.66);
    padding-top: 36px;
    padding-bottom: 6px;
    padding-left: 6px;
}

#selected-entries{
    padding-top: 4px;
}

#entry-list{
    /*margin-top: 36px;*/
}

.sel-entry{
    font-size: 10px;
    margin-right: 4px;
    color: #FFFFFF;
}

.sel-entry-remove{
    color: #FFFFFF;
}

.entry-tab{
    text-align: right;
}

.a-index{
    position: relative;
    bottom: 4px;
}


#isf-options input[type=text]{
    margin-left: 6px;
}

#isf-options input[type=checkbox]{
    margin-left: 6px;
    margin-top: 0;
    line-height: 8px;
}
