﻿html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    color: #666;
    font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#wrapper {
    min-height: 100%;
    position: relative;
}

#content {
    padding-bottom: 40px; /* Height of the footer element */
}

#footer {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
}

td {
    line-height: 25px;
}

.panel-center {
    width: 700px;
    margin-left: calc(50% - 350px);
}

.page-container {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    position: relative;
    padding-right: 0;
    padding-left: 0;
}

    .page-container.sidebar {
        padding-left: 240px;
    }

        .page-container.sidebar.sidebar-collapsed {
            padding-left: 65px;
        }

            .page-container.sidebar.sidebar-collapsed > .afn-sidebar-menu,
            .page-container.sidebar.sidebar-collapsed > .afn-sidebar-menu > header {
                z-index: 4;
                width: 65px;
            }

.logo {
    height: 50px;
    background-color: #004f89;
    position: fixed;
    width: 260px;
    z-index: 3;
}

.loginImage img {
    cursor: pointer;
    width: 100%;
}

@media screen and (max-width: 600px) {
    .loginImage img {
        width: 100%;
    }
}

.footer a,
.footer a:hover,
.footer a:active,
.footer a:visited {
    color: white;
}

#sidebar-logo {
    float: left;
    padding: 5px 0 0 20px;
}

#sidebar-logo-small {
    display: none;
}

.sidebar-mobile-menu {
    float: right;
}

.sidebar-toggle-button {
    display: none;
}

.page-container.sidebar > .afn-sidebar-menu > header > .sidebar-toggle-button {
    display: block;
    float: none;
    position: absolute;
    top: 8px;
    left: 200px;
}

    .page-container.sidebar > .afn-sidebar-menu > header > .sidebar-toggle-button.collapsed {
        left: 72px;
    }

.page-container:not(.sidebar) > .afn-sidebar-menu > header > .sidebar-toggle-button {
    display: block;
    float: none;
    position: absolute;
    top: 8px;
    left: 46px;
}

.sidebar-toggle-button.opened {
    left: 210px;
}

.page-container:not(.sidebar) > .afn-sidebar-menu > header > #sidebar-logo {
    padding: 5px 0 0 9px;
}

.sidebar-collapsed > .afn-sidebar-menu > #afn-main-menu > li > div b + span,
.sidebar-collapsed > .afn-sidebar-menu > #afn-main-menu > li > a b + span {
    display: none;
}

.afn-navbar-top li > a {
    color: #fff;
}

    .afn-navbar-top .open > a,
    .afn-navbar-top .open > a:focus,
    .afn-navbar-top .open > a:active,
    .afn-navbar-top li > a:hover {
        background-color: #0e5c93;
    }

    .afn-navbar-top li > a:focus,
    .afn-navbar-top li > a:hover {
        background-color: #0e5c93;
    }

.main-content {
    position: relative;
    float: left;
    z-index: 2;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #d9ebfc;
    height: 100%; 
    width: 90%; 
    padding-left: 10%
}

.content {
    padding: 20px;
}

.page-container.sidebar-hidden > .afn-sidebar-menu,
.page-container.sidebar > .afn-sidebar-menu {
    display: block;
}

.afn-sidebar-menu {
    position: absolute;
    width: 240px;
    top: 0;
    left: 0;
    /*bottom: 0;*/
    z-index: 5;
    background: #ffffff;
    color: #f7f7f7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*min-height: 100%;*/
    display: none;
}

    .afn-sidebar-menu.hidden-menu,
    .afn-sidebar-menu.hidden-menu > header {
        width: 0;
    }

        .afn-sidebar-menu.hidden-menu > .show#afn-main-menu {
            display: none !important;
        }

        .afn-sidebar-menu.hidden-menu > #afn-main-menu,
        .afn-sidebar-menu.hidden-menu > #sidebar-copyright {
            display: none;
        }

    .afn-sidebar-menu #afn-main-menu {
        list-style: none;
        margin: 0;
        padding: 0;
        margin-bottom: 20px;
        background-color: #f7f9fc;
        margin-top: 55px;
    }

        .afn-sidebar-menu #afn-main-menu li {
            position: relative;
            border-color: #ebebec;
            margin: 0;
            font-size: 13px;
            border-bottom: 1px solid #d9ebfc;
        }

            .afn-sidebar-menu #afn-main-menu li a {
                text-decoration: none;
                position: relative;
                display: block;
                color: #428BCA;
                z-index: 2;
                padding: 10px 15px;
                transition: color 250ms ease-in-out,background-color 250ms ease-in-out;
            }

