/*Template file for Signature Support Portal*/

.input-medium {
    width: 220px;
}
li {
    line-height: 31px;
    padding-left: 5px;
}
.navigation .nav-child li > a:hover, .navigation .nav-child li > a:focus, .navigation .nav-child:hover > a {
    text-decoration: none;
    color: #FFF;
    background-color: #00467E;
    background-image: linear-gradient(to bottom, #00467E, #00467E);
}
ul {
	list-style-type:none;
	margin:0;
}
.report-field{
	float: left;
	width:50%;
}
.report-field2{
	float: left;
	width:300px;
}
.report-field3{
	float: left;
	width:100%;
}
.report-row{
	clear: both;
	padding: 20px 0 50px 0;
    border-bottom: solid 1px #cacaca;
}
.report-label{
	width: 25%;
    font-weight: bold;
    float: left;
}
.report-label2{
	width: 50%;
    font-weight: bold;
    float: left;
}
.report-label3{
	width: 20%;
    font-weight: bold;
    float: left;
}

.nav-tabs > li > span,
.nav-pills > li > span {
	padding-right: 12px;
	padding-left: 12px;
	margin-right: 2px;
	line-height: 14px;
}

.nav-tabs > li > span {
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 18px;
	border: 1px solid transparent;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.nav-tabs > li > span:hover,
.nav-tabs > li > span:focus {
	border-color: #eee #eee #ddd;
}

.nav-pills > li > span {
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 2px;
	margin-bottom: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.nav-pills > .active > span,
.nav-pills > .active > span:hover,
.nav-pills > .active > span:focus {
	color: #fff;
	background-color: #08c;
}
	.header .nav-pills > li > span {
		border: 1px solid #ddd;
		border-bottom: 0;
		margin: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		margin-right: 0;
	}
.navigation .nav-child {
	margin-top: 0px;
}

#edocman-categories
{
	margin-top:30px;
}

input#search_edocman_box {
    width: 93%;
}

#filter_category_id {
    width: 100%;
}

.doc_search
{
    margin-top: 62px;
}

.edocman-category.span4 {
    width: 100%;
    margin-left: 0px;
}


@media only print {
	a.btn {
		display: none;
	}
	header.header {
		display: none;
	}
	nav.navigation {
		display: none;
	}
	footer.footer {
		display: none;
	}
	.btn-group {
		display: none;
	}
	body.site {
		border-top: white!important;
	}
	
}


@media (max-width: 767px) {
[class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
    width: 66%!important;
    float: left!important;
}

.view-categories [class*="span"], .view-categories .row-fluid [class*="span"], .view-category [class*="span"], .view-category .row-fluid [class*="span"]
{
    width: 100%!important;
}

.doc_search {
    margin-top: 0px;
}
}
