.fontAwesome{
    font-family: FontAwesome !important;
}
.sidebar .sidebar-footer {
    height: 200px;
}
.add_new_btn {
    margin-bottom: 5px;
}
body.sky .btn-primary:hover, body.sky .btn-primary.disabled, body.sky .btn-primary[disabled],
body.sky .btn-success:hover, body.sky .btn-success.disabled, body.sky .btn-success[disabled],
body.sky .btn-info:hover, body.sky .btn-info.disabled, body.sky .btn-info[disabled],
body.sky .btn-danger:hover, body.sky .btn-danger.disabled, body.sky .btn-danger[disabled] {
    color:#FFF;
}
body.sky .pagination li.active a {
    color: #FFF;
}
.btn-delete {
    margin-top: 10px;
}
.longid {
    width: 135px;
    display: block;
}
.prrow-button {
    text-align: center;
    cursor:pointer;
}
.svcrow-button {
    text-align: center;
}
table.table .viewbtn, table.table .editbtn {
    margin-right: 5px;
}
table.table tbody > tr > td {
    font-size: 14px;
    line-height: 35px;
    height: 35px;
}
table.table tbody > tr > td.work-description {
    font-size: 14px;
    line-height: 16px;
    padding-top: 17px;
}
table.table .label {
    font-size: 14px;
    padding: 6px 12px;
}
.likelabel {
    cursor: default;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.prrow td {
    background-color: #f5f5f5;
}
.recordsperpage {
    float:left;
    margin: 5px 0 0 5px;
}
.search-label {
    float: right;
    margin: 5px 5px 0 0;
}
.no-elements-found {
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.part-of-project {
    background-color: #ccebf4 !important;
}
.login-box .header {
    color: #000000;
}
.login-box .header-logo {
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.table-condensed input[type="text"] {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    width: 100% !important;
    border-radius: 0 !important;
    line-height: 1 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
table.table .btn.add_invoiceRow,
table.table .btn.add_quoteRow,
table.table .btn.add_projectRow {
    margin-right: 5px;
}
.search-form input[type="text"].search_q {
    width: 120px;
    margin-left: 5px;
}
.search-form input[type="text"].created_from {
    width: 100px;
    margin-left: 5px;
}
.search-form input[type="text"].created_to {
    width: 100px;
    margin-left: 5px;
    margin-right: 5px;
}
.fc-event.cal-svc-default,
.fc-event.cal-mtn-default {
    color: #a6a6a6;
    background: #f1f1f1;
    border-color: #d4d4d4 !important;
}
.fc-event.cal-svc-default:hover,
.fc-event.cal-mtn-default:hover {
    color: #a6a6a6;
    background-color: #d8d8d8;
    border-color: #8d8d8d !important;
}
.fc-event.cal-svc-success,
.fc-event.cal-mtn-success {
    color: white;
    background: #4dbd74;
    border-color: #4dbd74 !important;
}
.fc-event.cal-svc-success:hover,
.fc-event.cal-mtn-success:hover {
    color: white;
    background-color: #3a9d5d;
    border-color: #3a9d5d !important;
}
.fc-event.cal-svc-warning,
.fc-event.cal-mtn-warning {
    color: white;
    background: #f8cb00;
    border-color: #f8cb00 !important;
}
.fc-event.cal-svc-warning:hover,
.fc-event.cal-mtn-warning:hover {
    color: white;
    background-color: #c5a100;
    border-color: #c5a100 !important;
}
.fc-event.cal-svc-info,
.fc-event.cal-mtn-info {
    color: white;
    background: #63c2de;
    border-color: #63c2de !important;
}
.fc-event.cal-svc-info:hover,
.fc-event.cal-mtn-info:hover {
    color: white;
    background-color: #39b2d5;
    border-color: #39b2d5 !important;
}
.btn-warning:hover {
    color: white !important;
}
.fc-event-hori  {
    height: 5px;
}
.sidebar .sidebar-footer .sidebar-brand {
    border-top: none;
    padding: 10px 0;
}
.sidebar .sidebar-footer {
    height: 138px;
}
.row.receivedpm-row col {
    float: none;
    display: table-cell;
    vertical-align: top;
}
@media (max-width: 768px) {
    .login-box, .register-box {
        margin-top: 20px;
    }
}