﻿body {
}

input[type="radio"]{
    margin-right: 5px;
    position: absolute;
    margin-top: 2px;
}
span.inline {
    margin-left: 5px;
    margin-right: 5px;
}
span.inline input[type="radio"], span.inline label{
    position: static;
    display:inline-block;
}

label{
    font-weight: normal;
}

legend{
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #444;
}
.radiolabel{
    margin-left: 20px;
}
.rememberme #RememberMe{
    margin-left: 0;
}
.btn-primary, a.btn-primary{
    color: #fff;
    background-color: #971824;
    border-color: #870E18;
    outline: hidden;
}
.btn-primary:hover, .btn-primary:focus{
    background-color: #AA3841;
    border-color: #870E18;
    outline: hidden;
}
.btn-primary:active:hover, .btn-primary:active:focus{
    background-color: #971824;
    border-color: #870E18;
    outline: hidden;
}

/* Wizard Steps */
.step-wizard, .wizard-line{
    display: block;
    width: 100%

}
.wizard-line-part .left, .wizard-line-part .right{
    height: 2px;
    background-color: #ccc;
    position: relative;
    top: 17px;
    z-index: 1;
}
.wizard-line-part{
    z-index: 0;
    position: relative;
}
.wizard-line-part .left{
    margin-right: 50%;
}
.wizard-line-part .right{
    margin-left: 50%;
    margin-top: -2px;
}
ul.wizard-steps{
    list-style-type: none;
    display: table;
    width: 100%;
    z-index: 2;
    position: relative;
    padding-left: 0;
}
li.step{
    display: table-cell;
    text-align: center;
    z-index: 3;

}
li.step.filled .wizard-line-part .line{
    background-color: #777;
}
li.step.current .wizard-line-part .left{
    background-color: #777;
}
li.step:first-child .wizard-line-part .left{
    background-color: transparent;
}
li.step:last-child .wizard-line-part .right{
    background-color: transparent;
}
.step-number{
    width: 30px;
    height: 30px;
    border-radius: 15px;
    border: 1px solid #ccc;
    background-color: #ddd;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 28px;
    left: 50%;
    margin-left: -15px;
    position: relative;
}
li.step.filled .step-number{
    border: 1px solid #666;
    background-color: #777;
}
li.step.current .step-number{
    background-color: #971824;
    border-color: #870E18;
}
.step-title{
    color: #ccc;
    text-align: center;
    font-size: 0.85em;
    padding-top: 5px;
}
.step-title span{
    display: block;
    width: 150px;
    margin-left: -75px;
    position: relative;
    left: 50%;
}
li.step.current .step-title{
    color: #971824;
}
li.step.filled .step-title{
    color: #666;
}


.btn-secondary{
    background-color: #999;
    color: #fff;
}

.btn-secondary:hover, .btn-secondary:focus{
    background-color: #666;
    color: #fff;
}

.validation-summary-errors, .alert-danger{
    border: 1px solid #ebccd1;
    padding: 10px 10px 10px 36px;
    border-radius: 10px;
    background-color: #f2dede;
    color: #a94442;
    margin-top: 30px;

}
.validation-summary-errors:before, .alert-danger:before{
    content: "\e101";
    color: #D1A1A8;
    font-family: "Glyphicons Halflings";
    margin-left: -24px;
    margin-right: 10px;
}
.validation-summary-errors ul{
    margin-bottom: 0;

}
.datepicker{
    z-index: 2;
    border-radius: 4px !important;
}
.datepicker-icon{
    z-index: 1;
}
.datepicker-icon:before{
    content: "\e109";
    color: #aaa;
    font-family: "Glyphicons Halflings";
    margin-left: -20px;
    z-index: 1;
    padding-top: 7px;
    position: absolute;
}
.table-condensed > tbody > tr td:first-child, .table-condensed > thead > tr th:first-child{
    padding-left: 20px;
}
.table-condensed > tbody > tr td:last-child, .table-condensed > thead > tr th:last-child{
    padding-right: 20px;
}
.table-condensed > tbody > tr td, .table-condensed > thead .prev, .table-condensed > thead .next{
    cursor: pointer;
}
.required
{
    font-weight: bold;
    color: red;
}

.form-horizontal{
    margin-bottom: 10px;
}

.fullwidth{
    width: 100%;
}
.halfwidthmin{
    min-width: 50%;
}

