/***********************************************************************************************/
/* General */
/***********************************************************************************************/
html,
body {

  height: 100%;
  font-family:Tajawal;/*added by ibrahim on 23.8.2022*/
  font-size: 16px;/*added by ibrahim on 23.8.2022*/
  /*font-family:Montserrat;*/
  
/*  margin-top: 1em;*/
}
/***********************************************************************************************/
/* Custom */
/***********************************************************************************************/
.custom-cols {
  background-color: #ffe5e0;
  display: block;
  height: 200px;
}
[class*="span"] {
/* background-color: #AAE1EE;*/
}
.dark {
  background-color: #2ab4d5;
}

.logo_text{

   color: #2c2f91;
    font-size: 28px;
    font-weight: bold;
    padding-left: 0px;
    padding-top: 35px;
	
}

header{
  border-bottom: 1px solid #D6B048;
   background-color: #FFD971;
    height:auto;
}
header .navbar .nav{
float:right;
}

header .navbar .nav > li > a {
    color: #0088CC;
 
    text-shadow:none;
}

#header_text p{

   font-size: 18px;

    margin-bottom: 0;
    padding: 10px 0;
    text-transform: uppercase;
}

.form-signin {
  background-color: #A3A3A3;
    margin: 18px auto 0;
    max-width: 215px;
    padding: 15px;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}




footer{
background-color:#FFD971;

}
.footer_p{
padding-bottom:15px; 
   padding-top: 20px;

}

/* Sticky footer styles
-------------------------------------------------- */



/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */

}
footer{
  background-color: #E2E2E2;   
    
}
/* Set the fixed height of the footer here */
#footer {
  background-color: #E2E2E2;
height: 65px;

}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

#wrap > .container {
  padding: 60px 15px 0;
}
.container .credit {
  margin: 20px 0;
}
.sidebar-nav img{
margin-bottom:-25px; 

}
#footer > .container {
  padding-left: 15px;
  padding-right: 15px;
}

code {
  font-size: 80%;
}


/* footer style monir */
/* [START] Footer Margin fix */
footer, #footer {
    background: none;
}
footer {
    border-top: 2px #E2E2E1 solid;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAeCAIAAACaFxhnAAAAA3NCSVQICAjb4U/gAAAAJ0lEQVQokWP88OEDA27AwsjIiEeaCY/cqO5R3aO6idDN+P//fzzSAIEZBk74LeNtAAAAAElFTkSuQmCC) repeat-x;
}
div#wrap {
    margin-bottom:0px;
    min-height:0px;
}
/* [ END ] Footer Margin fix */