﻿
@import url('https://fonts.googleapis.com/css?family=El+Messiri');
@import url('https://fonts.googleapis.com/css?family=Cairo');


.button1 {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
    background-color: #4CAF50;
    background-color: #1C5E55;
    color: white;
    border: solid 0.5px black;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    /*background-image: linear-gradient(to left, white, rgb(245, 116, 116));*/
}

    .button1:hover {
        background-color: #04762F; /* Green */
        color: Black;
        background-color: #04762F; /* Green */
        background-color: White;
        color: Black;
        border: solid 0.5px black;
        cursor: pointer;
    }



.div_vertical {
    vertical-align: top;
    display: inline-block;
    text-align: right;
    direction: rtl;
    width: 150px;
    height: 297px;
    overflow: scroll;
    border: solid 1px #000;
}

.div_vertical_Subjects {
    vertical-align: top;
    display: inline-block;
    text-align: right;
    direction: rtl;
    width: 200px;
    height: 250px;
    overflow: scroll;
    border: solid 1px #000;
}


.div_vertical_Print1 {
    vertical-align: top;
    display: inline-block;
    text-align: right;
    direction: rtl;
    width: 450px;
    height: 312px;
    overflow: scroll;
    border: solid 1px #000;
    font-size: 16pt;
}

.div_vertical_Print2 {
    vertical-align: top;
    display: inline-block;
    text-align: right;
    direction: rtl;
    width: 450px;
    height: 300px;
    overflow: scroll;
    border: solid 1px #000;
    font-size: 16pt;
}

.div_vertical_Print3 {
    vertical-align: top;
    display: inline-block;
    text-align: right;
    direction: rtl;
    width: 500px;
    height: 250px;
    overflow: scroll;
    border: solid 1px #000;
    font-size: 16pt;
}