.tab-content{
    padding: 20px 15px 10px 15px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    font-size: 0.9em !important;
}
ul.nav-tabs{
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #aaa;
    border: 1px solid #aaa;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

ul.nav-tabs > li > a:link, ul.nav-tabs > li > a:visited{
    background-color: #f5f5f5;
    color: #555;
    border-bottom-color: #aaa;
}

ul.nav-tabs > li > a:hover, ul.nav-tabs > li > a:focus{
    background-color: #fff;
}

ul.nav-tabs > li.active > a:link, ul.nav-tabs > li.active > a:visited{
    background-color: #fff;
    color: #971824;
    border-bottom-color: #fff;
}

.ui-tabs{
    padding: 0 !important;
}

.ui-tabs .ui-tabs-nav.ui-corner-all{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.ui-tabs .ui-tabs-nav .ui-state-active{
    background-color: #fff;
    border-color: #c5c5c5;
}
.ui-tabs .ui-tabs-nav .ui-state-active a, .ui-state-active a:link{
    color: #971824;
}
.fg-submit{
    margin-top: 15px;
}
.form-group.inline{
    padding-top: 5px;
}
.table.tabelle-termine > thead > tr > th, .table.tabelle-termine > tbody > tr > td,
.table.tabelle-docs > thead > tr > th, .table.tabelle-docs > tbody > tr > td{
    padding: 4px !important;
}
.table.tabelle-termine > thead > tr > th > label{
    margin-bottom: 0;
    font-weight: bold;
}
.table.tabelle-docs > tbody > tr > td{
    vertical-align: middle;
}

input[type="file"] {
    font-size: 14px;
}

.table.tabelle-docs td {
    font-size: 14px;
}
.table.tabelle-termine > tbody > tr > td:first-child{
    text-align: center;
    vertical-align: middle;
}
.form-group {
    margin-bottom: 8px;
}
.panel-body .panel{
    margin-bottom: 10px;
}
.table td.action-cell{
    text-align: left !important;
}

.tab-content input.form-control{
    height: 28px;
    padding: 2px 10px;
}

.ui-widget{
    font-size: 0.9em !important;
}

form .panel-body{
    padding: 10px;
}
form .panel-heading{
    padding: 2px;
}
.moderator-panel .panel-heading span{
     display: block;
 }
 form .panel-heading .panel-title,  .moderator-panel .panel-heading span{
     padding: 8px 10px 6px 10px;
 }
form .panel-heading h3.panel-title{
    font-size: 1.2em;
    display: inline-block
}
h3.panel-title ~ button.help-popover{
    display: inline-block;
    margin-bottom: 4px;
}
.help-popover{
    border: 0;
    border-color: transparent;
    color:#999;
    background-color: transparent;
}
.btn-default.help-popover:focus, .btn-default.help-popover:hover, .btn-default.help-popover:active{
    border: 0;
    border-color: transparent;
    background-color: transparent;
    box-shadow: none;
}
.help-popover[aria-describedby]{

}
.help-popover[aria-describedby] .glyphicon-exclamation-sign:before{
    content: "\e014";
}

form .form-group .help-popover, legend .help-popover{
    padding: 2px 4px 0 4px;
    border: 0;
    margin-top: -4px;
}

.popover{
    min-width: 400px;
}
.popover .popover-content, .popover .popover-title{
    color: #333;
}
.popover .popover-content ul{
    padding-left: 15px;
}
form .form-group label{
    margin-bottom: 2px;
}

.add-btn{
    padding: 4px 8px;
    width: 32px;
    height: 32px;
}
.remove-btn{
    padding: 4px 6px;
    line-height: 1em;
    width: 28px;
    height: 28px;
}

.remove-person{
    float: right;
    margin-top: -54px;
}

.remove-person:after{
    clear: right;
}

form a.panel-title.collapsing-title{
    width: 100%;
    height: 100%;
    display: block;

}

form a.collapsing-title span.person-function{
    color: #999;
}

form a.panel-title.collapsing-title span.collapse-icon{
    float: right;
    padding-top: 2px;
    color: #999;
}

form a.panel-title.collapsing-title[aria-expanded=true] span.collapse-icon:before{
    content: "\e259";
}

form .panel-heading a.panel-title.collapsing-title{
    font-size: 1em;
    text-decoration: none;
}

form .panel-heading a.panel-title.collapsing-title:hover, form .panel-heading a.panel-title.collapsing-title:focus{
    text-decoration: none;
}

form .panel-heading a.panel-title.collapsing-title:hover span.collapse-icon, form .panel-heading a.panel-title.collapsing-title:focus span.collapse-icon{
    color: #000;
}

form .panel-small .panel-heading{
    padding: 4px 10px;
}

.well-sm .kategorie-titel{
    margin-top: 10px;
}

.person-panel.deletable{
    margin-right: 40px;
}

label.radio-left{
    padding-left: 20px;
}
label.checkbox-left{
    margin-left: 2px;
}

textarea#Bemerkung{
    min-height: 175px;
}

.tab8_einverstd{
    margin-top: 14px;
}

#termine_zeit.disabled{
    pointer-events: none !important;
    opacity: 0.7;
}

#tabs.disabled ul li{
    pointer-events: none !important;
    opacity: 0.7;
}

#tabs.disabled .tab-content{
    pointer-events: none !important;
    opacity: 0.7;
}

.inline-checkbox{
    margin-left: 15px;
}

.inline-checkbox label{
    margin-left: 4px;
}

.form-inline, .form-inline .form-group{
    margin-bottom: 8px;
}

.antragstitel{
    margin-top: 15px;
}

ul.nav-tabs li.disabled{
    opacity: 0.6;
}
ul.nav-tabs li.disabled a{
    cursor:not-allowed;
    pointer-events: none;
}

.starFade{
    background-image:url(../images/StarFade.png);
    min-width:24px;
    min-height:24px;
    display:inline-block;
    cursor:pointer;
}

.starFadeN{
    background-image:url(../images/StarFade.png);
    min-width:24px;
    min-height:24px;
    display:inline-block;
}

.starGlow{
    background-image:url(../images/StarGlow.png);
    min-width:24px;
    min-height:24px;
    display:inline-block;
    cursor:pointer;
}
.starGlowN{
    background-image:url(../images/StarGlow.png);
    min-width:24px;
    min-height:24px;
    display:inline-block;
}
