
body{
    font-family: 'Amiri', serif;
    text-align: center;
}
input {
    font-family: 'Amiri', serif;
    font-size: 1.2em;
    direction: rtl;
}
h1 {
    font-family: 'Cairo', sans-serif;
}
table {
    border:0px solid black;
    margin-left:auto;
    margin-right:auto;
    background-color:#FFF;
    padding: 10px;
} 
th {
    background-color: #EEE;
}
td {
    background-color: #FFF;
    text-align: right;
    border-bottom: 1px dashed gray;
    padding-bottom: 5px;
}
.noborder  {
    border: 0px;
}

.warning {
    color: red;
    font-weight: bold;
}

.success {
    color: green;
    font-weight: bold;
}
a {
    text-decoration: none;
}

a:hover{
    background-color: #EEE;
}






* { box-sizing: border-box; }

.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}
input{
    border: 1px solid black;
    padding: 10px;
    font-size: 16px;
}
input[type=text] {

    width: 100%;
}
input[type=submit] {
    background-color: DodgerBlue;
    color: #fff;
}
.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}
.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff; 
    border-bottom: 1px solid #d4d4d4; 
}
.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9; 
}
.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important; 
    color: #ffffff; 
}

.gray {
    color: gray;
}


#familly-other_phone{
    direction: ltr;
    text-align: right;
}

table.detail-view th {
    width: 40%;
}

table.detail-view td {
    width: 60%;
}

.red {
    color: red;
    font-weight: 400;
}

#child-birth_date, #child-birth_date_formatted{
    direction: ltr;
    text-align: right;
}
 

/*div.radio { display: inline; }*/

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-top: 80px; /* Margin bottom by footer height */
  margin-bottom: 80px; /* Margin bottom by footer height */

}
#footer {
  height: 60px;
  padding-top: 20px;
  color: #337ab7;
  background-color: #f5f5f5;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;

}
 
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.h3, h3 {
    line-height: 1.5;
}