body {
	padding-top: 70px;
	padding-bottom: 70px;
}

@media screen and (max-width: 768px) {
	body {
		padding-top: 0px;
	}
}

.grid-limit {
	width: 60px;
}

.grid-limit-box .input-append {
	float: right;
}

.grid .pagination {
	margin-top: 0px;
}

.grid-message {
	margin-top: 4px;
}

.label-spread {
	display: block;
	text-align: center;
}

.btn-spread {
	display: block;
}

#header-navigation .navbar-right {
	margin-right: 10px;
}

.login-form {
	float: none;
}

.icon-link, .icon-link:hover, .icon-link:active, .icon-link:focus {
	text-decoration: none;
	padding: 4px;
}

.page-header {
	margin-top: 0;
}

.page-header-actions h1 {
	display: inline-block;
	margin-top: 0;
	max-width: 750px;
}

@media (min-width: 1200px) {
	.page-header-actions h1 {
		max-width: 950px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.page-header-actions h1 {
		max-width: 530px;
	}
}

.page-header-actions > .btn, .page-header-actions > .btn-toolbar {
	float: right;
}

fieldset {
	margin-top: 50px;
}

.btn .glyphicon-before {
	top: 2px;
	margin-right: 5px;
}

.btn .glyphicon-after {
	top: 2px;
	margin-left: 5px;
}

.legend {
	padding: 0;
	font-size: 21px;
	font-weight: normal;
	color: #333;
}

.btn-edit {
	margin-top: 3px;
	cursor: pointer;
	text-decoration: none !important;
}

.btn-edit.fa-spinner {
	cursor: default;
}



.test-table th, 
.test-table td {
	border: none !important;
}

.test-icon {
	margin-right: 5px;
}

.test-suite,
.test-case,
.test {
	
}

.test-suite-label,
.test-case-label,
.test-label {
	background-image: url(../img/test-line.png);
	background-repeat: no-repeat;
	padding: 8px 0;
}

.test-wrapper .test-suite .test-suite-label {
	padding-left: 10px;
	background-position: 12px 31px;
}

.test-wrapper .test-suite .test-case .test-case-label {
	padding-left: 42px;
	background-position: 12px -103px;
}
.test-wrapper .test-suite .test-case:first-child .test-case-label {
	
}
.test-wrapper .test-suite .test-case:last-child .test-case-label {
	background-position: 12px -141px;
}

.test-wrapper .test-suite .test-case .test .test-label {
	padding-left: 74px;
	background-position: 12px -189px;
}
.test-wrapper .test-suite .test-case .test:first-child .test-label {
	
}
.test-wrapper .test-suite .test-case .test:last-child .test-label {
	background-position: 12px -220px !important;
}
.test-wrapper .test-suite .test-case:last-child .test .test-label {
	background-position: 45px 0px;
}
.test-wrapper .test-suite .test-case:last-child .test:last-child .test-label {
	background-position: 45px -20px !important;
}

.test-progress {
	margin-bottom: 0 !important;
}

.test-modal pre {
	max-height: 600px;
	overflow: auto;
}


.selectize-control.repositoryTags .selectize-input [data-value] .name {
	font-size: 12px;
	opacity: 0.5;
	margin-left: 5px;
}
.selectize-control.repositoryTags .selectize-input [data-value] .name + .repository {
	margin-left: 5px;
}
.selectize-control.repositoryTags .selectize-dropdown .name {
	font-size: 12px;
	display: block;
	opacity: 0.5;
}

table.table.table-striped{
	table-layout:fixed
}

table.table.table-striped td{
	word-wrap:break-word;
}

.modal.modal-token .modal-dialog {
  width: 1440px;
}

.form-horizontal div.control-label{
font-weight: bold;
}

.form-horizontal .control-fix-value {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}