.txt-center {
    text-align: center;
}
.border- {
    border: 1px solid #000 !important;
}
.padding {
    padding: 15px;
}
.mar-bot {
    margin-bottom: 15px;
}
.admit-card {
    border: 2px solid #000;
    padding: 15px;
    margin: 20px 0;
}
.BoxA h5, .BoxA p {
    margin: 0;
}
h5 {
    text-transform: none;
}
table img {
    width: 100%;
    margin: 0 auto;
}
.table-bordered td, .table-bordered th, .table thead th {
    border: 1px solid #000000 !important;
    font-size:12px;
}
.has-icon-left .form-control-position {
    right: auto;
    left: inherit;
}
.has-icon-left .form-control {
    padding-left:3.0rem;
}

.form-control-position {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 2.5rem;
    height: 100%;
    text-align: center;
    color: #fff;
    border-radius: 4px 0 0 4px;
    font-size: 14px;
    background: #0073b7
}
    .form-control-position i {
        padding: 10px;
    }


