﻿.glyphicon-large {
    font-size: 25px;
}

.btn {
    margin-bottom: 0.4em;  
}

.navbarlogo {
    float: right;
     margin: 11px 2px 10px 5px;
}

.navbar-brand {
    margin-top: 0px;
}

.chatbox {
    width:100%;
    height:50%;
}

.pdfinput {
    width: 30em;
    height: 2.5em;
}

input[type="number"],
input[type="text"],
select:focus,
textarea {
    font-size: 16px;
}

.annotationLayer > a{
    display: block;
    position: absolute;
}

.annotationLayer > a:hover {
    opacity: 0.2;
    background: #ff0;
    box-shadow: 0px 2px 10px #ff0;
}

.annotText {
    color: white;
}

.documentSearchbox {
    height: 200px;
}