/* custom styles, outside any framework */

@font-face {
    font-family: 'Lobster';
    src: url('../fonts/Lobster-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.cursive {
/*    font-family: 'Great Vibes', cursive; */
    font-family: 'Lobster';
}

.myrender {
    width: 92%;
    height: 46em;
    padding: 0.4em;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.myrender-bio {
    width: 100%;
    height: 20em;
    padding: 0.4em;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.len-long {
    height: 51em;
    overflow: scroll;
    white-space: pre;
}

.alphabet {
    margin-bottom: 1em;
}

.alphabet .letter {
    margin-right: 0.5em;
}

#sn_layer {
    padding: 1em 1em;
    border-radius: 6px;
    opacity: 1.0;
    z-index: 10;
    position: absolute;
    top: 1em;
    right: 1em;
    display: none;
}

#fiche-detail {
    margin: 3em 0;
}

/*
ul {
    margin-left: 2em;
    list-style-type: disc;
}

.ul-clear {
    list-style-type: none;
}

.ul-clear > ul {
    list-style-type: disc;
}

ul.ul-disc {
    margin-left: 4em;
    list-style-type: circle;
}
*/

.wrapped {
    white-space: pre-wrap !important;
    width: 35em;
}

table.test-cognitif tr td {
    padding-bottom: 0.5em;
}

table.test-cognitif tr td:first-child {
    text-align: right;
    padding-right: 1em;
}

#cy {
    width: 300px;
    height: 300px;
    border: solid 1px black;
    display: block;
}

#txt_editor {
    padding: 1em;
    height: 40em;
    border: 1px solid #333333;
    border-radius: 4px;
    overflow: scroll;
}

#crh-table {
    margin-bottom: 1em;
}

#crh-table tr {
    height: 100%;
}

#crh-table td {
    padding-bottom: 0.5em;
    padding-right: 0.5em;
    height: 100%;
}

#crh-table tr td:first-child {
    width: 4em;
    text-align: right;
    padding-right: 1em;
    height: inherit;
}

div.formattor {
    background-color: #f9f9f9;
    min-width: 35em;
    height: 100%;
    border: solid 1px #ccc;
    border-radius: 5px;
}

