﻿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;
    width: 250px;
}

.blockFile a {
    display: block;
    text-decoration: none;
}

.blockFile .title {
    font-weight: bold;
    margin: 10px 10px 0 10px;
}

.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;
}

/* wucHoraire */
.one_horaire > input{
    display:inline-block;
    width: 100px;
}
.one_horaire > a.add_horaire{
    border: 1px solid #8dc63f;
    background: #d1f1a6;
    font-weight: bold;
    color: #162a83;
    cursor: pointer;
    padding: 1px 3px;
}

.one_horaire > a.add_horaire:hover{
    border: 1px solid #999;
    background: #39b54a;
    color: #fff;
}

.tableNotes {
    width: 100%;
}

.tableNotes td {
    border-bottom: solid 1px #ccc;
}

    .tableNotes .info {
        text-align: right;
        font-size: smaller;
    }
