@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/droidarabicnaskh.css);
@import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
:root {
    --Theme-bg-color:
    rgb(39, 70, 91);
    --Theme-title-bg-color: rgb(48, 86, 113);
    --Theme-text-color: #fff;
    --Theme-border: 1px solid;
    --Theme-hover: #585447;
    --Theme-bg-disable: #b1b1b1;
    --Theme-color-disable: black;
    --Theme-button:  rgb(24, 44, 57);
    --Theme-success: #36D399;
    --Theme-note: #e7f3fe;
    --Theme-wrapper: rgb(240, 245, 249);
    --Theme-list:    rgb(206, 223, 234);
    --Theme-sql_button:    rgb(206, 223, 234);
}
body {
    background-color: #858585;
    direction: rtl;
    font-family: Droid Arabic Naskh;
    font-size: 16px;
    max-width: 761px;
    margin: auto;
    text-decoration: none;
}

.avatar_img{
    height: 250px;
    width: 250px;
    margin: auto;
    margin-top: 13px;
}
::-moz-selection {
    background: rgba(0,0,0,0.1);
  }
  ::selection {
    background: rgba(0,0,0,0.1);
  }
  h1 {
    font-weight: 100;
    font-size: 2.7em;
  }
  h3 {
    color: #111222;
    font-size: 1.6em;
  }
  a {
    /* color: RoyalBlue; */
    /* font-weight: normal; */
    text-decoration: none;
  }
  a:hover {
    color: CornflowerBlue;
  }
    .circle {
      line-height: 0;		
      display: inline-block;	
      margin: 5px;
      border: 4px solid rgba(200,200,200,0.4);
      border-radius: 50%;	
      transition: linear 0.25s;
      height: 128px;
      width: 128px;
  }
  .circle img {
      border-radius: 50%;	
  }
  .circle:hover {
      transition: ease-out 0.2s;
    border: 4px solid rgba(0,0,0,0.2);
    -webkit-transition: ease-out 0.2s;
  }
  a.circle {
    color: transparent;
  }

a {
    /* text-decoration: none; */
  }
.avatar_title_wrap{
    height: 277px;
    width: 100%;
    clear: both;
    text-align: center;
}
.avatar_icon{
    margin: auto;
}
.avatar_caption{
    background-color: #c4e4fe;
    width: 100%;
}
.site_title{
    background-color: #27465b;
    text-align: center;
    padding-top: 4px;
    color: white;
    font-family: Droid Arabic Kufi;
    font-size: 16px;
    height: 40px;
}
.back_button{
    padding: 5px;
    width: 8%;
    background-color: #000000;
    height: 27px;
    float: right;
    border: 1px solid #c7c7c7;
    color: white;
    text-align: center;

}
.button, a {
color: inherit;
/* border-radius: 5px; */
/* background-color: #27465b; */
/* padding-right: 10px; */
/* padding-left: 10px; */
}

.top_bar{
}
.wrap{
    background-color: #ffffff;
    overflow: auto;
}
.paragraph{
    padding-right: 20px;
    padding-left: 20px;
    background-color: #ffffff;
    overflow-x: auto;
}
.page{
    height: 27px;
    background-color: #27465b;
    border: 1px solid #c7c7c7;
    padding: 5px;
    padding-right: 15px;
    padding-left: 15px;
    float: right;
    color: white;
}
.page_title{
    width: 70%;
    margin-right: 5px;
}
.table_title{
    width: 80%;
    margin-right: 5px;
    margin-left: 5px;
}

.page_update{width: 8%;background-color: white;color: black;border: 0px;padding-top: 10px;padding-bottom: 0px;}
.title {

}

.width_100{
    width: 100%;
    background-color: #27465b;
    text-align: center;
    color: white;
}