li.root > ul > li > span > a {
    width: 180px;
    border-right: 1px dotted #ABD1F6;
    float: left;
}

#sidebar-copyright {
    color: #51555d;
    font-size: 11px;
    float: left;
    padding: 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .sb-search {
        width: 275px;
        padding-left: 8px;
    }

    #sb-search-form.collapsed {
        margin-left: 28px;
    }

    #sb-search-form.closed {
        margin-left: 25px;
    }
}

.root-search {
    background-color: #ffffff !important;
    padding-left: 15px;
    padding-right: 15px;
}

#afn-main-menu > .root {
    color: #428BCA;
    font-size: 13px;
    float: left;
    width: 100%;
}

    #afn-main-menu > .root > ul {
        list-style: none;
        padding-left: 20px;
    }

        #afn-main-menu > .root > ul > li {
            border: none;
            width: 220px;
        }

.page-container.sidebar-collapsed > .afn-sidebar-menu > #afn-main-menu > .root > a,
.page-container.sidebar-collapsed > .afn-sidebar-menu > #afn-main-menu > .root > div {
    text-align: center;
}

.ul-collapse {
    color: #96b2cc;
    font-size: 60%;
}

.page-container.sidebar-collapsed > .afn-sidebar-menu > #afn-main-menu > .root > div > a > .ul-collapse {
    display: none;
}

#afn-main-menu > .root:hover {
    background-color: #F7F8F9;
}

#afn-main-menu > .root > ul > li:hover {
    background-color: #d9e9f9;
}

.page-container.sidebar-collapsed > .afn-sidebar-menu > #afn-main-menu > .root > ul:focus {
    display: block;
}

.page-container.sidebar-collapsed > .afn-sidebar-menu > #afn-main-menu > .root > ul {
    display: none;
    min-width: 200px;
    background-color: #F7F8F9;
    position: absolute;
    top: 0;
    margin-left: 65px;
    border: 1px solid #c8dff4;
    padding-top: 5px;
    padding-bottom: 5px;
}

.page-container.sidebar-hidden > .main-content > #afn-topbar-menu,
.page-container.sidebar > .main-content > #afn-topbar-menu {
    display: block;
}

#afn-topbar-menu {
    height: 50px;
    padding: 0;
    margin: 0;
    border-left: 1px solid #d9ebfc;
    display: none;
}

/*.page-container.sidebar:not(.sidebar-collapsed) > .main-content > #afn-topbar-menu > .afn-navbar-top {
    padding-left: 240px;
}

.page-container.sidebar-collapsed > .main-content > #afn-topbar-menu > .afn-navbar-top {
    padding-left: 65px;
}*/

.afn-export-button {
    width: 60px;
    border: none;
}

.afn-file-pdf {
    content: url('../../img/file-pdf.png');
    height: 20px;
    width: 20px;
}

.afn-file-xls {
    content: url('../../img/file-excel.png');
    height: 20px;
    width: 20px;
}

.afn-file-word {
    content: url('../../img/file-word.png');
    height: 20px;
    width: 20px;
}

.afn-file-csv {
    content: url('../../img/file-csv.png');
    height: 20px;
    width: 20px;
}

#kundenAppImage {
    display: inline-block;
    width: 50%;
}

