

@font-face {
    font-family: "dana";
    src: url("../fonts/dana.eot") format("embedded-opentype"), url("../fonts/dana.woff") format("woff"), url("../fonts/dana.woff2") format("woff2");
  }


/* fallback */

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/f.woff2") format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

* {
    font-family: "dana";
    direction: rtl !important;
    text-align: right;
}

#fabtakh {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

#header {
    background-color: #3e81f7;
}

#title {
    color: white;
    text-align: center;
    font-size: 20px;
}

#menu {
    background: white !important;
}

#menu i {
    color: #000 !important;
}

.margintop20 {
    margin-top: 25px;
}

#hi {
    background-color: #3e81f7;
    padding: 5px 8px;
    color: white;
    border-radius: 20px;
    font-size: 14px;
}

body {
    background: url(../img/pat5.png);
}

#maintable {
    min-height: 800px;
    background: white;
    border-radius: 3px;
}

th {
    font-size: 13px !important;
    color: #3e81f7;
}

td {
    font-size: 12px !important;
}

.justify {
    text-align: justify !important;
}

#loginbox{
    background: white;
    position: absolute;
    width: 300px;
    height: 480px;
    z-index: 15;
    top: 40%;
    left: 50%;
    margin: -100px 0 0 -150px;
    padding-top: 23px;
    border-radius: 15px;

}

.pad{
  padding:45px;
  border-radius: 20px;
}


.btn, .btn-large{
    border-radius: 5px !important;
}

.mycolor{
    color:#004d99 !important;
}