/* mobile */
.backgroundHeaderImage {
    background-size: cover;
    background-image: url(../img/ngo-search-app-header.jpg);
    background-repeat: no-repeat;
    background-color: #b3b3b3;
}

.headingPadder {
    margin-top: -37px;
    padding-bottom: 40px;
    padding-top: 20px;
}

@font-face{
  font-family: replicaProBold;
  src: url(../fonts/ReplicaPro-Bold.otf);
}

@font-face{
  font-family: helveticaNeueLTPro-md;
  src: url(../fonts/HelveticaNeueLTPro-Md.otf);
}

@font-face{
  font-family: helveticaNeueLTPro-bd;
  src: url(../fonts/HelveticaNeueLTPro-Bd.otf);
}

@font-face{
  font-family: helveticaNeueLTPro-Roman;
  src: url(../fonts/HelveticaNeueLTPro-Roman.otf);
}

.helveticaNueueLtProMedtext{
  font-family:helveticaNeueLTPro-md;

}

.helveticaNueueLtProRomtext{
  font-family:helveticaNeueLTPro-Roman;
}

.helveiticaNueueLtProBoldtext{
  font-family: helveticaNeueLTPro-bd;
}

.replicaProBoldTxt{
  font-weight: bold;
  font-family: replicaProBold;
}

.dialogPadding {
    background-color: #E6E6E6;
    padding-top: 25px;
}

/* tablet */
@media only screen and (min-width: 768px) {

    .headingPadder {
        margin-top: -37px;
        padding-bottom: 60px;
        padding-top: 60px;
    }

}

/* desktop */
@media only screen and (min-width: 992px) {
    .backgroundHeaderImage {
        background-position: center center;
    }

    .dialogPadding {
        margin-top: -260px;
    }

    .headingPadder {
        margin-top:-53px;
        padding-bottom: 300px;
    }

    #orgSelector {
        float: right;
    }
}

.searchfield {
    height: 48px;
    color: #222222;
    font-size: 14pt;
}

.searchFooter {
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    position: fixed;
    background-color: #ffffff;
}

.footerBanding {
    border-left: 1px solid #555;
    margin-left: 20px;
    padding-left: 20px;
}

.searchBarIcon {
    color: #006E96;
    padding-top: 8px;
    padding-right: 20px;
}

.dialogSub {
    height: 50px;
    background-color: #ffffff;
    margin-left: 15px;
    margin-right: 15px;
}

@media only screen and (min-width: 992px) {
    .noResultDesktop {
        background-color: #ffffff;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 991px) {

    .noResultMobile {
        border-radius: 4px;
        padding-left: 10px;
        padding-top: 45px;
        padding-bottom: 25px;
    }

}

@media only screen and (max-width: 767px) {
  .orgSelectPad{
    padding-top:20px;
  }
}

@media only screen and (max-width: 1200px) {
    .custom-select{
      float:none;
      width: 250px;
      margin: 0 auto;
    }
}

@media only screen and (min-width: 992px) {
    .spinnerSpacing {
        margin-top: 10px;
        height: 30px;
    }
}
@media only screen and (max-width: 992px) {
    .spinnerSpacing {
        padding-top: 10px;
    }
}

/* sticky footer */
body {
    display: flex;
    flex-direction: column;
}
.flex-content {
    background-color: #E6E6E6;
    flex: 1 0 auto;
    padding-bottom: 40px;
}

footer {
    flex-shrink: 0;
    padding: 30px;
    background-color: #fff;
    text-align: center;
}

#footerIcon {
    background-color: #222;
    border-radius: 50%;
    display: inline-block;
    height: 25px;
    margin-right: 10px;
    overflow: hidden;
    vertical-align: middle;
    width: 25px;
}

.filter-box {
    border-style: solid;
    border-width: 2px;
    border-color: #EAECEE;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #F8F9F9;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 7px 7px 0 0;
}

.form-control-feedback-clickable {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    text-align: center;
    cursor: pointer;
}

.headtxt {
    text-align: center;
    vertical-align: middle;
    font-size: 36pt;
    font-weight: bold;
    color: #FFFFFF;
    font-family: replicaProBold;
}

@media only screen and (max-width: 991px) {
    .fix-to-top {
        position: fixed;
        /* margin-left: 15px; */
        margin-right: 15px;
        width: 100%;
        margin-top: 0;
        top: 0;
        padding-top: 20px;
        padding-bottom: 15px;
        background-color: #b3b3b3;
        box-shadow: 0 0 10px 0 black;
        z-index: 1039;
    }
}
/*
::-webkit-input-placeholder {
    color: #999999;
    font-size: 14pt;
}

::-moz-placeholder {
    color: #999999;
    font-size: 14pt;
}

:-ms-input-placeholder {
    color: #999999;
    font-size: 14pt;
}

:-moz-placeholder {
    color: #999999;
    font-size: 14pt;
} */

a:link {
    color: #337ab7;
}

a:hover {
    color: #0d62aa;
}

a:visited {
    color: #278ee5;
}
input[type=text]{
  font-family:helveticaNeueLTPro-md;
}
/* ::-webkit-input-placeholder {
  font-family: helveticaNeueLTPro-md;
  font-size:15pt;
}
::-moz-placeholder {
  font-family: helveticaNeueLTPro-md;
  font-size:15pt;
}
:-ms-input-placeholder {
  font-family: helveticaNeueLTPro-md;
  font-size:15pt;
}
::placeholder {
  font-family: helveticaNeueLTPro-md;
  font-size:15pt;
} */

#mobileNameFilter{

}
/* #mobileNameFilter::-webkit-input-placeholder {
  font-family: helveticaNeueLTPro-md;
  font-size:12pt;
}
#mobileNameFilter::-moz-placeholder {
  font-family: helveticaNeueLTPro-md;
  font-size:12pt;
}
#mobileNameFilter:-ms-input-placeholder {
  font-family: helveticaNeueLTPro-md;
  font-size:12pt;
}
#mobileNameFilter::placeholder {
  font-family: helveticaNeueLTPro-md;
  font-size:12pt;
} */

.miniFont{
  font-size: 10px;
}
