/**
 * Place your custom styles here.
 */
body:not(.toolbar) { 
  /* padding-top: 5px!important; */
}
 body { 
font-family: 'Open Sans', sans-serif;
}
.fred {
  padding: 2px 10px;
  background: yellow;
}
.sm-nowrap {
  background: #f8f8f8; 
}

.bob .view-content .views-row {
  border-bottom: 1px solid #ffcccc;
  display: flex;
}
.bob .view-content .views-row:hover {
  background: #e7e7e7;
}
.bob .view-content .views-row .views-field-php {
  order: 2;
  margin-left: 6px;
  padding-top: 10px;
}
.bob .view-content .views-row .views-field-image-url { 
  order: 1;
}

.bob .view-content .views-row .field-image-url {
  margin-bottom: 10px;
  order: 10;
}

#image_pr {
  border: 1px solid #b17d7d;
}

#main_box {
  padding: 5px;;
}
#main_box h1 {
  font-size: 30px;
}
span#fund_info {
  font-weight: bold;
}
#main_box p:last-child {
  text-align: justify;
}
.markok a {
  color: #555;
}
.markok a:hover {
  text-decoration: none;
}

.views-row-odd, .views-row-even {
  margin-bottom: 20px;
}

.views-row-odd .field-content, .views-row-even .field-content {
  font-weight: bold;	
}

.evalbtn {
  background-color: #cb181d;
  color: white;
  text-decoration: none;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.outlink:after {
    font-family: 'FontAwesome';
    content: " \f08e";
    color: #337ab7;
    font-weight: bold;
}

div.token-input-dropdown {
    position: absolute;
    width: 400px;
    background-color: #fff;
    overflow: hidden;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: default;
    font-size: 12px;
    font-family: Open Sans;
    margin-top: -20px !important;
}

div.token-input-dropdown ul li.token-input-selected-dropdown-item {
    background-color: #00d6ff !important;
}
form li.token-input-token {
    overflow: hidden;
    height: auto !important;
    height: 1%;
    margin: 3px;
    padding: 3px 5px;
    background-color: #FF7500 !important;
    color: #fff !important;
    font-weight: bold;
    cursor: default;
    display: block;
}


/* NEW start  */

.main-container.container-fluid{
  width: 90%;
  max-width: 1440px;
  padding-right: 0;
  padding-left: 0;
}

#navbar{
  background-color: #ffff;
  border:unset;
  /* padding-top:30px; */
  /* position: sticky;
  top: 0;
  z-index: 10; */
  
}
.navbar-collapse{
  padding:0;
}

#soc a{
  color:white;
}


/* topnav start  */
.topnav {
  width: 90%;
  max-width: 1440px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height:120px;
  margin:0 auto;

  


}





.topnav a {

  text-align: center;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #4D4D4F;
  position: static;

}

.topnav a:hover {
  color: black;
}


#menu-btn1{
  border: 2px solid #FF9133;
  border-radius: 3px;
  color: #FF9133;
  padding: 14px 40px;
  /*font-weight: bold;
  font-size: 16px;*/
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}
#menu-btn2 .fa{
  background:#FF9133;
  padding-right: 10px;
  font-size: 16px;
}

#menu-btn2{
  background: #FF9133;
  border: 2px solid #FF9133;
  border-radius: 3px;
  color: #FFF;
  padding: 14px 40px;
  /*font-weight: bold;
  font-size: 16px;*/
  max-width: 250px;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}

#menu-btn2 img{
  padding-right: 5px;
}
#menu-btn2 span{
  vertical-align: middle;

}
#org-profil-span{
  display:block;
  font-size: 14px;
  width: 100%;
}



/* topnav end  */


/* footer start*/

#footer-wrapp{
  width: 90%;
  max-width: 1440px;
  margin:0 auto;
  color: #FFFFFF;
}
#footer-wrapp .container-fluid{
  margin:0;
  padding:0;
}

.footer-top{
  border-bottom: 1px solid #E2E8E9;
  padding-bottom: 40px;
}

.logo-flex{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.logo-flex a{
  flex: 1 1 30%; /*grow | shrink | basis */
  
}


.logo-flex a img{
  width: 100%;
  
}


.org-suport h2, .footer-right h2{
  margin-bottom: 60px;
}

#ukaid{
  max-width: 70px;
}

#bcsdn{
  max-width:80px;
}

.footer-middle{
  padding-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E2E8E9;
  vertical-align: middle;
}

.footer-middle span{
  vertical-align: middle;
  /* display: inline; */
}

.footer-bottom{
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: left;
  opacity: 0.6;
}
#soc, .footer-right, .footer-right p{
  text-align: center;
}

.support-first{
  /* display: inline; */
  padding-left: 0;
  margin-left: 0;
  
}


.support-third a{
  display: block;
}

.support-third a:first-of-type{
  margin-bottom: 10px;
}
.support-first a img,  .support-third a img{
  max-width: 140px;
  /* display:inline; */
  max-height:100px;
}
#worldbank{
  max-width: 190px;
}
.support-second a img{
  max-height: 100px;
}


@media (max-width: 1126px) {

  .topnav {
      flex-direction: column;
      height: unset;
  }
  .topnav a{
      margin-bottom:15px  !important;
      margin-right: 0px !important;
  }
  #menu-btn1{
      margin-right: 0px !important;

  }

  .footer-right h2{
    padding-left: 0;
  }
}

@media (max-width: 999px) {


  .footer-middle span{
    display: block;
    /* display: inline; */
  }
  #soc{
    margin-top: 20px !important;
  }


  .footer-right, .footer-right p{
    text-align:left;
  }
  .footer-right{
    margin-top: 60px !important;
  }
}
@media (min-width: 1196px) {


  
  #footer-wrapp .container-fluid .row  div[class*='col-'], #footer-wrapp .container-fluid .row  span[class*='col-']{
    margin:0;
    padding:0;
  }
  .logo-flex a:first-of-type{
    margin-left:-10px;
    
  }
  
  #usaid{
    max-width: 210px;
  }
}

/* footer ends*/

#org_info .fab {
  background: transparent !important;
  color: #ff7500;
  margin-right: 16px;
}


@media screen and (min-width: 767px) {
  .navbar-header {
    display: none;
  }
}


@media screen and (max-width: 767px) {
  #topnav-logo {
    display: none;
  }
  .topnav{
    padding-top: 15px;
    flex-direction: column;
    height: unset;
  }
  .topnav a{
    margin-bottom:15px  !important;
    margin-right: 0px !important;
}
  #menu-btn1{
      margin-right: 0px !important;

  }

  footer h2{
    text-align: center;
  }
}

@media screen and (min-width: 767px) and (max-width: 1126px){
  .topnav {
    /*flex-direction: column;
    height: unset;*/
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}

/* NEW start  */