.row_100{
    width: 100%;
    /* background-color: red; */
    /* height: 50px; */
    float: left;
    clear: both;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.row_full {
    position: absolute;
    width: 100%;
    left: 0;
    background-color: red;
    float: right;
    /* clear: both; */
}
.menu_wrap{
    background-color: white;
    padding: 10px;
    clear: both;
    overflow: auto;
    width: 97%;
}
.menu_title{
}
  .list_title{
    clear: both;
    margin: auto;
    width: 97%;
    height: 31px;
    background-color: #383a34;
    margin-top: 5px;
    text-align: center;
    color: white;
    /* cursor: pointer; */
    /* text-decoration: none; */
  }
  .partition{
    clear: both;
    width: 100%;
    height: 10px;
    background-color: #d8d8d8;
    margin: auto;
    margin-top: 5px;
  }
.list{
    clear: both;
    margin: auto;
    width: 97%;
    height: 31px;
    background-color: var(--Theme-list);
    margin-top: 2px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border-color: #c7c7c7;
}
.list:hover {
    background-color: #c7c7c7;
}

.footer_page{
    max-width: 762px;
    text-align: center;
    background-color: var(--Theme-bg-color);
    color: white;
    font-family: Droid Arabic Kufi;
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.login_name{
    text-align: left;
    background-color: #ffe1a9;
    height: 31px;
    width: 100%;
}
.it_title{
    color: white;
    float: right;
    padding: 1px 7px 0px 0px;
    font-family: Droid Arabic Kufi;
}

.radio_wrap{
    float: right;
    width: 76%;
}
.radio_block{
    height: 24px;
    float: right;
    width: 30px;
    margin-right: 0px;
}
.permetions_wrap{
    width: 74%;
    float: right;
    margin-top: 4px;
    margin-bottom: 6px;
}
.permetion_enabled{
    background-color: var(--Theme-bg-color);
    border: 1px solid var(--Theme-bg-color);
}

.permetion_disabled{
    background-color: #808080c7;
    border-color: #4e4c4c;
}
.permetion_wrap{
    width: auto;
    background-color: #808080c7;
    float: right;
    border: 1px solid;
    margin-right: 6px;
    padding-right: 5px;
    padding-left: 9px;
    border-radius: 3px;
    border-color: #f2f2f2;
    /* color: white; */
}
.permetions_close{
    cursor: pointer;
    width: 16px;
    float: right;
    margin-left: 6px;
    margin-top: 5px;
    height: 18px;
    border-radius: 3px;
    border: 1px solid;
}
.panel_heading{
    margin-top: 35px;
    width: 99%;
    background-color: #27465b;
    color: white;
}
.panel_body{
    /* background-color: antiquewhite; */
    width: 90%;
    margin: auto;
}
.input_group{
    font-size: 19px;
}
.login_text{
    
font-size: 18px;
}
.form_title{
    text-align: center;
    border-top: 1px solid #383a34;
}
.form_submit{
    width: 135px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 13px;
}
.form_submit_wrap{width: 100%;text-align: left;/* margin: auto; */border-bottom: 1px solid;}
.form_lable{
    margin-top: 4px;
    height: 35px;
    width: 25%;
    float: right;
    background-color: #b1b1b1;
}
.form_info{
    background-color: white ;float: right; width:67%; margin-top: 4px;  padding-top: 3px; padding-bottom: 3px;margin-right: 10px;
}
.form_text{
    float: right;
    width: 68%;
}
.form_checkbox{
    margin-top: 11px;
}
.form_checkbox_label{
    width: 67%;
    text-align: right;
    background-color: #d8d8d8;
    margin-top: 5px;
}
.form_radio_wrap{
    float: right;
    width: 100%;
    /* background-color: #e20; */
    height: 40px;
}
.radio_caption{
    width: 60px;
    width: 25%;
    background-color: #b1b1b1;
    float: right;
    margin-top: 5px;
    margin-left: 5px;
}
.form_radio{
    width: 3%;
    float: right;
}
.form_radio_label{
    width: 9%;
    text-align: center;
    background-color: #d8d8d8;
    margin-top: 5px;
    float: right;
}
.form_select{
    width: 71%;
    float: right;
    height: 39px;
    margin-top: 2px;
    margin-right: 7px;
}
.text_cap_div {
    /* background-color: #2627b9; */
    /* text-align: right; */
    width: 98%;
    /* border-bottom: 1px solid #9c9c98; */
    clear: both;
}
.text_cap_div .lable {
    margin-top: 4px;
    width: 20%;
    /* background-color: #f76167; */
    float: right;
    text-align: left;
    border-left: 1px solid #9c9c98;
    padding-left: 10px;
}

select{
    width: 98%;
    height: 40px;
    font-family: Droid Arabic Kufi;
    font-size: 16px;
}
select[multi_select]{
    display: none;
}

.select_cap_div {
    text-align: right;
    margin-right: 10px;
}
.select_cap_div .lable {
    /* background-color: blue; */
}
.footer{
    /* width: 98%; */
    max-width: 761px;
    margin: auto;
    padding: 0px;
    font-size: 15px;
    background-color: var(--Theme-note);
    text-align: center;
    scale: none;
}
.select_with_submit_cap_div {
    width: 85%;
    padding-top: 0px;
    height: 41px;
    margin-right: 6%;
}
 /* date with text style */
.date_div {
    width: 44%;
    background-color: var(--Theme-bg-color);
    float: right;
    margin: 1%;
    padding: 6px;
    /* text-align: center; */
}
.date_lable {
    width: 87%;
    /* background-color: aliceblue; */
    text-align: center;
    margin: auto;
    margin-right: 21px;
    color: white;
}
.date_text {
    background-color: aliceblue;
}
/* .select_with_submit_div {
    width: 78%;
    background-color: red;
} */
.select_with_submit {
    width: 77%;
}
radio {font-size: 12px;}
.version{}
.radio_lable {
    width: 25%;
    float: right;
    margin-right: -5px;
}
input, button {}

.button_next_to {
    width: 17%;
    float: left;
    background-color: var(--Theme-button);
    text-align: center;
    padding: 5px;
    color: white;
    border-radius: 4px;
}
.help{
    width: 5%;
    height: 28px;
    float: left;
    border: 1px solid #d8d8d8;
    padding: 3px;
    background-color: var(--Theme-button);
    margin-right: 6px;
    margin-left: 10px;
    cursor: help;
    /* z-index: -1; */
    text-align: center;
    color: white;
    border-radius: 9px;
}

.help:hover {
	/* width: 30px; */
	background-color: #bce5bb;
	border: 2px solid #383a34;
	color: black;
}
.star-six {
    top: 5px;
    left: 9px;
    float: left;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 12px solid #383a34;
    position: relative;
  }
  .star-six:after {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 12px solid #383a34;
    position: absolute;
    content: "";
    top: 4px;
    left: -4px;
  }
label{
    margin: 0px 2px;
    width: 91%;
    display: inline-block;
    background-color: #b1b1b1;
    margin-bottom: 1px;
    }
.form_wrap{/* background-color: #25b99a; */width: 93%;margin: auto;border: 1px solid #bfbfbb;padding: 10px;margin-top: 8px;margin-bottom: 40px;overflow: auto;}
.form_button{
    margin-bottom: 9px;
    background-color: #cccbcb;
    text-align: center;
}
.div_footer{/* height: 27px; */float: left;width: 98%;background-color: white;/* color: white; *//* margin-right: auto; */text-align: center;/* border: 1px solid; */border-radius: 5px;cursor: pointer;/* padding-bottom: 5px; */position: sticky;top: 462px;}
.supper_name{

text-align: center;

background-color: #c4e4fe;

margin-top: 6px;

width: 90%;

/* float: left; */
}
.super{
    width: 761px;
    background: #e20;
    margin: auto;
    overflow: auto;
    color: white;
    margin-top: 2px;
    text-align: center;
}
.cap_div {
  max-width: 95%;
  margin: auto;
  clear: both;
}
.cap_div .lable {
    text-align: right;
    float: right;
    padding: 3px;
    width: 100%;
}
.cap_div .after {
    clear: both;
}
.cap_div_center{
  max-width: 50%;
  margin: auto;
  clear: both;
  width: 40%;
}
.noFill {
  fill: none;
}

.title{
    text-align: center;
    height: 34px;
    width: 100%;
    font-family: Droid Arabic Kufi;
    font-size: 18px;
    margin-top: -3px;
}

.title_full{
    text-align: center;
    height: 32px;
    padding-top: 6px;
    width: 98%;
    margin: auto;
}
.tool_title{
    width: 100%;
    background-color: #949494;
    margin-bottom: 2px;
}
.tool_delete{
    width: 20%;
    background-color: #ea9d9d;
    float: left;
    cursor: pointer;
}

.con_head{
    max-width: 800px;
    background: var(--Theme-bg-color);
    margin: auto;
    height: 88px;
    min-width: 400px;
}.con_content{
    max-width: 792px;
    background: var(--Theme-wrapper);
    margin: auto;
    overflow: auto;
    min-height: 374px;
    min-width: 351px;
    width: 754px;
    overflow: hidden;
    float: right;
    clear: both;
}
.report_content{
    width: 667px;
    background: #e0e0e0;
    margin: auto;
    overflow: auto;
    min-height: 375p;
}
.page_counter{
    margin: auto;
    /* background: var(--Theme-bg-color); */
    text-align: center;
    color: white;
    width: 110px;
    position: absolute;
    top: 296px;
    margin-right: 610px;
    /* background-color: black; */
}
.page_counter_today{
    margin: auto;
    /* background: var(--Theme-bg-color); */
    text-align: center;
    color: white;
    width: 110px;
    position: absolute;
    top: 275px;
    margin-right: 610px;
}
.login{
    width: 194px;
    /* height: 33px; */
    border: 1px solid;
    border-radius: 5px;
    /* background-color: #383a34; */
    padding: 3px;
    margin-top: 5px;
    /* margin-right: auto; */
    /* margin-left: auto; */
    text-indent: 6px;
    text-align: center;
}
.login a { text-decoration: none}
.login_button{
    width: 194px;
    height: 33px;
    border: 1px solid;
    /* border-radius: 5px; */
    background-color: var(--Theme-button);
    color: white;
    padding: 3px;
    margin-top: 5px;
    /* margin-right: auto; */
    /* margin-left: auto; */
    text-indent: 6px;
    text-align: center;
}
.q{
     position: relative;
     min-width: 360px;
     margin-top: -1px;
     top: 6px;
     left: 0px;
     background-color: #edf0f1;
     min-height: 577px;
     max-height: 717px;
     /* overflow: auto; */
     /* overflow-x: hidden; */
     z-index: 10;
}
.goback{
    position: fixed;
    width: 56px;
    top: 91px;
    text-align: center;
    border: 1px solid;
    border-color: #172833;
    border-radius: 5px 0px 0px 5px;
    background-color: rgb(24, 44, 57);
    float: right;
    margin-top: 4px;
    cursor: pointer;
    color: white;
}
.skip{
    /* position: fixed; */
    /* left: -1px; */
    width: 56px;
    /* height: 28px; */
    /* top: 91px; */
    text-align: center;
    border: 1px solid;
    border-color: #172833;
    border-radius: 0px 5px 5px 0px;
    background-color: white;
    color: black;
    float: left;
    margin-top: 4px;
    cursor: pointer;
}
.search_div{
    border-top: 3px solid #d8d8d8;
    width: 100%;
    text-align: center;
    padding-bottom: 6px;
    margin-top: 1px;
    padding-top: 4px;
}
#box{
    width: 97%;
    background-color: #e4e4e4;
    margin: auto;
    text-align: center;
    font-size: 17px;
    clear: both;
    padding-top: 5px;
    padding-bottom: 10px;
    position: relative;
}
#caption{
    width: 100%;
    /* text-align: center; */
    padding-bottom: 4px;
    margin-bottom: 6px;
    background-color: var(--Theme-title-bg-color);
    color: white;
    margin-top: 2px;
    overflow: auto;
}
input[type='checkbox'] {
    float: right;
    width: 31px;
    height: 23px;
 }
.checkbox_caption{
    /* background-color: rebeccapurple; */
    width: 89%;
    float: right;
    padding-top: 6px;
    padding-right: 6px;
}
.check_label {
    color: royalblue;
    width: 10px;
}
.check_label::after {
    content: ".";
    float: left;
    height: 29px;
  }
header {
  height: 44px;
  background: #145584;
}

.welcome{
    /* background-color: #ffffff; */
    font-family: Droid Arabic Kufi;
    width: 270px;
    font-size: 16px;
    height: 20px;
    /* background-color: red; */
    float: left;
    margin-left: 10px;
}
.version{
    margin-bottom: 10px;
    top: 11px;
    position: absolute;
    color: white;
    width: 93px;
    text-align: center;
}
#handel{
    position: absolute;
    top: 278px;
    width: 45px;
    margin-right: 10px;
    height: 37px;
    text-align: center;
    /* background-color: var(--Theme-button); */
    border: 2px solid;
    border-color: #27465b;
    border-radius: 5px;
    cursor: pointer;
    font-size: 24px;
    color: #27465b;
    margin-bottom: 9px;
    z-index: 5;
    background-color: white;
}
#menushow{
    width: 35px;
    height: 35px;
    background: red;
    -webkit-transition: width 2s, height 2s, -webkit-transform 2s; /* Safari */
    transition: width 2s, height 2s, transform 2s;/*How long the transition is*/
}
menu{
    display: none;
    padding: 5px;
    padding-bottom: 10px;
    top: 21px;
    width: 50%;
    overflow: hidden;
    background: var(--Theme-wrapper);
    -webkit-transition: width 2s, height 2s, -webkit-transform 2s; /* Safari */
    transition: height .2s, transform .9s;/*How long the transition is*/
    z-index: 90000;
    position: absolute;
    top: 10%;
    left: 28%;
    margin-top: -50px;
    margin-left: -50px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 7px;
}
#menu{
    display: none;
    background-color: #b1b4b4;
