.content div.row{
    margin-bottom:10px;
    margin-top:10px;
    width: 100%
}

.header{
    margin:15px 0;
}

#message{
    display: none;
}

.form-control{
    display: inline;

}
:-ms-input-placeholder{
    color: #999;
}
.content .btn{
    margin-top: 5px !important;
    margin-bottom : 5px;
}

.section{
    margin-bottom:25px;
}
#OMAPin{
    width: 150px;
}

.content [class*='icon-']{
    padding-right: inherit;
}

.datepicker{
    background-color: white;
}

input.error{
    box-shadow: 0 0 10px red;
}
.glyphicon-question-sign + .tooltip > .tooltip-inner {
    background-color: white;
    color: black;
    border: 2px solid #337ab7; 
    padding: 15px;
    text-align: left;
    font-size:10px;
}
.glyphicon-question-sign + .tooltip.right > .tooltip-arrow {
    border-right: 5px solid #337ab7;
}

#rules li:before{
    content: "\e014";
    font-family: 'Glyphicons Halflings';
    color: red;
    margin-right: 5px;
}
#rules li.green:before{
    content: "\e013";
    color: green;
}
#rules li.blue:before{
    content: "";
    margin-right: 0px;
    color: #337ab7;
}
#rules li.blue{
    font-size: 12px;
}

.tooltip-inner {
    max-width: 350px;
    width: 350px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 400px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.popupwidth {
    width: 400px !important;
}