﻿body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*background-color: #ECE9D8;*/
    background-color: #FFFCED;
	font-family:"Arabic Transparent, Arial";
}
.labelcell
{
	font-weight:bold;
	font-family:"Arabic Transparent, Arial";
}
.tablehead
{
	font-weight:bold;
	
    Background:  linear-gradient(150deg,#FFFCED, #CCC7BA);
	font-family:"Arabic Transparent, Arial";
	font-size:large;
    
}
.gridalternativeitem
{
	background-color: #FFF6E4;
    border: #9C9C9C 1px solid;

}
.gridselecteditem
{
	background-color: #C9D1E1;
    border: #9C9C9C 1px solid;

}
.griditem
{
	background-color: #ECE9D8;
    border: #9C9C9C 1px solid;
}
.frmbutton:enabled
{
    font-weight:bold;
	font-family:"Arabic Transparent, Arial";
	font-size:medium;
	width:80px;
    transition-duration: 0.4s;
    cursor: pointer;

}
.frmbutton:disabled
{
    font-weight:bold;
	font-family:"Arabic Transparent, Arial";
	font-size:medium;
	width:80px;
    transition-duration: 0.4s;
    cursor: default;

}
.frmbutton:hover:enabled
{
   background-color: #D7D7D7;
   box-shadow: 0 0 0px #FF99CC;
      color: black;  /*تعديل اللون إلى لون أكثر وضوحًا*/ 
      box-shadow: 0 4px 6px 0 rgba(0,0,0,0.17),0 6px 8px 0 rgba(0,0,0,0.18);

}

.btn1 { 
    border: .5px solid ;
	font-weight:bold;
	font-family:"Arabic Transparent, Arial";
	font-size:medium;
	width:80px;
    border-radius: 7px;
    /*background-color:  indianred ;
    border: 1px solid yellow;
    cursor: pointer; 
    color: black;
    border-radius: 8px;
    font-weight:bold;
    font-family:"Arabic Transparent, Arial";
	font-size:medium;
	width:80px;*/ 
 }

.btn1:hover {
   background-color: #FF9933;
   box-shadow: 0 0 10px #FF99CC;
   color: Menu;
 }


.btn2 {
   display: inline-block;
   cursor: pointer;
   text-align: center;
   outline: 1px;
   color: #fff;
   background-color: #99CCFF;
   border: none;
   border-radius: 10px;
   box-shadow: 0 7px #CCCCCC;
   cursor: pointer;
 }

 .btn2:hover {
    background-color: #9999FF
 }

 .btn2:active {
    background-color: #9999FF;
    box-shadow: 0 4px #666;
    transform: translateY(5px);
 }

 .btn3:enabled {
    background-color: #666699; /* Green */
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    transition-duration: 0.4s;
    border: none;
     border-radius: 7px;
 }
  .btn3:disabled {
      background-color: #C5C5C5; /* Green */
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: default;
    transition-duration: 0.4s;
    border: none;
     border-radius: 7px;
 }

 .btn3:hover:enabled {
    box-shadow: 0 4px 6px 0 rgba(0,0,0,0.17),0 6px 8px 0 rgba(0,0,0,0.18);
    background-color: #4E4E76;
 }


 .btn4 {
    background-color: #CC99FF;
    color: black; 
    outline: none;
    border: none;
    border-radius: 50%;
    width: 40px; /* تحديد عرض الزر */
    height: 40px; /* تحديد ارتفاع الزر */
    box-shadow: 0 5px #CCCCCC;
    cursor: pointer;
    text-align: center; /* لضمان محاذاة النص داخل الزر */
    
    line-height: 40px; /* لضمان محاذاة النص عموديًا */
    font-size: 10px; /* يمكنك تعديل الحجم حسب الحاجة */
 }

}
.frmbutton:hover:enabled
{
   background-color: #D7D7D7;
   box-shadow: 0 0 0px #FF99CC;
      color: black;  /*تعديل اللون إلى لون أكثر وضوحًا*/ 
      box-shadow: 0 4px 6px 0 rgba(0,0,0,0.17),0 6px 8px 0 rgba(0,0,0,0.18);

}

.btn1 { 
    border: .5px solid ;
	font-weight:bold;
	font-family:"Arabic Transparent, Arial";
	font-size:medium;
	width:80px;
    border-radius: 7px;
    /*background-color:  indianred ;
    border: 1px solid yellow;
    cursor: pointer; 
    color: black;
    border-radius: 8px;
    font-weight:bold;
    font-family:"Arabic Transparent, Arial";
	font-size:medium;
	width:80px;*/ 
 }

