﻿body {
    font-family: "Zurich Sans","Helvetica Neue",Arial,sans-serif;
}

a {
    text-decoration: underline;
	color: blue;
}

.breadcrumb {
    background-color: #ffffff;
}


panel-title {
    color: rgb(35, 54, 111);
}

div.panel-heading {
    padding-left: 0px;
    color: rgb(35, 54, 111);
}


#breadcrumbs {
    height: 50px;
    padding: 0 10px 10px 10px; /* no padding-top because the intro div already adds 10px with a margin */
}

    #breadcrumbs > .breadcrumbs_logo {
        float: right;
        width: auto;
        height: 100%;
    }

        #breadcrumbs > .breadcrumbs_logo.compact {
            display: block;
        }

        #breadcrumbs > .breadcrumbs_logo.wide {
            display: none;
        }

    #breadcrumbs > ul {
        list-style-type: none;
        padding: 5px 0 0 0;
        display: none;
    }

        #breadcrumbs > ul > li {
            float: left;
            display: inline-block;
            text-align: center;
            font-weight: bold;
            color: #ef7c00;
            background-color: #fff;
            border: 3px solid #ef7c00;
            border-radius: 50%;
            margin-right: 5px;
            font-size: 24px;
            width: 30px;
            height: 30px;
            line-height: 25px;
        }

            #breadcrumbs > ul > li.breadcrumbs_active {
                background-color: #ef7c00;
                color: #fff;
            }

/* Small Smartphones */
@media (min-width: 320px) {
    #breadcrumbs > ul {
        display: inline-block;
    }
}

/* Larger Smarthpones + Tablets */
@media (min-width: 560px) {
    #breadcrumbs {
        padding: 0 15px 10px 15px;
    }

        #breadcrumbs > .breadcrumbs_logo.compact {
            display: none;
        }

        #breadcrumbs > .breadcrumbs_logo.wide {
            display: block;
        }

        #breadcrumbs > ul {
            padding: 3px 0 0 0;
        }

            #breadcrumbs > ul > li {
                font-size: 29px;
                width: 35px;
                height: 35px;
                line-height: 30px;
            }
}


.panel-heading .accordion-toggle #praemienuebersicht:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    padding-left: 10px;
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: grey; /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}

.select_ios {
    -webkit-align-items: center;
    -webkit-appearance: menulist-button;
    -webkit-rtl-ordering: logical;
    -webkit-writing-mode: horizontal-tb;
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    border: 1px solid rgb(204, 204, 204);
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    box-sizing: border-box;
    color: rgb(85, 85, 85);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    height: 30px;
    letter-spacing: normal;
    line-height: normal;
    margin: 0px 0px 10px 0px;
    padding: 4px 6px;
    text-align: start;
    text-indent: 0px;
    text-shadow: none;
    text-transform: none;
    vertical-align: middle;
    white-space: pre;
    word-spacing: 0px;
    width: 220px;
}


ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#breadcrumbs-one {
    background: #eee;
    border-width: 1px;
    border-style: solid;
    border-color: #f5f5f5 #e5e5e5 #ccc;
    border-radius: 5px;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    overflow: hidden;
    width: 100%;
}

    #breadcrumbs-one li {
        float: left;
    }

    #breadcrumbs-one a {
        padding: .7em 1em .7em 2em;
        float: left;
        text-decoration: none;
        color: #444;
        position: relative;
        text-shadow: 0 1px 0 rgba(255,255,255,.5);
        background-color: #ddd;
        background-image: linear-gradient(to right, #f5f5f5, #ddd);
    }

    #breadcrumbs-one li:first-child a {
        padding-left: 1em;
        border-radius: 5px 0 0 5px;
    }

    #breadcrumbs-one a:hover {
        background: #fff;
    }

    #breadcrumbs-one a::after,
    #breadcrumbs-one a::before {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -1.5em;
        border-top: 1.5em solid transparent;
        border-bottom: 1.5em solid transparent;
        border-left: 1em solid;
        right: -1em;
    }

    #breadcrumbs-one a::after {
        z-index: 2;
        border-left-color: #ddd;
    }

    #breadcrumbs-one a::before {
        border-left-color: #ccc;
        right: -1.1em;
        z-index: 1;
    }

    #breadcrumbs-one a:hover::after {
        border-left-color: #fff;
    }

    #breadcrumbs-one .current,
    #breadcrumbs-one .current:hover {
        font-weight: bold;
        background: none;
    }

        #breadcrumbs-one .current::after,
        #breadcrumbs-one .current::before {
            content: normal;
        }

.breadcrumbs_logo.wide {
    max-width: 100%;
}

.popover-content, .popover-title {
    color: Black;
}

.popover {
    display: block !important;
    max-width: 600px !important;
    width: auto !important;
}

.ZeileError {
    background: #FFECD6;
}

.Error {
    color: #cc0000;
    font-size: 10px;
    font-weight: bold;
    padding-left: 306px;
    padding-top: 8px;
    padding-bottom: 5px;
    clear: both;
}

.FormButton, .FormButtonLeft, .FormButtonRight, .BackFormButton, .BackFormButtonLeft, .BackFormButtonRight, .SmallBackFormButtonRight, .SmallBackFormButtonLeft, .SmallBackFormButton {
    border: 0 none;
    color: white;
    padding-top: 3px;
    font-weight: bold;
}

.SmallBackFormButtonRight, .SmallBackFormButtonLeft, .SmallBackFormButton {
    height: 22px;
}

