#opac-main-search select{
    color: #192a6b !important;
}
.mastheadsearch{
    background: #0789cb !important;
}
#opacheader{
	display: flex;
	flex-direction: column;
    }
#opacheader img {
	width:100%;
}
.nileheader {
    float: left;
    width: 100%;
}

.nileheader li{
    list-style: none;
}
.nileheader li > a{
    /* background: #0789cb; */
    color: #fff !important;
}
#cartDetails{
    left: 1158.33px !important;
}

.nileheader > a, .nileheader > li > a{
    text-decoration: none;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    
}
.nileheader img{
    border-radius:inherit !important;
    position: absolute;
    width: 143px !important;
    /* height: 84px; */
    top: 0;
    /* left: 0; */
}
.nileheader h1 a{
    color: #0789cb !important;
    font-family: "Times New Roman",Times,serif !important;
    text-transform: uppercase;
    font-size: 34px;
}
.nileheader h1 a span{
    color: #192a6b !important;
    font-family: "Times New Roman",Times,serif !important;
    text-transform: uppercase;
    font-size: 32px;
}
.nilelogo, .nilecenter-name {
    width: 216px;
    height: 64px;
    /* position: relative; */
    float: left;
    font: 700 18px
 Arial,Helvetica,sans-serif;
    margin-top: 25px;
}

.nileheader h1{
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.nilelogo span {
    /* background: url(https://lib.fue.edu.eg/images/main-sprite.png) no-repeat 0 0; */
    background: url(/nile/images/nile_logo.png) no-repeat 0 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}
.nileheader-btn{
    background: #0789cb;
    line-height: 28px !important;
    float: right;
    padding: 0 15px !important;
    color: #fff !important;
    font-family: "Times New Roman",Times,serif !important;
    margin: 3px 3px 0 !important;
    cursor: pointer;
    border-radius: 15px;
}

.nileheader-btn:hover{
    background: #000;
}

#wrapper > div{
    padding: 0px 30px;
    background: #fff;
    margin: 0;
}
#wrapper{
    background: #f2f2f2;
    padding-left: 47px;
    padding-right: 47px;
    
}




/* slideshow */
/* Slideshow container */
.slideshow-container {
    /* max-width: 1000px; */
    position: relative;
    /* margin: auto; */
  }
  .active {
    background-color: #717171;
  }
  
  /* Fading animation */
  .fade {
    -webkit-animation-name: fade;
    /* -webkit-animation-duration: 1.5s; */
    -webkit-animation-duration: 5s;
    animation-name: fade;
    /* animation-duration: 1.5s; */
    animation-duration: 5s;
  }
  
  @-webkit-keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  
  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  
  /* On smaller screens, decrease text size */
  @media only screen and (max-width: 300px) {
    .text {font-size: 11px}
  }

  .slideshow-container div img{
      height: 340px;
  }
/* end slideshow */



.innerp .ip_header, .innerp .ip_subheader, .innerp tr > th{
    color: #192a6b;
}
.innerp p, .innerp ul, .innerp li,.innerp tr > td,.innerp span{
    color:#0789cb
}
.innerp .ip_header{
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    margin: 22px;;
}
.innerp .ip_subheader{
    font-weight: bold;
    font-size: 18px;
    margin: 6px 0px;
}
.innerp ol > li , .innerp ul>li{
    margin: 12px 0px;
}
.innerp > p{
    text-align: justify;
}

.innerp table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  
.innerp td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
  }
  
.innerp tr:nth-child(even) {
    background-color: #dddddd;
  }

  .ip_circ_flex {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .ip_circ_flex div{
      display: flex;
      flex-direction: row;
  }
  .ip_circ_flex > div > span{
      width: 100%;
  }
  .OpacNavRight_en_body > div{
	  margin-top:8px;
  }
  #notloggedin #login {
	      background: #192a6b url(../images/bolt.png) no-repeat left bottom;
	          background-size: auto 100%;
		      /* border-radius: 5px 0 5px 5px; */
		      /* -webkit-border-radius: 5px 0 5px 5px; */
		      -moz-border-radius: 5px 0 5px 5px;
		          padding: 15px;
		  }
.ContainerButtons {
	  display: flex;
	    flex-direction: column;
    }
    .ContainerButtons .button {
	      border: none;
	        color: white;
		  padding: 15px 32px;
		    text-align: center;
		      text-decoration: none;
		        display: inline-block;
			  font-size: 16px;
			    margin: 4px 2px;
			      cursor: pointer;
			        background-color: #4caf50;
				  margin: 10px;
				  background-image: linear-gradient(to bottom, #0789cb, #192a6b);
			  }
			  .ContainerButtons .button:hover {
				      border: 3px solid green;
			       }

@media only screen and (max-width: 600px) {
	  #wrapper {
		      padding:0px;
		        }
		}