/*    height: 0px; */
    position: absolute;
    margin: auto;
    z-index: 100;
    left: 15%;
    width: 70%;
    padding: 11px;
    top: 0px;
    overflow-y: hidden;
    max-height: 500px; /* approximate max height */
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.title_with_close_wrap{
    width: 100%;
    height: 40px;
    margin-bottom: 9px;
}
.title_with_close_caption{
    width: 86%;
    height: 30px;
    float: right;
    background-color: var(--Theme-bg-color);
    color: white;
    margin-top: 5px;
    text-indent: 9px;
    margin-right: 4px;
    font-family: Droid Arabic Kufi;
    font-size: 14px;
}
.title_with_close_button{background-color: var(--Theme-button);color: white;width: 27px;float: left;text-align: center;margin-top: 6px;margin-left: 5px;height: 29px;}
.menu_item_100{
    background-color: var(--Theme-list);
    border: 1px solid;
    border-radius: 5px;
    border-color: #757576;
    text-align: center;
    width: 80%;
    margin: auto;
    margin-top: 3px;
    cursor: pointer;
    font-family: Droid Arabic Kufi; 
}
.menu_item_15{
    background-color: var(--Theme-list);
    border: 1px solid;
    border-radius: 5px;
    border-color: #757576;
    text-align: center;
    width: 15%;
    margin: auto;
    margin-top: 3px;
    cursor: pointer;
    font-family: Droid Arabic Kufi;
    float: right;
    margin-right: 7px;
}
.menu{
    /* background-color: #f0f0f0; */
    /* color: #ffffff; */
    font-family: Droid Arabic Kufi;
    /* border-bottom: 1px solid #808080; */
    /* border-top: 1px solid red; */
}
.menu a { text-decoration: none; color: #000000;}
.menu:hover{/* background-color: #145584; *//* color:white; */}
.menu_warp {
    clear: both;
    /* background-color: azure; */
    overflow: auto;
    margin-right: 8px;
    margin-left: 8px;
    border-bottom: 1px solid;
    margin-bottom: 3px;
}
.menu_title{
    width: 83%;
    float: right;
    padding-right: 6px;
}
.menu_edit{
    float: right;
    width: 52px;
    text-align: center;
    /* background-color: #ffc9a9; */
    margin-right: 9px;
}
.menu_delete{
    float: left;
    width: 50px;
    text-align: center;
    /* background-color: #fc9c9c; */
}
#menu_item:hover{
    background-color: #b8e6f6;
}
header input {
  width: 79%;
  height: 36px;
  float: left;
  font-size: 18px;
  text-indent: 13px;
  padding: 1px 5px 0px 0px;
  margin-left: 13px;
  border-radius: 25px 0px 0px 25px;
  border: 0px;
}
.dropdown {
    position: relative;
    height: 34px;
    clear: both;
}
.dropdown select {
    font-size: 16px;
    width: 99%;
    font-family: 'Al Jass Cool', sans-serif;
}
header button {
  font-family:  sans-serif;
  width: 66px;
  height: 39px;
  position:absolute;
  top: 6px;
  left: 13px;
  border-radius: 25px;
  background: #fff;
  border: 2px solid;
  border-color: #145584;
  cursor: pointer;
}
#AddItem{
    width: 94%;
}
.Submit{
    height: 27px;
    width: 155px;
    background-color: var(--Theme-button);
    margin-right: auto;
    margin-left: auto;
    margin-top: 17px;
    text-align: center;
    border: 1px solid;
    border-radius: 5px;
    /* border-color: #949494; */
    cursor: pointer;
    padding-bottom: 5px;
    color: white;
}
.BarTitle {/* height: 30px; *//* text-align: left; *//* padding-left: 5px; *//* direction: ltr; */}

