body {
    font-size: 62.5%;
}



#right_menu a{color: white;}
#right_menu a:hover{color: yellow;}

#login_page {
    background-color:#ebeae3;


}
.text-input{
    width:50px;font-size: 1.2em;margin-right:1%;text-align:center;
}
#login_form {
    text-align: center;
    display:block;
    width:360px;
    margin:auto;
    overflow: hidden;
    margin-top:40px;
    background-color:#025561;
    box-shadow: 0 0 5px black;
    color:white;
}
#login_title {
    display:block;
    width:100%;
    height:70px;
    text-align:center;
    color:white;
}
#login_title label {
    display:inline-block;
    margin:20px 0px 0px 0px;
    /*text-shadow: 1px 1px 5px white;*/
    font-size: 20px;
    font-weight: bold;
}
#input_section {

    display:block;
    width:100%;
    /*height:250px;*/
    overflow: hidden;
    padding-bottom: 30px;
    border-width:1px 0px 1px 0px;
    border-color:white;
    border-style:solid;
    padding-top:40px;


}
#login_form #form {
}
#login_form form .input {
    display:block;
    margin:auto;
    border:1px solid rgb(160, 163, 165);;
    margin-top:30px;
    height:40px;
    width:300px;
    font-size: 19px;
    border-radius:4px;
    box-shadow:0px 0px 10px white;
    vertical-align: middle;
    padding-right: 10px;
}
#login_form form .input:focus{

}
#enter_btn {
    /*display:block;*/
    /*float:left;*/
    width:100px;
    height:40px;
    background-color:#49B329;
    margin:15px auto 15px 20px;
    text-align:center;
    text-shadow: 1px 1px 5px white;
    font-size: 20px;
    font-weight: bold;
    border:1px solid #49B329;
    border-radius:3px;

    box-shadow:3px 3px 4px -1px black;
}
#enter_btn:hover{
    box-shadow: 0px 0px 5px -1px  #ffffff;
    cursor: pointer;

}
#input_section label{
    border-bottom: 1px solid black;
    font-size: 1.5em;
    display: block;
    border: none;
}

#save_pass{
    width: 150px;
    height: auto;
    display: inline-block;
    float: right;
    font-size: 1.5em;
    margin-right: 80px;
    margin-top: 25px;

}

#check{display: inline-block;}

#logo{
    width: 110px;
    height: 90px;
    float: right;
}


#header {
    width: 100%;
    overflow: hidden;
    padding: 0 1% .5% 0px;
    text-align: right;
    background-color: #2AA5D3;
    font-size: 3em;
}

#header h1 {
    display: inline-block;
    float: right;
    color: white;
    margin-right: 1%;
    margin-top: 3%;
    text-shadow: 1px 1px 2px #052E3E;
}

#logout_btn{
    display: inline-block;
    float: left;
    border-color:#2AA5D3 ;
    border-radius: 5px;
    height: 40px;
    padding: 0 0.5% 1% 1% !important;
    background-color: #0D889A;
    color: #ffffff;
    font-size: 0.8em;
    margin: 1% 0 0 2%;
}

#container{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: table;
    table-layout: auto;
    border-collapse: separate;
    border-spacing: 3px;
    font-size: 1em;
}

#right_menu{
    display: table-cell;
    height: auto;
    width: 20%;
    margin-top: 5px;
    background-color: #ebeae3;
    vertical-align: top;
    font-size: 2em;
    font-weight: bold;
    /*padding: 0px;*/
}


#content{

    display: table-cell;
    overflow: hidden;
    width: 70%;
    margin-top: 5px;
    background-color: #ebeae3;
    border: solid #1089B7 1px;
    padding-bottom: 3%;
    font-size: 1.8em;

}

.menu_btn{

    display: block;
    width: 93%;
    height: auto;
    padding: 5% 0px 5% 0px;
    text-align: center;
    color: white;
    background-color: #1089B7;
    margin:10px 10px 10px 10px;
    vertical-align: top;
    text-shadow: 0px 0px 1px #052E3E;
}
.menu_btn:hover{
    background-color: #7F7E96 !important;
    cursor: pointer;
}


#content_header {
    width: 100%;
    height: 15%;
    text-align: center;
    background-color: #7C7B92;
    padding: 1.5% 0 1.5% 0;
    font-size: 1.2em;
    font-weight: bold;
    color: #ffffff;
}
#content_header h1{
    margin-right: 30px;
    color: yellow;
    text-shadow: 1px 1px 2px #052E3E;
}
#content_main{
    width: 100%;
    height: auto;
    overflow: hidden;

}

#select_date_area{

    width: 100%;
    height: auto;
    overflow: hidden;

    background-color: white;
    font-size: 2em;
    padding:2% 0 1% 0 ;
}
#select_date_area label{
    margin-right: 30px;
    float: right;
}
#select_date_area input{
    width: 5%;
    float: right;
}

#show_btn{
    width: auto !important;
    font-size: 1.2em;
    /*float: left;*/
    color: #ffffff;
    height: auto;
    /*padding: 5% 0px 5% 0px;*/
    text-align: center;
    color: white;
    background-color: #096cbc;
    margin: -1% 5% 0 5%;
    float: right;

}


.item{
    display: block;
    width: 98%;
    height:auto;
    overflow: hidden;
    background-color: #ffffff;
    border:1px solid #015294;
    margin: 1% 1% 1% 0;
}
.item h2{
    display: inline-block;
    float: right;

    /*background-color: #096cbc;*/
    width: 12%;
    /*border: solid 1px #0BBC09;*/
    height: 100%;
    color: #015294;
    font-size: 1.5em;
    padding:2% 0 1% 0 ;
    text-align: center;

}
.item p{
    display: inline-block;
    float: right;
    width: 52%;
    font-size: 2em;
    font-weight: normal;
    line-height: 40px;
    margin-right:  4%;
}