@media (max-width: 767px) {
    .main-content {
        width: 100%;
        padding-left: 0
    }

    .page-container {
        margin-top: 50px;
        padding-left: 0;
    }

        .page-container.sidebar {
            padding-left: 0;
        }

    .afn-sidebar-menu {
        position: fixed;
        width: 100%;
        min-height: 50px !important;
        z-index: 1030;
        /*bottom: 100%;*/
        overflow-y: auto;
    }

        .afn-sidebar-menu.hidden-menu {
            display: block !important;
            width: 100%;
        }

            .afn-sidebar-menu.hidden-menu > .show#afn-main-menu {
                display: block !important;
            }

    .page-container.sidebar .afn-sidebar-menu .logo > div.sidebar-collapse {
        display: none;
    }

    .page-container.sidebar.sidebar-collapsed {
        padding-left: 0;
    }

        .page-container.sidebar.sidebar-collapsed .afn-sidebar-menu {
            z-index: 4;
            width: 100%;
        }

    .page-container.sidebar .afn-sidebar-menu #afn-main-menu {
        display: none;
        margin-bottom: 0;
        width: 100%;
    }

    #sidebar-copyright {
        display: none;
    }

    .afn-navbar-top .open .dropdown-menu {
        background-color: #004f89;
        border: 1px solid #ccc;
    }

    .afn-sidebar-menu .logo {
        padding: 5px 15px 0 15px;
        width: 100% !important;
    }

    #sidebar-logo,
    .page-container.sidebar-collapsed .afn-sidebar-menu .logo > div#sidebar-logo {
        overflow: visible;
        display: block;
    }

    .sidebar-collapsed > .afn-sidebar-menu > #afn-main-menu > li > div b + span,
    .sidebar-collapsed > .afn-sidebar-menu > #afn-main-menu > li > a b + span {
        display: inline;
    }

    .page-container.sidebar-collapsed > .afn-sidebar-menu > #afn-main-menu > .root > a,
    .page-container.sidebar-collapsed > .afn-sidebar-menu > #afn-main-menu > .root > div {
        text-align: left;
    }

    .page-container.sidebar-collapsed > .afn-sidebar-menu > #afn-main-menu > .root > ul.show {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        border: none;
        background-color: transparent;
    }

    #afn-topbar-menu {
        height: 45px;
    }

    .afn-navbar-top > li {
        margin-top: 2px;
    }

        .afn-navbar-top > li > a b + span {
            display: none;
        }

    #sb-search-form {
        margin: 0;
        padding: 2px 8px 2px 5px;
    }

    #kundenAppImage {
        width: 80%;
    }
}

/*
.navbar-afn-horizontal{
	background: #ffffff;
	margin-bottom: 0;
	padding-right: 15px;
	border-bottom: 1px solid #abd1f6;
}

.navbar-brand-afn{
	padding: 10px;
	float: left;
	line-height: 20px;
	font-size: 18px;
}

#navbar-collapse-1 li{
	border-left: dashed 1px #e0e2ff;
}
*/

a.editable:hover {
    border: none;
}

.inlineEditDiv:hover {
    border: 1px dashed #dcdcdc;
    background-color: #fcfcfc;
}

.inlineEditDiv a {
    border: none;
}

.control-label-afn {
    padding-top: 5px;
    font-weight: normal;
}

.quickAdd {
    padding: 10px 0 5px 25px;
}

    .quickAdd label {
        font-weight: normal;
    }

    .quickAdd input {
        width: 100%;
    }

    .quickAdd textarea {
        width: 100%;
    }

    .quickAdd .form-group {
        margin-bottom: 5px;
    }

