.toppanel {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    margin-bottom: 35px;
}

.toppanel .trigger {
    background-color: rgba(50,50,50,.5);
    color: white;
    cursor: pointer;
    display: inline-block;
    padding: 5px 20px;
    font-size: 12px;
    line-height: 26px;
    border-left: 5px solid #0099cc;
    right: 0;
    position: absolute;
}

.toppanel .trigger:hover, .trigger.active {
    background-color: rgba(50,50,50,1);
}

.toppanel .panelWrapper {
    background-color: white;
    border: 10px solid #333;
}

.toppanel .tab-content {
    height: 500px;
    overflow-y: auto;
    padding: 10px;
}

.debug-block {
    display: inline-block;
    padding: 0px 10px;
}

.breadcrumb li.active {
    font-weight: 700;
}

#world-map {
    height: 300px;
}

.tab-pane {
    padding-top: 20px;
}

.row.design-mode {
    border-bottom: 2px dashed silver;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.region.design-mode {
    background-color: #e0e0e0;
    padding: 20px;
}

.design-mode .sortable-list {
    min-height: 100px;
}

.animate-spin {
    animation: spin .7s infinite linear;
    -o-animation: spin .7s infinite linear;
    -webkit-animation: spinw .7s infinite linear;
    -moz-animation: spinm .7s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

@-webkit-keyframes spinw {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@-moz-keyframes spinm {
    from { -moz-transform: rotate(0deg);}
    to { -moz-transform: rotate(360deg);}
}

.alert > i.fa {
    display:table-cell;
    font-size: 36px;
}

.alert .nfs-wrapper {
    padding-top: 0;
    padding-left: 15px;
    display:table-cell;
    vertical-align: top;;
}

.gridControl {
    margin-top: 20px;
}

/* Überschreibt Inpina-Stile */


.loginColumns .btn-primary {
    color: inherit;
    background: white;
    border: 1px solid #e7eaec;
}

.fadeInRight {
    -webkit-animation: fadeInRight 0.5s; /* Safari 4+ */
    -moz-animation:    fadeInRight 0.5s; /* Fx 5+ */
    -o-animation:      fadeInRight 0.5s; /* Opera 12+ */
    animation:         fadeInRight 0.5s; /* IE 10+, Fx 29+ */
}
.mini-navbar .nav .nav-second-level {
    background: rgb(50,50,50);
}
.nav .nav-second-level > li.active {
    border: none;
}

.nav-tabs > li > a {
    text-transform: uppercase;
}

.nav-tabs > li > a:hover {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 4px solid gray !important;
}


.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 4px solid #1ab394 !important;
}

.form-empty {
    height: 34px;
    margin-bottom: 15px;
}

.nav.nav-pills > li.active {
    background-color: transparent;
    border: none;
    border-bottom: 4px solid #19aa8d;
    color: #293846;
}

.nav.nav-pills > li.active > a {
    background-color: transparent;
    color: #293846;
}

h3.panel-title {
    text-transform: uppercase;
}

.meldungError {
    border: 2px solid red;
}

.meldungWarning {
    border: 2px solid #B2CBFF;
}

#tableMeldungen th {
    width: 75px;
    border-left: 1px dashed silver;
}

#tableMeldungen td {
    border-left: 1px dashed silver;
}

.status_4 {
    text-decoration: line-through;
}

.groupHeader th {
    padding-top: 30px !important;
}

.right {
    float: right;
}

.freigabe {
    margin: 10px 0px 30px 0px;
    background-color: #eee;
    border: 1px solid #ddd;
    padding: 10px;
}

.freigabe span {
    margin-right: 20px;
    vertical-align: baseline;
}

.block h3 {
    margin: 15px 0px 20px 0px;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
    font-weight: normal;
}

.selector {
    cursor: pointer;
}

.highlight {
    background-color: yellow;
}

.einteilung td, .einteilung option, .einteilung select {
    padding: 0;
    font-size: 10px;
}

.einteilung td, .einteilung th {
    padding: 4px !important;
}

.einteilung .pause {
    background-color: #B2CBFF;
}

#sortable li {
    cursor: move;
    padding: 2px;
    border: 1px solid #ccc;
    list-style: none !important;
}


#crop_container,#crop_container2{
    float:left;
}

.result,.result2{
    float:left;
    margin:0 0 0 10px;
    width:245px;
    height:315px;
}

.result2 img {
    width: 100%;
    height: 100%;
}

#foto {
    width: 400px;
}

iframe {
    overflow: scroll;
}

table.invisible {
    border: none;
    margin: 0;
    padding: 0;
}

table.invisible td {
    border: none;
    margin: 0;
    padding: 0;
}

#debugTabControl .tabPanel {
    background-color: white;
}

textarea.max {
    width: 100%;
    height: 400px;
}

.meldungLegende.S {
    background-color: #ffffcc;
}

.meldungLegende.J {
    background-color: #ffcccc;
}

.meldungLegende.H {
    background-color: #ccccff;
}

table.half td.input {
    width: 50%;
}

.dvg-bewerbung {
    display: inline-block;
    width: 250px;
    padding: 10px;
    border: 1px solid silver;
}

.dvg-bewerbung:first-child {
    border: 1px solid black;
}

.sortable-placeholder {
    display: inline-block;
    width: 250px;
}

.sortable {
    margin-bottom: 40px;
}

.bootstrap-datetimepicker-widget {
    z-index: 3000;
}

.form-auto-width {
    width: auto;
    display: inline-block;
    margin-right: 4px;
}

.modal-dialog {
    width: 800px !important;
}