/*
    CSS für Gerl. Leasingrechner
*/

@font-face {
    font-family: 'SegoeUISymbol';
    src: url('../fonts/SegoeUISymbol.eot?#iefix') format('embedded-opentype'),  url('../fonts/SegoeUISymbol.woff') format('woff'), url('../fonts/SegoeUISymbol.ttf')  format('truetype'), url('../fonts/SegoeUISymbol.svg#SegoeUISymbol') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    padding-top: 70px;
    font-family: 'SegoeUISymbol', Verdana, Tahoma, Arial;
}

h4 {
    margin-top: 20px;
}

.input-group {
    margin: 12px auto;
}

.form-group {
    margin-bottom: 5px;
}

.starter-template .table {
    margin: 12px auto;
    font-size: 16px;
}

.starter-template .table th,
.starter-template .table td {
    text-align: right;
}

.starter-template .table th:first-child,
.starter-template .table td:first-child {
    text-align: left;
}

.list-group-item p {
    padding-left: 24px;
}

.input-group .btn {
    margin: 6px auto;
    width: 100%;
}

.panel-body .list-group {
    margin: 20px auto;
}

.panel-heading {
    font-size: 18px;
}

.list-group-item span {
    float: left;
    margin-top: 2px;
}

.list-group-item p {
    margin: 0 0 4px;
}

.navbar-header .navbar-brand {
    padding-left: 10px;
}

.navbar-brand {
    height: 60px;
}

.navbar-brand img {
    max-height: 30px;
}

.navbar-default .navbar-nav > li > a {
	padding: 20px;
}

.nav-tabs > li.active > a {
    color: #173046;
    background-color: #eeeeee;
    font-weight: bold;
}

.starter-template .text-lg {
    font-size: 120%;
}

.input-group-lg > .input-group-addon {
  font-size: 14px;
}

.panel {
    margin: 20px auto;
}

.jumbotron {
    margin-bottom: 0;
    padding-top: 20px;
    background: #fff;
}

.jumbotron p {
    margin: 10px 0 20px 0;
}

.container .jumbotron {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
}

a {
  color: #1f2e49;
  text-decoration: none;
}

.btn-primary {
  background-image: linear-gradient(to bottom, #1f2e49 0%, #43639d 100%);
  background-repeat: repeat-x;
  border-color: #245580;
}

.btn-primary {
  background-image: -webkit-linear-gradient(top, #1f2e49 0%, #43639d 100%);
  background-image: -o-linear-gradient(top, #1f2e49 0%, #43639d 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1f2e49), to(#43639d));
  background-image: linear-gradient(to bottom, #1f2e49 0%, #43639d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1f2e49', endColorstr='#ff43639d', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
}

.panel-body .inputcolor1 {
    background: #ff99cc;
}

.panel-body .inputcolor2 {
    background: #ffff99;
}

.panel-body .inputcolor3 {
    background: #ccecff;
}

#infopopuptip {
    width: 480px;
    position: absolute;
    left: 260px;
    top: -120px;
    padding: 18px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 100;
}

#infopopuptip .glyphicon {
    position: absolute;
    right: 16px;
    top: 10px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

#infopopuptip .spike {
    position: absolute;
    left: -17px;
    top: 129px;
    width: 18px;
    height: 29px;
    background: url(../img/spike_left.png) no-repeat 0 0;
}

#infopopuptip h3 {
    margin-top: 0;
    margin-bottom: 0;
}

#banner img {
    max-width: 100%;
    max-height: 100%;
}

#importArea1 textarea {
    resize: vertical;
}

.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
    color: #c09853;
    color: #e38d13;
}

/*Fix für BS3*/
.center-block {
    float: none;
}

.table.input-table tr th:first-child,
.table.input-table tr td:first-child {
    width: 8em;
}

.table.input-table .form-control {
    padding: 4px;
}

@media (max-width: 767px) {
    .panel {
        width: 100%;
    }

    .starter-template .text-lg {
        font-size: 90%;
    }

    #infopopuptip {
        width: 310px;
        position: static;
        margin-top: 81px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    #infopopuptip .glyphicon {
        position: static;
        width: 16px;
        height: 16px;
        float: right;
        cursor: pointer;
        margin-top: 10px;
    }

    #infopopuptip h3 {
        margin-top: 0;
    }

    #infopopuptip .spike {
        position: static;
        width: 29px;
        height: 18px;
        margin-top: -36px;
        margin-left: 189px;
        background: url(../img/spike_top.png) no-repeat 0 0;
    }

    #infopopuptip .table {
        font-size: 90%;
    }
    .table.input-table .form-control {
        font-size: 85%;
    }
}

@media (min-width: 768px) {
    .modal-dialog-fullwidth {
        width: 100%;
    }
}
