﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
    color: rgb(56, 56, 55);
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.content-bodyvertical {
    width: 100%;
    max-width: 1000px;
}
.ErrMsg 
{
    color:red;
}
.ErrorCenterAdj {
    margin-right: 20%;
    margin-left: 20%;
}
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
#ctl08_GridCustoms {
    border: 0;
}

    #ctl08_GridCustoms th {
        border: 0;
        width: 25%;
    }

    #ctl08_GridCustoms tbody td {
        border: 0;
    }
#ctl08_Grid2D {
    border: 0;
}

    #ctl08_Grid2D th {
        border: 0;
        width: 25%;
    }

    #ctl08_Grid2D tbody td {
        border: 0;
    }
#ctl08_Grid1D {
    border: 0;
}

    #ctl08_Grid1D th {
        border: 0;
        /*width: 50%;*/
    }

    #ctl08_Grid1D tbody td {
        border: 0;
    }
#Note_txt {
    resize: none;
}
#Grid1D {
    border: 0;
}

    #Grid1D th {
        border: 0;
        width: 50%;
    }

    #Grid1D tbody td {
        border: 0;
    }
/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 100%;
}

.display-none {
    display: none;
}

.digit-top {
    background-color: green !important;
    border-bottom: 1px solid green !important;
}

.digit-bottom {
    background-color: green !important;
}

.min-w-178 {
    min-width: 178px !important;
}

.content-body {
    width: 100%;
    max-width: 514px;
}

.user-balance {
    position: absolute;
    top: -5px;
}

#Ava_balance_val, #Ava_balance_val_curreny {
    font-size: 24px;
}

#Customer_name_val {
    font-size: 20px;
}

#fees_rb {
    width: 100%;
}

    #fees_rb tbody {
        display: flex;
        justify-content: space-around;
    }

    #fees_rb input {
        margin: 0 5px;
    }

.CaptchaRefreshBtn {
    width: 22px;
    height: 25px;
}

.btn {
    width: 145px;
}
#EnBtn {
    width: 360px;
}
.required-field::after {
    content: "*";
    color: red;
    position: absolute;
    top: 0px;
    right: 0px;
}

.dim-details {
    opacity: 0.7;
}

.No-Dim {
    opacity: 1.0;
    pointer-events: none;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

@media screen and (max-width:450px) {
    #fees_rb tbody {
        display: block;
    }
}

@media screen and (max-width:767px) {
    .user-balance {
        position: absolute;
        top: 75px;
    }

    .account-number-container {
        margin-bottom: 50px !important;
    }
}
/*@media screen and (max-width: 1000px) {
    .scroll {
        width: 100%;
        overflow: scroll;
    }
}*/
@media screen and (max-width: 10000px) {
    .scroll {
        width: 100%;
        overflow: auto;
    }
}

.fa-times-circle {
    color: darkred;
    font-size: 4em;
    margin-bottom: 25px;
}

.grey-text {
    color: rgba(114, 113, 112, 0.85);
}

input:disabled,
input[disabled] {
    border: 1px solid #999999;
    background-color: #cccccc !important;
    /*color: #fff !important;*/
    border: #cccccc !important;
}

.multiselect-native-select button {
    border-radius: 10px !important;
    border: 1px solid rgb(255,161,0) !important;
    background-color: white !important;
    text-align: center;
}

.dropdown-menu {
    width: 100%;
}

.multiselect-native-select {
    width: 100%;
}

    .multiselect-native-select, .multiselect-native-select .btn-group {
        width: 100%;
    }

.dropdown-menu {
    right: 0;
}

.reCaptcha-btn {
    background: none;
    border: none;
    color: #ffa100;
}


.flipTimer {
    width: 345px;
    margin: 0 -26vw;
    display: inline-block;
}

.element {
    display: contents;
    width: 100%;
    height: 100%;
}

#nav a {
    background: #ffd38c;
    padding: 5px;
    text-align: center;
    margin: 10px 5px;
    border-radius: 5px;
    color: black;
}

#nav .active {
    background: #ffa100
}

.sub-table {
    min-height: 325px;
}
.fw-500 {
    font-weight: 500;
}
#confirmModal .modal-content {
    border-radius: 15px;
}

#confirmModal .modal-body {
    margin-top: 25px;
}

#confirmModal .sure-btn {
    background: #006643;
}

#confirmModal .modal-content {
    border-radius: 15px;
}

#confirmModal .modal-body {
    margin-top: 25px;
}

#confirmModal .text-center {
    justify-content: center;
}

#confirmModal .sure-btn {
    background-color: #006643 !important;
}