﻿.table-row-footer {
    color: #666666;
}

.btn-download {
}
div.no-spinner {
    
}

.chzn-container {
    vertical-align: middle;
    margin-bottom: 5px;
}
.text-validation-error {
    color: #cd0200;
}

.btn-filter {
    margin-left: 30px;
    margin-top: 10px;
}


.logo-text {
    color: #523F30;
}

.logo-middle {
    color: #C00000;
}

footer a {
    color: #666666;
}

.form-label {
    margin-left: -50px;
    margin-top: -10px;
    float: left;
}

.form-search input {
    margin-bottom: 5px;    
}

.delete-attachemnt input[type='checkbox'] {
    vertical-align: top
}

input[type='file'].input-medium {
    width: 270px
}

@media print {
    body {
        font: 12pt Georgia, "Times New Roman", Times, serif;
        line-height: 1.3;
    }

    header h1, header nav, footer, img {
        display: none;
    }

    a.btn {
        display: none;
    }

    img {
        max-width: 500px;
    }

    h1 {
        font-size: 24pt;
    }

    h2 {
        font-size: 14pt;
        margin-top: 25px;
    }

    aside h2 {
        font-size: 18pt;
    }

    blockquote, ul {
        margin: 0;
    }

    ul {
        list-style: none;
    }

    li {
        content: "» ";
    }

    @page {
        margin: 0.5cm;
    }

    @page :left {
        margin: 0.5cm;
    }

    @page :right {
        margin: 0.8cm;
    }
}
