
.label {margin-right:5px;margin-bottom:5px !important;display:inline-block;} #wrapper {
    position: relative;
}

.box-form {
    margin: auto 0px; !important;
}

.panel-heading {
    padding: 4px 15px;
 /*   margin: auto -15px; */
}
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}
.smallpadding {
    padding: 5px !important;
    margin: 5px !important;
}
.task-li {
    list-style-type: none;
}
.table td, .table th {
    padding: 0 0.75rem;
    vertical-align: middle !important;
}
.skin-red .main-header .navbar {
    background: #960c13 !important;
}
.skin-red .sidebar-menu > li:hover > a, .skin-red .sidebar-menu > li.active > a {
    border-left-color: #960c13 !important;
}
a {
    color: #960c13;
}
a:hover {
    color: #ca0009;
}
.text-warning {
    color:red !important;
}
.text-success {
     color:green !important;
 }
.text-default {
color:grey !important;
}
.fc table {
    border: 1px solid #ddd;
}
.fc-row .fc-content-skeleton td{
    font-size: small;
    color: #555;
    text-align: right;
}