﻿
body {
    background-color: #f5f5f3 !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

.BotmPadding {
    padding-bottom: 4%;
}

.navbar-dark .navbar-nav .nav-link {
    color: #f8f9fa;
}

.pandit-bg-color {
    background-color: #D1453E !important;
}

.card-header {
    background-color: #D1453E;
    color: white !important;
}

.rgstr-hdr {
    background-color: white;
}

.pandit-btn {
    color: #fff;
    background-color: #D1453E !important;
    border-color: #D1453E;
    border-radius: 20px;
}

.pandit-fas-ico-color {
    color: #D1453E !important;
}

.pandit-text-color {
    color: #D1453E !important;
}
/* New classes */
h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
}

h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 30px;
}

.fnt-clr {
    color: #FA4A0C !important;
    font-size: 20px;
}

.jumbotron {
    background-color: #D1453E;
    /*background-color: #f4511e;*/
    color: #fff;
    padding: 100px 25px;
    font-family: Montserrat, sans-serif;
}

/*.container-fluid {
    padding: 60px 50px;
}*/

.bg-grey {
    background-color: #f6f6f6;
}

/* .icon-color{
    color: #2196F3;
} */

.icon-color {
    color: #D1453E;
    /*padding-top: 6px;*/
}

.icon-required-xxxsmall {
    font-size: 10px;
    color: red;
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: red;
}

.logo-xsmall {
    color: #D1453E;
    font-size: 20px;
}

.logo-small {
    color: #D1453E;
    font-size: 40px;
}

.logo {
    color: #D1453E;
    font-size: 50px;
}

.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}

    .thumbnail img {
        width: 100%;
        height: 100%;
        margin-bottom: 10px;
    }

.orng-txt {
    color: #D1453E !important;
}

.item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
}

.item span {
    font-style: normal;
}

.panel {
    border: 1px solid#FA4A0C;
    border-radius: 0 !important;
    transition: box-shadow 0.5s;
}

    .panel:hover {
        box-shadow: 5px 0px 40px rgba(0,0,0, .2);
    }

.panel-footer .btn:hover {
    border: 1px solid #D1453E;
    background-color: #fff !important;
    color: #4f84c4;
}

.panel-heading {
    color: #fff !important;
    background-color: #D1453E !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.panel-footer {
    background-color: white !important;
}

    .panel-footer h3 {
        font-size: 32px;
    }

    .panel-footer h4 {
        color: #aaa;
        font-size: 14px;
    }

.panel-footer {
    margin: 15px 0;
    background-color: #D1453E;
    color: #fff;
}

.footertext {
    color: #f8f9fa;
}

    .footertext a {
        color: #f8f9fa;
    }

footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #4f84c4;
}

.slideanim {
    visibility: hidden;
}

.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.rounded-button {
    border-radius: 2.125rem;
}

.form-control-override-height {
    height: calc(1em + 2px + 0.75rem);
}

.label-override-font-size {
    font-size: 14px;
}

.table-row-font-size {
    font-size: 12px;
}

.table-row-data-underline {
    text-decoration: underline;
}

.blue {
    background-color: #D1453E !important;
}

.btn-override-padding {
    padding: .5rem 2.14rem;
}

.card-header-override-padding {
    padding: .25rem 1.25rem !important;
}

/* / New classes */

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    /* height: calc(1em + .8rem);
    padding: .100rem .75rem;*/
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    /* border-radius: 0 20px 20px 0;*/
}

.custom-file-html-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1em + .8rem);
    padding: .100rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 20px 20px 0;
}

.z-depth-1-half {
    -webkit-box-shadow: 0 5px 11px 0 rgb(0 0 0 / 0%), 0 4px 15px 0 rgb(0 0 0 / 0%) !important;
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 0%), 0 4px 15px 0 rgb(0 0 0 / 0%) !important;
}

fieldset {
    display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-start: 0.35em;
    padding-inline-start: 0.75em;
    padding-inline-end: 0.75em;
    padding-block-end: 0.625em;
    min-inline-size: min-content;
    border-width: 2px;
    border-style: groove;
    border-color: threedface;
    border-image: initial;
}

legend {
    display: block;
    padding-left: 2px;
    padding-right: 2px;
    border: none;
    width: auto;
}

.Dimension-scrollbar {
    position: relative;
    max-height: 200px;
    overflow: auto;
}

.ProdWtUnitRt-scrollbar {
    position: relative;
    max-height: 200px;
    overflow: auto;
}

.PujaPkg-scrollbar {
    position: relative;
    max-height: 308px;
    overflow: auto;
}

.table-wrapper-scroll-y {
    display: block;
}

/* Centre the loader -> Made the loader different in order to change css in future if required. */
.newloaderForIE {
    position: fixed;
    display: none;
    left: 50%;
    top: 50%;
    z-index: 1;
}

.newloader {
    position: absolute;
    display: none;
    left: 50%;
    top: 50%;
    z-index: 1;
}
/* Registration CSS*/

.reg-body {
    background-color: #D1453E;
}

.page-footer {
    background-color: #D1453E !important;
}

.rounded-button {
    border-radius: 20px !important;
    background-color: #D1453E !important;
    color: #fff !important;
}

.brd-rmv {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    outline: none !important;
}


#example tr:hover {
    background-color: #ccc;
}

#example td:hover {
    cursor: pointer;
}

#tblCustRtngRevwSrch tr:hover {
    background-color: #ccc;
}

#tblCustRtngRevwSrch td:hover {
    cursor: pointer;
}

/* accordion */
.pndt-rw {
    margin-left: 0;
    margin-right: 0;
}

.pndt-accordion {
    background-color: #F5F2F2;
    border: none;
    border-radius: 20px;
    outline: none;
    text-align: left;
    padding: 15px 20px;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    transition: background-color 0.2s linear;
}

.is-open {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    background-color: #D1453E !important;
    color: #fff;
}


.div.pndt-accordion:after {
    font-family: "fontawesome";
    font-size: 25px;
    font-weight: bolder;
    float: right;
}


div.pndt-accordion.is-open:after {
    font-size: 25px;
    font-weight: bolder;
}


div.pndt-accordion:hover, div.pndt-accordion.is-open {
    background-color: #ddd;
}

.pndt-accordion-content {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: white;
    border-left: 1px solid whitesmoke;
    border-right: 1px solid whitesmoke;
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
}

/* accordion */

.BtnPadding {
    padding-top: 3%;
    padding-bottom: 3%;
}

.icon-srch-4-auto-complete {
    color: #D1453E;
    position: absolute;
    right: 28px;
    padding-top: 38px;
}

.errspan {
    float: right;
    margin-right: 10px;
    margin-top: -20px;
    position: relative;
    z-index: 2;
    color: #D1453E;
}
.form-control {
    padding: 0 5px 0 6px !important;
}


/* start image checkbox */
.boxes {
    border: 2px solid #ccc;
    display: flex;
    flex-wrap: wrap;
    width:100%;
    margin-right: 15px;
    margin-left: 15px;
    border-radius: 8px;
}

input[type="checkbox"][id^="myCheckbox"] {
    display: none;
}

.image-check label {
    border: 1px solid #fff;
    padding: 10px;
    display: block;
    position: relative;
    margin: 10px;
    cursor: pointer;
}

.image-check label:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid grey;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
}

.image-check label img {
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
}

.image-check :checked + label {
    border-color: #ddd;
    background-color: #eee;
}

.image-check :checked + label:before {
    content: "✓";
    background-color: grey;
    transform: scale(1);
}

.image-check :checked + label img {
    transform: scale(0.9);
    z-index: -1;
}
/* end image checkbox */