.item .edit_btn{
    display: inline-block;
    float: right;
    background-color: #096cbc;

    border-width: 0px 1px 1px 0px;
    border-style: solid;
    border-color: #043B68;
    height: 20px;

    color: #ffffff;
    font-size: 1.5em;
    padding:1%  1% 2% 1%;
    text-align: center;
    margin-right: 1%;
    line-height: 30px;
}


#remove_btn{
    display: inline-block;
    float: right;
    background-color: #096cbc;
    width: 5%;
    height: 51px;
    color: #ffffff;
    font-size: 2em;
    /*padding: 0% 1% 0% 5%;*/
    text-align: center;
    margin-right: 1%;
    border-color: #096cbc;
}
.poem_content{
    display: block;
    margin: 2% 0 2% 0;
    overflow: hidden;

}
.poem_content .input_poem
{
    width: 40%;
    float: right;
    font-size: 2em;
    margin-right: 1%;
    margin-top: 1%;
}




.btn{
  width: 7%;
   height: auto;
    padding:1%  0.5% 0.5% 2% !important;
    background-color: #096cbc;
    color: #ffffff;
    font-size: 1.5em;
    margin-right: 0.5%;
    margin-top: 0.5%;


}

#add_btn{
    display:block;
    float: right;
    background-color: #096cbc;
    width: 7% !important;
    /*height: 100%;*/
    color: #ffffff;
    font-size: 2em;
    padding:1%  1% 1% 2% !important;
    text-align: center;
    margin-right: 1%;

}

#add_btn:hover{cursor: pointer;}

#items_area{
    display: block;
    height: auto;
overflow: hidden;
    margin-bottom: 20px;
}

#items_area label{
    font-size:1.5em;display:block; margin:2% 1% 0 0;
}
#hadis_content{
    display: block;
    width: 95%;
    /*height: 200px;*/
    overflow: hidden;
    margin: 2% 2% 2% 2%;
    padding:0% 1% 2% 0%;
    background-color: white
;
}
#hadis_content input{
    display: block;
    width: 80%;
    height: auto;
    font-size: 1.8em;

}
#hadis_content label{
    display: block;
    margin-top: 4%;
    font-size: 1.5em;
}

#enter_page_container{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ebeae3;

}

#enter_page_center{
    display: block;
    width: 50%;
    height: 300px;
    /*overflow: hidden;*/
    background-color: white;
    margin: auto;
    margin-top:10%;


}
.enter_btn{
    display: inline-block;
    width: 25%;
    height: 45%;
    margin: 1% 1% 1% 1%;
    background-color: #096cbc;
    color: white;
    font-size: 2em;
    line-height: 100px;
    /*padding: 0% 5% 0% 5%;*/
    text-align: center;
}
#news_text{
display: block;
width: 95%;
    margin: 2% 3% 0% 0%;
 font-size: 2em;

    overflow-x: auto;
    /*overflow-y: hidden;*/
}
#news_link{
    display: block;
    width: 95%;
    margin: 2% 3% 0% 0%;
    font-size: 2em;

    overflow-x: auto;
    /*overflow-y: hidden;*/
}
#img_file{
    margin:15% 10% 0% 0%;
}
#content img{
    width: 400px;
    height: 300px;
    margin:5% 10% 0 0;
    border:solid 1px #015294;
}

#search-box{
    border: 1px solid rgba(127, 126, 150, 0.49);
    border-left: none;
    border-right: none;
    margin: auto;
    text-align: center;
    padding: 1%;
}
#search-box input[type=number]  {
    width: 20%;
    font-size: 1.2em;
}
select{
    width: 20%;
    font-size: 1em;

}
#search-box label{
    display: inline-block;
    margin-right: 1%;
    font-weight: bold;
}

.submit-btn{
    display: inline-block;
    background-color: #7F7E96;
    color: yellow;
    font-size: 1.5em;
    border: 1px solid rgba(248, 219, 69, 0.66);
    padding: .5% 1% .5% 1%;
    margin-right: 1%;
}
.submit-btn:hover{
    background-color: #2AA5D3;
    cursor: pointer;
    color: white;

}

.gray-title{
    display: block;
    width: 100%;
    height: 15%;
    background-color:  #7F7E96;
    padding: 1% 1% 1% 0;
    font-size: 1.3em;
    font-weight: bold;
    color: #ffffff;

}

#field-names{
    display: block;
    border-bottom: 1px solid #A8A8AD;
}
#field-names span{
    display: inline-block;
    width: 13%;
    text-align: center;
    border-left: 1px solid #A8A8AD;
}

#search-result-show{

}

.result-item{
    width: 100%;
    background-color: #B1E6FB;
    padding: 1%;
    padding-right: 0;
    font-weight: bold;
}
.result-item span{
    display: inline-block;
    text-align: center;
    width: 13.5%;
}

.content-text{
    padding: 1%;
    font-size: 1.1em;

}

#search-result-message{
    margin: 2% 2%;
    display: block;
    color: brown;
    font-weight: bold;
}
.result-msg{
    margin: 2% 2%;
    display: block;
    color: brown;
    text-align: center;
    font-weight: bold;
}
#edit-item input{
    font-size: 1em;
    width: 200px;
    text-align: center;
}
#edit-item select{
    width: 200px;
}
#edit-item span{display:inline-block; width: 200px;}

#edit-item{
    background-color: #B1E6FB;
    font-weight: bold;
    width: 50%;
    margin:2% auto ;
    padding: 5%;
    text-align: center;

}
#edit-item label{
    display: inline-block;
    text-align: right;
    width: 150px;
}

input:read-only{
    background-color:rgb(222, 222, 222); ;
}