


/*.w3-padding-large{padding:12px 24px!important}
.w3-button{border:none;display:inline-block;outline:0;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:#333;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap
}*/

/*القائمة الرئيسية*/



body {
 margin: 0;
 font-family: 'Droid Arabic Naskh';


}


.container1 		{ 
  font-family:'Roboto';
  width:900px; 
  margin:30px auto 0; 
  display:block; 
  background:#FFF;
  padding:10px 50px 50px;
  box-shadow: 5px 10px 10px 5px rgba(0,0,0,0.5);
  border-radius:3px;
 
}

.header {
background-image: url("images/header6.jpg");

  background-color:;
  padding:0px;
  text-align: right;
  width:auto;
  height:85px;
 border-radius: 20px;
}




.header3 {
	background-image: url("img/header-green.jpg");
  margin: 0px ;
  /*padding:0px;
  text-align: center;*/
  border-radius: 30px;
  width:auto;
  height:110px;
}


.blod {
  font-weight: bold;
}

   h1 {
        width: 100%;
        font-size: 50px;
      margin: 0px ;
        text-align: center;
        color:#3333cc;
        text-shadow: 0px 1px 1px #f2f2f2,
                     0px 2px 1px #f2f2f2,
                     0px 3px 1px #f2f2f2,
                     0px 3px 1px #f2f2f2,
                     0px 4px 1px #6600ff,
                     0px 2px 1px #6600ff,
                     0px 5px 1px #6600ff,
                     0px 8px 3px rgba(100, 100, 100, 0.4),
                     0px 9px 5px rgba(100, 100, 100, 0.1),
                     0px 10px 7px rgba(100, 100, 100, 0.15),
                     0px 11px 9px rgba(100, 100, 100, 0.2),
                     0px 12px 11px rgba(100, 100, 100, 0.25),
                     0px 13px 15px rgba(100, 100, 100, 0.3);
     transition:all .8s ease-in-out;  
      -o-transition:all .8s ease-in-out;  
      -moz-transition:all .8s ease-in-out;  
      -webkit-transition:all .8s ease-in-out;
    }

@media screen and (max-width:768px) { 
body {
        
        background:red;
      }
      h1{
	      font-size:20px;
      }
}

@media screen and (max-width:480px) { 
body {
        
        background:yellow;
      }
      h1{
	      font-size:20px;
      }

} 
	  
p{ 
color: #000099;
font-size: 18px;
}

	h2 {
    color: #3333cc;
	font-size: 25px;
    text-shadow: 0px 1px 1px white, 0 0 1px black, 0 0 3px ;
	 margin: 0px ;
}

	h3 {
    color:#000000;
	font-size: 18px;
    font-family: Droid Arabic Kufi;
	/*display:inline;*/

	font-weight: normal;
}
h4 {
	color:#000000;
	font-size: 18px;
	/*display:inline;*/
}
h5 {
	color:#993300;
	font-size: 10px;
}

	h6 {
    color: #FFFFFF;
	font-size: 20px;
    text-shadow: 0px 1px 2px white, 0 0 0px black, 0 0 3px ;
}

	

#navbar {
  overflow: hidden;
  background-color:#3333cc;
   box-shadow: 0 0px 30px ;
    width: 100%;
}

#navbar a {
  float: right;
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 15px 16px;
  text-decoration: none;
  font-size: 18px;
  
}

#navbar a:hover {
  background-color:#f5f5fa;
  color:#3333cc;
}

#navbar a.active {
  background-color:#006666;
  color: white;
}

.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}
/*رموز القائمة العلوية
#navlist {
    position: relative;
}

#navlist li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 0;
}

#navlist li, #navlist a {
    height: 44px;
    display: block;
}

#home {
    left: 0px;
    width: 46px;
    background: url('img_navsprites_hover.gif') 0 0;
}

#prev {
    left: 63px;
    width: 43px;
    background: url('img_navsprites_hover.gif') -47px 0;
}

#next {
    left: 129px;
    width: 43px;
    background: url('img_navsprites_hover.gif') -91px 0;
}

#home a:hover {
    background: url('img_navsprites_hover.gif') 0 -45px;
}

#prev a:hover {
    background: url('img_navsprites_hover.gif') -47px -45px;
}

#next a:hover {
    background: url('img_navsprites_hover.gif') -91px -45px;
}
*/
/*input[type='text'] { font-size: 15px; font-family: monospace; }*/

.form input{
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2fa;
  border-radius: 5px;
  border: 1;
  margin: 0 0 15px;
  padding: 8px;
  box-sizing: border-box;
  font-size: 15px;
  text-align:center;
}

.view input{
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
 border-radius: 10px;
  border: 1;
  margin: 0 0 15px;
  padding: 3px;
  box-sizing: border-box;
  font-size: 15px;
}



.form select {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  
  border: 0;
  margin: 0 0 15px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 14px;
}




/*form 1 white*/
.form1 input{
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f3f3f3;
  border-radius: 5px;
  border: 1;
  margin: 0 0 3px;
  padding: 3px;
  box-sizing: border-box;
  font-size: 14px;
  text-align:center;
}

.view input{
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #ffffff;
 border-radius: 10px;
  border: 1;
  margin: 0 0 15px;
  padding: 3px;
  box-sizing: border-box;
  font-size: 15px;
}



