@font-face {
    font-family: "Helvetica Neue LT W04_35 Thin";
    src: url("../fonts/6a90c865-49a8-4f20-99c7-73987067d9c9.eot?#iefix");
    src: url("../fonts/6a90c865-49a8-4f20-99c7-73987067d9c9.eot?#iefix") format("eot"), url("../fonts/8520ec8f-b7f6-485e-a3b7-811ab3da29b2.woff2") format("woff2"), url("../fonts/cd6c33a1-279f-47db-8fa5-063d809888f8.woff") format("woff"), url("fonts/b204c5ce-e6ed-4dfd-bfdc-b45b26fcb7c8.ttf") format("truetype"), url("../fonts/272a58f8-f0b6-4601-934c-b64afb2b3a56.svg#272a58f8-f0b6-4601-934c-b64afb2b3a56") format("svg");
}

@font-face {
    font-family: "Helvetica Neue LT W04_45 Light";
    src: url("../fonts/8354ea91-308b-4fd0-9822-223ad8497bd3.eot?#iefix");
    src: url("../fonts/8354ea91-308b-4fd0-9822-223ad8497bd3.eot?#iefix") format("eot"), url("../fonts/488c4643-af87-4189-bb4f-171dea9ea41d.woff2") format("woff2"), url("../fonts/556dc087-1c20-4822-b6df-1389f6b4e08f.woff") format("woff"), url("../fonts/5f2dd72f-3779-49cd-a78c-db5f4085deb3.ttf") format("truetype"), url("../fonts/1b8634c8-006a-49c6-aaf3-04a56845d964.svg#1b8634c8-006a-49c6-aaf3-04a56845d964") format("svg");
}

@font-face {
    font-family: "Helvetica Neue LT W04_75 Bold";
    src: url("../fonts/42980074-3753-4614-ac95-9506e9ad6c88.eot?#iefix");
    src: url("../fonts/42980074-3753-4614-ac95-9506e9ad6c88.eot?#iefix") format("eot"), url("../fonts/31ee5279-92a8-43d1-9e8d-a418792435d2.woff2") format("woff2"), url("../fonts/88d3aa78-c646-4af0-9318-7e4405946f99.woff") format("woff"), url("../fonts/9e90bce2-6d02-4871-be6f-8eb1eb03eccf.ttf") format("truetype"), url("../fonts/339b37a5-69e3-4a27-a530-38254d6d9d80.svg#339b37a5-69e3-4a27-a530-38254d6d9d80") format("svg");
}
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");

@font-face {
    font-family: "BrainlabNow light";
    src: url("../fonts/brainlabNow/BrainlabNow-Light.ttf?#iefix");
}
@font-face {
    font-family: "BrainlabNow bold";
    src: url("../fonts/brainlabNow/BrainlabNow-Bold.ttf");
}
 body{
     font-family: "BrainlabNow light"; 
     background-color: #E9E9E9; 
     font-size:16px;
     line-height:20px; 
     margin:0 auto;
     color:#666666;
     
}
 /* #header{ text-align: center; position: relative; bottom: 20px;} */
 .header-image{
     background-image: url(../images/research-center/header-main.png); 
     background-repeat: no-repeat; 
     background-position: 0px 0px; 
     background-size: cover;
     width:100%; 
     /* height:570px;  */
     height:520px;
     text-align: center; 
     background-origin: content-box;
    }
 .logo-ontop{position: relative; top: 60%;}
 .logo-ontop img{max-height: 68px;max-width: 356;}
 
 .slogen{font-family: BrainlabNow light; color:#FFFFFF; font-size: 40px; text-transform: capitalize; padding-top: 20px; font-weight: normal; line-height: 110%; }
 #logo{
     background-color: #EE2375; 
     padding: 10px 0px 10px 20px;
    }

 .bellow-main{text-align: center; margin: auto; font-size: 18px;}
 
 .wraper-narrow{
    max-width:54%; 
    margin-left:auto;
    margin-right: auto;
 }
 .search {
    /* position: relative; */
    color: #2d2d2d  ;
    font-size: 18px;
    text-align: center;
    margin-top:40px;
    margin-bottom: 35px;
}
input:focus, td{outline: none;}
#table-results_filter{
    display: none !important;
}
.search input {
    width: 55%;
    height: 32px;
    font-family: inherit;
    font-size: 16px;
    background: #ffffff;
    border: 1px solid #aaa;
    border-radius: 20px;
    /* box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset; */

    background-image: url('../images/research-center/search-icon.svg');
    background-size: 16px 16px;
    /* background-size: auto 100%; */
    background-repeat: no-repeat;
    background-position: 95% center;
    margin-right:20px;

    text-indent: 20px;
    /* text-transform: capitalize; */
}

.below-search{
    margin-top:20px;
}

.below-search a{
    color: #2d2d2d;
}

/* jQuery Datatable customization */
.dataTables_wrapper{
    margin: auto;
}
table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting{
    background-position: center left;
    
}

#table-results{
    border-collapse:separate; 
    border-spacing:3px 10px; 
    /* border-color: #86dd23; */
    color: #2d2d2d;
    font-size: 16px;
    cursor: pointer;

    background-color: #F4F4F4;
}

#table-results th{
    font-family: "brainlabNow light";
    text-align: left;
    border-width: 3px;
    font-weight: bold;
    font-size: 18px;

    padding-left: 20px;
}

#table-results th:first-child{
    padding-left: 45px;
}

#table-results table{
    display: none;
}

table.dataTable tbody tr{
    background-color: #F4F4F4;
}
#table-results td:first-child{
    text-align: center;
}
/* #table-results td:first-child{
    background-image: url(../images/research-center/icon.png);
    background-position: 10px 10px;
    background-size: 16px;
    background-repeat: no-repeat;
    padding-left: 45px;
} */

#table-results td{
    vertical-align: top;
    border-bottom: 1px solid #909090;
}

#table-results td img{
    height: 20px;
    vertical-align: middle;
    padding-right: 10px;
}

table.dataTable thead .sorting:first-child{
    background-position: 25px;
}

.bold-font{
    font-family: "BrainlabNow light";
    font-weight: bold;
}

@media only screen and (min-width: 835px) {
    
}

@media only screen and (max-width: 835px) {
    .wraper-narrow{
        max-width: 90%; 
     }
     .search input{
        width: 90%; 
     }
}