h2, h3 {
    color: #000;
}

.widget h2, .widget h3 {
    color: #fff;
}

.ibox-tools form {
    margin-top: -5px;
}

.feed-element > a i {
    margin-right: 10px;
}
.for-button {
    width: 100px;
    text-align: center;
}
.text-silver {
    color: #ccc;
}

.col-form-value {
    padding-top: 6px;
}

.border-right {
    border-right: 1px solid #e7eaec;
}

.dashboard-header .text-silver {
    display: block;
    margin: 6px;
}

.m-t-5 {
    margin-top: 12px;
}

.m-t-10 {
    margin-top: 24px;
}

.leftmenu {
    padding: 20px 0px 20px 20px;
    margin-right: -16px;
}

.leftmenu .list-group-item {
    border-right: 1px solid #e7eaec;
    border-left: 1px solid #e7eaec;
}

.leftmenu .list-group-item:first-child {
    border-left: 1px solid #e7eaec;
    border-top: 1px solid #e7eaec;
    border-right: 1px solid transparent;
}

.leftmenu .list-group-item:last-child {
    border-left: 1px solid #e7eaec;
    border-bottom: 1px solid #e7eaec;
}

.leftmenu .selected{
    background: #fff;
    border-right: 1px solid #fff;
}

.helper {
    cursor: help;
}

.table-harmo {

}

.table-harmo td {
    border-top: none !important;
    padding: 2px !important;
}

.for-icon {
    padding: 4px !important;
    max-width: 70px;
    text-align: center;
}

.for-icon img {
    max-width: 100%;
    max-height: 70px;
}
.table-stats span {
    width: 80%;
    display: block;
}

.ibox-tools a.text-white {
    color: #ffffff!important;
}

a.widget {
    display: block;
    color: #fff;
}

a.widget * {
    color: #fff;
}

.text-contex2 {
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
    margin-top: -4px;

}
.text-context1{
    display: inline-block;
    margin-right: 12px;
}

[data-link=true] {
    cursor: pointer;
}

.row-action-link {
    color: #c4c4c4;
    padding-left: 5px;
}

.btn-badge {
    background-color: #d1dade;
    color: #5e5e5e;
}

.bootstrap-touchspin-down {
    padding: 0.5rem 0.75rem;
}
.bootstrap-touchspin-up {
    padding: 0.5rem 0.75rem;
}

.inactive-row {
    opacity: 0.6; /* Real browsers */
    filter: alpha(opacity = 60); /* MSIE */
}

.project-badge {
    width: 30px;
}

.bill-item-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (max-width: 768px) {
    .bill-item-list .bill-item-list {
        padding-left: 20px;
    }
}

.bill-item {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;
}

.bill-item-description {
    display: block;
    margin-bottom: 3px;
    margin-top: 10px;
    padding: 5px 10px;
    color: #333;
    text-decoration: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #b2d2e8;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.bill-item-list-editable .bill-item-description {
    cursor: pointer;
}

.bill-item-description-label {
    font-weight: bold;
    font-size: 15px;
}
.bill-item-description-label.no-description {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.bill-item-description.selected {
    border-color: #49ACF3;
}

.bill-item-description:hover {
    background-color: #f0f0f0;
}
.selected.bill-item-description:hover {
    background-color: #f0f0f0;
}

.bill-item-list .bill-item-list .bill-item-description {
    border-color: #e7eaec;
    margin-bottom: 3px;
    margin-top: 0;
}

.bill-item-list .bill-item-list .bill-item-description.selected {
    border-color: #909294;
}

.bill-item-description input[type=checkbox] {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.bill-item-list label {
    display: block;
    margin-bottom: 0;
}

.bill-item-description a {
    color: #333;
}

.timesheet-time {
    min-width: 90px;
}

.sort-handle a {
    color: #676a6c;
}

.project-list .table-header th {
    border-top: none;
    border-bottom: 1px solid #e7eaec;
}

.progress-bar-blue-light {
    background-color: #98caef;
}