#Conbox {
    text-align: center;
    margin: 0px 0px 0px 0px;
    left: 0;
    right: 100px;
    width: 100%;
}
#Conbox form{/* margin: 17px 0px 0px 30px; */}
#Login{
    background-color: aqua;
     height: 100%;
}
#form{
    display: none;
    background-color: #e4e4e4;
    height: 248px;
}
.info{background-color: rgb(250 254 210);margin-top: 2px;color: black;}
#info_title{
    text-align: center;
    background: #949494;
    color: white;
    clear: both;
    margin: 8px 16px;
    height: 30px;
}
#info_revise{
    width: 77%;
    background-color: var(--Theme-note);
    margin: auto;
    text-align: center;
    font-size: 17px;
    clear: both;
    padding: 1px;
    border: 1px solid;
    padding: 5px;
    margin-top: 10px;
}

#Conform{
    display: none;
    position: fixed;
    transform: translateX(-50%);
    top: 0px;
    left: 50%;
    background-color: rgba(2, 2, 2, 0.46);
    width: 100%;
    height:100%;
    z-index: 90;
}
#Message{
    text-align: center;
    background-color: white;
    top: 20%;
    left: 33%;
    height: 200px;
    width: 400px;
    min-height: 150px;
    border-radius: 10px;
    box-shadow: -1px 2px 38px 2px rgba(0,0,0,0.75);
    position: absolute;
    width: 300px;
    height: 200px;
    z-index: 545;
    top: 37%;
    left: 50%;
    margin: -100px 0 0 -150px;
} 
#Message_title{
    
