html,
body {
	height: 100%;
}

.ws-pre {
	white-space:pre
}

.button-link {
	background: none;
	border: none;
	box-shadow: none;
	color: #0066ff;
	cursor: pointer;
}

.header {
	padding: 0 1rem 0 0;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.header__user {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__user-name {
	margin-right: 1rem;
}

.header__user-img {
	width: 30px;
	height: 30px;
	overflow: hidden;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: block;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.header .navbar-nav .nav-link {
	padding-left: 1rem;
	line-height: 2.5;
}

.header .navbar-nav .dropdown-menu {
	position: absolute;
}

.header .dropdown-toggle::after {
	vertical-align: 0.125em;
}

.header .dropdown-item {
	font-size: 0.875rem;
}

.dropdown:hover .dropdown-menu-nojs {
    display: block;
    margin: 0 0 0 0;
}

.main-content {
	padding-top: 3rem;
	padding-bottom: 3em;
}


.modal-set2fa__top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 2rem;
}

.modal-set2fa__bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 2rem;
}

.modal-set2fa__qr {
	width: 200px;
	height: 200px;
	border: 1px solid #e7e7e7;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px;
}

.modal-2fa__code {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.tab-content {
	width: 100%;
}

.table-wrapper {
	background: #fff;
	padding: 20px 25px;
	border-radius: 4px;
	box-shadow: 0 5px 5px rgba(0,0,0,.05);
	display: inline-block;
	overflow-x: scroll;
	min-width: 100%;
}

.table-title {        
	padding-bottom: 15px;
	background: #435d7d;
	color: #fff;
	padding: 16px 30px;
	min-width: 100%;
	margin: -20px -25px 10px;
	border-radius: 3px 3px 0 0;
}
.table-title h2 {
	font-size: 24px;
}
.table-title .btn {
	color: #fff;
	font-size: 13px;
	border: none;
	min-width: 50px;
	border-radius: 2px;
	border: none;
	outline: none !important;
	margin-left: 10px;
}
.table-title .btn i {
	margin-top: 5px;
}
table.table tr th, table.table tr td {
	border-color: #e9e9e9;
	padding: 12px 15px;
	vertical-align: middle;
}
table.table-striped tbody tr:nth-of-type(odd) {
	background-color: #fcfcfc;
}
table.table-striped.table-hover tbody tr:hover {
	background: #f5f5f5;
}
.pagination {
	float: right;
	margin: 0 0 5px;
}
.pagination li a {
	border: none;
	font-size: 13px;
	min-width: 30px;
	min-height: 30px;
	color: #999;
	margin: 0 2px;
	line-height: 30px;
	border-radius: 2px !important;
	text-align: center;
	padding: 0 6px;
}
.pagination li a:hover {
	color: #666;
}	
.pagination li.active a, .pagination li.active a.page-link {
	background: #03A9F4;
}
.pagination li.active a:hover {        
	background: #0397d6;
}
.pagination li.disabled i {
	color: #ccc;
}
.pagination li i {
	font-size: 16px;
	padding-top: 6px
}
