﻿div.blockUI.blockMsg.blockPage {
    padding: 0;
    margin: 0;
    width: 100%;
    top: 40%;
    left: 0;
    text-align: center;
    color: #fff;
    border: none;
    background:no-repeat; 
    /*background-image: url("/Images/spinner.gif");*/
    background-color: #002d57;
    cursor: wait;
}

div.blockUI.blockMsg.blockPage h4 {
    margin: 1rem auto 1rem auto;
}

.poldet .invoice-price .invoice-price-left,
.poldet .invoice-price .invoice-price-right {
    width: 100%;
    display: block;
}

.poldet .invoice-price .invoice-price-right {
    width: 100%;
    display: block;
}

.poldet .invoice-price .invoice-price-row {
    width: 100%;
    display: block;
    float: none;
}

.poldet .invoice-note {
    margin-top: 30px;
}

.BGC-DarkBlue {
    background-color: rgb(0, 45, 87);
}

.BGC-MediumBrightBlue {
    background-color: rgb(0, 92, 178);
}

.BGC-GreyBlue {
    background-color: rgb(119, 153, 170);
}

.BGC-Grey {
    background-color: rgb( 226, 231, 235);
}

.BGC-Red {
    background-color: rgb( 220, 53, 69 );
}

.F-DarkBlue {
    color: rgb(0, 45, 87);
}

.F-MedBrightBlue {
    color: rgb(0, 92, 178);
}

.F-GreyishBlue {
    color: rgb(119, 153, 170);
}

.F-Grey {
    color: rgb( 226, 231, 235);
}

.F-Red {
    color: rgb( 220, 53, 69 );
}

.F-Black {
    color: black;
}

.F-White {
    color: white;
}
        