background-color: aliceblue;
    
height: 35px;
    
padding-top: 8px;
    
color: white;
}
#MessageContent{
    margin-right: 15px;
    width: 92%;
    top: 48px;
    left: 13px;
    text-align: justify;
    margin-top: 10px;
    margin-bottom: 10px;
}
#ButtonsFooter{
    /* background: #ec7171; */
    bottom: 0px;
    /* float: left; */
    height: 39px;
    width: 55%;
    /* left: 5%; */
    margin: auto;
    /* position: relative; */
    /* bottom: 10px; */
}
#ButtonsYes{
    cursor: pointer;
    font-family: Droid Arabic Naskh;
    background-color: var(--Theme-button);
    color: white;
    border-radius: 5px;
    /* text-align: center; */
    /* border: 1px solid; */
    /* margin: 2px; */
    height: 33px;
    width: 60px;
    /* margin: auto; */
    /* padding-bottom: 6px; */
    float:  right;
    /* font-size: 12px; */
}
#ButtonsNo{
    border-radius: 5px;
    text-align: center;
    border: 1px solid;
    margin: 2px;
    height: 23px;
    width: 60px;
    cursor: pointer;
    padding-bottom: 6px;
    float: left;
}
#TextEdit{
    width: 70%;
    font-size: 16px;
    text-indent: 10px;
}
#TextAddItem{
    width: 70%;
    font-size: 16px;
    text-indent: 10px;
    right: 10px;
    float: right;
}
#TextAddSubItem{
    width: 68%;
    font-size: 16px;
    text-indent: 10px;
    right: 10px;
    float: right;
}
.Icon{
    position: relative;
    width: 39px;
    background-color: #e8e8e8;
    border: 1px solid;
    border-radius: 4px;
    float: left;
    margin-right: 0px;
    margin-left: 5px;
    border-color: #9c9c9c;
    font-size: 14px;
    font-family:  Droid Arabic Kufi;
    min-width: 39px;
    padding-left: 6px;
    padding-right: 6px;
    direction: ltr;
}
.IconCaption{
    width: 71px;
    float: right;
    margin-right: 5px;
    border-radius: 5px;
    background-color: #ffffff;
    text-align: center;
}
#DropDownMain{
    width: 100%;
    clear: both;
    height: 30px;
}
#DropDownSub{
    width: 100%;
    clear: both;
}
#TextAddItemButton{
  font-family:  sans-serif;
  width: 66px;
  height: 24px;
  position:absolute;
  top: 47px;
  left: 20px;
  border-radius: 25px;
  background: #fff;
  border: 2px solid;
  border-color: #145584;
  cursor: pointer;
  text-align: center;
  padding: 4px 0px 0px 0px;
}
/*  == NOTES STILYE ==== */
#Tasks {
    display: none;
}
#kinds {
    display: none;
}
#Projects {
    max-width: 751px;
    width: 100%;
    min-width: 298px;
    padding-top: 5px;
    /* background-color: #89d8f3; */
    /* min-height: 356px; */
    /* max-height: 182px; */
    overflow: auto;
    overflow-x: hidden;
    /* position: absolute; */
    margin: auto;
    /* left: 7px; */
}
#ProjectsCon{
    min-width: 380px;
    width: 99%;
    height: 28px;
    /* left: 4px; */
    float: left;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 5px;
    margin-left: 3px;
}
.ProjectsTools{
    width: 73px;
    height: 30px;
    left: 4px;
    float: left;
    position: absolute;
    padding-bottom: 5px;
    margin-bottom: 5px;
    overflow: hidden;
/*    z-index: 5;*/
    /* === */
    -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
    transition: width 1s;
    clear: both;
}

