﻿body, html{
    min-height:100%;
    font-family:'Ubuntu';
}
.hiddenButton{
    display:none;
}
.hiddenForm{
    display:none;
}
.close{
    font-size:2em;
}
.logoImg{
    border:none;
    padding:0;
    margin:0;
    display:inline-block;
    height:50px;
    width:auto;
    position:absolute;
    left:0;
    top:0;
}
.row-pad-top-sm{
    margin-top:15px;
}
@media screen and (orientation:portrait){
    .row-pad-top-xs{
        margin-top:10px;
    }
}
#tabList a:hover{
    cursor:pointer;
}
.label-as-badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
    float:right;
}
.error{
    color:red;
}
.checkbox-inline label:hover{
    cursor:pointer;
}