/* Minification failed. Returning unminified contents.
(52,27): run-time error CSS1046: Expect comma, found '255'
(52,35): run-time error CSS1046: Expect comma, found '/'
 */
body {
    padding-top: 40px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

/* <The switch> */
.k-switch-on.k-state-focused, .k-switch-on:focus,
.k-switch-off.k-state-focused, .k-switch-off:focus {
    box-shadow: none !important;
}
.k-switch {
    border-radius: 0em !important;
    cursor: pointer;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}
.k-switch-on .k-switch-container {
    color: #fff !important;
    background-color: #416ea5 !important;
    border-color: #2578ad !important;
}
.k-switch-on .k-switch-handle {
    background-color: #dadada !important;
}
.k-content, .k-panel > li.k-item, .k-panelbar > li.k-item {
    background-color: transparent !important;
}
.k-switch-on:hover .k-switch-container, .k-switch-on.k-state-hover .k-switch-container {
    color: #fff !important;
    background-color: #2578ad !important;
    border-color: rgb(255 255 255 / 0%) !important;
}
.k-switch-on.k-state-hover .k-switch-handle, .k-switch-on:hover .k-switch-handle {
    border-color: #2578ad !important;
    color: #1984c8 !important;
    background-color: #aeaeae !important;
}
.k-switch-on.k-state-focused .k-switch-container, .k-switch-on:focus .k-switch-container {
    color: #515967; /*TAKE OUT*/
}
.k-switch-on.k-state-focused:hover .k-switch-container, .k-switch-on:focus:hover .k-switch-container {
    color: #fff !important;
}
.k-switch-off.k-state-focused .k-switch-container, .k-switch-off:hover .k-switch-container {
    border-color: #9b9ba4 !important;
}
.k-switch-on.k-state-focused .k-switch-handle, .k-switch-on:focus .k-switch-handle {
    background-color: #aeaeae !important;
}
.k-switch:active {
    outline: none !important;
}
/* </The switch> */

/* Fix for the scheduler not to overlap the panelbar */
.k-scheduler-toolbar {
    z-index: unset !important;
}
/* Fix for the grid vertical elipsis not to overlap the panelbar */
.k-header > .k-grid-filter, .k-header > .k-header-column-menu {
    z-index: unset !important;
}
