html {
    height: 100%;
}
body {
    margin:0px;
    font-family: Consolas, 'Courier New', Courier, monospace;
    background-color: #f1f1f1;
    font-size: 14px;
    margin: 0;
    overflow: hidden;
}

.btnConfirm {
    background-color: #c7ffca !important;
}

.btnDecline {
    background-color: #ffbdbd !important;
}

.message{
    border : 1px solid #ccc;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.msgTitle {
    font-size:16pt;
    font-weight:bold;
    margin-bottom:5px;
}

.msgContent{
    font-size:12pt;
    margin-bottom: 10px;
    text-align: justify;
    text-indent: 10px;
}
.msgFooter{
    text-align : right;
}

.msgFooter button{
    font-size:10pt;
    background-color: buttonface;
    padding : 5px 7px;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
}

.msgFooter button:hover, .msgFooter button:focus{
    border: 1px solid #aaa;
}

#divLoader{
    background-color: transparent;
    border: none;
}

#divLoader:focus{
    border: none;
}

.loader{
    background-image: url("../images/loader.gif");
    width:30px;
    height: 30px;
}
.pointer{cursor: pointer;}
.pointer:hover{
  color: #f90;
}

.filter-options-inactive {
    color: red;
    margin: -6px;
    padding: 6px;
}