body {
    font-family: "Montserrat", sans-serif;
}
.section-bg {
    background-color: #f3f5fa !important;
}
#header .logo {
    text-transform: initial;
}
.navbar .fas {
    margin-right: 3px;
}
.navbar .dropdown ul a .fas {
    display: inline-block;
    margin-right: 0;
    margin-left: 3px;
}

/* same as portfolio-filters li, but for links */
.portfolio #portfolio-flters a {
    text-decoration: none; /* required for links */
    cursor: pointer;
    display: inline-block;
    margin: 10px 5px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: #444444;
    transition: all 0.3s;
    padding: 8px 20px;
    border-radius: 50px;
    /*font-family: "Poppins", sans-serif;*/ /* why? */
    border-color: #fca80070;
    border-style: solid;
    border-width: thin;
}

.portfolio #portfolio-flters a:hover, .portfolio #portfolio-flters a.filter-active {
    background: #fca800;
    color: #fff;
}



.seq_section_title {
    background: #6a8cc74d;
    border-radius: 5px;
    padding: 8px 20px 10px 10px;
    margin-bottom: 15px;
  }
  

@media (max-width: 991px) {
    .navbar .fas {
        display: none;
    }
}

/*smaller*/
.dataTables_wrapper {
    font-size: 20;
}
/*ordering*/
table.dataTable.table-sm .sorting::after, table.dataTable.table-sm .sorting_asc::after, table.dataTable.table-sm .sorting_desc::after,
table.dataTable.table-sm .sorting::before, table.dataTable.table-sm .sorting_asc::before, table.dataTable.table-sm .sorting_desc::before {
    top: initial !important;
    bottom: 5px;
}
/*font weight thead*/
table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) {
    font-weight: 600;
}
/*pagination colors*/
.page-item.active .page-link {
    background-color: #555560;
    border-color: #555560;
}
.page-link {
    color: #555560;
}
/*remove some shadows*/
.page-link:focus,
div.dataTables_wrapper div.dataTables_filter input,
div.dataTables_wrapper div.dataTables_length select {
    box-shadow: none;
}



/*Customize datatables buttons*/

/* button.dt-button, div.dt-button, a.dt-button, input.dt-button { */
    /* position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin-right: .333em;
    margin-bottom: .333em;
    padding: 0.3em 1.0em;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    cursor: pointer;
    font-size: .88em;
    line-height: 1.6em;
    color: black;
    white-space: nowrap;
    overflow: hidden; */
    /* background-color: rgba(255, 255, 255, 1.0); */
    /* background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -moz-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -o-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear-gradient(to bottom, rgb(230, 230, 230) 0%, rgba(0, 0, 0, 0.1) 100%); */
    /* filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(230, 230, 230, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    outline: none;
    text-overflow: ellipsis; */
    /* text-align: left; */
    /* z-index: 1000; */
/* } */


div.dt-button-background { 
    display: none;
    /* position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; */
    background: rgba(255, 255, 255, 0.0);
    /* background-color: rgba(255, 255, 255, 1.0);
    background: -ms-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -moz-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -o-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, rgba(0, 0, 0, 0.3)), color-stop(1, rgba(0, 0, 0, 0.7)));
    background: -webkit-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%); */
    /* z-index: 2001; */
}


.td-domain-link a {
    color: #000;
    background-color: #ccc;
    padding: 5px;
    border-radius: 3px;
    font-size: 13px;
}

.td-domain-link a .fas {
    color: #999;
    margin-right: 5px;
    font-size: 10px;
}

.td-domain-link a:hover {
    background-color: #fff;
}


p.highlight {
    /* color: #73c5eb; */
    color: #0d6efd;
}


a.seqname {
    color: black;
    text-decoration: none;
}

a.seqname:hover{
    color: #73c5eb;
    text-decoration: none;
}