.btn1:hover {
   background-color: #FF9933;
   box-shadow: 0 0 10px #FF99CC;
   color: Menu;
 }


.btn2 {
   display: inline-block;
   cursor: pointer;
   text-align: center;
   outline: 1px;
   color: #fff;
   background-color: #99CCFF;
   border: none;
   border-radius: 10px;
   box-shadow: 0 7px #CCCCCC;
   cursor: pointer;
 }

 .btn2:hover {
    background-color: #9999FF
 }

 .btn2:active {
    background-color: #9999FF;
    box-shadow: 0 4px #666;
    transform: translateY(5px);
 }

 .btn3:enabled {
    background-color: #666699; /* Green */
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    transition-duration: 0.4s;
    border: none;
     border-radius: 7px;
 }
  .btn3:disabled {
      background-color: #C5C5C5; /* Green */
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: default;
    transition-duration: 0.4s;
    border: none;
     border-radius: 7px;
 }

 .btn3:hover:enabled {
    box-shadow: 0 4px 6px 0 rgba(0,0,0,0.17),0 6px 8px 0 rgba(0,0,0,0.18);
    background-color: #4E4E76;
 }


 .btn4 {
    background-color: #CC99FF;
    color: black; 
    outline: none;
    border: none;
    border-radius: 50%;
    width: 40px; /* تحديد عرض الزر */
    height: 40px; /* تحديد ارتفاع الزر */
    box-shadow: 0 5px #CCCCCC;
    cursor: pointer;
    text-align: center; /* لضمان محاذاة النص داخل الزر */
    
    line-height: 40px; /* لضمان محاذاة النص عموديًا */
    font-size: 10px; /* يمكنك تعديل الحجم حسب الحاجة */
 }

 .btn4:hover {
    background-color: #990000;
    transition-duration: 0.67s;
    color: Yellow; 
 }
 .btn4:active {
    background-color: #CC99FF;
 }


 .btn5 {
    border-radius: 10px;
    border: 0;
    border-radius: 100px;
    box-shadow: 1px 2px 5px #666;
    cursor: pointer;
 }
 
 .btn5:hover {
    border: 0;
    box-shadow: 1px 2px 5px #999;
    /*background:  linear-gradient(35deg,#99CCFF, #FFCCFF);*/
    /*color: rgb(255, 0, 102);*/
    /*padding: 5px;*/
    text-shadow: 0 -3px 3px #1d62ab;
 }


A.special:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A.special:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A.special:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A.special:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}


A.menu:link	{	
	text-decoration:	none;
	color:	White;
	}	
		
A.menu:visited	{	
	text-decoration:	none;
	color:	White;
	}	
		
A.menu:active	{	
	text-decoration:	none;
	color:	White;
	}	
		
A.menu:hover	{	
	text-decoration:	none;
	color:	White;
	}

A.submenu:link	{	
	text-decoration:	none;
	color:	red;
	}	
		
A.submenu:visited	{	
	text-decoration:	none;
	color:	red;
	}	
		
A.submenu:active	{	
	text-decoration:	none;
	color:	red;
	}	
		
A.submenu:hover	{	
	text-decoration:	none;
	color:	red;
	}



cTABLE
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal

}

A.cal:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A.cal:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A.cal:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A.cal:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
.TBox
{
		font-size: 8pt;
}
.calendar
{
	border-right: 1px outset;
	border-top: 1px outset;
	font-size: 8pt;
	border-left: 1px outset;
	color: black;
	border-bottom: 1px outset;
	font-family: Tahoma;
	position: absolute;
	background-color:  lightpink;
}
.calheader
{
	color: white;
	border-bottom: white 1px solid;
}
.calday
{
	border-right: 1px inset;
	border-top: 1px inset;
	border-left: 1px inset;
	cursor: hand;
	color: steelblue;
	border-bottom: 1px inset;
	background-color: whitesmoke;
}
.calday1
{
	border-right: 1px inset;
	border-top: 1px inset;
	border-left: 1px inset;
	cursor: hand;
	color: maroon;
	border-bottom: 1px inset;
	background-color: whitesmoke;
}
.notcalday
{
	border-right: #336699 1px solid;
	border-top: #336699 1px solid;
	border-left: #336699 1px solid;
	cursor: hand;
	color: #c0c0c0;
	border-bottom: #336699 1px solid;
	background-color: gainsboro;
}
.clicker
{
	border-right: 2px outset;
	border-top: 2px outset;
	font-weight: bold;
	font-size: 7pt;
	border-left: 2px outset;
	cursor: hand;
	color: #000000;
	border-bottom: 2px outset;
	background-color: #c0c0c0;
}
.Weekday
{
	font-size: 7pt;
	color: white;
	text-align: center;
}

