.block-options {
    float: right;
    margin: -3px 0 -3px 15px;
    padding: 0;
    height: 24px;
    list-style: none;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
}
.block-options > li {
    display: inline-block;
    margin: 0 2px;
    padding: 0;
}
.block-options > li > a, .block-options > li > button {
    display: block;
    padding: 2px 3px;
    color: #999999;
    opacity: .6;
}
.block-options > li > a:hover, .block-options > li > button:hover {
    text-decoration: none;
    opacity: 1;
}
.block-title {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0;
}
.push{
	margin-bottom: 20px;
}
.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: 12px 10px !important;
}
.table td{
	vertical-align: middle;
}
.table-borderless tr:first-child td{
    border-top: none;
}
.form-group.required label::after {
    content: " *";
    color: #f00;
}
.enlarged #wrapper .topbar .topbar-left .logo i {
    display: block;
    line-height: 70px;
    color: #F06292 !important;
}
#highlight-link {
    color: #F06292;
    background-color: #f5f5f5;
}
.list-group a{
    border: none;
    background: transparent;
}