#quickAdd-buttons {
    background-color: #fafafa;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

    .form-signin .form-signin-heading, .form-signin .checkbox {
        margin-bottom: 10px;
    }

    .form-signin .checkbox {
        font-weight: normal;
        margin-left: 20px;
    }

    .form-signin .form-control {
        position: relative;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="text"] {
        margin-bottom: -1px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.account-wall {
    width: 380px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0px 20px 0px;
    background-color: white;
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    font-size: 13px;
    border-style: solid;
    border-width: thin;
    border-color: lightgray;
}

.login-title {
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}

.profile-img {
    max-height: 150px;
    max-width: 250px;
    margin: 0 auto 0;
    /*margin-top: 0px;
    margin-bottom: 0px;*/
    display: block;
}

.need-help {
    margin-top: 10px;
}

.new-account {
    display: block;
}

.multiple-icons-inline {
    display: inline;
    /*
	padding-left: 12px;
	padding-right: 12px;
		*/
}

.colored-navbar-item-blue {
    background-color: #eff7fc;
    border-bottom: 1px ridge #ABD1F6;
}

@media (max-width: 3600px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: auto;
        overflow-y: auto;
        border: 1px solid #dddddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > td {
                white-space: normal;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

.action-button {
    border: none;
    background-color: #fff;
    margin-top: 8px;
    color: #428bca;
}

.input-text-group {
    position: relative;
    display: table;
    border-collapse: separate;
    border-radius: 7px;
    padding-left: 7px;
    padding-right: 3px;
    border: 1px dashed #ABD1F6;
    margin-bottom: 5px;
}

    .input-text-group:hover {
        outline: none;
        border: 1px solid #ABD1F6;
    }

    .input-text-group > .input-text:hover {
        border: none;
    }

    .input-text-group > .input-text {
        border: none;
        box-shadow: none;
        padding: 0;
        margin-bottom: 6px;
    }

    .input-text-group > .input-group-addon {
        border: none;
        background-color: #fff;
        color: #428bca;
    }

        .input-text-group > .input-group-addon > abbr {
            border: none;
        }

.input-text {
    display: block;
    position: relative;
    border-radius: 7px;
    padding-left: 7px;
    padding-right: 3px;
    border: 1px dashed #ABD1F6;
}

    .input-text:hover {
        outline: none;
        border: 1px solid #ABD1F6;
    }

    .input-text > span {
        position: absolute;
        display: block;
        font-size: .8em;
        margin-left: 4px;
        font-weight: bold;
        color: #666;
        top: .7em;
        opacity: 0;
        transition: color .5s ease, top .25s ease, opacity .25s ease;
    }

    .input-text > pre {
        display: none;
        border: none;
        background: none;
    }

    .input-text > input {
        width: 100%;
        margin-top: 1em;
        padding: 2px;
        color: #000;
        border: 1px solid transparent;
        outline: none;
        font-weight: normal;
    }

        .input-text > input:focus {
            box-shadow: none;
            -webkit-box-shadow: none;
        }

            .input-text > input:focus + span {
                color: #0091F2;
            }

            .input-text > input:focus ~ pre {
                width: 100%;
                z-index: -1;
                position: absolute;
                margin: 0;
                height: 100%;
                border-left: 2px solid #ABD1F6;
                border-right: 2px solid #ABD1F6;
                top: 1px;
                left: 0;
                display: block;
            }

        .input-text > input:not(.empty) + span {
            opacity: 1;
            top: 2px;
        }

    .input-text > .bootstrap-select > button {
        width: 100%;
        margin-top: 1em;
        padding: 2px;
        color: #000;
        border: 1px solid transparent;
        outline: none;
    }

        .input-text > .bootstrap-select > button:hover {
            background-color: #fff !important;
        }

    .input-text > .span-alway-visible {
        opacity: 1;
        top: 2px;
    }

    .input-text > textarea {
        width: 100%;
        margin-top: 1em;
        padding: 2px;
        color: #000;
        outline: none;
        border: none;
        font-weight: normal;
    }

        .input-text > textarea:focus {
            outline: none !important;
            border: none;
            box-shadow: none;
        }

            .input-text > textarea:focus + span {
                color: #0091F2;
            }

        .input-text > textarea:not(.empty) + span {
            opacity: 1;
            top: 2px;
        }

    .input-text > .afn-component-action {
        width: 90%;
    }


.afn-detail-checkbox input[type=checkbox] {
    visibility: hidden;
}

.afn-detail-checkbox {
    width: 50px;
    height: 10px;
    background: #efefef;
    margin: 25px 0 10px 10px;
    position: relative;
    border-radius: 3px;
}

    .afn-detail-checkbox label {
        display: block;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        -ms-transition: all .5s ease;
        transition: all .5s ease;
        cursor: pointer;
        position: absolute;
        top: -3px;
        left: -3px;
        background: #b7b7b7;
    }

    .afn-detail-checkbox input[type=checkbox]:checked + label {
        left: 37px;
        background-color: #80bc8d;
    }

.afn-zusammenfassung {
    font-size: 12px;
    line-height: 18px;
}

.afn-value {
    color: #000;
    font-weight: normal;
    font-size: 12px;
    padding-bottom: 6px;
    overflow-wrap: break-word;
    min-height: 22px;
    font-weight: bold;
    /*text-align: right;*/
}

.afn-wait-div {
    position: absolute;
    background-color: #000;
    width: 97%;
    height: 100%;
    opacity: 0.5;
    background-image: url('../img/loading_32.gif');
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1900;
}

.field-validation-valid,
.validation-summary-valid {
    display: none;
}

.afn-rss-feed {
    font-size: 12px;
}

#afn-detail-navbar {
    margin-top: 10px;
}

    #afn-detail-navbar > .nav-pills > li.active > a,
    #afn-detail-navbar > .nav-pills > li.active > a:hover,
    #afn-detail-navbar > .nav-pills > li.active > a:focus {
        border-bottom: 1px solid #428bca;
        color: #428bca;
        background-color: #fff;
        border-radius: 0;
    }

