body {
    padding-right: 0 !important;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
    line-height: 20px;
    white-space: normal;
}

label {
    font-weight: 600;
}

.nomargin {
    margin: 0 !important;
}

.nopadding {
    padding: 0 !important;
}

.nooffset {
    padding: 0 !important;
    margin: 0 !important;
}

.right-side > .content-header {
    padding: 10px 15px;
}

.right-side > .content-header > h1 {
    font-size: 16px;
    font-weight: 300;
}

@media screen and (min-width: 768px) {
    .right-side > .content-header > .breadcrumb {
        top: 5px;
        right: 15px;
        line-height: 16px;
    }
}

.sidebar .sidebar-menu > li > a > .fa.pull-right {
    position: relative;
    bottom: -3px;
}

.skin-blue .sidebar-form {
    margin: 5px;
}

.skin-blue .sidebar-form input[type="text"], .skin-blue .sidebar-form .btn {
    height: 26px;
}

.skin-blue .sidebar-form input[type="text"] {
    padding: 3px 6px;
    font-size: 12px;
}

.skin-blue .sidebar-form .btn {
    padding: 0 5px;
}

.skin-blue .sidebar-form .btn .fa {
    top: -2px;
    position: relative;
}

.content {
    padding: 10px 15px;
}

.group {
    margin-bottom: 10px;
}


@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.td-min {
    width: 1px;
    white-space: nowrap;
    text-align: center;
}

/*.filters td {*/
    /*padding: 4px !important;*/
/*}*/

/*.filters input.form-control {*/
    /*padding: 3px 6px;*/
    /*height: 28px;*/
    /*font-size: 12px;*/
/*}*/

.modal-body .bootbox-body {
    text-align: center;
}

td.fc-widget-content.fc-sat {
    background-color: #f8f8f8;
}

td.fc-widget-content.fc-sun {
    background-color: #f8f8f8;
}

td.fc-widget-content.fc-sat.fc-state-highlight, td.fc-widget-content.fc-sun.fc-state-highlight {
    background-color: #FCF8E3;
}

.fc-event {
    border-color: #999 !important;
}

.loader {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99997;
    font-weight: 400;
}

.loader-background {
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 99998;
    opacity: 0.6;
}

.loader-body {
    position: absolute;
    top: 45%;
    left: 50%;
    font-size: 24px;
    color: #fff;
    z-index: 99999;
    opacity: 1;
    width: 400px;
    margin-left: -200px;
}

.loader-body .fa {
    margin-right: 5px;
}

.scene-button, .fc-event-title, .fc-event-time {
    font-weight: 600;
    text-shadow: 0 0 2px #000;
}

.external-event {
    font-size: 13px;
}

@media screen and (max-width: 991px) {
    #calendar-page-boxes {
        margin-top: 0 !important;
    }
}

@media screen and (min-width: 992px) {
    .box-no-bottom-margin {
        margin-bottom: 0;
    }
}

.calendar-page .box-title, .calendar-page .box-header {
    padding-bottom: 0 !important;
}

.fc-event-time {
    display: block !important;
}

.select2-selection[aria-labelledby="select2-scenes-colorclass-container"] {
    padding: 1px 21px 0 1px !important;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#external-events ul.nav li a {
    padding: 5px;
}
