.container {
    height: 100%;
}

#new-score {
    display: none;
}

.hwSelect {
    width: 100%;
}

#types-wrapper {
    width: 45%;
    float: right;
}

#vendors-wrapper {
    width: 55%;
    float: left;
}

#os-wrapper {
    width: 50%;
    float: left;
}

#osVersions-wrapper {
    width: 50%;
    float: right;
}

.error {
    color: red;
}

#add-score-table {
    padding: 0px;
    font-size: 8pt;
}

.bg-score-5 {
    background-color: #00a9ff;
    padding-top: .5em;
    padding-bottom: .5em;
}

.bg-score-4 {
    background-color: #55ff00;
}

.bg-score-3 {
    background-color: #ffef76;
}

.bg-score-2 {
    background-color: #ff9604;
}

.bg-score-1 {
    background-color: #ff5156;
}

.bg-score-0 {
    background-color: #a09799;
}

.verticalSelectorSeparator {
    height: 15px;
    display: table-cell;
}

.add-search {
    background: #EEEEEE;
    padding: 5px;
}

#add-score-table {
    text-align: center;
}

#add-score-table  td{
    padding: 2px;
}

#scoreNote {
    height: 110px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 30px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 25px;
    background-color: #f5f5f5;
}

.text-muted {
    margin: 15px;
}

.text-footer {
    margin: 5px 100px 0px 0px;
}

#scoresTable {
    border-collapse: separate;
    border-spacing: 1px;
}

#scoresTable td {
    padding: 2px;
    margin: 2px;
}

#scoresTable tr:hover td {
    opacity: 0.6;
}

.titleLink:hover {
    text-decoration: none;
}

.headerText { margin: 10px; }

.scoreCol {
    min-width: 60px;
    max-width: 60px;
    font-size: 9pt;
    text-align: center;
}

#scoresLegend {
    float: right;
}

.black {color: #000000;}

#scoresLegend td {padding: 3px; font-size: 9pt;}

#add-score-table th {text-align: center;}

.bottom-share {
    padding-top: 5px;
}

#alreadyScored {
    padding-left: 30px;
    margin: 0px;
}

#alreadyScoredContainer {
    padding-top: 12px;
}

.select2-dropdown {
    z-index: 100 !important;/*1050;*/
}

#reviewDetailsPopupShareBlock {
    padding-top: 10px;
}

.bottom-align-text {
    bottom: 0px;
    right: 0px;
    background-color: #eeeefe;
}

.no-bottom-margin {
    margin-bottom: 0px;
}