﻿@font-face {
    font-family: 'Yekan';
    src: url(/fa_fonts/Yekan.eot) format('embedded-opentype'), url(/fa_fonts/Yekan.woff) format('woff'), url(/fa_fonts/Yekan.ttf) format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Sahel';
    src: url(/fa_fonts/Sahel.eot) format('embedded-opentype'), url(/fa_fonts/Sahel.woff) format('woff'), url(/fa_fonts/Sahel.ttf) format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'BSahel';
    src: url(/fa_fonts/Sahel-Bold.eot) format('embedded-opentype'), url(/fa_fonts/Sahel-Bold.woff) format('woff'), url(/fa_fonts/Sahel-Bold.ttf) format('truetype');
    font-style: normal;
    font-weight: normal;
}

body {
    font-family: 'Sahel', Tahoma;
}

.groupsLink a:link, a:visited {
    background-color: aqua;
}

.side_partition {
    width: 15%;
    margin: 1%;
    float: right;
    border: solid 1px #4b0b0b;
    height: 100%;
    overflow: hidden;
}

.center_partition {
    width: 80%;
    min-width:900px;
    margin: 1%;
    float: right;
    /*border: solid 1px;*/
    height: 100%;
    overflow: hidden;
}

.menu_subject {
    width: 100%;
    height: 40px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    /*background-color: #4b0b0b;*/
    padding: 10px 0;
    text-align: center;
}

.p_subject {
    font-size: 14px;
    font-weight: bold;
}

.save-warning {
    height: 100%;
    overflow: hidden;
}

.RadioButtonList label {
    display: inline;
}

.menubtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    margin: 5px;
}

.Star {
    background-image: url(/imgs/Star/Star.png);
    background-size: 30px;
    height: 30px;
    width: 30px;
}

.WaitingStar {
    background-image: url(/imgs/Star/FilledStar.png);
    background-size: 30px;
    height: 30px;
    width: 30px;
}

.FilledStar {
    background-image: url(/imgs/Star/FilledStar.png);
    background-size: 30px;
    height: 30px;
    width: 30px;