.ProjectsTools span{

}
#BackIcon{
        width: 32px;
        height: 18px;
        float: right;
        background: #fff;
        padding: 7px 8px 8px 6px;
        border: 1px solid;
        border-radius: 5px;
        border-color: #c7c7c7;
        margin-right: 6px;
}
#IconAlone{
    width: 20px;
    height: 18px;
    float: left;
    background: #fff;
    padding: 7px 8px 8px 6px;
    border: 1px solid;
    border-radius: 5px;
    border-color: #c7c7c7;
    margin-right: 2px;
}
#IconAlone:hover {
    background-color: #e1e9ff;
}
#IconLeft{
    width: 20px;
    height: 18px;
    float: left;
    background: #fff;
    padding: 7px 8px 8px 6px;
    border: 1px solid;
    border-radius: 5px 0px 0px 5px;
    border-color: #c7c7c7;
    /* margin-left: -8px; */
}
#IconLeft:hover {
    background-color: #e1e9ff;
}
#IconMed{
    text-align: center;
    width: 20px;
    height: 18px;
    float: left;
    line-height: 22px;
    background: #fff;
    padding: 7px 8px 8px 6px;
    border: 1px solid #c7c7c7;
    border-left: 0px solid;
    /* border-radius: 0px 0px 0px 0px; */
}
#IconMed:hover {
    background-color: #e1e9ff;
}
#IconRight{
    text-align: center;
    width: 20px;
    height: 18px;
    float: left;
    line-height: 22px;
    background: #fff;
    padding: 7px 8px 8px 6px;
    border: 1px solid #c7c7c7;
    border-left: 0px solid;
    border-radius: 0px 5px 5px 0px;
}
#IconRight:hover {
    background-color: #e1e9ff;
}
#Title{
    width: 86%;
    min-height: 29px;
    font-size: 16px;
    height: 39px;
    padding-right: 15px;
    padding-top: 5px;
    margin-top: 38px;
    margin-bottom: 7px;
    margin-right: 5%;
    text-align: center;
    font-family: Droid Arabic Kufi;
    background-color: #145584;
    color: #fff;
}
.ProjectsTitles_with_help{
    margin-right: 8px;
    width: 86%;
    min-height: 29px;
    font-size: 18px;
    line-height: 22px;
    background: var(--Theme-list);
    border-radius: 5px;
    padding-top: 5px;
    border: 1px solid;
    border-color: #c7c7c7;
    word-break: break-word;
    cursor: pointer;
    margin-bottom: 2px;
    /* margin-right: 39px; */
    text-align: center;
    padding-right: 5px;
    padding-left: 5px;
    color: black !important;
    float: right;
}
.ProjectsTitles{
    margin-right: 8px;
    width: 96%;
    min-height: 29px;
    font-size: 18px;
    line-height: 22px;
    background: var(--Theme-list);
    border-radius: 5px;
    padding-top: 5px;
    border: 1px solid;
    border-color: #c7c7c7;
    word-break: break-word;
    cursor: pointer;
    margin-bottom: 2px;
    /* margin-right: 39px; */
    text-align: center;
    padding-right: 5px;
    padding-left: 5px;
    color: black !important;
    float: right;
}

.ProjectsTitles a {
/*    color: #FFFFFF;*/
    text-decoration: none;
}
.ProjectsTitles :hover {
    background-color: #e1e9ff;
}
.ProjectsTitles Percent{
    position:absolute;
    /* top: 4px; */
    right: 7px;
    height: 26px;
    background-color: rgba(32, 193, 38, 0.27);
    width: 90%;
}
#ProjectsToolsText{
    position: absolute;
    left: 1%;
    top: 1%;
    padding-top: 3px;
    padding-left: 118px;
    width: 37%;
    background-color: #c7c7c7;
    border-radius: 0px 5px 5px 0px;
    height: 32px;
    z-index: -1;
}