/*svg
{
    height:40px !important
}*/


/*text
{
   visibility : hidden !important
}*/

/*.ggl-tooltip {
  border: 1px solid #E0E0E0;
  font-family: Arial, Helvetica;
  padding: 6px 6px 6px 6px;
  background-color:white;
  transform:rotate(180deg)
}

.ggl-tooltip span {
  font-weight: bold;
}
.marginn span
{
    margin-right:18px;
}
.flip div
{
    height:10px !important;
}
.flip
{
    
    /*-moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);*/
    /*transform:rotate(90deg)*/
    /*transform:rotate(90deg) translate(300px, 310px);*/
    /*transform: scale(-1, 1);*/


/*text
{
    direction:ltr
    transform: rotateY(180deg);
    visibility:hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    visibility : hidden;
}*/

.datediv
{
    /*font-size:11px;*/
}
.info
{
    display:none;
    position: absolute;
    background-color:snow;
}
.ggl-tooltip {
  border: 1px solid #E0E0E0;
  font-family: "Times New Roman", Times, serif;
  padding: 6px 6px 6px 6px;
  /*background-color:white;*/
}
.ggl-tooltip span {
  font-weight: bold;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 10px;
    border: none;
    outline: none;
    background-color: brown;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 77px;
    width: 40px;
}

#myBtn:hover {
  background-color: #555;
}


#myBtn2 {
    display:block;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 10px;
    border: none;
    outline: none;
    background-color: lightseagreen;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 77px;
    width: 40px;
}

#myBtn2:hover {
  background-color: #555;
}



.img-div {
    display: none;
    text-align: center;
    background-color: black;
    position: fixed;
    width: 66%;
    height: 95%;
    left: 400px;
    right: 64px;
    top: 35px;
    box-shadow: 18px 37px 1029px rgb(0 0 0), 1px 1px 4px rgb(0 0 0);
    z-index: 1000;
}

.x {
border-radius: 25%;
    border: none;
    position: absolute;
    background: red;
    color: white;
    top: -25px;
    right: 0px;
    font-size: larger;
    width: 35px;
    height: 25px;
}

.x:hover
{
    cursor:pointer
}

.aa {
   
   display: block;
   font-size: 35px;
   width: 40px;
   text-align: center;
}
.back:hover {
   background-color: rgb(121, 37, 133);
   color: white;
}
.next:hover {
   background-color: rgb(121, 37, 133);
   color: white;
}
.back {
   position: absolute;
   right: -40px;
   bottom: 40%;
   border-radius: 50%;
   background-color: white;
   color: black;
}
.next {
   position: absolute;
   right: -40px;
   bottom: 50%;
   border-radius: 50%;
   background-color: white;
   color: black;
}

.overlayimg
{
    /*width:30%;*/
    max-height:100%;
    max-width : 100%;
    /*min-height:80%;*/
}

.overlayimg:active
{
    transition: all .2s ease-in-out; 
    transform: scale(1.25); 
}

.title
{
    position:absolute;
    left:0px;
    background-color:black;
    color:white;
    font-size:larger;
    padding: 5px;

}
.counterLB
{
    position:absolute;
    right:0px;
    background-color:black;
    color:white;
    font-size:larger;
    padding: 5px;

}
/*.overlayimg:active {
    -webkit-transform: scale(1.5);
}*/

.arrow{
    position: absolute;
    right: -50px;
    bottom: 50%;
    cursor: pointer;
    display: block;
    margin: 100px 0 0 100px;
    width: 50px;
    height: 50px;
    border: solid 6px #999;
    border-radius: 100%;
    z-index: 1;
    transition: all .2s linear;
}



.arrow2{
    position: absolute;
    right: -50px;
    bottom: 38%;
    cursor: pointer;
    display: block;
    margin: 100px 0 0 100px;
    width: 50px;
    height: 50px;
    border: solid 6px #999;
    border-radius: 100%;
    z-index: 1;
    transition: all .2s linear;
}

