@font-face{
    font-family: "Coptic";
    src: url('antinoou-webfont.ttf')
}
/*
@font-face{
    font-family: "Egyptian";
    src: url('_SINUHE.ttf')
}
*/
@font-face{
    font-family: "Syriac";
    src: url('SYRIAC.ttf')
}

.suggestionList li {
    display:inline;
    padding-right: 15px;
}
.suggestionList{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.email-address{
    overflow-wrap: break-word;
    font-size:smaller
}

.pagination>.solved>span,.pagination>.solved>a:hover,.pagination>.solved>span:hover,.pagination>.solved>a:focus,.pagination>.solved>span:focus{
    z-index:2;color:#fff;cursor:default;background-color:#5cb85c;border-color:#5cb85c;
}

.pagination .solved {
    background-color: #5cb85c;
    color: #FFFFFF;
}

li.solved{
    background-color: #5cb85c;
    color: #FFFFFF;
}


.pagination>.incorrect>span,.pagination>.incorrect>a:hover,.pagination>.incorrect>span:hover,.pagination>.incorrect>a:focus,.pagination>.incorrect>span:focus{
    z-index:2;
    color:#fff;
    cursor:default;
    background-color:#ff5533;
    border-color: #ff5533;
}


.active a{

    color: #FFFFFF;
}
.solved a{

    color: #FFFFFF;
}
.incorrect a{

    color: #FFFFFF;
}

.incorrect_answer{
    padding: 3px;
    color: #ff5533;
}


.correct_answer{
    padding: 3px;

    color: #5cb85c;
}

.highlighted{cursor: pointer; background-color:#c65353; color:#FFFFFF;; padding: 0px; border-radius: 5px; }
.selected{cursor: pointer; background-color:#018029; color:#FFFFFF;; padding: 1px; border-radius: 5px; }
.selected.highlighted{cursor: pointer; background-color:#c65353; color:#FFFFFF;; padding: 3px; border-radius: 5px; }
.notAligned{color: #d9534f; background-color: #FFFFFF; padding: 2px;}
.aligned{ padding: 2px;}
.Aligned{ color: #5cb85c; background-color: #FFFFFF; padding: 2px;}
.userinfo{ list-style-type: none;font-size: 12px; color: #5e5e5e; margin: 2px; padding: 2px;}
.userinfo li {display: inline;float: left; padding: 10px;}
.alignmentBlock{
    padding: 10px;
}
.lang1{ color:#448844}
.lang2{color:#884444}

/* Pushes Footer to the Bottom*/

html, body {
    height: 100%;
}
body{
    font-family: 'Ubuntu', sans-serif;
    background-color:#515151;
    height:100%;
}

.wrapper {
    min-height: 100%;
    max-height: 150%;
    margin: 0 auto -4.5em;
}

.center {
    text-align: center;
}

.push {
    height: 4.5em;
    clear: both;
}


.mainContainer{
    background-color:#FFFFFF;
    width:99%;
    border-radius: 5px;
    min-height: 700px;
    height: auto;
    margin: 2px auto auto;
}

/* FOOTER */

#footer{
    background: #F5F5F5;
    box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.05);
    border-top: 1px solid #DDD;
    text-align: center;
    border-radius: 5px;
    width:99%;
    margin: 10px auto auto;
    color:#888;
    padding: 5px 0px 5px 0px;
    font-size: 11px;
}

#footer p {
    font-size: 12px;
    color: #FFF;
    margin-bottom: 1px;
}

#footerlist{
    margin-bottom: 5px;
}

#footerlist li{
    display: inline-block;
    margin-right: 5px;
}
/* Login form */

.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}

.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall
{
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
/* editor navbar style */
ul.editornav  {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #EEE;
}

ul.editornav li {
    float: left;

}

ul.editornav li a {
    display: block;
    color: #000;
    text-align: center;
    padding: 10px 12px;
    text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
ul.editornav li a:hover {
    background-color: #000;
    color: #EEE
}


/* index.php */
.userBlockContent{

    border: 1px solid #EEE;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius: 5px;
    height: 170px;
    margin: 5px;padding: 10px;
}

.userBlockContent:hover {
    background-color: #d9534f ;
    color: #FFF;
    text-decoration: none;
}
.userBlockContent:hover a{
    text-decoration: none;
    color: #FFF;
}

.userBlockContent:hover .email-address{
    color: #FFF;
}

.userBlockContent .email-address{
    color: #888;
}

.userBlockContent a{
    color: #333333;
}

.userBlock{
    padding: 5px;
}

.TgBlock{
    padding: 5px;
}

.TgBlockContent{

    border: 1px solid #EEE;
    -webkit-border-radius:1px;
    -moz-border-radius:1px;
    border-radius: 5px;
    margin: 5px;padding: 10px;
}

.TgBlockContent:hover {
    background-color: #c65353 ;
    color: #FFF;
    text-decoration: none;
}
.TgBlockContent:hover a{
    text-decoration: none;
    color: #FFF;
}
.languageBlockContent{
    border: 1px solid #EEE;
    -webkit-border-radius:1px;
    -moz-border-radius:1px;
    border-radius: 5px;
    margin: 1px;padding: 2px;
    padding-left: 4px;
}

.languageBlockContent:hover {
    background-color: #EEE ;
    text-decoration: none;
}

.newAlignments{
    border: 1px solid #EEE;
    border-radius: 5px;
    padding:10px;
    margin:5px;
}

.organisation{
    color: #888;
    font-size: 1px;
}

.stat{
    text-align: center;
    border: 1px solid #EEE;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius: 5px;
    background-color: #4285F4 ;
    margin: 5px;padding: 5px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
}

.stat:hover {
    background-color: #00A1Fa ;
    text-decoration: none;
}
.stat2{
    text-align: center;
    border: 1px solid #EEE;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius: 5px;
    background-color: #34A853 ;
    margin: 5px;padding: 5px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
}

.stat2:hover {
    background-color: #7CBB00 ;
    text-decoration: none;
}

.stat3{
    text-align: center;
    border: 1px solid #EEE;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius: 5px;
    background-color: #FBBC05 ;
    margin: 5px;padding: 5px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
}

.stat3:hover {
    background-color: #FFBB00 ;
    text-decoration: none;
}

.stat4{
    text-align: center;
    border: 1px solid #EEE;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius: 5px;
    background-color: #EA4335 ;
    margin: 5px;padding: 5px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
}

.stat4:hover {
    background-color: #F65314 ;
    text-decoration: none;
}

.bigliograhy{
    color: #999999; font-size: 12px; font-weight: normal;
}

.page_content{
    margin:auto; width: 98%;min-height: 700px
}

.checkBoxLabel{
font-weight: normal;
    font-size: small;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.bounded_box{
    margin:2px; padding: 10px;border: 1px #EEEEEE solid; border-radius: 5px
}

.tooltip_el:hover .tooltip_box_message {
    display:block;
}
.tooltip_box_message:hover{
    display:block;
}
.tooltip_box_message {
    display: none;
    color: #333333;
    border: 1px #bbbbbb solid;
    border-radius:3px ;
    width: 350px;
    background: #EEEEEE;
    margin-left: 60px; /* moves the tooltip to the right */
    /*margin-bottom: 30px;  moves it down */
    margin-top: -25px;
    padding: 6px 8px;
    position: absolute;
    z-index: 1000;
}

.language_badge{
    font-size: 10px; font-weight: normal
}

.text-xs{
    font-size: 102px; font-weight: normal
}

.text-sm{
    font-size: 12px; font-weight: normal
}

.text-md{
    font-size: 14px; font-weight: normal
}

.text-normal{
    font-weight: normal;
}
.text-bold{
    font-weight: bold;
}
.text-red-dark{
    color: #960202;
}

.text-red-dark:hover{
    color: #db0101;
}

.howto-images{
    width: 80%;
    border: 1px #EEEEEE solid;
    margin: 10px
}