body {
    background-color: black;
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
}
.center {
    text-align: center;
}
header.navbar {
    min-height: 68px;
    margin-bottom: 0;
    background-color: black;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
}
a.navbar-brand>img {
    position: absolute;
}
#search input, #search select, #search button{
    background-color: #343434;
    background-image: none;
    color: #FFF;
    border: 1px solid #1A1A1A;
    border-radius: 0;
    text-shadow : none;
}
#search form {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    float: right;
    margin: 15px 0px;
}


.page-header {
    border: none;
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 40px;
    font-family:  "myriad-pro-n3","myriad-pro", myriad, verdana, arial, sans-serif;
    font-weight: 300;
    text-rendering: optimizeLegibility;
} 
h1>small {
    font-family:  "myriad-pro-n3","myriad-pro", myriad, verdana, arial, sans-serif;
    font-weight: 300;
    font-size: 30px;
    text-rendering: optimizeLegibility;
}

.whitewrap {
    background-color: white;
}

.breadcrumb {
    margin: 7px 0;
    padding: 8px 10px 0 10px;
    float: left;
    background-color: transparent;
}

.breadcrumb>li {
    display:inline;
    zoom:1
}
.breadcrumb>li:first-child>a>i {
    margin-right: 10px;
}
.breadcrumb>li+li:before {
    content:"/";
    color: white;
}

.list-inline>li {
    padding : 0;
}

.home {
    margin: 0 10px 0 -18px;
}

#topnav {
    background-color: #422e5d;
    color: white;
    margin-bottom: 0;
}
	[class~='offline'] {
		background-color: #983030 !important;
	}
.breadcrumb a {
    color : white;
}
.breadcrumb>.active {
    color : white;
}
ul.navbar-nav {
    margin: 0;
    padding: 0;
    padding-left: 10px;
}
.userlogin {
    background-image: none;
    background-color: white;
    float: right;
    font-size: 12px;
}
div.user {
    float: right;
}
div.user .btn {
    background-image: none;
    background-color: white;
    font-size: 12px;
}

#toggle-space {
    display: none;
    margin-top: 15px;
}

.input-group-btn {
    width: initial;
}

.input-group {
    width: 100%;
}

#sidebar {
    padding-top: 15px;
    background-color: #f3f3f3;
    margin-bottom: 50px;
}
#sidebar .nav {
    width: 95%;
}
#sidebarCollapse {
    background-color: transparent;
}
a.list-group-item:hover {
    text-decoration: underline;
}
#sidebar .listing>.list-group-item:first-child {
    font-family:  "myriad-pro-n3","myriad-pro", myriad, verdana, arial, sans-serif;
    font-weight: 300;
    font-size: 19px;
    text-rendering: optimizeLegibility;
}
#sidebar .listing:last-child>.list-group-item:last-child {
    border-bottom: none;
}

#main {
    padding-top: 15px;
    padding-bottom: 30px;
}

#main>#sidebarCollapse {
    float: left;
    margin-left: -70px;
    margin-top: 4px;
}
#main.nosidebar>#sidebarCollapse {
    margin-left: -40px;
}

.listing {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.listing>.list-group-item {
    border-left: none;
    border-right: none;
    background-color: transparent;
}
.listing>.list-group-item:first-child {
    border-top: none;
}
.listing>.list-group-item:last-child {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
a.list-group-item, a.list-group-item:hover, a.list-group-item:focus {
    color: #337ab7;
}
.label-right {
    float: right;
    margin-left: 10px;
    height : 1.61em;
}
.list-group-item>.label-right {
    height: initial;
    font-size: 0.93em;
}

[data-href] {
    cursor: pointer;
}
.list-group-item[data-href]:hover {
    background-color: #f5f5f5;
    text-decoration: underline;
    color: #337ab7;
}

.footerwrap {
    background-color: #422e5d;
}
	[class~='offline'] {
		background-color: #983030 !important;
	}

footer {
    font-size: x-small;
    color: white;
    padding-top: 15px;
    padding-bottom: 15px;
}
footer p {
    margin: 0;
    margin-bottom: 3px;
}
footer .btn {
    padding-top: 0;
    font-size: x-small;
}
footer .btn-group>.btn {
    float: right;
}

.inactive {
    display: none;
}

footer a, footer a:hover, footer a:focus {
    color: white;
}

footer .btn:hover {
    color: white;
    text-decoration: underline;
}
/* collapsed sidebar styles */
@media screen and (max-width: 767px) {
    a.navbar-brand>img {
        clip: rect(0px, 36px, 45px, 0px);
    }
    .page-header h1{
        font-size: 20px;
    }
    .page-header h1 small{
        font-size: 15px;
    }
    header #search {
        display: none;
    }
    header.active #search {
        display: block;
    }
    div.user, .userlogin {
        margin-bottom: -40px;
    }
    #main {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 42px;
    }
    .row-offcanvas {
        position: relative;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }
    .row-offcanvas-left.active>.sidebar-offcanvas {
        left: 0;
    }
    .row-offcanvas-left.active>div#main {
        display: none;
    }
    
    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        z-index: 500;
        background-color: white;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }
    #sidebar {
        padding-top:0;
    }
    #toggle-space {
        display: block;
    }
    
    article>ul.nav-tabs>li:first-child {
        width : 100%;
    }
}
/* add to basic Bootstrap styles */
.table-borderless tr, 
.table-borderless td, 
.table-borderless th { 
	border: none !important;
}
.table-wide tr,
.table-wide th,
.table-wide td {
    width: auto !important;
}
/* for handoutSearch.php */
select.flush-right, 
input.flush-right {
	border-top-right-radius: 0px !important; 
	border-bottom-right-radius: 0px !important;
}
select.flush-left,  
input.flush-left  {
	border-top-left-radius: 0px !important; 
	border-bottom-left-radius: 0px !important;
}
select.no-dropdown {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: ''
}
/*for prettyPrint_diffs */
ins {
    background-color: #c6ffc6;
    text-decoration: none;
}

del {
    background-color: #ffc6c6;
}
/* for dmsExplorer */
button.image {
	padding: 0;
	border: none;
	background: none;
}
/*http://vanseodesign.com/css/vertical-centering/*/
div.alert-working {
	-moz-border-radius: 15px; 
	border-radius: 15px; 
	background-color: rgba(220,220,255,0.8); 
	position: fixed; 
	bottom: 43%; 
	left:  43%; 
	width: 14%; 
	height: 14%;
	display: table;
}
div.alert-child {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

