.container {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.jstree-default .jstree-search {
    font-style: italic;
    color: #ff9900;
    font-weight: 700;
}

.jstree-default .jstree-clicked {
    background: #337ab7;
    border-radius: 2px;
    box-shadow: inset 0 0 1px #999;
}

.jstree-default .jstree-hovered {
    background: #b1cfe9;
    border-radius: 2px;
    box-shadow: inset 0 0 1px #999;
}

.jstree-default .jstree-context {
    background: #2b2b2b !important;
}

.bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-label {
   height: inherit;
}

.bootstrap-datetimepicker-widget table td.day {
    color: #5f5b5b;
}

.profile-dropdown {
    font-weight: 600;
    margin: 0px 5px 5px 5px;
    float: left;
    clear: left;
}

.bootstrap-datetimepicker-widget table th {
    color: #4a85f3;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
    color: #4a85f3;
}

.bootstrap-datetimepicker-widget table td {
    color: #4a85f3;
}

.height-5 { height: 5px; }
.height-10 { height: 10px; }
.height-15 { height: 15px; }
.height-20 { height: 20px; }
.height-30 { height: 30px; }
.height-40 { height: 40px; }
.pad-25-top { padding-top: 25px; }
.pad-29-top { padding-top: 29px; }
.hide { display: none; }

.carousel-caption-top {
    top: 8%;
    bottom: auto;
    color: #de1c1c;
}

.carousel-caption-bottom {
    color: #ff9900;
}

.carousel-caption-bottom-dark {
    color: #002bff;
}

.support-filter-table {
    min-height: 300px;
}
