﻿/* #region Toggle button styles  */
html .k-rpanel-toggle {
    display: none;
}

html body .btn-toggle,
html body .k-primary.btn-toggle:hover,
html body .btn-toggle:focus:active:not(.k-state-disabled):not([disabled]),
html body .btn-toggle:focus:not(.k-state-disabled):not([disabled]) {
    box-shadow: none;
    border-radius: 0;
}
/* #endregion */
/* #region custom Kendo UI styles */
html .k-panelbar .k-content {
    padding: 1em;
}

p .k-button {
    margin: 0 15px 0 0;
}

.k-state-active .label {
    font-size: 1em;
    color: #000;
}
/* #endregion */


