html {
    height: 100%; /* added */
    min-height: 100%;
    font-size: 62.5%;
}
body {

    height: 100vh;
    background-color: #fff;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    background-image: url("/navGfx/MSA_back.png"), linear-gradient(#fff 50%, #e2e6f0);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    /*-webkit-filter: blur(0.000001px);*/
    /*-webkit-font-smoothing: antialiased;*/
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    /*display: none !important;*/
}
.container-fluid {
    max-width: 1600px;
    min-width: 320px;
}
.no-container {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.remove-margin-left-right, .rmmlr {
    margin-left: 0;
    margin-right: 0;
}
.remove-padding-right, .rmpr {
    padding-right: 0;
}
.remove-padding-left, .rmpl {
    padding-left: 0;
}
.remove-padding-left-right, .rmplr {
    padding-left: 0;
    padding-right: 0;
}
.pt0{
    padding-top: 0px;
}
.pb0{
    padding-bottom: 0px;
}
.pr0{
    padding-right: 0px;
}
.pl0{
    padding-left: 0px;
}
.p0{
    padding: 0px !important;
}
.pt5{
    padding-top: 5px;
}
.pb5{
    padding-bottom: 5px;
}
.pr5{
    padding-right: 5px;
}
.pl5{
    padding-left: 5px;
}
.p5{
    padding: 5px;
}
.pt10{
    padding-top: 10px;
}
.pb10{
    padding-bottom: 10px;
}
.pr10{
    padding-right: 10px;
}
.pl10{
    padding-left: 10px;
}

.p10{
    padding: 10px;
}
.pl50{
    padding-left: 50px;
}
.ml-20{
    margin-left: -20px;
}
.mt5{
    margin-top: 5px;
}
.mb5{
    margin-bottom: 5px;
}
.mr5{
    margin-right: 5px;
}
.ml5{
    margin-left: 5px;
}
.m5{
    margin: 5px;
}
.mt7{
    margin-top: 7px;
}
.mt15{
    margin-top: 15px;
}
.mt18{
    margin-top: 18px;
}
.mr0{
    margin-right: 0px;
}
.ml0{
    margin-left: 0px;
}
.mb0{
    margin-bottom: 0px;
}
.mb10{
    margin-bottom: 10px;
}

.w10{
    min-width: 10px;
    width: 10px;
}
.w20{
    min-width: 20px;
    width: 20px;
}
.w30{
    min-width: 30px;
    width: 30px;
}
.w40{
    min-width: 40px;
    width: 40px;
}
.w50{
    min-width: 50px;
    width: 50px;
}
.w60{
    min-width: 60px;
    width: 60px;
}
.w200{
    min-width: 200px;
    width: 200px;
}
.mw200{
    max-width: 200px;
}
.mw300{
    max-width: 300px;
}
.mw400{
    max-width: 400px;
}

.green{
    color: #59cb59;
}
.red{
    color: #ff0000;
}
.orange{
    color: #eb9316;
}
.white{
    color: #fff;
}
.bg-blue{
    background-color: #3177b2;
}
.mwdisabled {
    filter: alpha(opacity=35);
    opacity: .35;
}
.nowrap {
    white-space: nowrap
}
.hand{
    cursor: pointer;
}
.bold{
    font-weight: bold;
}
.inlineblock{
    display: inline-block;
}
.text-ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
}
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently  supported by Chrome, Opera and Firefox */
}
.striketrough{
    text-decoration: line-through;
}

.text-vertical-parent{
    position: relative;
    min-width: 10px;
    height: 70px;
}
.text-vertical{
    transform-origin: top;
    writing-mode: tb-rl;
    transform: rotate(180deg);
    white-space: nowrap;
    position: absolute;
    top: 70px;
    right: -2px;
}
.infoCount:not(:empty){
    padding-left:3px;
    font-weight: normal;
}
.infoCount:not(:empty)::before{
    content: " (";
}
.infoCount:not(:empty)::after{
    content: ")";
}

.radio-inline.is-invalid{
    color: #dc3545;
    padding-right: 16px;
}
.radio-inline.is-invalid::after{
    content:"";
    width: 12px;
    height: 12px;
    /*background:red url("http://www.gentleface.com/i/free_toolbar_icons_16x16_black.png") no-repeat -30px -50px fixed;*/
    top: 4px;
    right: 1px;
    position: absolute;
    /*display: inline-block;*/
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
}

.inputlike{
    padding: 0.375rem 0.75rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.5rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    min-height: calc(1.5em + 0.75rem + 2px);
}
.inputlike.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.div-resizeable{
    resize: both;
    overflow: auto;
}