#PercentBack{
    width: 85%;
    background-color: white;
}
#AllCount{
    float: left;
    padding-top: 1px;
    padding-left: 12px;
}
#Fin{
    background-color: #ffb1b1;
    width: 30px;
    height: 24px;
    float: left;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 4px;
    margin-left: -1px;
    margin-bottom: -1px;
    margin-top: -6px;
    border-radius: 5px 0px;
}
#FinSub{
    background-color: #ffb1b1;
    width: 30px;
    height: 25px;
    float: left;
    text-align: center;
    padding-top: 9px;
    margin-left: -1px;
    margin-top: -4px;
    border-radius: 5px 0px;
}
#NoteProjectsTitle{
    direction: ltr;
    right: 10px;
    text-align: right;
    width: 100%;
    height: 25px;
    margin: -15px 0px 8px 5px;
    top: 35px;
    padding: 5px 20px 10px 0px;
    background-color: #c4cce8;
    font-size: 21px;
}
#NoteProjectsTitle a {
    text-decoration: none;
}
#NoteProjectsTitle a:hover {
    background-color: #d1d9f5;
}
#Notes {
    display: none;
    height: 100%;
    position: fixed;
    top: 52px;
    right: 0px;
    z-index: 10;
    width: 100%;
    background-color: #edf0f1;
    padding: 15px 0px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 700px;
}
#TaskTitle {
    height: 27px;
    width: 73%;
    left: 5px;
    float: left;
    background: #fff;
    border-radius: 5px;
    position: relative;
    padding-right: 15px;
    padding-bottom: 3px;
    padding-top: 3px;
    margin-bottom: 5px;
    border: 1px solid;
    border-color: #c7c7c7;
    cursor: pointer;
}
#TaskTitle:hover {
    background-color: #e1e9ff;
}
#TaskFinished {
    height: 27px;
    width: 72%;
    left: 5px;
    float: left;
    background:  #ccffef;
    border-radius: 5px;
    position: relative;
    padding-right: 12px;
    padding-bottom: 3px;
    padding-top: 3px;
    margin-bottom: 5px;
    border: 1px solid;
    border-color: #c7c7c7;
    z-index: 22;
}

#TaskFinished:hover {
    background-color: #e1e9ff;
}

#NotesItemDelete {
    background-color: #edf0f1;
    width: 24px;
    height: 24px;
    float: left;
    margin-left: 7px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid;
    border-color: #c7c7c7;
    opacity: .5;
}

    
#TaskState{
    background-color: #ffffff;
    width: 33px;
    height: 33px;
    float: left;
    margin-left: 2px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid;
    border-color: #c7c7c7;
    cursor: pointer;
}
/*#TaskState:hover {
    background-color: #e1e9ff !important;
}*/
#AddNewItem{
    width: 100%;
    padding: 7px 33px;
    height: 35px;
    margin: auto;
    margin-top: -8px;
    margin-bottom: 7px;
    background-color: #c7c7c7;
    /* border-radius: 25px 0px 25px 25px; */
}
.BackToMain{
    position: relative;
    height: 33px;
    background: #000000;
    padding-bottom: 3px;
    padding-top: 4px;
    margin-bottom: 5px;
    /* color: white; */
    width: 762px;
    }

#add{
    font-size: 18px;
    color: #25b99a;
}
/* ================== Sub Notes ========= */

#SubNotes {
    display: none;
    height: 100%;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 20;
    width: 100%;
    background-color: #edf0f1;
    padding: 15px 0px;
    overflow-y: auto;
    overflow-x: hidden;
}
#SubNotesItems {
    width: 79%;
    left: 3px;
    float: left;
    background: #fff;
    border-radius: 5px;
    position: relative;
    padding-right: 15px;
    padding-bottom: 3px;
    padding-top: 3px;
    margin-bottom: 5px;
    border: 1px solid;
    border-color: #c7c7c7;
}
#SubNotFinishedTask {
    width: 79%;
    left: 4px;
    float: left;
    background:  #ccffef;
    border-radius: 5px;
    position: relative;
    padding-right: 12px;
    padding-bottom: 3px;
    padding-top: 3px;
    margin-bottom: 5px;
    border: 1px solid;
    border-color: #c7c7c7;
}
#SubNotesItemDelete {
    background-color: #edf0f1;
    width: 24px;
    height: 24px;
    float: left;
    margin-left: 7px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid;
    border-color: #c7c7c7;
    opacity: .5;
}
.row{
    /* background-color: aqua; */
    clear: both;
    margin-right: 5px;
}
.item{
    position: relative;
    float: right;
    padding: 0px 5px;
    border: 1px solid;
}
#item{margin-right: 0px;border-left: none;/* border-right: none; */}    
#SubNotesMakeDone{
    background-color: #edf0f1;
    width: 25px;
    height: 25px;
    float: left;
    margin-left: 7px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid;
    border-color: #c7c7c7;
    cursor: pointer;
    
}
    #Logout{
        bottom: 0px;
        width: 100%;
        min-width: 360px;
        position: fixed;
        margin-top: 5px;
        left: 0px;
        background-color: #dadada;
        text-align: center;
}
#TopMain{
    position: relative;
    float: right;
    padding-right: 5px;
}
#TopItem{
    text-align: right;
    position: relative;
    float: right;
    padding-right: 5px;
    padding-left: 5px;
}
#TopSubItem{
    text-align: right;
    position: relative;
    float: right;
    padding-right: 5px;
    padding-left: 5px;
}
#DivSplit{
    position: relative;
    float: right;
    /* background-color: red; */
    padding-right: 5px;
    padding-left: 5p;
}
#Archived{
    width: 100%;
    padding: 6px 14px;
}
#ArchivedProjects{
    width: 100%;
    padding: 6px 14px;
    display: none;
}
#ArchiveTitle{
    text-align: center;
    width: 101%;
    background-color: #d6d9da;
    height: 27px;
    margin: -4px -21px -9px;
}
/* Table */
#table_odd_and_even {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    color: black;
}