.form1 select {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #ffffff;
  
  border: 0;
  margin: 0 0 15px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 14px;
}








/*البطمه المضلله*/
.button {
  padding: 10px 30px;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #597ade;
  border: none;
  border-radius: 5px;
  box-shadow: 0 5px 15px #999;
}

.button:hover {background-color:  #b2c2f0}

.button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}


/*الجدول*/
table {
    border-collapse: collapse;
    
}

th, td {
	/*font-size: 12px;*/
    text-align: center;
    padding: 4px;

}

tr:nth-child(even){background-color: #fffff;}

th {
    /*background-color: #b2c2f0;
    color: #333333;*/
	
	 background-color:#f0f5f5;
    color:  #000000;
}


.vertical {
	writing-mode: vertical-rl;
	text-orientation: sidways-right;
	hight: 100px;
	margin-left:auto;
	margin-right:auto;
	
}



/*
table1 {
    border-collapse: collapse;
    
}

th, td {
	font-size: 12px;
    text-align: right;
    padding: 5px;
	background-color:#ffffff;
}

tr:nth-child(even){background-color:#ffffff;}

th {
    background-color: #b2c2f0;
    color: #333333;
}


table2 {
    border-collapse: collapse;
    
}

th, td {
	font-size: 12px;
    text-align: center;
    padding: 5px;
	background-color:#ffffff;
}

tr:nth-child(even){background-color:#ffffff;}

th {
    background-color: #b2c2f0;
    color: #333333;
}



table3 {
    border-collapse: collapse;
    
}

th, td {
	font-size: 12px;
    text-align: center;
    padding:  4px;
	background-color:#ffffff;
}

tr:nth-child(even){background-color:green;}

th {
    background-color: #b2c2f0;
    color: #333333;
}


/*الصوره الشخصية*/
.container1 {
  position: relative;
  width: 20%;
}



.overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #009999;
  overflow: hidden;
  width: 50%;
  height:0;
  transition: .5s ease;
}

.container1:hover .overlay {
  bottom: 0;
  height: 100%;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}


/*اضاءه الصوره*/
.img3 {
	
border: 3px solid #FFFF;
    border-radius: 100%;
    
    /* For IE8 and earlier */
}



	
/*no print*/	
@media print
{
.noprint {display:none;}
}


/*align right and left in same line*/
.alignleft {
	float: left;
	left:0px;
}
.alignright {
	float: right;
	right:0px;
}


/*اطار التنيهات */
p.outset {border-style: outset;}
p.groove {border-style: groove;}
.ridge {border-style: ridge;
border-radius: 10px;
}

/*footer
.footer {
   
   left: 0;

   bottom: 0;
   width: 100%;
   background-color: gray;
   color: white;
   text-align: center;
}*/


/*opticy backgroun*/
.myDiv {
    position: relative;
    z-index: 1;
}

.myDiv:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(img/IMG_3623.jpg) center center;
	
    opacity: .4;
}






/*box border*/
.container, figure{
  width:1100px;
  height: auto;
 background: #ffffff;
  border-radius: 30px;
  box-shadow: 0 3px 5px rgba(0,0,0,0.9);
 
    transform-style: preserve-3d;
	
}



/*الصورة الشخصية للطالب */

.img2 {
  border: 1px solid #333;
    border-radius: 4px;
    padding: 5px;
   
   
}



.img_radius {
  border: 1px solid #333;
    border-radius: 100%;
    padding: 5px;
   
   
}



.vrt-header th {

 transform: rotate(-90deg);
 -webkit-transform: rotate(-90deg); /* Safari/Chrome */
 -moz-transform: rotate(-90deg); /* Firefox */
 -o-transform: rotate(-90deg); /* Opera */
 -ms-transform: rotate(-90deg); /* IE 9 */

}









/*border text*/

.dotted {border-style: dotted;}
.dashed {border-style: dashed;}
.solid {border-style: solid;}
.double {border-style: double;}
.groove {border-style: groove;}
.ridge {border-style: ridge;}
.inset {border-style: inset;}
.outset {border-style: outset;}
.none {border-style: none;}
.hidden {border-style: hidden;}
.mix {border-style: dotted dashed solid double;}


/*اطار 3D*/
.box3d {
  margin: 50px auto;
  padding: 18px 20px;
  width:1110px;
  background: #3f65b7;
  background-clip: padding-box;
  border: 1px solid #172b4e;
  border-bottom-color: #142647;
  border-radius: 5px;
  background-image: -webkit-radial-gradient(cover, #437dd6, #3960a6);
  background-image: -moz-radial-gradient(cover, #437dd6, #3960a6);
  background-image: -o-radial-gradient(cover, #437dd6, #3960a6);
  background-image: radial-gradient(cover, #437dd6, #3960a6);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 2px 10px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 2px 10px rgba(0, 0, 0, 0.5);
}



/*login 3d  input*/
.login-input {
  font-size:18;
  text-align:center;
  width: ;
  height: 37px;
  margin-bottom: 20px;
  padding: 0 9px;
  color: white;
  text-shadow: 0 1px black;
  background: #2b3e5d;
  border: 1px solid #15243b;
  border-top-color: #0d1827;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.2);
}


/*footer
.footer_v {
  position: fixed;
  bottom: 0;
}
*/