.anchor {
    display: block;
    height: 175px; /*same height as header*/
    margin-top: -175px; /*same height as header*/
    visibility: hidden;
}

.afn-detail-quickinfo {
    /*position: fixed;*/
    width: 100%;
    z-index: 1030;
    background-color: #fff;
    /*margin: -20px;*/
    padding: 15px;
}

    .afn-detail-quickinfo > .row > div > p {
        margin: 0;
    }

    .afn-detail-quickinfo > .row > div > h4 {
        margin-top: 0;
        margin-bottom: 4px;
    }

.afn-detail-form {
    padding-top: 110px;
}

.navbar-afn-horizontal > .container-fluid > .navbar-collapse .navbar-nav > li.active {
    border-top: 1px solid #428bca;
}

@media (max-width: 768px) {
    #afn-detail-navbar > .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
}

@media (max-width: 992px) and (min-width: 767px) {

    .navbar-afn-horizontal > .container-fluid > .navbar-collapse > .navbar-nav > li > a b + span,
    .navbar-afn-horizontal > .container-fluid > .navbar-collapse > .navbar-nav > .navbar-right > li > a b + span {
        display: none;
    }

    #sb-search-input-div {
        /*display: none;*/
    }
}

.selectpicker > li > a {
    min-height: 26px;
}

