

.times-text {
    font-family: "Times New Roman", Times, serif;
    color: #0e0d0d;
}

#balance_val:read-only {
    background-color: #0e1726;
    color: #e24f59;
}

.deleted_text {
    text-decoration: line-through;
    text-decoration-color: red;
}

.hidden {
    display: none;
}

img.rounded-corners {
    border-radius: 20px;
}

.btn .btn-orange {
    text-align: left;
    width: 100%;
}

.it .btn-orange {
    text-align: left;
    width: 100%;
}

.it input.form-control {
    height: 54px;
    border: none;
    margin-bottom: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #ddd;
    box-shadow: none;
}

.it .form-control:focus {
    border-color: #ff4d0d;
    box-shadow: none;
    outline: none;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.it .btn-new,
.it .btn-next {
    margin: 30px 0px;
    border-radius: 0px;
    background-color: #333;
    color: #f5f5f5;
    font-size: 16px;
    width: 155px;
}

.it .btn-next {
    height: 35px;
    background-color: #ff4d0d;
    color: #fff;
}

.it .btn-check {
    cursor: pointer;
    line-height: 54px;
    color: red;
}

.it .uploadDoc {
    margin-bottom: 20px;
}

.it .uploadDoc {
    margin-bottom: 20px;
}

.it .btn-orange img {
    width: 30px;
}

.it #uploader .docErr {
    position: absolute;
    right: auto;
    left: 10px;
    top: -56px;
    padding: 10px;
    font-size: 15px;
    background-color: #fff;
    color: red;
    box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.2);
    display: none;
}

.it #uploader .docErr:after {
    content: '\f0d7';
    display: inline-block;
    font-family: FontAwesome;
    font-size: 50px;
    color: #fff;
    position: absolute;
    left: 30px;
    bottom: -40px;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

.myDiv {
    border: 5px outset red;
    background-color: lightblue;
    text-align: center;
}