.glyphicon-spin {
    font-size: 30px;
    -webkit-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
}
.glyphicon-spin-sm {
    font-size: 15px;
    -webkit-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.nice_border_bottom{
    display: block;
    position: relative;
    border-bottom: 2px solid transparent;
    border-bottom-color: #4561a2;
    margin-bottom:8px;
}
.nice_border_bottom:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 10px;
    right: 10px;
    bottom: -8px;
    border-bottom: 2px solid transparent;
    border-bottom-color: #c4c4c4;
}
.topbar{
    background-color: #f8f8f8;
    margin-bottom: 20px;
}
.topbar .title{
    font-size:26px;
    font-weight: bold;
    white-space: nowrap;
    color: #585858;
}
.topbar .btnclipped {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width:150px;
    display: inline-block;
    vertical-align: middle;
    max-height: 17px;
}

.navigation {
    background-image: url(/navGfx/menuback.gif);
    background-repeat: repeat-y;
    background-position: top right;
    background-color: #D4D0C8;
    height: 100vh;
    padding: 0px;
}
.navigationScroll{
    height: calc(100% - 55px);
    overflow-y: auto;
    overflow-x: hidden;

}

.navigation .navContainer{
    padding-top:10px;
    padding-left: 5px;
    padding-right: 5px;
}
.navigation .navContainer.active{
    background-color: #ffffff;
    border-top: 2px solid #4561a2;
    border-bottom: 2px solid #4561a2;
    border-left: 2px solid #4561a2;
    padding-top: 5px;
    padding-bottom: 5px;

    margin-top: 5px;
    margin-bottom: -5px;

}
.navigation .navContainer .navSubContainer{
    padding-top: 3px;
    padding-left: 20px;
}

.navigation .navContainer .navSubSubContainer{
    padding-top: 3px;
    padding-left: 20px;
}

.navigation .logoffContainer{
    border-top: 2px solid #4561a2;
    border-bottom: 2px solid #4561a2;
    border-left: 2px solid #4561a2;
    background-color: #ffffff;
    width:100%;
    position: absolute;
    bottom:10px;
    height: 45px;
}
.navigation .logoffContainer .userName{
    font-weight: bold;
    padding-bottom: 5px;
}
.navigation .btn{
    text-align: left;
}
.contentitlebar{
    height:35px;
    text-align: center;
    background-color: #3177b2;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    padding-top: 4px;
}
.contentitlebar contentitlebar-title a{
    color: #ffffff;
}
.contentContainer{
    width:100%;
    height: calc(100vh - 35px);
    overflow-y: auto;
    padding-right: 15px;
    padding-top:15px;
    text-align: center;
}
.contentContainerData{
    display: inline-block;
    text-align: left;
}

fieldset legend{
    font-weight: bold;
    width: auto;
    padding: 0 0.6rem;
    font-size: 1.6rem;
    margin-bottom: -0.6rem;
    border-bottom: 0;
}

/* Fortschritt */
.progress {
    height: 2rem;
}
.progress-bar-striped {
    background-size: 1rem 2rem;
}

/* Tabelle*/
.table-bordered {
    background-color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

    border-collapse: separate;
}
.table-bordered th {
    background-color: #3177b2;
    color: #fff;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
     border: 0;
}
.table-bordered th, .table-bordered td {
     border: 0;
}
.table-bordered td, .table-bordered th {
    padding: 0.4rem;

}

.table-bordered>thead>tr:first-child>th:first-child,
.table-bordered>thead>tr:first-child>td:first-child {
    border-top-left-radius: 5px;
}
.table-bordered>thead>tr:first-child>th:last-child,
.table-bordered>thead>tr:first-child>td:last-child {
    border-top-right-radius: 5px;
}
.table-bordered>thead>tr:not(:first-child)>th,
.table-bordered>thead>tr:not(:first-child)>td {
    border-top: 1px solid #fff;
}

.table-bordered>thead>tr>th:last-child,
.table-bordered>tbody>tr>th:last-child,
.table-bordered>tfoot>tr>th:last-child{
    border-right: 1px solid #3177b2;
}
.table-bordered>thead>tr>th:not(:last-child),
.table-bordered>tbody>tr>th:not(:last-child),
.table-bordered>tfoot>tr>th:not(:last-child){
    /*border: 1px solid #3177b2;*/
    border-right: 1px solid #fff;
}

.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #3177b2;
    border-bottom: 0;
    border-right: 0;
}
.table-bordered>thead>tr>td:last-child,
.table-bordered>tbody>tr>td:last-child,
.table-bordered>tfoot>tr>td:last-child{
    border-right: 1px solid #3177b2;
}

