﻿p {
    margin: 5px 0;
}

button, input, optgroup, select, textarea {
    line-height: initial;
    margin: 0 5px 0 0;
}

#divMasterContent a {
    /*text-decoration: none;*/
    /*color: #162a83;*/
}

    #divMasterContent a:hover {
        /*text-decoration: underline;*/
        /*color: #336699;*/
    }

label.error {
    color: #F00 !important;
    margin-left: 10px !important;
    display: block !important;
    float: left !important;
}

input.error, textarea.error, .divError, span.error, div.error {
    background-color: #FFECEC !important;
    border: 1px solid #F00 !important;
}

select.error {
    background-color: #FFECEC !important;
    border: 1px solid #F00 !important;
}

.trError td {
    background-color: #FFECEC !important;
    border: 1px solid #F00 !important;
}

.link:hover {
    text-decoration: underline;
    color: #336699;
}

.link {
    text-decoration: underline !important;
    color: #162a83;
    font-weight: bold;
}

.ui-autocomplete {
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.hiddenPassword {
    color: #BBE !important;
}

#modalIFrame {
    width: 100%;
    height: 100%;
    margin: 0;
    border: 0;
}

/*blockFile*/

#pnFiles > div {
    background-color: #ccc;
    padding: 10px;
}

.blockFile {
    background: none repeat scroll 0 0 #ffffff;
    box-shadow: 2px 4px 6px #333;
    display: inline-flex;
    min-height: 150px;
    margin: 0 10px 5px 0;
    overflow: auto;
    padding: 0;
    min-width: 250px;
}

    .blockFile a {
        display: block;
        text-decoration: none;
    }

    .blockFile .title {
        display: inline-flex;
        font-weight: bold;
        margin: 10px 10px 0 10px;
        width: 150px;
    }

    .blockFile .description {
        font-weight: normal;
        margin: 10px 10px 0 10px;
    }

    .blockFile .file {
        background-image: url("images/Files/download.png");
        float: left;
        height: 64px;
        margin: 5px;
        width: 64px;
    }

    .blockFile .pdf {
        background-image: url("images/Files/pdf.png");
    }

    .blockFile .word {
        background-image: url("images/Files/Word.png");
    }

    .blockFile .content, .blockFile .ext, .blockFile .size {
        margin: 0 10px 10px 10px;
    }


@media screen and (max-width: 600px) {
    .blockFile {
        min-width: initial;
    }
    .blockFile .title {
        width: auto;
    }
}