.tt-dropdown-menu {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.tt-suggestion > p {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

    .tt-suggestion > p:hover,
    .tt-suggestion > p:focus,
    .tt-suggestion.tt-cursor p {
        color: #ffffff;
        text-decoration: none;
        outline: 0;
        background-color: #428bca;
    }

.twitter-typeahead .tt-hint {
    display: block;
    height: 40px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    top: 4px !important;
}

.twitter-typeahead {
    width: 100%;
    padding-top: 4px;
}

.tt-suggestion > blockquote {
    padding: 0 10px;
    margin: 0 0 5px 0;
    font-size: 15.5px;
}

    .tt-suggestion > blockquote > p {
        margin: 0;
    }

.tt-suggestion > .list-group {
    margin-bottom: 0;
}

.collapse-header > a > div {
    text-align: center;
    background-color: #fcfcfc;
    vertical-align: baseline;
    padding: 15px;
    border: 1px ridge #f2f2f2;
    clear: both;
    margin: 10px;
}

.collapse-content {
    clear: both;
    position: relative;
    overflow: hidden;
}

.Uppercase {
    text-transform: uppercase;
}

.relation-links {
    white-space: nowrap;
    padding-right: 15px;
}

.fullheight {
    height: 100%;
}

.fillheight {
    height: 70%;
}

body.dragging, body.dragging {
    cursor: move !important;
}

.dragged {
    position: absolute;
    opacity: 0.75;
    z-index: 2000;
    background-color: #d9ebfc;
}

.sortable-list {
    width: 100%;
    list-style: none;
    padding: 0;
    max-height: 200px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

    .sortable-list > li {
        padding: 0;
        margin: 2px;
        border-bottom: 1px solid #d9ebfc;
    }

ol.sortable-list li.placeholder {
    position: relative;
    padding: 12px;
    border-left: 2px solid #428bca;
    vertical-align: top;
}

    ol.sortable-list li.placeholder:before {
        position: absolute;
    }

.removeFavorite {
    padding: 5px !important;
    ;
    text-align: center !important;
    ;
    color: #ffc0c0 !important;
    display: inline !important;
}

.favCaption {
    width: 180px;
    display: inline-block !important;
    border-right: 1px dotted #d9ebfc;
}

.favAction {
    width: 40px;
    display: inline !important;
}

.drag-place {
    display: inline-block;
    width: 12px;
    background-image: url('../img/dot.png');
    height: 12px;
    margin-right: 10px;
    margin-left: 10px;
}


/* angular */

.afn-content-option-button {
    border: 1px dashed #cdcdcd;
    border-radius: 10px;
}

    .afn-content-option-button > a {
        font-size: 18px;
    }

.afn-column-options.disabled,
.afn-row-options.disabled,
.afn-content-options.disabled {
    display: none;
}

.afn-column-options,
.afn-row-options,
.afn-content-options {
    border: 1px dashed #f0f0f0;
}

.afn-content-actions {
    padding: 15px;
}

.afn-content-layout-dropdown {
    width: 200px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
}

.drabble-element {
    border-left: 5px solid #a5e2ac;
    border-right: 5px solid #a5e2ac;
    border-top: 1px dashed #a5e2ac;
    border-bottom: 1px dashed #a5e2ac;
    padding-left: 3px;
}

.dragged-element {
    height: 75px;
    width: 200px;
    padding-top: 25px;
    text-align: center;
    background-color: #dfdfdf;
    border: 1px solid #cdcdcd;
    display: none;
}

.control-label-left {
    text-align: right;
}

.form-control-feedback-afn {
    top: 0px;
    right: 15px;
    line-height: 30px;
}

    .form-control-feedback-afn.glyphicon-ok {
        color: #008000;
    }

.form-control-xs {
    padding: 5px 5px !important;
}

.form-group-afn {
    min-height: 10px;
}

.checkbox-sm {
    height: 30px;
    padding-top: 0 !important;
}

#spartendaten-tabs {
    margin-top: 5px;
}

.nav-pills-sm > li > a {
    padding: 5px 5px;
}

.input-group-sm > .twitter-typeahead > .form-control {
    height: 30px;
}

.modal-index {
    z-index: 1100;
}

.disabled-element {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #cdcdcd;
    opacity: 0.2;
}

/* overrides */
.panel {
    border: none;
}

.checkbox {
    padding-left: 0 !important;
}

textarea.form-control {
    height: 100% !important;
}

div.afn-drowdown-edit {
    width: 35px !important;
}

    div.afn-drowdown-edit > button {
        width: 0 !important;
        border-left: none;
    }

    div.afn-drowdown-edit > .dropdown-menu {
        min-width: 200px !important;
        left: -160px;
    }

    div.afn-drowdown-edit > button > span.filter-option {
        display: none !important;
    }

label {
    display: inline-block;
    max-width: 100%;
    font-size: small;
    font-weight: normal;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
    font-size: 18px;
}

.progressjs-theme-blue .progressjs-inner {
    height: 6px;
    -webkit-transition: all 10s ease-out;
    -moz-transition: all 10s ease-out;
    -o-transition: all 10s ease-out;
    transition: all 10s ease-out;
    background-color: #71A8D7;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: left;
    }
}

.selectivity-dropdown-edit,
.selectivity-single-select,
.selectivity-multiple-input-container {
    background-color: #fff;
    border: 1px solid #ccc;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 0;
}

.selectivity-backdrop {
    z-index: 1145;
}

.selectivity-input {
    display: block;
    width: 100%;
}

.selectivity-caret,
.selectivity-single-result-container {
    top: 5px;
}

.selectivity-single-selected-item {
    color: #666;
}

.selectivity-dropdown {
    margin-left: 0 !important;
    z-index: 1146;
}

.selectivity-dropdown-edit-input {
    height: 30px !important;
}

.selectivity-multiple-selected-item {
    background-color: #fff;
    color: #666;
}

.selectivity-multiple-selected-item-remove {
    color: #666;
}

.clear-both {
    clear: both !important;
}

.spacer25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.btn {
    border-radius: 0px;
    font-size: 14px;
    font-weight: 500;
}

.btn-primary, btn-primary:hover {
    background-color: #004f89;
}

    .btn-primary[disabled] {
        background-color: #ccc;
        border-color: #666;
        color: #666;
    }

        .btn-primary[disabled]:hover {
            background-color:#666;
            border-color: #ccc;
            color: white;
        }

.form-control {
    border-radius: 0px;
    border-color: lightgray;
    font-size: 14px;
    height: auto;
}

.navbar-toggle .icon-bar {
    background-color: white !important
}

.flexCol {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    -ms-flex-direction: column;
}

.flexRow {
    display: flex;
    flex-direction: row;
    flex-basis: 100%;
    height: 100vh;
    width: 100vw;
    margin: 0 auto;
}

.flexCenter {
    justify-content: center;    
}

.flexSpacer {
    flex: 1 1 auto;
}

.ieLoginSpacer {
    padding: 50px 0 0 0 !important;
}

.pad20A {
    padding: 20px;
}

.content-wrapper {
    padding-bottom: 40px;
}

.save-aussehen {
    margin-bottom: 50px;
}

.ieWrapper {
    height: 100%;
}

.ieFixedFooter {
    position: fixed !important;
}

.navbar-logo
{
    max-height: 40px;
}