/*custom buttons for datatable*/
.dt-buttons .dt-button {
    background: #f5f5f5 !important;
    border-color: #cccc;
    border-radius: 5px;
    padding: 6px 10px;
    box-shadow: none !important;
}
/* button.dt-button:hover:not(.disabled), div.dt-button:hover:not(.disabled), a.dt-button:hover:not(.disabled), input.dt-button:hover:not(.disabled) {
    border-color: #999;
}
.dt-buttons .dt-button .dt-down-arrow {
    margin-left: 5px;
}
.dt-buttons .dt-button:focus {
    box-shadow: none;
}
.dt-buttons .dt-button:last-child {
    margin-right: 10px;
}
div.dt-button-collection {
    border-color: #ccc;
    padding: 10px;
} */

.pointer {
    cursor: pointer;
}

/*cytoscape zoom*/
.cy-panzoom {
    bottom: 15px;
    right: 15px;
    z-index: 9999;
}

#cy_container {
    position: relative;
}

#cy_info_panel {
    position: absolute;
    top: 1px;
    left: 1px;
    background-color: #f5f5f5;
    border-top-left-radius: 20px;
    padding: 10px;
    border-right: 1px solid #777;
    border-bottom: 1px solid #777;
    font-size: 13px;
    z-index: 999;
    max-width: 350px;
}

#cy_info_panel a {
    color: #fca800;
}

#cy_search_panel {
    width: 250px;
    top: 0;
    right: 15px;
    position: absolute;
    z-index: 999;
}

#cy_search_panel input {
    box-shadow: none;
    border-color: #777;
}

#cy_change_color {
    top: 1px;
    right: 290px;
    position: absolute;
    z-index: 999;
    background: #f5f5f5;
    padding: 5px 8px 0;
    border-radius: 5px;
    font-size: 14px;
}


.nbs_motif_logo {
    width: 120px;
    height: 35px;
    overflow: hidden;
    border-width: 5px;
    border-style: none solid none solid;
    border-color: white;

}
.nbs_motif_logo img {
    width: 220px;
    height: 35px;
    margin: 0 -50px 0 -50px;
    
}

.carousel-caption {
    /* background: rgba(255, 255, 255, 0.7); */
    /* border: solid; */
    position: absolute;
    width:100%;
    right: 0%;
    /* bottom: 1.25rem; */
    left: 0%;
    /* padding-top: 1.25rem; */
    /* padding-bottom: 1.25rem; */
    color: #fff;
    text-align: center;
   }

   .tooltip {
    min-width: 100px;
    max-width: 500px !important;
}










/*  AA colorcodes */

/* Aliphatic hydrophobe */
span.aa_A{
    background-color: #ffee58aa;
}
span.aa_V{
    background-color: #ffee58aa;
}
span.aa_L{
    background-color: #ffee58aa;
}
span.aa_I{
    background-color: #ffee58aa;
}
span.aa_M{
    background-color: #ffee58aa;
}

/* Aromatic hyddrophobe */
span.aa_W{
    background-color: #ff931faa;
}
span.aa_Y{
    background-color: #ff931faa;
}
span.aa_F{
    background-color: #ff931faa;
}


/* polar */
span.aa_S{
    background-color: #77ccedaa;
}
span.aa_T{
    background-color: #77ccedaa;
}
span.aa_Q{
    background-color: #77ccedaa;
}
span.aa_N{
    background-color: #77ccedaa;
}

/* negative */
span.aa_D{
    background-color: #ba1a1aaa;
}
span.aa_E{
    background-color: #ba1a1aaa;
}


/* positive */
span.aa_K{
    background-color: #003df5aa;
}
span.aa_R{
    background-color: #003df5aa;
}


span.aa_P{
    background-color: #999999aa;
}
span.aa_G{
    background-color: #999999aa;
}


span.aa_C{
    background-color: #794305ad;
}
span.aa_H{
    background-color: #7d00afaa;
}


span.aa_X{
    background-color: #000000aa;
}

.qwerty {
    background-color: red!important;
}