
/* bootstrap //////////////////////// */

* {
	box-sizing:border-box;
}

b, strong {
	font-weight:600;
}

.h4, .h5, .h6, h4, h5, h6 {
	margin-top:10px;
	margin-bottom:10px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family:inherit;
	font-weight:500;
	line-height:1.1;
	color:inherit;
}

.h1, h1 {
	font-size:36px;
	margin:.67em 0;
}

.h2, h2 {
	font-size:30px;
}

.h3, h3 {
	font-size:24px;
}

.h4, h4 {
	font-size:18px;
}
h4.modal-title {
	margin:0px;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}

label {
	display:inline-block;
	white-space:nowrap;
	max-width:100%;
}

.form-group {
	margin:30px 0;
}
aside .form-group:first-child {
	margin-top:0px;
}
aside .form-group:last-child {
	margin-bottom:0px;
}

table {
	background-color:transparent;
	border-collapse:collapse;
	border-spacing:0;
}

.table {
	width:100%;
	max-width:100%;
	margin-bottom:20px;
}

table.fixed {
	table-layout:fixed;
	width:100%;
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
	border-top: 0;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	padding:8px;
	line-height:1.42857143;
	vertical-align:top;
	border-top:1px solid #ddd;
}

.table>thead>tr>th {
	vertical-align:bottom;
	border-bottom:2px solid #ddd;
}

.text-center {
	text-align:center;
}

.close {
	color:#000;
	float:right;
	font-size:21px;
	font-weight:700;
	line-height:1;
	text-shadow:0 1px 0 #fff;
	filter:alpha(opacity=20);
	opacity:.2;
}

.breadcrumb>li {
	display:inline-block;
	white-space: nowrap;
}

.breadcrumb>li a{
	white-space: nowrap;
}

.breadcrumb .icon-home3 {
	color:#888;
	font-size:18px;
	vertical-align:baseline;
}

.breadcrumb .icon-home3:hover {
	color:#222;
}

.modal-header {
	padding:15px;
	border-bottom:1px solid #e5e5e5;
	background-color:white;
}

.modal-header .md-button {
	float:right;
	margin:2px 10px 0 0 !important;
	padding:0 4px !important;
	font-size:12px;
	line-height:24px;
	min-height:24px;
	vertical-align:middle;
}

.modal-body {
	overflow-y:scroll;
	max-height:calc(100vh - 75px);
	padding:15px 20px;
}

.modal-footer {
	padding:15px;
	text-align:right;
	border-top:1px solid #e5e5e5;
	background-color:white;
}


.pager {
	padding-left:0;
	margin:20px 0;
	text-align:center;
	list-style:none;
}

.pager li {
	display:inline;
}

.pager li>a,
.pager li>span {
	display:inline-block;
	padding:5px 14px;
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:15px;
}

.list-group {
	padding-left: 0;
	margin-bottom: 20px;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
}

.progress {
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #337ab7;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
}