.arrow:hover
{
background-color:cornflowerblue
}

.arrow2:hover
{
    background-color:cornflowerblue
}







/*.img-zoom-container {
  position: absolute;
  left:20px;
}*/

/*.img-zoom-lens {
  position: absolute;
  border: 0px solid black;
  /*set the size of the lens:
  width: 100px;
  height: 100px;
}*/

/*.img-zoom-result {
    display:none;
border: 2px solid black;
    width: 40vh;
    height: 40vh;
    background-repeat: no-repeat;
    border-radius:50%;
    position:absolute
}








/* CSS */
.button-63 {
  align-items: center;
  height: 47px;
    width: 49px;
    right: -50px;
    bottom: 27%;
  background-image: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB);
  border: 0;
  border-radius: 57px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #FFFFFF;
  display: flex;
  font-family: Phantomsans, sans-serif;
  font-size: 20px;
  justify-content: center;
  line-height: 1em;
  padding: 19px 24px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
}

.button-63:active,
.button-63:hover {
  outline: 0;
}



.button-64 {
  align-items: center;
  height: 47px;
    width: 49px;
    right: -50px;
    bottom: 40%;
  background-image: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB);
  border: 0;
  border-radius: 57px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #FFFFFF;
  display: flex;
  font-family: Phantomsans, sans-serif;
  font-size: 20px;
  justify-content: center;
  line-height: 1em;
  padding: 19px 24px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
}

.button-63:active,
.button-63:hover {
  outline: 0;
}





.internalIssues
{
    cursor:pointer;
}



.magnify{
  border-radius: 50%;
  border: 2px solid black;
  position: absolute;
  z-index: 20;
  background-repeat: no-repeat;
  background-color: white;
  box-shadow: inset 0 0 20px rgba(0,0,0,.5);
  display: none;
  cursor: none;
}



/* Rating */
.ratingStar {
    width: 24px;
    height: 30px;
    margin: 1px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
    background-size: 27px;
}

.filledRatingStar {
    background-image: url('../Images/FilledStar.gif');
}

.emptyRatingStar {
    background-image: url('../Images/Star.gif');
}









.ajax__tab_xp .ajax__tab_body
{
        background-color: #ECE9D8 !important;
    border: 0px solid #999999 !important;
    padding : 0px !important;
        font-size: 16px !important;
    font-family: "Arabic Transparent, Arial" !important;
}


 .ajax__tab_header
        {
        margin-left:104px !important;
        font-family: "Arabic Transparent, Arial" !important;
        font-size: 15px !important;
        }


.ajax__tab_xp .ajax__tab_header .ajax__tab_tab {
    background-repeat: repeat-x;
    margin: 0px;
    padding: 4px 2px 0px 2px !important;
    color: currentcolor !important;
    /*font-weight: bold !important;*/
    /*background-color: Gray !important;
    background-image: none !important;*/
}

.ajax__tab_xp .ajax__tab_active .ajax__tab_tab
    {
        /*color: White !important;*/
        /*background-color: darkcyan !important;*/
        /*background-image: none !important;*/
        /*border-radius: 10%;*/
            font-weight: bold !important;

    }

/*.ajax__tab_outer
{
    background-image:none !important;
}
.ajax__tab_inner
{
    background-image: none !important;
}*/




.Tab2 .ajax__tab_xp .ajax__tab_body
{
        background-color: #ECE9D8 !important;
    border: 0px solid #999999 !important;
    padding : 0px !important;
        font-size: 16px !important;
    font-family: "Arabic Transparent, Arial" !important;
}


.Tab2 .ajax__tab_header
        {
        margin-left:0px !important;
        font-family: "Arabic Transparent, Arial" !important;
        font-size: 15px !important;
        }


.Tab2 .ajax__tab_xp .ajax__tab_header .ajax__tab_tab {
    background-repeat: repeat-x;
    margin: 0px;
    padding: 4px 2px 0px 0px !important;
    color: currentcolor !important;
    font-weight: bold !important;
    background-color: Gray !important;
}

.Tab2 .ajax__tab_xp .ajax__tab_active .ajax__tab_tab
    {
        color: White !important;
        background-color: darkcyan !important;
        border-radius: 10%;
    }



