﻿body-content {
}

/* 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 {
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
}

hr {
    border-top: 1px solid #aaa;
}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.biorambam-header a {
    color: #496595;
    border-color: #496595;
    font-size:large;
}
.navbar-inverse .navbar-nav > li > a
{
    color: white;
    font-weight:bold;
}

.navbar-inverse .navbar-nav > li > a:hover
{
    background-color: white;
    color: #496595;
    font-weight:bold;
}

.navbar-inverse .navbar-brand 
{
    color:white;
    font-weight: bold;
}

.navbar-inverse a.navbar-brand:hover 
{
    background-color: white;
    color: #496595;
    font-weight: bold;
}

.biorambam-header {
    padding: 10px;
    height: 120px;
}

.land-btn
{
    color:black;
    font-weight: bold;
    background-color:yellow;
    border-color: black;
}

.round-button {
    cursor: pointer;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background-color: #2965A0;
    color: white;
    font-size: 20px;
}

    .round-button:focus {
        outline: 0px;
    }

.circle1 {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: white;
}

.measNum, .paramNum {
    color: white;
    font-size: 12px;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    line-height: 25px;
}


.measNumWrapper {
    width: 30px;
    height: 25px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}


.measNumTdWrapper {
    width: 30px;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}

.paramWrapper {
    width: 40px;
    height: 25px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}


#loading-indicator {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