.table-bordered>thead>tr:last-child>td,
.table-bordered>tbody>tr:last-child>td,
.table-bordered>tfoot>tr:last-child>td{
    border-bottom: 1px solid #3177b2;
}

.table-bordered>tbody>tr:not(:last-child)>th{
    border-bottom: 1px solid #fff;
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgb(255 255 153 / 75%);
}

/* Sticky */
.sticky-header {
    position: sticky;
    top: -15px;
    z-index: 10;
    /*To not have transparent background.*/
    white-space: nowrap;
    /*background-color: #e3e3e3;*/
    vertical-align: top;
}

/*Tabellen Sortierung*/
.tableSortable{
    position: relative;
    cursor: pointer;
    white-space: nowrap !important;
    padding-right: 35px !important;
}
.tableSortable:after{
    position: absolute;
    right: 5px;
    padding-left: 5px;
    font-family: "Glyphicons Halflings";
    opacity: .3;
    content: "\e150";
}
.tableSortableIndex0:before {
    position: absolute;
    right: 5px;
    padding-left: 5px;
    opacity: 1;
    content: "[1]";
    top: 3px;
    font-weight: normal;
}
.tableSortableIndex1:before {
    position: absolute;
    right: 5px;
    padding-left: 5px;
    opacity: 1;
    content: "[2]";
    top: 3px;
    font-weight: normal;
}
.tableSortableIndex2:before {
    position: absolute;
    right: 5px;
    padding-left: 5px;
    opacity: 1;
    content: "[3]";
    top: 3px;
    font-weight: normal;
}
.tableSortableIndex3:before {
    position: absolute;
    right: 5px;
    padding-left: 5px;
    opacity: 1;
    content: "[4]";
    top: 3px;
    font-weight: normal;
}
.tableSortableIndex4:before {
    position: absolute;
    right: 5px;
    padding-left: 5px;
    opacity: 1;
    content: "[5]";
    top: 3px;
    font-weight: normal;
}
.tableSortableIndex5:before {
    position: absolute;
    right: 5px;
    padding-left: 5px;
    opacity: 1;
    content: "[6]";
    top: 3px;
    font-weight: normal;
}
.tableSortableIndex6:before {
    position: absolute;
    right: 5px;
    padding-left: 5px;
    opacity: 1;
    content: "[7]";
    top: 3px;
    font-weight: normal;
}
.tableSortableIndex7:before {
    position: absolute;
    right: 5px;
    padding-left: 5px;
    opacity: 1;
    content: "[8]";
    top: 3px;
    font-weight: normal;
}
.tableSortableIndex8:before {
    position: absolute;
    right: 5px;
    padding-left: 5px;
    opacity: 1;
    content: "[9]";
    top: 3px;
    font-weight: normal;
}
.tableSortableIndex9:before {
    position: absolute;
    right: 5px;
    padding-left: 5px;
    opacity: 1;
    content: "[10]";
    top: 3px;
    font-weight: normal;
}
.tableSortableIndex10:before {
    position: absolute;
    right: 5px;
    padding-left: 5px;
    opacity: 1;
    content: "[11]";
    top: 3px;
    font-weight: normal;
}
.tableSortableIndex11:before {
    position: absolute;
    right: 5px;
    padding-left: 5px;
    opacity: 1;
    content: "[12]";
    top: 3px;
    font-weight: normal;
}



.tableSortableSorted:after {
    position: absolute;
    right: 17px;
    padding-left: 5px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    opacity: 1;
    /*content: "\e155";*/
    content: "\e150";
    overflow: hidden;
    clip: rect(0px,11px,20px,0px);
}

.tableSortableSortedreverse:after {
    position: absolute;
    right: 23px;
    padding-left: 5px;
    font-family: "Glyphicons Halflings";
    opacity: 1;
    content: "\e150";
    overflow: hidden;
    clip: rect(0px,20px,20px,11px);
}


/* Anpassungen */
.btn-default {
    text-shadow: unset;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    filter: alpha(opacity=35);
    opacity: .35;
}
.input-group-btn {
    font-size: unset;
}
.input-group-addon, .input-group-btn {
    width: unset;
}
.help-block {
    font-size: 75%;
    margin-top: 0px;
    margin-bottom: 0px;
}
.help-block::before {
    content: '(';
}
.help-block::after {
    content: ')';
}
.form-group {
    margin-bottom: 15px;
}
.form-group > label{
    margin-bottom: 0px;
}
.form-group > label > small{
    font-weight: normal;
}
.form-control.smallform{
    width: unset;
    min-width:50%;
    max-width: 100%;
}
.has-error .form-control {
    background-color: #ead3d3;
}