.FormButton, .FormButtonLeft, .FormButtonRight, .BackFormButton, .BackFormButtonLeft, .BackFormButtonRight {
    height: 34px;
}

.FormButton, .BackFormButton, .SmallBackFormButton {
    cursor: pointer;
    font-family: "Zurich Sans","Helvetica Neue",Arial,sans-serif font-size:12px;
    margin: 0;
    padding: 0 5px 2px;
    padding-top: 8px;
    text-align: center;
    white-space: nowrap;
    float: left;
    display: inline;
    vertical-align: middle;
    font-weight: bold;
    font-size: 11pt;
}

.FormButton {
    background-image: url(images/button_back.gif);
}

.BackFormButton {
    background-image: url(images/back_button_back.gif);
}

.SmallBackFormButton {
    background-image: url(images/small_back_button_back.gif);
}

.FormButtonLeft {
    background: url(images/button_left.gif) no-repeat scroll right top;
    width: 15px;
    float: left;
}

.FormButtonRight {
    background: url(images/button_right.gif) no-repeat scroll left top;
    width: 15px;
    float: left;
}

.BackFormButtonLeft {
    background: url(images/back_button_left.gif) no-repeat scroll right top;
    width: 15px;
    float: left;
}

.SmallBackFormButtonLeft {
    background: url(images/small_back_button_left.gif) no-repeat scroll right top;
    width: 15px;
    float: left;
}

.SmallBackFormButtonRight {
    background: url(images/small_back_button_right.gif) no-repeat scroll left top;
    width: 15px;
    float: left;
}

.BackFormButtonRight {
    background: url(images/back_button_right.gif) no-repeat scroll left top;
    width: 15px;
    float: left;
}

.HelpIcon, .HelpIconUp, .ContactIcon {
    cursor: pointer;
    display: table-cell;
    padding-left: 30px;
}

.HelpIcon, .ContactIcon {
    background: url(images/help.png) no-repeat scroll top right;
}

.HelpDlg {
    position: absolute;
    right: 8px;
    top: 0;
    clear: both;
    overflow: visible;
    visibility: hidden;
    width: 80%;
    border: 1px solid #404040;
    background: #f7f8f8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    z-index: 1000;
}


.HelpDlgText {
    float: left;
    height: auto;
    padding: 5px;
    text-align: left;
    width: 100%;
    font-size: 14px;
    display: inline;
    padding-bottom: 5px;
    color: #404040;
}

.HelpDlgTitle {
    height: 32px;
    padding-left: 5px;
    padding-top: 2px;
    padding-right: 4px;
    color: #404040;
    font-family: "Zurich Sans","Helvetica Neue",Arial,sans-serif font-size:14px;
    font-weight: bold;
    width: 100%;
}

#loading-indicator {
    display: none;
    width: 100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    background: url(images/ajax-loader.gif) no-repeat center;
    text-align: center;
    padding: 10px;
    font: normal 16px Tahoma, Geneva, sans-serif;
    margin-left: -50px;
    margin-top: -50px;
    z-index: 2000;
    overflow: auto;
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,0.5); /*dim the background*/
}

.overlayBG {
    background-color: #000;
    -ms-filter: "Alpha(Opacity=75)"; /* IE 8 */
    filter: alpha(opacity=75); /* IE5-7 */
    -moz-opacity: 0.75; /* Mozilla */
    opacity: 0.75;
}

.breadcrumb > li + li:before {
    content: "";
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: #2167ae;
    border-color: #2167ae;
}

.panel-primary {
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-xxl {
    padding: 18px 28px;
    font-size: 22px;
    //change this to your desired size line-height: normal;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.btn-xxl-orange {
    padding: 18px 28px;
    font-size: 22px;
    //change this to your desired size line-height: normal;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	background-color: #2167ae !important;
    border-color: #2167ae !important;
}

.panel-primary > .panel-heading {
    color: rgb(35, 54, 111);
    background-color: #ffffff;
    border-color: #ffffff;
    font-size: 20px;
    font-weight: 500;
}

/*----------------------------------------------------------------------------*\
    Headhesive Specific Styles
/*----------------------------------------------------------------------------*/

/**
 * Headhesive element clone
 * > `clone` class for the cloned element:
 *
 |  var options = {
 |      classes {
 |          clone: 'banner--clone';
 |      }
 |  }
 *
 */
.banner--clone {
    /* Required styles */
    position: fixed;
    top: 0;
    left: 0;
    /* Additional styles */
    background: #FFFFFF;
    /* Translate -100% to move off screen */
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    /* Animations */
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}


/**
 * Headhesive stick
 * > `stick` class for the cloned element:
 *
 |  var options = {
 |      classes {
 |          stick: 'banner--stick';
 |      }
 |  }
 *
 */
.banner--stick {
    /* Translate back to 0%; */
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}


/**
 * Headhesive unstick
 * > `unstick` class for the cloned element:
 *
 |  var options = {
 |      classes {
 |          unstick: 'banner--unstick';
 |      }
 |  }
 *
 */
.banner--unstick {
    /* Not required to use, but could be useful to have */
}

.btn-group > .btn-primary {
    border-color: black !important;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: 0px;
}

.tt-menu {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin: 12px 0;
    padding: 8px 0;
    width: 100%;
    max-height: 150px;
    overflow-y: auto;
}

.tt-menu, .gist {
    text-align: left;
}

.twitter-typeahead {
    width: 100%;
}

.intro {
    margin: 10px;
}

    .intro > p {
        font-size: 12px;
    }

.form-control, .select_ios {
    border-color: #6f6463;
}

.btn-primary[disabled] {
    color: black;
}