#table_odd_and_even td, #table_odd_and_even th {
    border: 1px solid #ddd;
    padding: 2px;
    font-family: Droid Arabic Kufi;
    font-size: 15px;
    text-align: right;
    /* background-color: aquamarine; */
}

#table_odd_and_even tr:nth-child(even){background-color: #f2f2f2;}

#table_odd_and_even tr:hover {background-color: #ff8f56;}

#table_odd_and_even th {
    padding-top: 3px;
    padding-bottom: 6px;
    background-color: var(--Theme-bg-color);
    color: white;
    text-align: center;
    font-family: Droid Arabic Kufi;
    font-size: 14px !important;
    font-weight: 200;
}
/* Table End  */
.control {
    display: block;
    position: relative;
    /* padding-top: 3px; */
    cursor: pointer;
    margin-right: 31px;
}
    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }
.control_indicator {
    position: absolute;
    top: 2px;
    height: 20px;
    width: 20px;
    background: #afa7a7;
    border: 0px solid #000000;
    margin-top: 3px;
}
.control-radio .control_indicator {
    /* border-radius: 50%; */
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #cccccc;
}

.control input:checked ~ .control_indicator {
    background: #145584;
    margin-top: 6px;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #0e6647;
}
.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 6;
    pointer-events: none;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-radio .control_indicator:after {
    left: 7px;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #ffffff;
}
.control-radio input:disabled ~ .control_indicator:after {
    background: #7b7b7b;
}

.button_full {width: 89%;margin-top: 12px;}

.show_sub{width: 77%;background-color: white;color: black;margin: 3px;margin-right: 13px;padding-right: 10px;float: right;/* cursor: pointer; */}
.pass_to_close{
    float: left;
    background-color: #ffffff;
    width: 13%;
    margin-left: 20px;
    color: black;
    text-align: center;
    margin-top: 3px;
    cursor: pointer;
}
  
/* over roll all */
.essay_title{
    height: 27px;
    width: 100%;
    max-width: 761px;
    background: rgb(39 70 91);
    margin: auto;
    text-align: center;
    color: white;
    font-family: Droid Arabic Kufi;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.button_horizontal_wrap{
    /* background-color: #efefef; */
    height: 40px;
    /* background-color: red; */
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
}
.button_horizontal_title{float: right;padding-top: 4px;padding-right: 10px;padding-left: 10px;}
.button_horizontal_caption{
    background-color: #efefef;
    /* width: auto; */
    height: 30px;
    font-size: 15px;
    font-family: Droid Arabic Kufi;
    border: 1px solid #808080;
    border-radius: 5px;
    margin-left: -8px;
    margin-top: 4px;
    padding-right: 10px;
    padding-left: 10px;
    float: right;
    /* background-color: red; */
}
.button_horizontal_caption:a{
    color:red;
}

.icon_button_wrap{
    /* background-color: red; */
    height: 35px;
    margin-top: 5px;
}

.icon_button_wrap_no_caption{
}

.icon_caption{
    float: right;
    margin-left: 10px;
    text-align: right;
    padding-right: 10px;
    padding-left: 10px;
    color: black;
    background-color: #efefef;
    width: auto;
    height: 30px;
    font-size: 15px;
    font-family: Droid Arabic Kufi;
    border: 1px solid #808080;
    border-radius: 6px 0px 0px 6px;
    margin-right: 5px;
}
.icon_caption:a{
color:red;
}
.icon_svg{fill: #808080;padding-top: 5px;margin-right: 5px;height: 16px;}
.icon_button{
    /* margin-top: 5px; */
    width: 31px;
    border: 1px solid;
    border-left: 1px solid;
    margin-right: 4px;
    margin-bottom: 2px;
    cursor: pointer;
    float: right;
    height: 30px;
    padding-right: 4px;
    background-color: #efefef;
}
.icon_button_no_caption{
    border: 0px;
    cursor: pointer;
}
.button_horizontal{
    background-color: #ffffff;
    border: 0px;
    margin-left: 0px;
}
.button_horizontal_text{float: right;margin-left: 12px;}