﻿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;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.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;
}

#profile-options {
    display:none;
    z-index:100;
    background-color: rgb(238, 238, 238);
    position:absolute;
    border:solid;
    border-color: rgb(128, 128, 128);
    border-width:thin;
}

.profile-link {
    /*display:table-cell;*/
    white-space:nowrap;

}

.profile-links {
    list-style-type:none;
    padding-left:10px;
    padding-right:10px;
    /*display:table-row;*/
}

#profile-link {
    cursor:pointer;
}

.claim-table, table, td, th {
    margin-bottom:30px;
    border: solid;
    border-width:thin;
    border-color:rgb(187, 187, 187);
    background-color:rgb(238,238,238);
    width:100%;
    table-layout:fixed;
}

.claim-type {
    padding-right: 30px;
    text-align:left;
}

.claim-data {
    padding-left:5px;
    overflow-x:hidden;
    text-overflow:ellipsis;
}

.claim-head {
    background-color:rgb(157, 201, 212);
}

#dvLoader {
    width: 100px;
    height: 100px;
    position: fixed;
    top: 35%;
    left: 50%;
    text-align: center;
    padding: 10px;
    font: normal 16px Tahoma, Geneva, sans-serif;
    margin-left: -50px;
    margin-top: -50px;
    z-index: 2;
    overflow: auto;
}

.btn-search {
    background-color: #333333;
    color: white !important;
    font-size: 15px;
}

.btn-black {
    color: #fff !important;
    background-color: #333333;
    border-color: #333333;
}

.sign-out {
    color: #f30202!important;
    text-decoration: none;
}

.btn-search:hover {
color:white !important
}



    .table-head-black th {
        padding-top: 5px;
        background-color: #333333 !important;
        color: white !important;
    }

/*//css for tool tip start*/
.tooltipcss {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    margin-right: 10px;
}
    .tooltipcss .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: #3a3939;/*black;*/
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        margin-top: 20px;
        margin-left: -30px;
        font-size: medium;
    }

    .tooltipcss:hover .tooltiptext {
        visibility: visible;
    }
/*//css for tool tip ENDS*/


.PartsPlusLogo{
    height: 80px;
}

.headTitle{
    text-align: center;
}

.welcomeLoginSignoutSection {
    margin-top: 20px;
}

.btn-export-print {
    color: #343a40 !important;
    background-color: transparent !important;
    background-image: none !important;
    border-color: #343a40 !important;
    cursor:pointer;
}
    .btn-export-print:hover {
        color: #fff !important;
        background-color: #343a40 !important;
        border-color: #343a40 !important; /*set the color you want here*/
    }


.btn-hend {
    color: #fff !important;
    background-color: #a80532;
    border-color: #000000;
}

.card {
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
    margin-bottom: 1rem;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: 2.25rem;
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}
 