﻿.btn-padding{
    padding: 2px 0px;

}
.clsTdLet{
    border:solid 1px lightgray;
    text-align:center
}

.clsTdDesc{
    text-align:center;
    direction:ltr;
}

.clsNikDgs{
    position:relative;
    top:-22px;
    height:0px
}

.transparent{
    background: transparent;
}
.clsQWord{
    width:100%;
    background:#fdfded;
    font-family:'SBL Hebrew';
    font-size:16px;
    table-layout:fixed
}
.clsQWordCont{
    background:#fdfded;
    border:solid 1px gray;
    padding:2px;
    width:150px;
}
.Caret{
    background: -moz-linear-gradient(0deg, #8C8C8C 0%, #95EDE2 23%, #95EDE2 24%, #95EDE2 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #8C8C8C), color-stop(23%, #95EDE2), color-stop(24%, #95EDE2), color-stop(100%, #95EDE2)); /* safari4+,chrome */
    background: -webkit-linear-gradient(0deg, #8C8C8C 0%, #95EDE2 23%, #95EDE2 24%, #95EDE2 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(0deg, #8C8C8C 0%, #95EDE2 23%, #95EDE2 24%, #95EDE2 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(0deg, #8C8C8C 0%, #95EDE2 23%, #95EDE2 24%, #95EDE2 100%); /* ie10+ */
    background: linear-gradient(90deg, #8C8C8C 0%, #95EDE2 23%, #95EDE2 24%, #95EDE2 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8C8C8C', endColorstr='#95EDE2',GradientType=1 ); /* ie6-9 */
}

.preCaret{
    background: -moz-linear-gradient(0deg, #95EDE2 0%, #95EDE2 76%, #95EDE2 77%, #8C8C8C 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #95EDE2), color-stop(76%, #95EDE2), color-stop(77%, #95EDE2), color-stop(100%, #8C8C8C)); /* safari4+,chrome */
    background: -webkit-linear-gradient(0deg, #95EDE2 0%, #95EDE2 76%, #95EDE2 77%, #8C8C8C 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(0deg, #95EDE2 0%, #95EDE2 76%, #95EDE2 77%, #8C8C8C 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(0deg, #95EDE2 0%, #95EDE2 76%, #95EDE2 77%, #8C8C8C 100%); /* ie10+ */
    background: linear-gradient(90deg, #95EDE2 0%, #95EDE2 76%, #95EDE2 77%, #8C8C8C 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95EDE2', endColorstr='#8C8C8C',GradientType=1 ); /* ie6-9 */
}

.RevachCaret {
    background: #95EDE2;
}
.NegatedQWord{
    background: red;
}

.HeadPasuk{
    border: 2px solid yellow;
}

.NoDagesh{
    font-family:Verdana;
    font-size:9px;
    color: #777;
    top:-18px;
}
.km-switch-label-off{
    background: lightgray;
}
.km-switch-label-on{
    background: olive;
}