
 .navbar-nav .btn{ margin-right:10px; color:#fff; }

 .pull-right{ float:right; }

 .pull-left{ float:left; }

 .c{ clear:both; }

 .hidden-field{
 	display:none;
 }

.arch-logo{
    display:block;
    max-width:40%;
    margin:0 auto;
    margin-bottom:60px;
}

 .stat{

 	padding:20px;
 	background:#eaeaea;
 	border:solid 1px #ccc;
 	text-align:center;
 	margin-bottom:30px;
 	position:relative;
 }

 .stat a{
 	position:absolute;
 	left:0;
 	top:0;
 	width:100%;
 	height:100%;

 }

.stat cite {
    display: block;
    font-style: normal;
    width: 90px;
    height: 90px;
    text-align: center;
    background: #999;
    color: #fff;
    font-size: 27px;
    border-radius: 50%;
    margin: 0 auto;
    font-weight: bold;
    padding-top: 24px;
}

.stat:hover{
	background:#fff;
}

.stat:hover cite{
	background:#000;
}

.stat span{
	display:block;
	font-size:18px;
	padding:15px 0;
}

a.menu-btn {
    padding: 10px 20px;
    border-left: solid 1px #cccccc;
    color: #999;
    font-weight: bold;
}

a.menu-btn:hover{
    color:#000;
    text-decoration:none;
}

.active a.menu-btn{
    font-weight:bold;
    color:green;
    background:#eee;
}

.ajax-search-holder{
    position:relative;
    padding-bottom:30px;
}

.ajax-search-holder #search-query{
    height:70px;
    line-height:70px;
    text-indent:15px;
    border:solid 1px #ccc;
    font-size:20px;
    width:100%;

}

.ajax-search-holder .ajax-results {
    position: absolute;
    left: 0;
    top: 69px;
    width: 100%;
    background: rgba(255,255,255,0.9);
    z-index: 10;
    max-height: 247px;
    overflow: scroll;
    border: solid 1px #ccc;
    display:none;
}

.ajax-search-holder .ajax-results a{

    display:block;
    padding:10px 20px;
    border-bottom:solid 1px #ccc;
    font-size:16px;
    text-decoration:none;
    color:#666;
}

.ajax-search-holder .ajax-results a:hover{
    background:#666;
    color:#fff;
}

.quick-link{
    padding:20px;
    font-size:19px;
    background:#eaeaea;
    border:solid 1px #ccc;
    margin-bottom:15px;
    display:block;
}

.a-note{
    border:solid 1px #ccc;
    margin-bottom:30px;
}

.a-note .note-meta{
    padding:15px;
    background:#ccc;
    color:#1e1e1e;
    position:relative;

}

.a-note .delete-note{
    padding:2px 8px;
    background:red;
    color:#fff;
    position:absolute;
    right:10px;
    top:10px;
    text-decoration: none;
}

.a-note .note-body{
    padding:15px;
    background:#eaeaea;
}

.file-holder{
    padding:10px;
    background:#eee;
    border:solid 1px #ccc;
    margin:15px 0;
    border-radius:12px;
}

.file-holder:after{
    clear:both;
    content:' ';
    display:block;
}

.file-holder cite{
    background:red;
    padding:4px 12px;
    color:#fff;
    background:#f00;
    float:right;
    display: inline-block;
    font-style:normal;
    cursor:pointer;
}

@media(max-width:800px){

    a.menu-btn{
        display:block;
    }

    .table-wrapper {
    max-width: 100%;
    overflow: scroll;
}


}


.chart-wrapper{
    padding:30px;
    background:#cacaca;
    margin-bottom: 30px;
}

#filter-bar {
    padding: 20px 30px;
    border-radius: 12px;
    background: #ccc;
    box-shadow: inset 2px 4px 10px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}