/* 
 modified paper css
 */
table tr td i {
    font-size: 1.75em;
}

.table-striped > tbody > tr > td {
    padding: 2px;
}

.table > tbody > tr > td, .table > tbody > tr > th,
.table > tfoot > tr > td, .table > tfoot > tr > th,
.table > thead > tr > td, .table > thead > tr > th {
    padding: 6px;
}

.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td > a,
.table > thead:first-child > tr:first-child > th > a {
    text-align: center;
    color: #252422 !important;
    background-color: #f5f5f5;
}

.main-panel > .content {
    padding: 10px 15px 0 15px;
    min-height: calc(100vh - 123px);
}

.breadcrumb {
    margin-bottom: unset;
}

.form-group.required .control-label:after {
    color: #d00;
    content: " *";
}

.form-group label {
    text-shadow: 0 0 0 #f00, 0 0 1px transparent;
}

.sidebar .logo .simple-text, .sidebar[data-background-color="white"] .logo .simple-text {
    color: #fff;
    font-size: 1.7em;
    font-weight: 700;
}

.sidebar[data-active-color="danger"] .nav li.active > a,
.off-canvas-sidebar[data-active-color="danger"] .nav li.active > a {
    color: #7b4e1c;
    opacity: 1;
}

.sidebar .logo, .off-canvas-sidebar .logo,
.navbar-default {
    background-color: #ff9900;
}

.btn.btn-fill, .navbar .navbar-nav > li > a.btn.btn-fill {
    /*color: #7b4e1c;*/
    /*background-color: #fff;*/
    /*border-color: #fff;*/
}

.breadcrumb,
.breadcrumb a {
    color: #78501f !important;
    background-color: #fee265;
}

.navbar-default .navbar-nav > li > a:not(.btn),
.navbar-default .navbar-brand {
    color: #fff;
}

.datepicker table tr td.disabled {
    cursor: not-allowed !important;
}

[class^="glyphicon-"], [class*=" glyphicon-"] {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-calendar:before {
    content: "\e6b6";
}

.hint-block {
    color: darkorange;
}

.sidebar-menu, .main-sidebar .user-panel, .sidebar-menu>li.header {
    white-space: nowrap;
    overflow: hidden;
}
.user-panel {
    position: relative;
    width: 100%;
    padding: 10px;
    overflow: hidden;
}

.user-panel>.image>img {
    width: 100%;
    max-width: 45px;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

.skin-purple .user-panel>.info, .skin-purple .user-panel>.info>a {
    color: #fff;
}

body .user-panel > .info {
    padding-left: 10px;
}
.user-panel > .info {
    color: #333 !important;
}
.user-panel>.info {
    padding: 5px 5px 5px 15px;
    line-height: 1;
    position: absolute;
    left: 55px;
}
.sidebar-wrapper > ul.nav {
    border-top: 1px solid #ddd;
}
