﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */

/*
input,
select,
textarea {
    max-width: 280px;
}*/

 .table-width {
    width:200px;
    height:50px;
}
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

.text-danger{
    color: indianred;
}
.error {
    color: indianred;
}
select.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}
.nibbsBtn {
    align-content:flex-end;
    align-self:flex-end;
}
#modal-content
{
    width: 370px;
    height:250px;
    margin:auto;
    padding: 10px;
}
#otpValue {
    width: 310px;
}
#modal-body{
    margin:auto;
}
.modal-footer .modal-header{
    padding:inherit;
    width:450px;
}
#notification :hover {
    color: orangered;
}

#otpstatus:hover {
    color: indianred;
}


