﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@media print {
    body {
        zoom: 80%;
    }
}
.cardLable {
    margin: 3.4vh;
}
.size-adapt {
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px) !important;
    text-align: center !important;
    /* vertical-align: middle; */
    padding-bottom: 10%;
}
.input-disable {
    background-color: #d7d7d7 !important;
}

.ceter-content-tab {
    JUSTIFY-CONTENT: center;
    display: flex;
}
.right-content-tab {
    JUSTIFY-CONTENT: right;
    display: flex;
}
.left-content-tab {
    JUSTIFY-CONTENT: left;
    display: flex;
}
.generate-button {
    background-color: #999;
    color: white;
}
.reconButton {
    background-color: red;
    border-radius: 0.25rem;
}
.Linkbox {
    content: attr(value);
    margin: -3px 15px;
    vertical-align: top;
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
}
.Line-3 {
    border: solid 1px #8cc63f;
}
.Line-50 {
    border: solid 1px #999;
    margin-top: 10px;
    width: 900px;
    position: absolute;

}
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}
*[data-href] {
    cursor: pointer;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}
/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}
.margine-top-small {
    margin-top: 10px;
}
.removeImg{
    margin-top: -10px;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
.header {
    font-family: Calibri;
    font-size: 24px;
    line-height: 29px;
    text-align: left;
    color: #000;
    bottom: 2px;
    position: absolute;
}
.header-separate {
    font-family: Calibri;
    font-size: 24px;
    line-height: 29px;
    text-align: left;
    color: #000;
    bottom: 2px;
}
i{
    color: Highlight;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
.margin-heder {
    margin-top: 15px;
}
.margin-top-mid {
    margin-top: 15%;
}
.List-Header {
    font-family: Calibri;
    font-size: 24px;
    line-height: 29px;
    text-align: left;
    color: #000;
}
.Error-Red {
    color: #dc0000;
}
/*custom theme design*/
.rectangle-nav {
    height: 45px;
    background-color: #009fdf !important;
}
.reconsilation-title {
    color: #006cbb;
    text-align: center;
    vertical-align: middle;
    font-family: Calibri !important;
    font-size: 30px !important;
    font-weight: normal !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.22 !important;
    letter-spacing: normal !important;
}

.hr-green {
    border-color: #8cc63e;
    margin-bottom: 15px;
    margin-top: 0;
    margin-left: -7px;
    margin-right: -13px;
}

.login-page-logo {
    height: 171px;
    /*width: auto;*/
    width: 249.7px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.contact {
    color: darkturquoise;
    text-align: center;
    vertical-align: middle;
    font-family: Calibri;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    margin-top: -8px;
}



label {
    font-family: Calibri;
    font-size: 16px;
    line-height: 1.19;
    letter-spacing: normal;
    height: 19px;
    font-stretch: normal;
    text-align: left;
    color: var(--font-black);
    font-weight: bold;
    margin-bottom: 0.1rem !important;
}

body {
    background-color: #fff !important;
}

.g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.85);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
.form-group {
    margin-bottom: 0.7rem !important;
}
input {
    height: 48px;
    margin: 10px 0 0;
    padding: 15px 0 2px;
    border-radius: 8px;
    background-color: #fff;
    font-family: Calibri !important;
    font-size: 16px !important;
    font-weight: normal !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.19 !important;
    letter-spacing: normal !important;
    text-align: left !important;
}
.form-control {
    border: 1px solid #fff !important;
}
.icon-box {
    width: 48px;
    height: 48px;
    cursor: pointer;
    padding: 4.3px 8.6px 4.3px 8.6px !important;
}
.form-control:hover {
    border-color: #8cc63e !important;
}
.form-control:focus {
    box-shadow: none !important;
    border-color:#fff !important;
}
.password-eye {
    margin-top: 139px !important;
    margin-left: -37px !important;
}
.btn {
    text-transform: uppercase !important;
}
.input-validation-error {
    border: 1px solid #ff0000 !important;
}
.login-btn {
    margin-top: 19.8px !important;
}

    input::placeholder {
        height: 17px !important;
        opacity: 0.4 !important;
        font-family: Calibri !important;
        font-size: 14px !important;
        font-weight: normal !important;
        font-stretch: normal !important;
        font-style: normal !important;
        line-height: 1.21 !important;
        letter-spacing: normal !important;
        text-align: left !important;
    }
.input-underline {
    background: linear-gradient(#8cc63e, #8cc63e) center bottom 3px /calc(100% - 10px) 1px no-repeat !important;
    background-color: white !important;
}
.text-danger {
    margin: 1px 0 !important;
    font-family: Calibri !important;
    font-size: 18px !important;
    font-weight: normal !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.17 !important;
    letter-spacing: normal !important;
    text-align: left !important;
}
select {
    margin-top: 10px;
}
.navbar-nav .nav-item .nav-link {
    color: #fff !important;
    text-transform: uppercase !important;
    font-family: Calibri;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #ffffff !important;
    opacity: 1 !important;
    color: #999999 !important;
    font-family: Calibri !important;
    /*font-size: 14px !important;*/
    font-weight: normal !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.21 !important;
    letter-spacing: normal !important;
    text-align: left !important;
}

.readonly-lable {
    color: #999999 !important;
    font-family: Calibri !important;
    font-size: 16px !important;
    font-weight: bold !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.19 !important;
    letter-spacing: normal !important;
    text-align: left !important;
}
/*input-readOnly-lable {
    color: #999999 !important;
}
input-readOnly {
    color: #e2e2e2 !important;
    background-color:#fff;
}
input-readOnly:focus {
    box-shadow: none !important;
    border-color: #e2e2e2 !important;
}*/
@media (max-width: 576px) {
    .password-eye {
        display: none;
    }
}
@media (max-width: 768px) {
    .password-eye {
        margin-top: 140px !important;
        margin-left: -37px !important;
    }
}

@media only screen and (min-width: 1920px) {
    .rectangle-nav {
        height: 72px !important;
    }
    .reconsilation-title {
        height: 44px !important;
        margin-top: 32px !important;
        font-size: 36px !important;
    }
    .hr-green {
        margin-left: -36px !important;
        margin-right: -39px !important;
    }
    .login-page-logo {
        height: 194px;
    }
    input {
        height: 48px !important;
    }
    .input-underline {
        background: linear-gradient(#8cc63e, #8cc63e) center bottom 6px /calc(100% - 10px) 1px no-repeat !important;
        background-color: white !important;
    }
    .password-eye {
        margin-top: 156px !important;
    }
}
.rounded-pill {
    color: white;
}
.uploaded-and-processed {
    height: 22px;
    margin: 23.5px 159px 38px 80px;
    font-family: Calibri;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: center;
    color: var(--secondary);
}

*[data-link] {
    cursor: pointer;
}

.tdcheckbox {
    width: 10px !important;
}

    .tdcheckbox .reportcb {
        height: 12px !important;
    }

#checkAll {
    height: 12px !important;
}
