.overlayterminoscompra {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    outline: 0;
    min-height: calc(100% - (1.75rem * 2));
    transition: opacity .15s linear;
    background-color: rgba(0,0,0,.4);
}
.modalterminoscompra{
    height: 80%;
    overflow: auto;
    padding: 10px;
    text-align: justify;
    background-color: #f1f1f1;
    width: 92vw;
    float: left;
    position: absolute;
    top: 58px;
    color:black;
    font-size:12px;
    left: 4vw;    
}
.failuremessage {
    color: red;
    font-weight: normal;
    height: auto;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    border-width: 1px;
    border-color: #e7e7e7;
    border-style: solid;
    background-color: #fff;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 20px;
}
.titlebar{
    width: 100%;
    background-color: #313740;
    color: #e7e7e7;
    padding: 10px;
    height: auto;
    border-radius: 2px;
}
.rowhead{
    height: 30px;
    padding-top: 5px;
    background-color:gray;
    color: #fff;
}
.rowline{
    height: auto;
    background-color: lightgrey;
    border-bottom-style: solid;
    border-bottom-color: currentcolor;
    border-bottom-width: 1px;
}
.rowpadding{
    padding: 5px;
}
.bootstrap-select .btn {
    border-color: #e3e3e3;
    display: none !important;
}
.form-control{
    border-radius: 0px !important;
}
.btn {
    background-color: #01105F !important;
    color: #fff !important;
}