﻿
.data-item {
    border-bottom: dotted 1px rgb(215,215,215);
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 0px;
    padding-left: 2px;
    padding-right: 2px;
}

.item-alt {
    background-color: rgb(248,248,248);
}

.page-hdr {
    border-bottom: solid 1px rgb(230,230,230);
    padding: 1px;
    padding-left: 5px;
    padding-right: 5px;
}

.bottom-border {
    border-bottom: solid 1px rgb(230,230,230);
}

.top-border {
    border-top: solid 1px rgb(230,230,230);
}

.right-border {
    border-right: solid 1px rgb(230,230,230);
}

.left-border {
    border-left: solid 1px rgb(230,230,230);
}

.bottom-space {
    padding-bottom: 10px;
}

.data-item-summ {
    margin-top: 5px;
    margin-bottom: 6px;
    color: gray;
}

.data-item-imp2 {
    color1: rgb(255, 106, 0);
    font-weight: bold;
}

.data-item-imp1 {
    font-weight: bold;
}

.data-item-info {
    font-size: 12px;
    font-weight: normal;
}

.info-pend {
    color: orange;
}

.info-success {
    color: green;
}

.info-cancel {
    color: red;
}

.top5 {
    margin-top: 5px;
}

.right5 {
    margin-right: 5px;
}

.left5 {
    margin-left: 5px;
}

.bottom5 {
    margin-bottom: 5px;
}

.modal-header, .modal-header h4, .modal-header .close {
    background-color: #d9edf7;
    color: black !important;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

.modal-footer {
    background-color: #f9f9f9;
}

.total {
    width: 10%;
    padding: 0px;
    font-weight: bold;
    margin: 0px;
}

.progress {
    margin: 0px;
}


.loading {
    z-index: 10;
    background1: rgb(240,240,240);
    opacity: 10;
    color: black;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 2px;
}


.form-label {
    font-weight: bold;
}

.Req-field {
    color: red;
}

.data-center {
    text-align: center;
}

.rowsep {
    border: solid 1px rgb(230,230,230);
    margin-bottom: 5px;
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 5px;
}


.active a {
    background-color: #d9edf7 !important;
    font-weight: bold;
}


.fontbold {
    font-weight: bold;
}

.huge {
    font-size: 40px;
}


.HeaderGrid {
    background-color: #ddd;
}
