﻿.classText {
    font-family: Verdana;
    font-size: 2em;
}
.classTextModal {
    font-family: Verdana;
    font-size: 14px;
}

.modalbackground {
    background-color: Gray;
    opacity: 0.7;
}

.modalpopup {
    background-color: White;
    padding: 6px 6px 6px 6px;
}

.lbl {
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
}  
.parText {
    font-family: Verdana;
    font-size: large;
}
.text-search {
    height: 30px;
    font-family: "Helvetica Neue", helvetica, sans-serif;
    font-weight: normal;
    color: rgb(0, 143, 213);
    font-size: 16px;
    padding: 0px 10px;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 2px rgb(81, 184, 228) inset;
    border: 1px solid rgb(22, 71, 88);
    width: 500px;
}

.text-display {
    height: 40px;
    font-family: "Helvetica Neue", helvetica, sans-serif;
    font-weight: normal;
    /*color: rgb(0, 143, 213);*/
    font-size: 16px;
    padding: 0px 10px;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 2px rgb(81, 184, 228) inset;
    border: 1px solid rgb(22, 71, 88);
}

.label-display {
    height: 50px;
    font-family: "Helvetica Neue", helvetica, sans-serif;
    font-weight: normal;
    /*color: rgb(0, 143, 213);*/
    font-size: 16px;
    /*padding: 0px 10px;*/
    /*border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 2px rgb(81, 184, 228) inset;
    border: 1px solid rgb(22, 71, 88);*/
}

.textgrand-display {
    height: 100px;
    font-family: "Helvetica Neue", helvetica, sans-serif;
    font-weight: normal;
    /*color: rgb(0, 143, 213);*/
    font-size: 16px;
    padding: 0px 10px;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 2px rgb(81, 184, 228) inset;
    border: 1px solid rgb(22, 71, 88);
}

.dropdown-display {
    height: 40px;
    font-family: "Helvetica Neue", helvetica, sans-serif;
    font-weight: normal;
    /*color: rgb(0, 143, 213);*/
    font-size: 16px;
    padding: 0px 10px;
    border-radius: 4px;
    /*    background-color: rgb(255, 255, 255);
        box-shadow: 0px 1px 2px rgb(81, 184, 228) inset;*/
    border: 1px solid rgb(22, 71, 88);
}

.rows: hover, .even:hover {
    background-color: #FFEB9C;
    border-top: solid;
    color: #9C6500;
}

.button-search {
    cursor: pointer;
    height: 30px;
    font-family: "Helvetica Neue", helvetica, sans-serif;
    font-weight: bold;
    color: white;
    font-size: 16px;
    padding: 0px 24px;
    border-radius: 4px;
    background-color: rgb(0,100,0);
    box-shadow: 0px 1px 2px rgb(0, 100, 0) inset;
    text-shadow: 0px 1px 1px rgb(1, 72, 117);
    border: 1px solid rgb(22, 71, 88);
}

.button-search:hover {
    color: yellow;
}

.button-inverse {
    cursor: pointer;
    height: 30px;
    font-family: "Helvetica Neue", helvetica, sans-serif;
    font-weight: bold;
    color: antiquewhite;
    font-size: 16px;
    padding: 0px 24px;
    border-radius: 4px;
    background-color : rgb(48, 114, 128);
    box-shadow: 0px 1px 2px rgb(81, 184, 228) inset;
    text-shadow: 0px 1px 1px rgb(1, 72, 117);
    border: 1px solid rgb(22, 71, 88);
}

.button-inverse:hover {
    color: yellow;
}

.button-audit {
    cursor: pointer;
    height: 30px;
    font-family: "Helvetica Neue", helvetica, sans-serif;
    font-weight: bold;
    color: antiquewhite;
    font-size: 16px;
    padding: 0px 24px;
    border-radius: 4px;
    background-color:darkolivegreen;
    box-shadow: 0px 1px 2px rgb(81, 184, 228) inset;
    text-shadow: 0px 1px 1px rgb(1, 72, 117);
    border: 1px solid rgb(22, 71, 88);
}

.button-audit:hover {
    color: yellow;
}

.button-delete {
    cursor: pointer;
    height: 30px;
    font- family: "Helvetica Neue", helvetica, sans-serif;
    font-weight: bold;
    color: antiquewhite;
    font-size: 16px;
    padding: 0px 24px;
    border-radius: 4px;
    background-color: brown;
    box-shadow: 0px 1px 2px rgb(81, 184, 228) inset;
    text-shadow: 0px 1px 1px rgb(1, 72, 117);
    border: 1px solid rgb(22, 71, 88);
}

.button-delete:hover {
    color: yellow;
}

.button-plaquette {
    cursor: pointer;
    height: 50px;
    font-family: "Helvetica Neue", helvetica, sans-serif;
    font-weight: bold;
    color: white;
    font-size: 20px;
    padding: 0px 24px;
    border-radius: 4px;
    background-color : gray;
    box-shadow: 0px 1px 2px rgb(81, 184, 228) inset;
    text-shadow: 0px 1px 1px rgb(1, 72, 117);
    text-align: left;
    border: 1px solid rgb(22, 71, 88);
}
.modalPopup {
    background-color: #fff;
    border-width: 2px;
    border-style: solid;
    border-color: #000;
    padding: 8px;
    width: 370px;
    text-align: center;
}

.stylink  {
    font: 12px;
    color: rgb(183, 32, 87);
}

