.login .box .form-actions {
	height: 50px;
}

.breadcrumb a {
	font-weight: bold;
}

.dataTables_wrapper table {
	margin-top: 0px;
}

.export span.export-label{
	float:left;
	padding-top: 5px;
	margin-right: 10px;
	font-weight: bold;
}

.control-value label{
	padding-top: 8px;
}

.control-value ul{
	margin-bottom: 0;
	margin-top: 8px;
	margin-left: -20px;
}

.control-value ul li ul{
	margin-top: 0;
	margin-left: -20px;
}

.control-value ul li ul li {
	list-style-type: none;
}

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

.form-table .form-group{
	margin-bottom: 0;
}

.btn-dropdown {
	height: 30px;
}

.btn-dropdown:hover,
.btn-dropdown:focus {
	color: #000;
	background-color: #d2d3d6;
}

.btn-dropdown .btn-link {
	width: 100%;
	text-align: left;
	color: #000;
	line-height: 16px;
}

.btn-dropdown .btn-link:hover,
.btn-dropdown .btn-link:focus {
	text-decoration: none;
	color:#000;
}

.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 50px;
    margin-left: -125px;
    margin-top: -15px;
    padding: 14px 0 2px 0;
    border: 1px solid #ddd;
    text-align: center;
    color: #999;
    font-size: 14px;
    font-weight: bold;
    background-color: white;
}

.antdTableWrapper .antd-table {
    padding: 2px !important;
}

.antdTableWrapper .ant-table-cell {
    font-size: 13px !important;
}

.antdTableWrapper .ant-table-thead > tr > th, .ant-table-tbody > tr > td, .ant-table tfoot > tr > th, .ant-table tfoot > tr > td {
    padding: 6px 10px !important;
}

.antdTableWrapper .ant-table-content {
    overflow-x: auto;
}

.antdTableWrapper .ant-table-column-sorters {
    padding: 4px 4px !important;
}

.control-label label {
    font-weight: 700;
}

.control-value label {
    font-weight: 400;
}
