/*
First color: 
second color: #ec1c23 
*/
body {font-family: 'Neo Sans Arabic'; font-size: 14px; direction: rtl;}

/*Start Upper Bar*/
.just { text-align: justify; direction: rtl;}
.clear {clear: both;}
.text-align { text-align: center;}
.center-justified {
text-align: justify;
-moz-text-align-last: center;
text-align-last: center;
}
a { color:inherit; text-decoration: none;}
a:hover { text-decoration: none; color: inherit;}

.theme-color{ color:#be9a4b;}
.underline { border-bottom: solid thin #4d4d4f; }

.theme-color-bg{ background:#be9a4b; color: #FFF; }
.theme-color-bg-black{ background:#1d1d1b; }

.p-20 { padding: 20px;}

.m-t_50 { margin-top: 50px;}
.m-t_10 { margin-top: 10px;}


.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: right;
}
.col-sm-6 {
  width: 50%;
}
.sec-head { text-align: center ; margin-bottom:30px;}

.heading { font-size: 30px; margin-bottom: 50px;  text-align:center; }
.heading p { font-size: 13px;  text-align:center;}
.upper-bar { background-color:#f3f3f3; color: #797979; padding: 10px; font-size: 12px; }
.upper-bar .qcontact { text-align: right; font-size: 12px;}
.upper-bar .social { text-align: left; } 
.upper-bar .social li { list-style: none; float: left; font-size: 18px; margin-right: 3px; border: solid thin #dedbdb; padding: 1px 3px;}

/*End Upper Bar*/

/*Start head*/
.head { margin-top: 20px; margin-bottom: 20px;}
.logo { text-align: right;}
.hsec { padding-top: 40px;}
.hsec .Qdonate { float: left; margin-left: 10px; }
.hsec .baladelhaier  { display: inline-block; border: 1px solid #dedede; padding: 2px 10px;  text-transform: uppercase; float: left; margin-left: 50px; padding:4px 10px; }
.hsec .baladelhaier:hover { text-decoration: none; color: #fff; background: #8aaa8e;}
.hsec .baladelhaier img  { width: 40px; height: auto;  }
.hsec .search { float: left; }
.searchmob { display: none;}
.hsec .search img {  width: 100%; height: auto;}
.hsec .btn-primary { margin-top: 0;}

.donatemob { display: none;}
/*searchmob*/


#custom-search-input {
        margin:0;
        padding: 0;
    width: 100%;
   
    }
 
    #custom-search-input .search-query {
        padding-right: 3px;
        padding-left: 4px \9;
        padding-right: 3px;
        padding-left: 4px \9;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
 
        margin-bottom: 0;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }
 
    #custom-search-input button {
        border: 0;
        background: none;
        /** belows styles are working good */
        padding: 7px 10px;
      position: relative;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
       -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        color:#fff;
        background: #8aaa8e; 
        
    }
 
    .search-query:focus + button {
        z-index: 3;   
    }

/*Start head*/

.searchf {
  position: absolute;
    left: 0;

}
.search * {
  outline: none;
  box-sizing: border-box;
}
.search__wrapper {
  position: relative;
   
   
}
.search__field {
  width: 50px;
  height: 50px;
  color: transparent;
  font-size: 1.35em;
  padding: 0.35em  0.35em 0.35em 50px;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out; text-align: right;
}
.search__field:focus {
  border-bottom-color: #ccc;
  width: 50vw;
  color: #066a82;
  cursor: default;

}
.search__field:focus ~ .search__icon {
  background-color: transparent;
  cursor: pointer;
  pointer-events: auto;
}
.search__icon {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e9f1f4;
  width: 50px;
  height: 50px;
  font-size: 1.35em;
  text-align: center;
  border-color: transparent;
  border-radius: 50%;
  pointer-events: none;
  display: inline-block;
  transition: background-color 0.2s ease-in-out;
}
.search__field::-webkit-input-placeholder {
  position: relative;
  top: 0;
  right: 0;
  transition-property: top, color;
  transition-duration: .1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field:-moz-placeholder {
  position: relative;
  top: 0;
  right: 0;
  transition-property: top, color;
  transition-duration: .1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field::-moz-placeholder {
  position: relative;
  top: 0;
  right: 0;
  transition-property: top, color;
  transition-duration: .1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field:-ms-input-placeholder {
  position: relative;
  top: 0;
  right: 0;
  transition-property: top, color;
  transition-duration: .1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field::-webkit-input-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: .65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}
.search__field:-moz-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: .65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}
.search__field::-moz-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: .65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}
.search__field:-ms-input-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: .65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}



/*Start nav bar brand*/

.navbar { background: #006a84;}
.navbar-nav .nav-link { color: #fff;}
.navbar-expand-lg .navbar-nav .nav-link {     padding-right: .7rem; padding-left: .7rem;}
.navbar-toggler-icon { color: #fff;}
.navbar-toggler .fas { color: #8aaa8e; border: solid thin #8aaa8e; padding: 10px;}
nav a:hover{background-color: #8aaa8e; -webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;}
/*staart slider*/
    
.slider { background-color: #ddd;}
.carousel-item {
  min-height: 600px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 30px;
    height: 30px;}
    
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 1;
    transition: opacity .15s ease;
    
}
/*end slider*/

/*features*/

/*features*/
.theme-background-slider { background-image: url("../img/mask-bg-slider.png"); height: 191px; position: relative; margin-top: -150px;  width: 100%; background-position: center;}

.theme-background { background-image: url("../img/mask-bg.png"); height: 191px; position: relative; margin-top: -150px;  width: 100%; background-position: center;}
/*home-icons*/
 .home-iconscontent { width: 60%; margin: 0 auto;}
.home-icons .icon  {  transition: transform .5s ease;}
.home-icons .icon:hover  {  transform: scale(1.1);}

.home-icons .icon img { width: 120px; height: 120px; margin-top: 10px;}
.home-icons .col-md-2 { margin: 0; padding: 0;}
.home-icons .icon {  width: 150px; height: 150px; margin: 0 auto; margin-bottom: 20px; text-align: center;}
.home-icons h4{ font-size: 18px; text-align: center;}
.green { background: #9fb8a2}
.blue { background: #7990b2}
.lightblue { background: #b5cacf}
.red { background: #e86c70; padding: 10px;}


.green:hover { background: #7990b2}
.blue:hover { background: #9fb8a2}
.lightblue:hover { background: #9fb8a2}
.red:hover { background: #ca2c32}

/*overview*/
.overview-bg { background-image: url("../img/EgyptPovertyChildren.jpg"); background-position: center; height: 400px; background-size: cover; }
.overview { font-size: 12px; }
 .overviewcontent { background: #fff; width: 600px; margin: 0 auto; margin-top: -300px; position:relative; z-index: 999;  text-align: center; padding-top: 50px;}
.overview h5 { font-size: 18px;}
.overview p { padding: 15px; font-size: 15px;}
/* The most recent needy cases*/

.homecases  {  background-image: url("../img/theme-bg.png"); background-position: center top; background-repeat:no-repeat; margin-top: 50px; margin-bottom: 80px;}
.homecases .case {  margin-bottom: 30px;}
.homecases .pic { position: relative;}
.homecases .pic .watermark { background-image: url("../img/theme-watermark.png"); background-position: center; background-size: cover; position: absolute; z-index: 999; width: 60%; height: 60%; left: 20%; margin-top: 20%;}
.homecases .percentage { width: 80px; height: 80px; border-radius: 50%; background: #9fb8a2; color: #fff; text-align: center; position: relative; z-index: 999; margin: 0 auto;  margin-top: -40px; font-size: 20px; padding-top: 25px; margin-bottom: 15px;   }
.homecases h4 {text-align: center;}
.homecases p { text-align: center; font-size: 13px; color: #7e7e7e;}
.homecases .donation { border: solid thin #eaeaea;padding:5px; padding-right: 12px; padding-left: 12px; color: #6d6d6d;}
.homecases .donation .right { float: right;width: 50%; text-align: right; border-left:  solid thin #cecece;}
.homecases .donation .left { float: left; }
.homecases .donation .icon { float: right; margin-left: 7px;}
.homecases .donatenow { text-align: center;}
.homecases .desc { text-align: center; margin-top: 10px; border-bottom: solid thin #dbdbdb; padding-bottom: 10px;}
.btn-primary {background: #1d1d1b; color: #fff; border: 0; border-radius: 0; margin-top: 20px; padding:10px 15px; }
.btn-primary:hover {background: #bc9849; color: #fff; }


@media only screen and (max-width: 768px) {.homecases  {  background-image:none; }
    .case { margin-top: 20px;}
    .homecases h4 {font-size: 15px;}
    .homecases p {font-size: 12px;}
    .homecases .donation { font-size: 12px;}
    .donatemob { display: block; border: solid thin #8aaa8e; margin-top: 0;}
    .donatemob .btn-primary { margin-top: 0;}
}
/* The most recent needy cases*/

.breakline { width: 350px; height: 15px; margin: 0 auto; margin-top: 50px;}
/*statistics*/
.statistics { padding-bottom: 50px; padding-top: 50px; text-align: center;}
.state { background: #778d7a; color: #fff; padding-top: 40px; padding-bottom: 40px;}
.state:hover { background: #066a82; -webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;}

.state .iconn { border-radius: 50%; border: solid 3px #fff; width: 80px; height: 80px; margin: 0 auto; margin-bottom: 15px;}
.state .iconn img { width: 100%; height: 100%;}
.state .numb { color: #f9fcf9; }
.state h5 { font-size: 14px;}

/*copyright*/

.footer { background: #f9fcf9; padding-bottom: 15px;  margin-top: 50px;}
.felkhair{  margin-top: 40px; }
.aboutfelkhair  { padding: 30px; line-height: 30px; text-align: justify; direction: rtl;}
.payment { margin-top: 50px;}

@media only screen and (max-width: 1024px) {
     .carousel-item {
         min-height: 450px;}
    
     .hsec { padding-top: 20px;}
.hsec .Qdonate { float: none; margin-left: 0px; width: 100%  }
.hsec .baladelhaier  {  display: none;}
.hsec .baladelhaier img  { width: 40px; height: auto;  }
.hsec .search { display: none;}
    .hsec .searchmob { display:block;}
    .hsec .Qdonate  {  display: none;} 
    .hsec .Qdonate  {  display: none;} 
     .home-iconscontent { width: 90%; margin: 0 auto;}
.overviewcontent {  width: 80%; margin: 0 auto; margin-top: -300px; position:relative; z-index: 999;  text-align: center; padding-top: 50px;}
    

}
@media only screen and (max-width: 768px) {
    
    .felkhair{  margin-top: 20px; text-align: center;}
.aboutfelkhair  { padding: 30px; line-height: 25px; text-align: center;text-align: justify;
-moz-text-align-last: center;
text-align-last: center;}
.payment { margin-top: 0px; text-align: center;}
    .state { margin-bottom: 15px;}
    .logo { text-align: center;}
     .logo img { width: 80%; margin:  0 auto;}
    
   
    .navbar-expand-lg .navbar-nav .nav-link { text-align: right; border-bottom: dotted thin #1c87a1; -webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;}
    
    .navbar-nav { padding-right: 0px;}
    
     .carousel-item {
         min-height: 300px;}
}

@media only screen and (max-width: 500px) {
      .carousel-item {
  min-height: 200px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
    .upper-bar .qcontact { text-align: center;}
.upper-bar .social { text-align: center;  width: 90px; margin: 0 auto; margin-top: 7px;}
.upper-bar .social li { list-style: none; float: left; font-size: 15px; margin-right: 3px; border: solid thin #dedbdb; padding: 1px 3px; }
    
}



.copyright { background-color: #1d1d1b; color: #fff; text-align: center; padding-bottom: 10px; padding-top: 20px; font-size: 12px; line-height: 20px;}



.pagebanner { padding-top:40px;  padding-bottom:5px; margin-bottom:20px; text-align:right; border-bottom: 1px solid #ebebeb;  text-align: center;
}
.pagebanner p { color:#9fb8a2;}



/*system-search*/
    
.system-search { text-align:right;}
.system-search .progress-pic { width:578px; margin:0 auto; margin-bottom:20px;}
.system-search .progress-pic img { width:100%; height:auto;}
.system-search .content { border: solid 5px #fbfafa ; background: #fdfdfd ; padding:20px; }

.system-search select {
  width: 100%;
  padding: 12px 20px;
  box-sizing: border-box;
    border: 1px solid #f1f0f0;
    margin-top:10px;
}

.system-search input {
  width: 100%;
  padding: 12px 20px;
  box-sizing: border-box;
    border: 1px solid #f1f0f0;
    margin-top:10px;
}


.system-search textarea {
  width: 100%;
  padding: 12px 20px;
  box-sizing: border-box;
    border: 1px solid #f1f0f0;
    margin-top:10px;
}
@media only screen and (max-width: 768px) {
    .system-search .progress-pic { width:350px; margin:0 auto; margin-bottom:20px;}

}

@media only screen and (max-width: 450px) {
    .system-search .progress-pic { width:80%; }

}


/*system-search*/

/*about*/
.about {}
.about .content {   margin-bottom:50px;}
.about ul { text-align: justify; line-height:22px; direction: rtl; margin-right:-30px; }
.about li { margin-bottom:15px;}
.about .ourValues { text-align: right; }
.about .ourValues ul { width:100%; margin-top:10px;}
.about .ourValues li { width:50% ; float:right; line-height:16px;}
.about .vision { background-color:#fdfdfd;  margin-top:20px; text-align:center; padding:40px;}
.about .icon { border: solid 2px #e5e5e5; padding:20px; border-radius:50%; width:100px; height:100px; margin:0 auto; margin-bottom:20px;  }
.about .icon .fas { font-size:40px; margin-top:8px;}
.vis {border: solid 1px #e5e5e5; padding:20px;  background-image: url("../img/theme-bg.png"); background-repeat:no-repeat; background-position: center; background-size:contain;}
.mis {border: solid 1px #e5e5e5; padding:20px;background-image: url("../img/theme-bg.png"); background-repeat:no-repeat; background-position: center; background-size:contain;}
.about .progress-pic { width:800px; margin:0 auto; margin-bottom:20px; border: solid 5px #eaeaea ; margin-top:40px;}

.mis:hover {  transform: scale(.9); -webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out; }
.vis:hover {  transform: scale(.9);-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;}

@media only screen and (max-width: 450px) {
    .mis { margin-top:20px;}
}
/*about*/


.direc { background: #f7f7f7; padding: 5px; border: solid 2px #eaeaea; margin-bottom: 20px;}
.direc h5 { margin-top: 20px; text-align: center; font-size: 16px;}

.blue { background-color: #066a82; color: #fff; padding: 10px; }
.green { background-color: #15a794; color: #fff; padding: 10px;}
.grey { background-color: #91a8ae; color: #fff; padding: 10px;}


.case-details { color: #fff; }
.details { margin-bottom: 50px; text-align: right; padding: 20px;}
.note  { background:#c71a36; width: 100%; padding: 5px; text-align: center; color: #fff; font-size: 20px; margin-bottom: 30px;}
.total { margin-top: 50px; margin-bottom: 50px; text-align: center;  font-size: 20px;}

.details .numb { font-weight: bold; padding-left: 10px; margin-left: 10px; font-size: 25px; padding: 20px;}
.details .det { }
.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease;
    }
.progress { border-radius: 0; }
.prog { margin-bottom: 15px; text-align: right;}








.admin { margin-bottom: 50px;}
.admin .ad-icon{margin-bottom: 30px;}
.admin .icon { border-radius: 50%;
    width: 180px;
    height: 180px;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
    padding-top: 15px;
}



.pagesdetails {}
.pagesdetails .details { border: solid thin #c9c9c9; padding: 10px; padding-top: 15px; font-weight: bold; font-size: 16px;}
.pagesdetails li{ list-style: none;   margin-bottom: 5px;  border: dotted thin #bbbbbb; padding: 10px;}

.admin .icon img { margin: 0 auto;}
.pagesdetails .icon { float: right; margin-left: 10px; width: 30px;
    height: 30px; background: #15a794; border-radius:50%; padding-top: 2px;}

.pagesdetails .fas { color: #fff;}

.pagesdetails  .homepage {}
.pagesdetails  .homepage li:hover {  color: #fff;background: #15a794;   transition: 0.3s;}

.pagesdetails .otherpages .icon {background: #066a82;}
.pagesdetails .otherpages li:hover {  color: #fff;background: #066a82;   transition: 0.3s;}


.pagesdetails .statistics .icon {background: #91a8ae;}
.pagesdetails .statistics li:hover {  color: #fff;background: #91a8ae;   transition: 0.3s;}



.pagesdetails .Payments .icon {background: #e86c70;}
.pagesdetails .Payments li:hover {  color: #fff;background: #e86c70;   transition: 0.3s;}



.requist {}
.requist li{ direction: rtl; text-align: right; line-height: 30px;}
.mt-50 { margin-top: 50px;}













.progressbar-wrapper {
      background: #fff;
      width: 100%;
      padding-top: 10px;
      padding-bottom: 5px;
}

   
.progressbar li {
      list-style-type: none;
      width: 33%;
      float: right;
      font-size: 15px;
      position: relative;
      text-align: center;
      text-transform: uppercase;
      color: #7d7d7d; 
}



.progressbar li:before {
    width: 60px;
    height: 60px;
    content: "";
    line-height: 60px;
    border: 2px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 3px auto;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    background-color: #fff;
}
.progressbar li:after {
     width: 100%;
     height: 2px;
     content: '';
     position: absolute;
     background-color: #7d7d7d;
     top: 30px;
     right: -50%;
     z-index: 0;
}
.progressbar li:first-child:after {
     content: none;
}

.progressbar li.active {
    color: #bb9748;
    font-weight: bold;  
}
.progressbar li.active:before {
    border-color: #bb9748;
    background: #bb9748;
 }
.progressbar li.active + li:after {
    background-color: #bb9748;
}
.progressbar li.active:before {
    background: #f3f3f3  url(user.svg) no-repeat center center;
    background-size: 60%;
}
.progressbar li::before {
    background: #fff url(user.svg) no-repeat center center;
    background-size: 60%;
}

.progressbar {
    counter-reset: step;
}
.progressbar li:before {
    content: counter(step);
    counter-increment: step; 
}


.specialist-banner { color: #fff;}
.specialist-banner span { font-size: 12px; color: #000;}


.thanks {
    width: 381px;
    margin: 0 auto;
    height: auto;
    margin-bottom: 100px;
}








nav > .nav.nav-tabs{

  border: none;
    color:#fff;
    background:#272e38;
    border-radius:0;

}
nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active
{
  border: none;
    padding: 18px 25px;
    color:#fff;
    background:#272e38;
    border-radius:0;
}

nav > div a.nav-item.nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -60px;
  left: -10%;
  border: 15px solid transparent;
  border-top-color: #bb9748 ;
}
.tab-content{
  background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top:5px solid #bb9748;
    border-bottom:5px solid #bb9748;
    padding:30px 25px;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{
  border: none;
    background: #bb9748;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}


.dropdown-menu { border-radius: 0; text-align: right;}
.user-pic { width: 30px; height: 30px; border-radius: 50%; float: left;}
.user-pic img{ border-radius: 50%;}
.notifications { text-align: right; padding: 30px;}
.notifications li { background: #1d1d1b; list-style: none; color: #fff; border-radius: 10px; padding: 20px; margin-bottom: 5px; margin-top: 10px; text-align: right;}
.Requests {  text-align: right; padding: 30px; color: #fff; }
.numberofRequests  { width: 100%; background: #1d1d1b; text-align: center;padding: 30px; font-size: 30px;}
.newrequest button { width: 100%; background: #a18032; text-align: center;padding: 30px; font-size: 30px; color: #fff;}
.newrequest a { color: inherit; }

button { border: none;}

.attachments   { text-align: right; padding: 30px;}


.upload-box .btn-file {
        background-color: #a18032;
}
.upload-box .hold {
    float: left;
    width: 100%;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 4px;
}
.upload-box .hold a {
    color: #666;
    text-decoration: none;
}

.upload-box .btn-file {
    position: relative;
    overflow: hidden;
    float: left;
    padding: 12px 20px;
    color: #fff;
    margin: 0 10px 0 0;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer;
}
.upload-box .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    opacity: 0;
    outline: none;
    background: #fd0707;
    cursor: inherit;
    display: block;
}









/**/

		.content{
			background: #efefef;
            margin-bottom: 50px;
		}
		.content .form-content{
			padding:10%;
		}
		.content .form-content .input-group .input-group-text{
			background:#333;
			color:#fff;
			border:none;
			border-radius:0;
            
		}
		.content .form-content .input-group input{
			    border-radius: 0;      
            width: 100%;
		}
		.content .form-content .input-group input:focus{
			border-color: transparent;
		}
		.content .form-content h4{
			margin-bottom:5%;
		}
		.content .form-content .btn{
			background: #333;
			color: #fff;
			border-radius: 0;
			width: 20%;
            float: right;
		}

.content .form-content .input-group-prepend { width: 100%;}
@media only screen and (max-width: 768px) {
    .content .form-content button{ width: 100%; }

    
}




form label {
  display: inline-block;
  width: 100px;
}

form div {
  margin-bottom: 10px;
}

.error {
  color: red;
  margin-left: 5px;
}

label.error {
  display: inline;
}


.notesbox {}
.notesbox li { line-height: 35px;}
select, textarea ,input { width: 100%; border-radius: 0; padding: 10px; margin-bottom: 10px;     border: 1px solid #ced4da;
}
form { width: 100%;}

.btn-default {background: #333;
    color: #fff;
    border-radius: 0;
    width: 20%;
    float: right;}
@media only screen and (max-width: 768px) {

    .col-xs-6 { width: 50%}}




.ryal{
	
	position: relative;
	}
.ryal input{
	padding-left:15px;
	}
.ryal:before {
	position: absolute;
    content:"ر.س";
    left:10px;
	top:20px;
 	}