.input-xs {
    height: 22px;
    padding: 0px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-xs, .btn-group-xs>.btn {
    padding: 1px 7px;
    font-size: 12px;
    line-height: 1.3;
    border-radius: 3px;
}

.modal {
    text-align: center;
    padding: 0!important;
}
.modal::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.modal-content {
    border: 1px solid #3177b2;
}
.modal-header {
    padding: 5px;
    background-color: #3177b2;
    color: #ffffff;
    min-height: 32px;
    justify-content: start;
    user-select: none;
}
.modal-header > .modalclose{
    color: #ffffff;
    font-weight: bold;
    position: absolute;
    top: -4px;
    right: 10px;
    cursor: pointer;
    font-size: 30px;
}
.modal-footer {
    justify-content: normal;
}

dl {
    display: grid;
    grid-template-columns: max-content auto;
}
dt {
    grid-column-start: 1;
    margin-right:10px;
}
dd {
    grid-column-start: 2;
}

select option:disabled{
    font-style: italic;
    background-color: #f5f5f5;
}
.text-disabled{
    font-style: italic;
    color: #757575;
}
tr.text-disabled td{
    font-style: italic;
    color: #949494;
}
.alert{
    padding:5px;
}
.legendsmall{
    margin-top:20px;
    font-size: 18px;
}
.previewImage{
    border: 1px solid #585858;
    max-height:30px;
    min-height:30px;
}

.pagination {
    margin-top: 0px;
    margin-bottom: 0px;
}

/*Pagination*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0px 0;
    border-radius: 4px
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #3177b2;
    border-color: #3177b2;
}
.pagination>li {
    display: inline
}
.pagination>li>a,.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #636363;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}
.pagination>li:first-child>a,.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}
.pagination>li:last-child>a,.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}
.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus {
    color: #636363;
    background-color: #eee;
    border-color: #ddd
}
.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus {
    z-index: 2;
    color: #000;
    background-color: #fbcb17;
    border-color: #b3b3b3;
    cursor: default
}
.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus {
    color: #999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}
.pagination-lg>li>a,.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}
.pagination-sm>li>a,.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 14px
}
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}
.pager li {
    display: inline
}
.pager li>a,.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}
.pager li>a:hover,.pager li>a:focus {
    text-decoration: none;
    background-color: #eee
}
.pager .next>a,.pager .next>span {
    float: right
}
.pager .previous>a,.pager .previous>span {
    float: left
}
.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span {
    color: #999;
    background-color: #fff;
    cursor: not-allowed
}

.paginateContainer{
    display: flex;
    justify-content: space-between
}
.paginateContainer .pageinateContainerleft{
    display: flex;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 4px;
}
.paginateContainer .pageinateContainerright{
    display: flex;
    /*align-items: right;*/
    padding-top: 5px;
    padding-bottom: 4px;
}

/* Tabs */
.hdltabs {
    /*min-width: 40rem;*/
    max-width: 100%;
}
.hdltabs .nav-tabs {
    border-bottom: 1px solid #3177b2;
}

.hdltabs .nav-tabs .nav-link.active, .hdltabs .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: #3177b2;
    border-color: #dee2e6 #dee2e6 #3177b2;
}
.hdltabs .nav-tabs .nav-link {
    border-color: #e9ecef;
    border-bottom-color: #3177b2;
    background-color: #f8fbfd;
    font-weight: 500;
    font-size: 1.4rem;
}
.hdltabs .nav-tabs .nav-link {
    color: #212529;
}
.hdltabs .nav-tabs > li.red > a {
    background-color: #fba8a8;
}
.hdltabs .nav-tabs > li.red > a.active {
    background-color: #ff0000;
}
.hdltabs .nav-tabs .nav-link:hover, .hdltabs .nav-tabs .nav-link:focus {
    border-color: #4561A2;
}
.hdltabs .tab-content{
    border-right: 1px solid #4561A2;
    border-left: 1px solid #4561A2;
    border-bottom: 1px solid #4561A2;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;


}

.mce-branding{
    display: none !important;
}

.modal-xxl {
    max-width: 96%;
}

/* Extra Small */
@media(max-width:660px){
    .topbar .title{
        font-size:16px;
        line-height: 36px;;
    }
}

/* Small */
@media(min-width:661px) and (max-width:991px){
    .topbar .title{
        font-size:20px;
        line-height: 34px;;
    }
}

/* Medium */
@media(min-width:992px) and (max-width:1199px){

}

/* Large */
@media(min-width:1200px){

}