@media screen {
    body {
        padding-top: 70px;
    }
}

/* fix cursor pointer for anchors witout href */
a, .nav, .pagination, .carousel, .panel-title a { cursor: pointer; }

.form-group {
    position: relative;
}

ul.address, ul.address li {
    list-style: none;
}

ul.address {
    padding: 10px;
}

ul.address li {
    margin-bottom: 10px;
    background-color: lightgray;
    padding: 10px;
}

div.validation-error {
    position: absolute;
    /*top: -15px;*/
    bottom: 35px;
}

div.error-textarea {
    bottom: auto;
    top: 15px;
}

    .validation-error > div {
        border-radius: 5px;
        color: white;
        padding: 5px;
        background-color: red;
    }

    .validation-error > div.validation-error-arrow-tip {
        /*background-color: transparent;*/
        background: url("../images/tooltip-arrow.png") no-repeat;
        height: 10px;
        width: 11px;
        margin-left: auto;
        margin-right: auto;
        margin-top: -2px;

    }

        .validation-error ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }


.iplist-textarea {
    width: 100%;
}

#contractsNgApp .nav-tabs {
    margin-bottom: 15px;
}

#productForm .form-group, #contractForm .form-group {
    max-width: 400px;
}

.bt-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1040;
    /*background-color: rgba(0,0,0,0.5);*/
}

.bt-overlay div {
    border: solid 1px #9acfea;
    background-color: white;
    color: black;
    /*z-index: 101;*/
}

#search {
    width: 240px;
}

#clientFilter {
    /*width: 300px;*/
}

.billing-address-form {
    margin-bottom: 10px;
}

.address-type-hint{
    margin-bottom: 10px;
}

.total {
    padding-left: 9px;
}


#preview-pane {
    min-height: 150px;
    max-height: 450px;
    overflow-y: scroll;
}

#preview-pane h1 {
    text-align: center;
    padding: 0;
    margin-bottom: 10mm;
    font-size: 14pt;
}

#preview-pane {
    font-size: 11pt;
    text-align: justify;
}
.print-signature {
    width: 100%;
    text-align: center;
}

.print-signature td {
    vertical-align: top;
}

.page-break-before {
    page-break-before: always;
}

.page-break-after {
    page-break-after: always;
}

div#preview-pane.contract_print {
    overflow-y: visible;
    max-height: none;
}

@media print {
    div#preview-pane.contract_print {
        margin: 0;
        padding: 0;
    }
}

@page {
    margin-top: 10mm;
    margin-left: 25mm;
    margin-right: 20mm;
}
.print-preview-heading {
    height: 60px;
    line-height: 35px;
}

.bt-interactive-label {
    cursor: pointer;
    margin-right: .4em;
}