﻿
/*@font-face { font-family: font_arabic; src: url("/Fonts/segoeui.ttf");} 
@font-face { font-family: font_arabic; font-weight: bold; src: url("/Fonts/segoeuib.ttf");}*/

@font-face { font-family: font_arabic; src: url("/Fonts/DroidKufi-Regular.ttf");} 
@font-face { font-family: font_arabic; font-weight: bold; src: url("/Fonts/DroidKufi-Bold.ttf");}

@font-face { font-family: font_english; src: url("/Fonts/verdana.ttf");} 

/*@font-face { font-family: font_arabic; src: url("/Fonts/bein-ar-normal.ttf");} 
@font-face { font-family: font_arabic; font-weight: bold; src: url("/Fonts/bein-ar-black.ttf");}*/


:root {
    --colorHeader: #505050;
    --colorFont: #353535;
    --colorFormHeader: #117dec;
    --colorFormFooter: #117dec;
    --colorHeaderTable: #009e90;
    --colorMainRow: #f0f0f0;
    --colorAlternateRow: #c8f1ee;
    --colorRed: #ff4545;
    --colorGreen: #2dd754;
    --colorGreenDark: #3f9b49;
    --colorBlue: #16b9eb;
    --colorBlueDark: #0096c4;
    --colorYellow: #f7f415;
    --colorViolet: #d41ed4;
    --mainColorDark: #723a78;
    --mainColorLight0: #fdf1ff;
    --mainColorLight1: #f1cdf7;
    --mainColorLight2: #e7b1f0;
    --mainColorLight3: #c181cc;
    --mainColorFont: #353535;
}

.printerRow {
    margin-left: 5px;
    color: #ccc;
    font-size: 14pt;
}
.printerRow:hover {
    color: var(--colorHeaderTable);
}

.header {
    padding: 10px 16px;
    background: #555;
    color: #f1f1f1;
}

.alert {
    color: var(--colorRed);
    background: var(--colorYellow);
    padding: 10px;
    text-align: center;
    font-weight: bold;
}

.content {
  padding: 16px;
}


.sticky {
  position: fixed;
  top: 0;
  width: 100%
}


body {
    font-size: 10pt;
    font-family: font_english, font_arabic;
    color: #353535;
    background-color: #f0f0f0;
    overflow: hidden;
    line-height: 17pt;
}




.div_form_button {
    position: relative;
    flex: 0 0;
    padding-top: 0;
}

.button_account {
    width: 100px;
    padding: 5px;
    display: block;
    color: #fff;
    border-radius: 0;
    border: none;
    height: 45px;
    /*box-shadow: 1px 1px 2px #aaa;*/
    margin-bottom: 5px;
    margin-left: 5px;
    cursor: pointer;
    font-size: 10pt;
    font-family: font_english, font_arabic;
    line-height: 17px;
}

.button_account > span {
    display: block;
}

.div_accounts {
    position: relative;
    flex: 1 0;
}

.rad_account {
    display: none;
}

.rad_account:checked + label {
    font-weight: bold;
    background: #c2e9eb;
}

.lbl_account {
    display: block;
    padding: 2px;
}

.lbl_account:hover {
    background: #c2e9eb;
}

/*.validation-summary-errors{
    border: 2px solid var(--mainColorRed);
    margin-bottom: 20px;
}
.validation-summary-errors > div{
    background: var(--mainColorRed);
    padding: 7px;
    color: #fff;
}
.validation-summary-errors > div > a{
    float: left;
    color: #fff;
    text-decoration: none;
}
.validation-summary-errors > ul{
    color: var(--mainColorRed); 
    list-style-type: disclosure-closed;
}*/





#dialogoverlay, #loading, #searchListBack {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
    padding: 0;
    margin: 0;
	width: 100%;
    height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 999;
}
#dialogbox, #searchList {
    position: relative;
    direction: rtl; 
	background: #555;
	width: 50%;
	z-index: 10;
    box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 2px;
    border-radius: 10px;
}
#dialogboxbody, #searchListBody { background: #e8e8e8; padding: 20px; }
#dialogboxfoot, #searchListFoot { background: #eee; padding: 5px; border-top: 1px solid #bfbfbf; direction: ltr; text-align: center ; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px;}
#dialogboxbody { text-align: center; }

a.dialog_button {
    color: #808080;
    text-decoration: none;
    padding: 5px 15px;
    font-size: 12pt;
}
a.dialog_button:hover {
    text-decoration: none;
    color: var(--colorFormHeader);
}
a.dialogyes{
    color: var(--colorGreen);
}
a.dialogno{
    color: var(--colorRed);
}


.debit_amount {
    font-weight: bold;
    color: var(--colorGreen);
/*    padding: 2px 0;
    background-color: #fff;
    border-radius: 6px;*/
    /*text-shadow: 0px 1px 0px var(--colorFont);*/
}
.credit_amount {
    font-weight: bold;
    color: var(--colorRed);
/*    padding: 2px 0;
    background-color: #fff;
    border-radius: 6px;*/
    /*text-shadow: 0px 1px 0px var(--colorFont);*/
}

.cancel_button {
    font-weight: bold;
    color: var(--colorRed);
    padding: 0 3px;
    background-color: #fff;
    border-radius: 6px;
    text-shadow: 0px 1px 0px var(--colorFont);
}
a.cancel_button:hover {
    text-decoration: none;
}

/*Loading icon*/
#loading span {
  display: block;
  position: absolute;
  color: #fff;
}
.lds-ring {
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*----------*/




