.adl_search_container {
    width: 100vw;
    height: 300px;
    background-color: gray;
    background-image: url(https://media.altuslearn.com/altuscampus/2015/09/newhome_topbanner.jpg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}

#content .container.main-content-container {
    padding: 0px !important;
}

.adl_search_title h2 {
    font-size: 44px;
    color: #FFF!important;
    text-shadow: 0px 0px 6px #000, 0px 0px 15px #000 !important;
    font-weight: bold;
}

.adl_search_title h4 {
    font-size: 27px;
    color: #FFF!important;
    text-shadow: 0px 0px 6px #000, 0px 0px 15px #000 !important;
    font-weight: bold;
}

.adl_card_container{
    width: 75%;
    display: flex;
    justify-content: space-evenly;
    margin: 0 auto;
    padding: 20px 0px;

}

.adl_card {
    width: 300px;
    height: 400px;
    border: 1px solid #c9c9c9;
    box-shadow: 0 9px 16px rgba(0, 0, 0, 0.3)  ; 
	-webkit-box-shadow: 0 9px 16px rgba(0, 0, 0, 0.3)  ; 
	-moz-box-shadow: 0 9px 16px rgba(0, 0, 0, 0.3)  ; 
}
#adl_search_container {
    width: 50%;
    margin-top: 10px;
}

#adl_search_container input[type="text"]{
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 10px;
    height: 42px;
    width: 70%;
    font-size: 16px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

#adl_search_container input[type="submit"]{
    width: 30%;
}

.adl_result_container {
    padding-top: 30px;
}

.adl_search_result {
    height: 50px;
    margin: 0 auto;
    margin-bottom: 20px;
    border: 1px solid #c9c9c9;
    display: flex;
    align-items: center;
    padding: 0px 15px;
    justify-content: space-between;
    box-shadow: 0 9px 16px rgba(0, 0, 0, 0.3)  ; 
	-webkit-box-shadow: 0 9px 16px rgba(0, 0, 0, 0.3)  ; 
	-moz-box-shadow: 0 9px 16px rgba(0, 0, 0, 0.3)  ; 
}

.adl_zero_search_result {
    width: 40%;
    margin: 0 auto;
    margin-bottom: 20px;
    border: 1px solid #c9c9c9;
    padding: 0px 15px;
    box-shadow: 0 9px 16px rgba(0, 0, 0, 0.3)  ; 
	-webkit-box-shadow: 0 9px 16px rgba(0, 0, 0, 0.3)  ; 
	-moz-box-shadow: 0 9px 16px rgba(0, 0, 0, 0.3)  ; 
}
.adl_search_result h2 {
    font-size: 20px;
}


.adl_details_btn {
    border: 1px solid #476e97;
    border-bottom: 1px solid #144a79;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 12px;
    color: #FFF;
    text-shadow: 0 -1px 0 #1e5091;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 1px 2px #84929d, inset 0 1px 0 #87d1ff;
    -moz-box-shadow: 0 1px 2px #84929d, inset 0 1px 0 #87d1ff;
    -webkit-box-shadow: 0 1px 2px #84929d, inset 0 1px 0 #87d1ff;
    background: #6ca7dc;
    background: -moz-linear-gradient(top, #6ca7dc 0%, #2c70ab 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6ca7dc), color-stop(100%,#2c70ab));
    background: -webkit-linear-gradient(top, #6ca7dc 0%,#2c70ab 100%);
    background: -o-linear-gradient(top, #6ca7dc 0%,#2c70ab 100%);
    background: -ms-linear-gradient(top, #6ca7dc 0%,#2c70ab 100%);
    background: linear-gradient(to bottom, #6ca7dc 0%,#2c70ab 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ca7dc', endColorstr='#2c70ab',GradientType=0 );
    cursor: pointer;
    
}

#test_font{
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
}
#adl_details_card {
    margin: 30px auto;
    width: 40%;
    padding: 20px;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    box-shadow: 0 9px 16px rgba(0, 0, 0, 0.3)  ; 
	-webkit-box-shadow: 0 9px 16px rgba(0, 0, 0, 0.3)  ; 
	-moz-box-shadow: 0 9px 16px rgba(0, 0, 0, 0.3)  ; 
}

.adl_details_card h2 {
    font-size: 36px;
    margin-bottom: 5px;
}

.adl_device_description {
    font-size: 26px;
    color: #ababab;
    margin-bottom: 30px;
    line-height: normal;
}

.adl_fda_link {
    margin-top: 40px;
}

.adl_results_wrapper {
    width: 1300px;
    margin: 0 auto;
    margin-top: 30px;
    background-color: white;
    border-radius: 7px;
    padding: 0px 20px;
    margin-bottom: 30px;
}

.adl_results_row {
    line-height: 60px;
    min-height: 60px;
    height: 60px;
}

#adl_results_table td {
    vertical-align: middle;
}

#adl_results_table th {
    color: #B5B5C3;
}

#adl_results_table {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
}

#adl_result_total{
    padding-top: 15px;
}

.adl_hiddenRow {
    padding: 0 !important;
}

