body{
    background-color: #dcefff;
}
#page{
    background-color: #fff;
    padding-bottom: 15px;
}
.footer{
    margin-top: 20px;
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
    font-size: 80%;
}
.break{
    margin-bottom: 10px;
    content: '';
    clear: both;
}

input[type="text"], input[type="password"],select, textarea {
    display: block;
    height: 30px;
    padding: 3px 5px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 10px;
}
input:active, input:focus{
    outline: #95b6f3;
    border: 1px solid #95b6f3;
}
label{
    font-weight:700;
}
.required{
    color: red;
}
.text-green{
    color: #135813;
}
.text-red{
    color: #5f0707;
}
#show-calculation-report{
    overflow:auto;
    height: 250px;  
    width: 100%; 
	border:#cccccc solid 1px;
	padding:10px;
    background:#eee;
    margin-bottom: 10px;
    font-family: monospace;
    margin-top:10px;
}
label.check-list{
    font-weight: normal;
}

/* Bootstrap4 modified */
.pb-1{
    padding-bottom: 5px;
}
.pb-2{
    padding-bottom:10px;
}
.pb-3{
    padding-bottom:15px;
}
/* Bootstrap modified */
@media (min-width: 768px) {
    .container {
        max-width: 730px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 768px){
    .container {
        width: 750px;
    }
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: inherit;
    font-weight: 500;
}

.header {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.form-group {
    margin-bottom: 15px;
    clear: both;
}

.break{
    clear: both;
    padding: 10px 0 10px 15px;
}
.break-5{
    clear: both;
    padding: 5px 0 5px 10px;
}
.break-3{
    clear: both;
    padding: 3px 0 3px 5px;
}
