﻿
/* Social Media Icons */
.social {
    margin-right: 15px;
}

/* Hebrew Calendar Months */
.hmonth {
    background-color: #adbbcc;
    border-collapse: separate;
    border-spacing: 2px;
    border: none;
    margin-right: auto;
    margin-left: auto;
    padding: 1px;
    min-width: 200px;
    min-height: 225px;
}

#MainContent_tblTest {
    margin-left: auto;
    margin-right: auto;
}

.hmonTitle {
    background: linear-gradient(red, #b30000);
    color: #FFF;
    font-size: 110%;
    text-align: center;
    vertical-align: middle;
}


.hWeekBanner {
    background: #bd1e24;
    color: white;
    border: 1px;
    font-size: 110%;
    border-color: navy;
}

tr.hWeekBanner td {
    padding-right: 6px;
    padding-left: 6px;
}


.hbdot {
    background: #e3e3e4;
    cursor: pointer;
}

.hbdothover {
    background-color: #a0333a;
    color: #fff;
}
/* end Hebrew Calendar Months */

/* Triangle */
#triangle-up {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 15px solid red;
    float: left;
}


/* error validation */
form label.error {
    font: 10px Tahoma,sans-serif;
    color: #ED7476;
    margin-left: 5px;
    display: inline;
}

form input.error, form input.error:hover, form input.error:focus, form select.error, form textarea.error {
    border: 1px solid #ED7476;
    background: #FFEDED
}

/* nice Hebrew font */
@font-face {
    font-family: 'Ezra SIL';
    src: url("/fonts/SILEOT.ttf");
}

/* misc */
body, h1, h2, h3, h4, h5, h6 {
    font-family: "Lato", sans-serif
}

#ahrefkeep {
    text-decoration: none;
    color: #5caff1 !important;
}

.w3-bar, h1, button {
    font-family: "Montserrat", sans-serif
}

.fa-anchor, .fa-calendar-check-o {
    font-size: 200px;
}

.fa-home, .fa-globe, .fa-search, .fa-envelope {
    font-size: 24px;
}

.heb {
    unicode-bidi: embed;
    font-size: 115%;
    /*font-weight: bold;*/
    font-family: 'Ezra SIL', serif;
}

.heblight {
    unicode-bidi: embed;
    font-family: 'Ezra SIL', serif;
}
