.nav-tabs {
    border-bottom: 0px solid #fff;
}

.bs-example {
    background-color: #FBFCFC;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    position: relative;
    border-width: 0px 0;
}



@media (min-width: 768px) {
    .bs-example {
          background-color: #FBFCFC;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    position: relative;
    border-width: 0px 0;

        margin-right: 0;
        margin-left: 0 -webkit-box-shadow: none;
        box-shadow: none;
    }
}

 

.btn {
    height: 34px;
}

 
  #txtSearch {
        /*display: inline;*/
        width: 86% !important;
    }

#SearchResult {
    margin-top: 10px;
}

.aTitle {
    font-size: 16px !important;
}

.aDescription {
    font-size: 14px !important;
    margin-top:5px;
}


.Published {
    color: #008000 !important;
}

.InDevelopment {
    color: #FF8000 !important;
}

.ReadyforFeedback {
    color: #0080FF;
}

.ReviewDeclined {
    color: #CE0000;
}

#btnBack2Search {
    line-height: 12px;
}

#btnSearch {
    line-height: 12px;
}

.search {
    margin-top: 20px;
}

 #txtSearch {
        display: inline;
        width: 84% !important;
    }

.txtSearchFG {
    width: 100% !important;
    margin-bottom: 10px !important;
}


 
#search {
  position: relative;
    font-size: 16px;
  padding-top: 10px;
    width: 100% !important;
    margin-bottom: 10px !important;
}

#search #search-clear {
    text-decoration: none;
    position: absolute;
    right: 120px;
    top: 20px;
    color: #b3b3b3;
}

 
  #ddHealthTopics {
        width: 100% !important;
        height: 34px;
            border: 1px solid #d1d1d1;
    }

.ddHealthTopicsFG {
    width: 100% !important;
    margin-bottom: 10px !important;
}

@-moz-document url-prefix() {
    .ddHealthTopicsFG {
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px !important;
    }
}



@media (max-width:896px) and (min-width:750px) {
    .form-group {
        width: 100% !important;
        margin-top: 5px;
    }

    #ddHealthTopics {
        width: 100% !important;
        height: 34px;
           border: 1px solid #d1d1d1;
    }

    #txtSearch {
        display: inline;
        width: 80% !important;
    }

    #btnSearch {
        line-height: 12px;
        margin-bottom: 5px;
    }

    .txtSearchFG {
        min-width: 350px;
        margin-bottom: 5px !important;
    }
    #search {
  position: relative;
    font-size: 16px;
  padding-top: 10px;
    width: 100% !important;
    margin-bottom: 5px !important;
}

    #search #search-clear {
    text-decoration: none;
    position: absolute;
    right: 135px;
    top: 20px;
    color: #b3b3b3;
}
    .ddHealthTopicsFG {
        max-width: 100% !important;
        margin-bottom: 5px !important;
    }

 
}


@media (max-width:749px) and (min-width:200px) {
    .form-group {
        width: 100% !important;
        margin-top: 10px;
    }

    #ddHealthTopics {
        width: 100% !important;
        height: 34px;
            border: 1px solid #d1d1d1;
    }

    #txtSearch {
        display: inline;
        width: 70% !important;
    }

    #btnSearch {
        line-height: 12px;
        margin-bottom: 5px;
    }

    .txtSearchFG {
        min-width:270px;
        margin-bottom: 5px !important;
    }
   #search {
  position: relative;
    font-size: 16px;
  padding-top: 10px;
    width: 100% !important;
    margin-bottom: 5px !important;
}

       #search #search-clear {
    text-decoration: none;
    position: absolute;
    right: 135px;
    top: 20px;
    color: #b3b3b3;
}

    .ddHealthTopicsFG {
        max-width: 100% !important;
        margin-bottom: 5px !important;
    }

 
}
 

} /*end @media (min-width: 896px) {*/

.form-control {
    display: inline;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #6a6a6a;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d1d1d1;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.topic{
    margin-bottom:15px;
	overflow: visible !important;
} 

.articleDate{
    margin-right:25px; 
}

.mTop10px{
    margin-top:5px;
}



 

  #search label {
    position: absolute;
    left: 5px; /*17px;*/
    top: 20px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;

}
/*.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
 

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}


#search #search-input, #search .hint {
    padding-left: 43px;
    padding-right: 43px;
    border-radius: 23px;
}


.search i {
    position: relative !important;
    margin-left: 0 !important;
     right: 0px !important; 
    top: 0px !important;
}
 