body, label {
    font-family: 'Noto Sans', sans-serif;
}
.left-side-menu {
    width: 200px;
}
.content-page {
    margin-left: 200px;
}
.logo-box {
    width: 200px;
}


.input-group-text {
    padding: 0.15rem  0.9rem;
}

.table td, .table th {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}



#submitbuttons {
    position: fixed;
    bottom: 0;
    background-color: #f5f5f5;
    margin-left: -15px;
    padding-top: 10px;
    z-index: 9;
}

.modal-loading {
	display: none;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba( 255, 255, 255, .8 ) url(/assets/images/source.gif) 50% 30% no-repeat;
	background-size: 60px 60px;
}

table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected {
    background-color: #a08d8f;
}

table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before {
    margin-top: 5px;
}

table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selected th.select-checkbox:after {
    margin-top: -2px;
    text-shadow: 1px 1px #f07d00, -1px -1px #f07d00, 1px -1px #f07d00, -1px 1px #f07d00;
}

#bemerkungen{height: 150px;}
        
.user-box .user-info {
    margin-left: 0px;
}

.bg-peisker{
    
    background-color:#f07d00;
}
        
body, 
.table, 
#sidebar-menu>ul>li>a,
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #313131;
}

.table i, table.dataTable i {
    font-size: 1.3rem;
}

a, #sidebar-menu>ul>li>a.active  {
    color: #f07d00;
}

#sidebar-menu>ul>li>a:active, #sidebar-menu>ul>li>a:focus, #sidebar-menu>ul>li>a:hover {
    color: #f07d00;
}

.btn-primary,
.page-item.active .page-link,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle
{
    color: #fff;
    background-color: #f07d00;
    border-color: #f07d00;
}

.btn-primary:hover {
    background-color: #9d0b17;
    border-color: #9d0b17;
}


.form-control:not(.custom-select):not(textarea) {
    height: 2.5em;
    padding: 0.45rem 0.3rem;
}

.select2-container .select2-selection--single {
    height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 33px;
    font-size: .875rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
    right:7px;
}

.parsley-success {
    border-color: #ced4da;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #f07d00;
}

.btn-primary.focus, .btn-primary:focus {
    background-color: #f07d00;
}


tr.border  {
  border: 3px solid red!important;
}

.table td, .table th {
    vertical-align: middle;
}