@charset "utf-8";
/* CSS Document 
body
{
	background:#d8d7d2 url(../images/bg.jpg) ;
	font-family:new_font;
	margin-top:10px;
}*/

@font-face {
    font-family: mytitle;
    src: url("../fonts/AlWatanHeadlines-Bold.ttf") format("truetype");
    font-weight: bold;
}

@font-face {
    font-family: myFirstFont;
    src: url("../fonts/Cairo-SemiBold.ttf") format("truetype");
    font-weight: bold;
}

@font-face {
    font-family: mySecondtFont;
    src: url("../fonts/Amiri-BoldSlanted.ttf") format("truetype");
    font-weight: bold;
}
@font-face {
    font-family: myThiredtFont;
    src: url("../fonts/ElMessiri-Bold.ttf") format("truetype");
    font-weight: bold;
}
@font-face {
    font-family: myLast;
    src: url("../fonts/DroidNaskh-Bold.ttf") format("truetype");
    font-weight: bold;
}


body
{
	 
	/* font-family:myLast; */
	 
}

h1
{
	color:#0275d8;
	color:#02d814;
	font-family:myLast;
	font-size: 27px;
	
}

h2
{
	color:#000d8;
	font-family:myThiredtFont;
	
}
p
{
	 
	font-family:myLast;
	line-height: 2.5;
}
.page-header {
	padding-bottom: 25px;
    padding-top: 20px;
	padding-right: 22px;
}
.panel-perpul {
    color: #b948a0;
    background-color: #f0def2;
    border-color: #eed3ed;
}


@media screen and (max-width: 600px) {

    table {
      border: 0;
    }

    table thead {
      display: none;
    }

    table tr {
      margin-bottom: 10px;
      display: block;
      border-bottom: 2px solid #ddd;
    }

    table td {
      display: block;
      text-align: right;
      border-bottom: 1px dotted #ccc;
    }

    table td:last-child {
      border-bottom: 0;
    }

    table td:before {
      content: attr(data-label);
      float: right;
      font-weight: bold;
		margin-left:10px;
    }
  }
  
  table.dataTable thead th{
	text-align=center ;
  }
  .folder-container
  {
    min-width: 730px;;
  }


form .error {
  color: #ff0000;
}

table  {
	
	font-size: inherit;
}

.pointer
{
    cursor: pointer;
}

#loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5); /* خلفية شفافة للعنصر */
    
}

#loading-icon {
  width: 150px;
  height: 150px;
  background-image: url('../images/loader.gif'); /* رابط أيقونة التحميل */
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
   display: none; /* إخفاء العنصر افتراضيًا */    
}