.chosen-container.chosen-container-single {
    width: 250px !important; /* or any value that fits your needs */
}
.chosen-container .chosen-results {
    /* color: #444; */
    font-weight: bolder;
    background-color: lightblue;
}





.Initial
{
  display: block;
  padding: 4px 18px 4px 18px;
  float: right;
  /*background: url("../Images/InitialImage.png") no-repeat right top;*/
  background-color:white;
  color: Black;
  font-weight: bold;
}
.Initial:hover
{
  color: White;
   background-color:limegreen;
  /*background: url("../Images/SelectedButton.png") no-repeat right top;*/
}
.Clicked
{
  float: right;
  display: block;
  /*background: url("../Images/SelectedButton.png") no-repeat right top;*/
  background-color:limegreen;
  padding: 4px 18px 4px 18px;
  color: Black;
  font-weight: bold;
  color: White;
}



#preloader
{
    background-color: rgba(10,10,10,0.3);;
    height: 100vh;
    width: 100%;
    position:fixed;
    z-index: 100;
}


#loader {
    display: block;
    position: relative;
    left: -45%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #9370DB;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #BA55D3;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #FF00FF;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.white_content {
    display: none;
    position: absolute;
    width: 47%;
    height: 55%;
    top: 41px;
    left: 333px;
    padding: 16px;
    border: 10px solid orange;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}


.menu-item {
    padding: 1px 2px;
    font-weight: bold;
    text-decoration: wavy;
    color: #333;
    /*background-color: #f0f8ff;*/
    /*color: #333;
    font-weight: bold;*/
    
    
}
.menu-item:hover {
        /*background-color: #f0f8ff;*/
        /*text-decoration: wavy;*/
        color: red;
        /*direction:ltr;*/
        
}

/*li ul {
    display: none;
    position: absolute;
    right: 0;
}
ul li a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    border-top: 1px solid #ffffff;
    padding: 5px 15px 5px 15px;
    background: #2C5463;
    margin-left: 1px;
    white-space: nowrap;
}*/
/*ul li a:hover {
        background: #617F8A;
}
li:hover ul {
    display: block;
    position: absolute;
}*/
/*li:hover li {
    float: none;
    font-size: 11px;
}
li:hover a {
    background: #617F8A;
}
li:hover li a:hover {
    background: #95A9B1;
}*/
/* تنسيق القوائم الرئيسية */
/*ul {
    font-family: Arial, Verdana;
    font-size: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}*/

/*ul li {
    display: block;
    position: relative;
    float: left;
}*/

/* تنسيق القوائم الفرعية (submenu) */
/*.sub-menu {
    display: none; 
    position: absolute;
    left: 100%; 
    top: 0;
    z-index: 999;
    opacity: 0;
    transition: opacity 0.3s ease, left 0.3s ease;
    background-color: #4e7886; 
    min-width: 180px;
}*/

/*li:hover > .sub-menu {
    display: block; 
    left: 100%;
    opacity: 1;
}*/

/*.sub-menu li a {
    font-size: 12px; 
    background-color: #2C5463; 
    color: #ffffff;
    padding: 8px 15px; 
    text-decoration: none; 
}*/


/*.sub-menu li a:hover {
    background-color: #617F8A;
}*/

/*li:hover > a {
    background: #617F8A; 
}*/

/*li:hover > a:hover {
    background: #95A9B1; 
}


.sub-menu li {
    display: block;
    position: relative;
}*/
/* CSS Document */


#container {
    margin: -20px auto;
    margin-right: -320px;
    z-index: 1;
    position: absolute;
    /*top: 225px;
      left: 350px;*/
    width: 700px;
    /*border-radius: 50px;*/
    /*height: 500px;*/
    /*left: 150px;*/
    /*z-index: 1; /* هذا يجعل div2 يظهر فوق div1 */*/

}

#container p {
	text-align: center;
}

#container nav {
    
	/*background-color: #ffffff;*/
}

#container nav ul {
	padding: 0;
  margin: 0;
	list-style: none;
	position: relative;

	}
	
#container nav ul li {
	display:inline-block;
	/*background-color: #3E778C;*/
    
    background:  linear-gradient(1deg,#3C7388, #54A0BD);
    /*height: 20px;*/
    /*background-color: #72D9FF;*/
    border-radius: 4px;
    /*box-shadow: 0 0 10px #FF99CC;*/    
	}

#container nav a {
	display:block;
	padding:0 10px;	
	color:#FFF;
	font-size:14px;
    
	line-height: 30px;
	text-decoration:none;
}

