﻿.hsv-document {
    padding: 5px 30px;
}

.doc-header {
    position: relative;
}

    .doc-header .doc-header-right {
        position: absolute;
        right: 0;
    }

    .doc-header .doc-header-left {
        position: absolute;
        left: 0;
    }

    .doc-header .doc-logo {
        margin: 0 auto;
        text-align: center;
    }

        .doc-header .doc-logo span {
            display: block;
        }

.doc-main .doc-personal {
    /*padding-bottom: 10px;*/
    width: 100%;
}

    .doc-main .doc-personal > div:first-child {
        width: 30px;
    }

    .doc-main div > div {
        vertical-align: top;
        display: inline-block;
    }

    .doc-main .doc-personal .row {
        width: calc(100% - 40px) !important;
    }
    
    .doc-main .doc-main-item {
        text-align: center;
    }
    
        .doc-main .doc-main-item div:first-child {
            width: 100%;
            height: 23px;
            border-bottom: 1px solid;
        }

    .doc-main .annotation {
        font-size: 12px;
        margin: 0 auto;
        text-align: center;
    }

.doc-width-35 {
    width: 35px;
}

.doc-width-75 {
    width: 75px;
}

.hsv-document table {
    width: 100%;
    margin-bottom: 5px;
}

.hsv-document table th, 
.hsv-document table td {
   padding: 3px 5px;
}

.hsv-document table thead td,
.hsv-document table tbody th {
    text-align: right;
}

.hsv-document table th,
.hsv-document table td {
    text-align: center;
    font-weight: normal;
    vertical-align: top;
}

.hsv-document table tbody td {
    text-align: center !important;
}

.hsv-document table, 
.hsv-document th, 
.hsv-document td {
   border: 1px solid black;
}

.hsv-document .no-border {
    border: none !important;
}

.doc-footer {
    padding: 30px 0;
}
    .doc-footer table td:nth-of-type(1) {
        text-align: right;
    }
    .doc-footer table td:nth-of-type(2) {
        text-align: left;
    }


.inline {
    display: inline-block;
}

.pad-bottom-5 {
    padding-bottom: 5px;
}

.pad-bottom-10 {
    padding-bottom: 10px;
}

.pad-bottom-15 {
    padding-bottom: 15px;
}

.border-bottom {
    border-bottom: 1px solid;
}

.ver-middle {
    vertical-align: middle !important;
}

.ltr {
    direction: ltr;
}

.hsv-document .row {
    margin-right: -15px;
    margin-left: -15px;
}

.hsv-document .col-md-2 {
    width: 16.66666667%;
}

.hsv-document .col-md-3 {
    width: 25%;
}

.hsv-document .col-md-4 {
    width: 33.33333333%;
}

.hsv-document .col-md-6 {
    width: 49%;
}

.hsv-document .col-md-10 {
    width: 83%;
}

.col-md-2,
.col-md-3,
.col-md-4,
.col-md-6,
.col-md-10 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.hsv-document .pull-left {
    float: left!important;
}

.hsv-document .avoid-breaking {
    width: 100%;
}

.hsv-document,
.hsv-document table th,
.hsv-document table td,
.hsv-document table th {
    font-size: 14px;
}

.center-absolute {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.checkmark {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #B1B1B1;
    position: relative;
}

    .checkmark .checkmark_stem,
    .checkmark .checkmark_kick {
        display: block;
        position: absolute;
        -ms-transform: rotate(40deg); /* IE 9 */
        -webkit-transform: rotate(40deg); /* Chrome, Safari, Opera */
        transform: rotate(40deg);
        background-color: #333;
    }

    .checkmark .checkmark_stem {
        width: 3px;
        height: 11px;
        left: 7px;
        top: 2px;
    }

    .checkmark .checkmark_kick {
        width: 6px;
        height: 3px;
        left: 1px;
        top: 8px;
    }

@media print {
    .hsv-document {
        padding: 0;
        font-family: 'David CLM', 'David', serif;
    }

    .hsv-document,
    .hsv-document table th,
    .hsv-document table td,
    .hsv-document table th {
        font-size: 12px;
    }

    .f-size-huge {
        font-size: 20px;
    }

    .f-size-title {
        font-size: 16px;
    }

    .f-size-small {
        font-size: 8px;
    }
    
    .f-size-tiny {
        font-size: 8px;
    }
}

.document-content .left-side,
.document-content .right-side {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.print-doc-header {
    border-bottom: 1px solid #ccc;
    margin-bottom: 8px;
}

.doc-header-label {
    display: inline-block;
    min-width: 70px;
}

.doc-header-row {
    display: table;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 5px 5px 10px 5px;
}

.doc-header-col {
    display: table-cell;
    padding: 4px 10px;
    text-align: right;
    font-size: 12px;
}
