﻿body {
    padding-top: 0px;
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif !important;
    transition: transform .2s;
}

    body.ps-active {
        transform: translateX(300px);
    }

    body.select2 {
        transform: translateX(300px);
        background-color: #FF0000;
    }

.body-content {
    padding-top: 5px;
    padding-left: 100px;
    padding-right: 100px;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 45px; /* Set the fixed height of the footer here */
    line-height: 40px; /* Vertically center the text there */
    background-color: #3e3d3d;
    border-top: 3px;
    border-top-color: #FF0000;
    border-style: solid;
}


#left-side-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%; /* remember to set 100% height for all its parents too, including html and body */
    background-color: #efefef;
    border-width: 0px 4px 0px 0px;
    border-color: #00bfff;
    border-style: solid;
    transform: translateX(-300px);
}
/* Set padding to keep content from hitting the edges */

.jsgrid-cell {
    font-size: 13px;
    padding: 5px;
    word-wrap: break-word;
}
.jsgrid-header-row > .jsgrid-header-cell {
    background-color: #efefef;
    color: #6f706f;
    font-size: 14px;
}

.jsgrid-grid-header,
.jsgrid-grid-body {
    overflow: auto;
}
.jsgrid-pager-page a:hover {
    color:#FF0000;
    font-weight: bold;
}

.jsgrid-header-row th:hover{
    background-color:#bae7fe;
    color:#858585;
}
.jsgrid-pager-container {
    text-align: center;
    background-color: #efefef;
    color: #6f706f;
    font-size: 14px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

input:hover {
    border-color: #FF0000;
}

textarea:hover {
    border-color: #FF0000;
}
/* Set width on the form input elements since they're 100% wide by default */

fieldset {
    margin-top: 20px;
    padding: 20px;
    border-style: solid;
    border-color: #1689a7;
    border-width: 2px;
    color: #1689a7;
}

    fieldset:hover {
        background-color: #f5f5f5;
    }

legend {
    background-color: #1689a7;
    color: #ffffff;
    padding-left: 20px;
    border-bottom: none;
    margin-bottom: 0px;
    display: inherit;
    text-decoration: none;
}

.fieldset-sub1 {
    border-color: #19bfea;
    color: #19bfea;
}

    .fieldset-sub1:hover {
        background-color: azure;
    }

.color-sub1 {
    background-color: #19bfea;
    color: #FFFFFF;
}

.resourceBadge {
    -ms-border-radius: 1px;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px;
    margin: 5px;
    border-width: 5px;
    border-style: solid;
    width: 20%;
    display: inline-block;
}

    .resourceBadge:hover {
        border-color: #FF0000;
    }


.resourceBadgeAbbrev {
    font-size: 5em;
}

.resourceBadgeTitle {
    font-size: 1.8em;
    font-weight:600;
}
.resourceSubBadgeTitle {
    font-size: 1.6em;
    font-weight: 200;
}

.resourceBadgeCount {
    font-size: 1.5em;
}

.inactivecard {
    background-color: #efefef;
    color: rgba(0,0,0,0.2);
}

.resourceBadgeIcon {
    filter: invert(100%);
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.resourceBadgeIconContainer {
    width: 64px;
    height: 40px;
}

    .resourceBadgeIconContainer img {
        width: 100%;
        height: auto;
    }

.resourceHeaderIconContainer {
    width: 64px;
    height: 40px;
}

    .resourceHeaderIconContainer img {
        width: 100%;
        height: auto;
    }


.rb_BioReagent {
    background-color: #1dbde9;
    border-color: #13759b;
    color: #FFFFFF;
}

.rb_Dataset {
    background-color: #b2dcd8;
    border-color: #789492;
    color: #6f706f;
}

.rb_Document {
    background-color: #40b248;
    border-color: #266b2b;
    color: #FFFFFF;
}

.rb_Technology {
    background-color: #dddc33;
    border-color: #a8a727;
    color: #6f706f;
}



.select2-container {
    font-size: 13px;
    text-align: left;
}






.filterSelector {
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    background-color: #efefef;
    border-style: solid;
    border-width: 1px;
    border-bottom-width: 0px;
    border-top-color: #f3f3f3;
    border-left-color: #858585;
    border-right-color: #858585;
}

.h-tcolor-1 {
    color: #efefef;
}

.h-label-3 {
    display: flow;
    width: 200px;
    padding: 5px;
    font-size: 12px;
}

.h-select-1 {
    width: 250px;
    padding-right: 10px;
}

.h-select-2 {
    width: 350px;
    padding-right: 10px;
}

.h-select-3 {
    width: 450px;
    padding-right: 10px;
}

.ui-jqgrid tr.jqgrow td {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}


.table_resource {
    width: 100%;
}

.row_resource_key {
    width: 15%;
    text-align: left;
    padding: 5px 10px 5px 15px;
    font-weight: bold;
    color: #6f706f;
    border-style: none;
}

.row_resource_value {
    padding-left: 5px;
    width: 85%;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: rgba(0,0,0,0.2);
}

.row_resource_codedValue {
    border-width: 0px 0px 1px 0px;
    border-color: #4b585f;
    padding-top: 10px;
    padding-bottom: 10px;
}




.searchSelect {
    margin-top: 20px;
    width: 300px;
}

.select2-container {
    font-size: 13px;
    text-align: left;
}

.select2-selection__choice {
    background-color: #56a600;
}

.select2-dropdown {
    font-size: 12px;
    text-align: left;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 350px;
    }

        #wrapper.toggled {
            padding-left: 0;
        }

    #sidebar-wrapper {
        width: 350px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}


.listviewItem {
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-style: dashed;
    border-width: 0px 0px 1px 0px;
    border-color: #9d9d9d;
}

    .listviewItem:hover {
        padding: 9px;
        background-color: #ecf1f4;
        border-style: solid;
        border-width: 1px;
    }



.card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

    /* On mouse-over, add a deeper shadow */
    .card:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

/* Add some padding inside the card container */

.search-box input[type="text"] {
    font-size: 0.9em;
}
.search-box {
    -webkit-transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
    transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    background: #000000;
}

    .search-box + label .search-icon {
        color: black;
        font-size: 0.7em;
        padding-left: 4px;
    }

    .search-box:hover {
        color: white;
        background: #c8c8c8;
        box-shadow: 0 0 0 4px #3d4752;
    }

        .search-box:hover + label .search-icon {
            color: white;
        }

    .search-box:focus {
        -webkit-transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
        transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
        border: 3px;
        border-style: solid;
        outline: 2px;
        box-shadow: none;
        padding-left: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
        cursor: text;
        width: 450px;
        border-radius: auto;
        background: #ebebeb;
        color: black;
        opacity: 0.95;
        font-size: 0.8em;
    }

        .search-box:focus + label .search-icon {
            color: black;
        }

    .search-box:not(:focus) {
        text-indent: -5000px;
    }

#search-submit {
    position: relative;
    left: -5000px;
}

.search-icon {
    position: relative;
    left: -30px;
    color: white;
    cursor: pointer;
}

#searchDiv {
    margin-top: 8px;
    position: fixed;
    z-index: 1;
}


.starrr {
    display: inline-block; }
.starrr a {
    font-size: 16px;
    padding: 0 1px;
    cursor: pointer;
    color: #FFD119;
    text-decoration: none; }



.bootstrap-autocomplete {
    z-index: 3000;
}