#container nav a:hover { 
	background-color: rgba(0, 0, 0, 0.4);
    /*color: #fff;*/
}

/* Hide Dropdowns by Default */
#container nav ul ul {
	display: none;
	position: absolute; 
	top: 30px; /* the height of the main nav */
}
	
/* Display Dropdowns on Hover */
#container nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
#container nav ul ul li {
	width:151px;
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	*/
 #container nav ul ul ul li {
	position: relative;
	top:-30px; 
	left:-151.5px;
}

	
/* Change this in order to change the Dropdown symbol */
/*#container li > a:after { content:  ' ⤶'; }*/
#container li > a:after { content:  ' ⤽'; }
#container li > a:only-child:after { content: ''; }








/*ul {
    font-family: Arial, Verdana;
    font-size: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}*/
 /*ul li {   display: block;   position: relative;   float: left; }*/
  /*li ul { display: none; position:absolute; right:0;}*/
#container ul li a {
    display: block;
    text-decoration: none;
    /*color: #ffffff;*/
    border-top: 1px solid #ECE9D8;
    /*padding: 5px 15px 5px 15px;*/
    /*background: #C5463;*/
    margin-left: 1px;
    white-space: nowrap;
}
/*#container  ul li a:hover { background: #617F8A; }*/
   /*li:hover ul {   display: block;   position: absolute; }*/
    /*li:hover li {   float: none;   font-size: 11px; }*/
 /*#container    li:hover a { background: #617F8A; }*/ 
 /*#container    li:hover li a:hover { background: #95A9B1; }{ content:  ' +'; }*/
/*li > a:only-child:after { content: ''; }lative;*/
}

.master{
    background: linear-gradient(10deg, #8DA1BA, #A8C0DE);
     /*height: 82px;*/
}


input#submit {
	text-align: center;
	color: #fff;
	height: 50px;
	padding: 0;
	text-shadow: 1px 1px 1px #000;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 50px;
	border: 1px solid #000;
	background: #000;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3b3b3b), color-stop(100%, #000000));
	background: -webkit-linear-gradient(top, #3b3b3b 0%,#000000 100%);
	background: -moz-linear-gradient(top, #3b3b3b 0%,#000000 100%);
	background: -o-linear-gradient(top, #3b3b3b 0%,#000000 100%);
	/*background: -ms-linear-gradient(top, #3b3b3b 0%,#000000 100%);*/
	background: linear-gradient(top, #3b3b3b 0%,#000000 100%);
	opacity: 0.5;
}

input#submit:hover {
	color: #ccc;
	cursor: pointer;
	opacity: 0.8;
}


.notes-container {
    background: #fdfdf5;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    width: 
        250px;
    font-family: Arial;
}


.btn-error {
    background:#d9534f;
    color:#fff;
    border:none;
    padding:0px 5px;
    border-radius:6px;
    font-weight:bold;
    cursor:pointer;
    box-shadow:0 0 6px rgba(255,0,0,.6);
}
.btn-error:hover{
    background:#c9302c;
}


.btn2-error{
    background:#ff3b30;
    color:#fff;
    padding:12px 20px;
    border-radius:8px;
    border:none;
    font-weight:bold;
    cursor:pointer;
}
.shake {
    animation: shake 0.3s infinite alternate;
}

@keyframes shake {
    from { transform: translateX(-3px); }
    to   { transform: translateX(3px); }
}



.companies-wrapper {
    display: flex;
    gap: 20px;
    direction: rtl;
}

.labels-column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
    width: 120px;
}

.field-label {
    display: flex;
    align-items: center; 
    height: 35px;
    font-weight: bold;
    text-align: right;
}

.cards-row {
    display: flex;
    gap: 20px;
    flex: 1;
}

.company-card {
    background: #fff;
    padding: 12px;
    border-radius: 12px;
    flex: 1;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
}

.company-input {
    width: 100%;
    display: flex;
    gap: 6px;
    align-items: center;
}

    .company-input input,
    .company-input textarea,
    .company-input select {
        flex: 1;
    }

.search-icon {
    cursor: pointer;
    width: 22px;
    height: 22px;
}

.btn-error {
    background-color: #c62828;
    border: none;
    color: #fff;
    padding: 4px 10px;
    border-radius: 6px;
    cursor: pointer;
}

    .btn-error:hover {
        background-color: #b71c1c;
    }
