
.glyphcontainer {
    margin-left: auto;
    margin-right: auto;
    padding:0 10px;
}
canvas.text {
    border: 1px solid #ddd;
    box-shadow: 1px 0 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 5px;
}
.custom-file-input[type=file]::-webkit-file-upload-button {
  visibility: hidden;
}
.fileContainer {
    overflow: hidden;
    position: relative;
}
.fileContainer [type=file] {
    cursor: inherit;
    display: block;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}
.fileContainer {
    background: #C19040;
    float: left;
    padding: .5em;
}
.fileContainer:hover {
    background: #0D0F27;
}
.fileContainer [type=file] {
    cursor: pointer;
}
.glyphwrapper {   
}
#glyph-display{
    float:left;
    width:38%;
    position: relative;
}
.glyphwrapper canvas {
    display: inline-block;
}
#glyphs {
}
.glyphwrapper span {
    text-align: center;
    background: #C19040;
    display: block;
    font-size: 20px;
    padding:10px 0;
}
canvas.item {
    float: left;
    border: solid 1px #a0a0a0;
    margin-right: -1px;
    margin-bottom: -1px;
    cursor: pointer;
}
canvas.item:hover {
    background-color: #d2d2d2;
}
#glyph-list-end {
    clear: both;
}
#glyph, .glyph-bg {
    position: absolute;
    top: 0;
    left: 0;
}
.glyph-bg {
    border:1px solid #fff;
}
#message {
    position: relative;
    top: -3px;
    background: red;
    color: white;
    padding: 1px 5px;
    font-weight: bold;
    border-radius: 2px;
    display: none;
	clear: both;
    font-size: 12px;
}
.message {
    clear: both;
    font-style: oblique;
}
.info {
    font-size: 20px;
    color: #000;
}
hr {
    clear: both;
    border: none;
    border-bottom: 1px solid #ccc;
    margin: 20px 0 20px 0;
    padding: 0;
}
/* Glyph Inspector */
#pagination{
    margin-bottom: 26px;
    display: inline-block;
    margin-top: 20px;
}
#pagination span {
    padding: 5px 10px;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    display: inline-block;
margin-bottom: 5px;
}#pagination span:hover {
    background-color: #d2d2d2;
    color: #000;
}
#pagination span.page-selected {
    font-weight: bold;
    background-color: #d2d2d2;
    color: #000;
}

