/*body {
    position: relative;
    padding: 0px;
    margin: 0px;
    font-family: "Arial", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}*/
.be-sure-form {
    position: fixed;
    top: 260px;
    right: 0;
    z-index: 99;
    width: 20%;
    background: #fff;
    padding: 20px 20px 0;
/*    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;*/
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
a:hover {
    text-decoration: none;
}
.body-sec {
    display: block;
    width: 100%; /*min-height: calc(100vh - 30px);*/
    position: relative;
    border-radius: 25px;
    background-color: #ffffff;
    border: 10px solid #0000b5;
/*    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);*/
}
.border-top-right:before {
    position: absolute;
    top: -10px;
    right: -10px;
    border-top-right-radius: 25px;
    width: 150px;
    height: 150px;
    border-top: 10px solid #ff0000;
    border-right: 10px solid #ff0000;
    content: "";
}
.border-top-right:after {
    position: absolute;
    bottom: -10px;
    left: -10px;
    border-bottom-left-radius: 25px;
    width: 150px;
    height: 150px;
    border-bottom: 10px solid #ff0000;
    border-left: 10px solid #ff0000;
    content: "";
}
.body-sec-2 {
    display: block;
    padding: 10px;
}
.text-success {
    color: #27a800 !important;
}
.body-sec-2 h4 {
    font-size: 90%;
    margin: 10px;
}
.body-sec-2 p {
    margin: 0px;
    margin-bottom: 10px;
    font-size: 80%;
    line-height: 1.2;
}
.text-primary {
    color: #0000b5 !important;
}
.btn-danger {
    background-color: #ff0000;
}
.table-bordered td,
.table-bordered th {
    border-color: #ff0000;
    font-size: 80%;
    line-height: 1.2;
    background-color: #eeeeee;
}
.table td,
.table th {
    padding: 5px;
}
.body-sec-2 p.p-content {
    color: #0000b5;
    font-size: 70%;
}
.default-result,
.enduser-temp1 {
    display: block;
    padding: 10px;
    width: 100%;
    position: relative;
    z-index: 9;
}
.customer-logo {
    display: block;
    margin-bottom: 20px;
}
.default-result h4 {
    margin: 10px;
    font-size: 90%;
}
.default-result p,
.enduser-temp1 p {
    margin: 0px;
    margin-bottom: 10px;
    font-size: 80%;
    line-height: 1.2;
}
.default-result .table-responsive {
    font-size: 80%;
}
.form-group {
    position: relative;
}
.form-group i {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99;
    color: #000000;
}
.footer-sec {
    font-size: 70%;
    margin: 10px 0px;
    text-align: center;
    color: #aaaaaa;
}
.f-sm {
    font-size: 70% !important;
}
.theme-blue {
    color: #0000b5 !important;
}
.theme-red {
    color: #ee2d3d !important;
}
.theme-red-btn {
    background-color: #ee2d3d !important ;
    color: #ffffff;
}
.theme-red-btn:hover {
    background-color: #ef1628 !important ;
    color: #ffffff;
}
.lh-15 {
    line-height: 1.3 !important;
}
