﻿.infobtn::before {
    display: inline-block;
    content: "i";
    top: 22px;
    border-radius: 50%;
    border: 1px solid dodgerblue;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: dodgerblue;
    font-weight: bold;
    cursor: pointer;
    background-color: azure;
    font-family: 'Times';
    font-weight: bold;
}
.progressbar {
    width: 100%;
    background-color: white;
    moz-opacity: 0.8;
    khtml-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 120;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
}

.progessmsg {
    z-index: 2000;
    color: silver;
    position: absolute;
    bottom: 40%;
    right: 40%;
    padding: 5px 5px 5px 5px;
    text-align: center;
    height: 100px;
    width: 200px;
}

.btn-xs {
    font-size: 12px !important;
    padding: 0px 4px 1px 4px !important;
}

.hidden {
    display: none;
}

.control-label{
    font-weight:bold;
}