﻿
body {
   font-family:'Simplified Arabic';
    line-height: 1.5em;
    font-size: 22px;
    direction: rtl;
}

* {
    box-sizing: border-box;
}

.inputform input[type=text] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 5px;
    resize: vertical;
    font-size:22px;
}

.inputform input[type=text]:hover {
        border: 1px solid grey;
    }

#btnInsert {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: left;
    width: 50%;
    margin-top: 25px;
    font-size: 22px;
}

#btnInsert:hover {
        background-color: #45a049;
    }

.inputform {
    overflow: auto;
    display: flex;
    flex-direction: row;
   
}
.inputform label {
    font-size: 25px;

}

.inputform div {
        width: 50%;
        margin: 5px;
        padding: 5px;
    }
.itemcontent:hover, .inputDIV:hover {
    border-color: #ccc;
    background-color: #ddd;
    border-color: darkgrey;
    border-style: solid;
}

.itemcontent {
    border: 2px solid #dedede;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
    background-color: #f1f1f1
}

.mainContent {
    width: 60%;
    position: relative;
    margin: auto;
}

.inputDIV {
    background-color: #f1f1f1;
    border: 2px solid #dedede;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
}

#material_type_p {
    color: #999;
}


#txtSearch {
    direction: rtl;
    padding: 10px;
    font-size: 17px;
    border: 1px solid grey;
    float: right;
    width: 60%;
    background: #f1f1f1;
    border-radius: 4px;
}

#btnSearch {
    float: right;
    width: 20%;
    padding: 10px;
    background: #383a3c;
    color: white;
    font-size: 17px;
    border: 1px solid grey;
    border-left: none;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 4px;
}
    #btnSearch:hover {
        background: #79B009;
    }


#hlLogin {
    position: absolute;
    left: 5px;
    top: 5px;
    width: auto;
    padding: 10px;
    background: #383a3c;
    color: white;
    font-size: 14px;
    border: 1px solid grey;
    border-left: none;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    
}
    #hlLogin:hover {
        background: #79B009;
        font-size: 17px;
    }

form.mainForm::after {
    content: "";
    clear: both;
    display: table;
}
#searchArea {
    max-width: 1044px;
    margin: 0em auto;
    float: none;
    opacity: 0.975;
    height: 200px;
    position: relative;
    width: 100%;
    left: 0px;   
}


