body {
    direction: rtl;
    font-family: 'Heebo', Arial, sans-serif;
    color: #777;
    font-size: 18px;
}

input, textarea, select, button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em;
    font: 400 13.3333px Arial;
}   
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.lead {
    margin-bottom: 20px;
    font-weight: 300;
    margin-top: 15px;
    font-size: 23px;
}
.form .txtfield {
    display: block;
    box-sizing: border-box;
    width: 400px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #898078;
}
.form .txtfield:focus {
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px 0px;
}
.form .btn {
    margin-bottom: 0!important;
    border-radius: 0!important;
    border: none;
    margin-top: 0;
    width: 143px;
    height: 40px;     
    padding: 9px 16px;
    background-color: #9da171;     
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    cursor: pointer;    
    font-size: 18px;
    line-height: 1.3333333;
    text-align: center;
}
.form .btn:hover {
    background-color: #d9d9d9;
}
h1 {
    font-size: 1.5em;
}    
h3 {
    font-size: 1.2em;
    margin-bottom: 0.3em;
}  
h4 {
    font-size: 1.1em;
    margin: 0.1em;
}  
  
a {
   color: #000;
   text-decoration: none; 
}
a:hover {
    text-decoration: underline;
}
a>i {
    color: #9da171;
    font-size: 0.9em;
}   
.fa-angle-down,
.fa-angle-up,
.fa-angle-right {
    padding-left: 0.7em;   
    font-weight: bold;
}
.records-table {
    border: none 0;
    border-bottom: 1px solid #9da171;
    border-left: 1px solid #9da171;
} 
.records-table>caption {
    font-size: 1.2em;
    margin-bottom: 0.5em;
}    
.records-table td, .records-table th {
    border: none 0;
    border-top: 1px solid #9da171;
    border-right: 1px solid #9da171;
    padding: 6px 12px;
}

.records-table thead>tr>th {
    color: #fff;
}
.records-table thead>tr {
   background-color: #9da171;     .
}
.records-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.records-list li {
    margin: 0;
    padding: 0.5em 0 0.5em;
}

.alert {
    font-size: 1.16em;
    border: 1px solid #fbeed5;
    border-radius: 4px;
    moz-border-radius: 4px;
    webkit-border-radius: 4px;
    padding: 4px 4px 4px 4px;
    margin: 0;
}
.alert {
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    background-color: #fcf8e3;
    border-color: #fbeed5;
}

.alert-info {
    color: #000;
    background-color: #ff9;
    border-color: #ff9;
}
.alert-danger, .alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}
.alert-warning {
    background-color: #f0ad4e;
    border-color: #eea236;
}  
