﻿.menuDropdown {
    width: 10%;
    height: 5%
}


.imagePic {
    max-height: 10vh !important;
    min-height: 10vh !important;
    max-width: 10vh !important;
    min-width: 10vh !important;
}


.img-sign {
    max-height: 10vh !important;
    min-height: 10vh !important;
    max-width: 20vh !important;
    min-width: 20vh !important;
}

.bg-l-green {
    background-color: #7ffa76 !important;
}

.bg-green {
    background-color: #a7f3d0 !important;
}

.bg-pink {
    background-color: #fbcfe8 !important;
}

.bg-blue {
    background-color: #bfdbfe !important;
}

.bg-red {
    background-color: #fecaca !important;
}

.bg-yellow {
    background-color: #fde68a !important;
}

.bg-l-orange {
    background-color: #f8bf8d !important;
}

.bg-l-grey {
    background-color: #CECECE !important;
}

.dashboardItem {
    height: 10vh;
    width: 20vw;
}

.readerClass {
    height: 50vh;
    width: 100%;
}

html {
    font-size: 13px;
}

.imagePic {
    max-height: 10vh !important;
    min-height: 10vh !important;
    max-width: 10vh !important;
    min-width: 10vh !important;
}

.img-sign {
    max-height: 10vh !important;
    min-height: 10vh !important;
    max-width: 20vh !important;
    min-width: 20vh !important;
}

.homeImage {
    /* max-height:59vh;     min-height:59vh;     max-width:67vw;     min-width:67vw;*/
    max-height: 59vh !important;
    min-height: 59vh !important;
    max-width: 100% !important;
    min-width: 100% !important;
    overflow: hidden !important;
    margin: 0 auto;
}

.col-form-label {
    font-weight: bold;
}

#main-div {
    display: flex;
    flex-flow: column;
    min-height: 100vh;
    opacity: 95%;
}

#mainDiv {
    height: 78vh;
    min-height: 78vh;
    overflow-y: scroll;
    overflow-x: scroll;
    opacity: 95%;
}

#content-div {
    background: url(../Images/bg_blue.jpg) no-repeat center center fixed;
    background-size: cover;
    height: 100%;
    overflow: hidden;
    flex: 1 1 auto;
    background-repeat: repeat-x;
}

#content-div-Gen {
    background: url(../Images/bg_blue.jpg) no-repeat center center fixed;
    background-size: cover;
    height: 100%;
    overflow: hidden;
    flex: 1 1 auto;
    background-repeat: repeat-x;
}

#content-div-User {
    background: url(../Images/bg_blue.jpg) no-repeat center center fixed;
    background-size: cover;
    height: 100%;
    overflow: hidden;
    flex: 1 1 auto;
    background-repeat: repeat-x;
}

.btn-lg {
    line-height: 1.25 !important;
}

.width-content {
    max-width: fit-content !important;
}

.form-Label {
    text-align: left;
    font-weight: bold;
}

/* Site container */
.general-container {
    max-width: 95vw;
    margin-left: auto;
    margin-right: auto;
}
/* End */

/* Form containers */
.container {
    max-width: 90vw !important;
}


.form-container {
    background-color: #f2e6d9;
    padding: 20px;
}

.form-container-nopadding {
    background-color: #f2e6d9;
    padding: 0px;
}

.form-container-Scrollable {
    max-height: 70vh !important;
    overflow-y: scroll;
}

.form-container-large {
    max-width: 95vw;
    margin: 0 auto;
}

.form-container-medium-large {
    max-width: 70vw;
    margin: 1em auto;
    opacity: 97%;
    overflow-y: scroll;
    max-height: 75vh;
    overflow-y: scroll;
    overflow-x: auto;
}

.form-container-medium {
    max-width: 50vw;
    margin: 2em auto;
    opacity: 97%;
    overflow-y: scroll;
    max-height: 70vh;
    overflow-y: scroll;
    overflow-x: auto;
}

.form-container-small-left {
    max-width: 50vw;
    min-width: 50vw;
    max-height: 67vh;
    min-height: 67vh;
    margin: 2em 0 auto auto;
    opacity: 92%;
    overflow-y: scroll;
    overflow-x: auto;
}

.form-container-small {
    max-width: 25vw;
    min-width: 25vw;
    margin: 2em 0 auto auto;
    opacity: 97%;
}
/* End */

/* Site Titles */
.title-heading {
    background-color: #e3772f;
    color: #fff;
    font: 500 20px/32px Roboto,Helvetica Neue,sans-serif;
    letter-spacing: normal;
    padding: 15px;
    margin-bottom: 10px;
}

.title-heading-center-small {
    background-color: #e3772f;
    color: #fff;
    font: 500 20px/32px Roboto,Helvetica Neue,sans-serif;
    letter-spacing: normal;
    padding: 8px;
    margin-bottom: 10px;
    text-align: center;
    font-size: medium;
}

.chkBoxList td {
    padding: 1rem;
    display: inline-block;
}
/* End */


/* Form Tabs */
.tabs-container {
    display: flex;
}

.tabs {
    display: inline-block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: bold;
    font-size: small;
    background-color: #987bc1;
    padding: 10px 10px;
    margin: 0 2px;
    cursor: pointer;
    flex: 1;
}

    .tabs > input {
        background: transparent;
        cursor: pointer;
        color: white;
        font-weight: bold;
        display: block;
    }

    .tabs:hover {
        background-color: #987bc1b3;
    }

.tabs-active {
    background-color: #f2e6d9;
}

    .tabs-active > input {
        color: black;
    }

{
    /* Font Definitions */
    @font-face {
        font-family: Wingdings;
        panose-1: 5 0 0 0 0 0 0 0 0 0;
    }

    @font-face {
        font-family: Mangal;
        panose-1: 2 4 5 3 5 2 3 3 2 2;
    }

    @font-face {
        font-family: "Cambria Math";
        panose-1: 2 4 5 3 5 4 6 3 2 4;
    }

    @font-face {
        font-family: Calibri;
        panose-1: 2 15 5 2 2 2 4 3 2 4;
    }

    @font-face {
        font-family: robotoregular;
        panose-1: 0 0 0 0 0 0 0 0 0 0;
    }

    @font-face {
        font-family: robotomedium;
        panose-1: 0 0 0 0 0 0 0 0 0 0;
    }

    @font-face {
        font-family: robotobold;
        panose-1: 0 0 0 0 0 0 0 0 0 0;
    }

    @font-face {
        font-family: "Rupee Foradian";
    }
    /* Style Definitions */
    p .MsoNormal, li.MsoNormal, div.MsoNormal

{
    margin-top: 0in;
    margin-right: 0in;
    margin-bottom: 10.0pt;
    margin-left: 0in;
    line-height: 115%;
    font-size: 11.0pt;
    font-family: "Calibri","sans-serif";
}

p.MsoHeader, li.MsoHeader, div.MsoHeader {
    mso-style-link: "Header Char";
    margin: 0in;
    margin-bottom: .0001pt;
    font-size: 11.0pt;
    font-family: "Calibri","sans-serif";
}

p.MsoFooter, li.MsoFooter, div.MsoFooter {
    mso-style-link: "Footer Char";
    margin: 0in;
    margin-bottom: .0001pt;
    font-size: 11.0pt;
    font-family: "Calibri","sans-serif";
}

span.MsoEndnoteReference {
    vertical-align: super;
}

p.MsoEndnoteText, li.MsoEndnoteText, div.MsoEndnoteText {
    mso-style-link: "Endnote Text Char";
    margin: 0in;
    margin-bottom: .0001pt;
    font-size: 10.0pt;
    font-family: "Calibri","sans-serif";
}

a:link, span.MsoHyperlink {
    color: blue;
    text-decoration: underline;
}

a:visited, span.MsoHyperlinkFollowed {
    color: purple;
    text-decoration: underline;
}

p {
    margin-right: 0in;
    margin-left: 0in;
    font-size: 12.0pt;
    font-family: "Times New Roman","serif";
}

    p.MsoNoSpacing, li.MsoNoSpacing, div.MsoNoSpacing {
        margin: 0in;
        margin-bottom: .0001pt;
        font-size: 11.0pt;
        font-family: "Calibri","sans-serif";
    }

    p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph {
        margin-top: 0in;
        margin-right: 0in;
        margin-bottom: 10.0pt;
        margin-left: .5in;
        line-height: 115%;
        font-size: 11.0pt;
        font-family: "Calibri","sans-serif";
    }

    p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphCxSpFirst {
        margin-top: 0in;
        margin-right: 0in;
        margin-bottom: 0in;
        margin-left: .5in;
        margin-bottom: .0001pt;
        line-height: 115%;
        font-size: 11.0pt;
        font-family: "Calibri","sans-serif";
    }

    p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagraphCxSpMiddle {
        margin-top: 0in;
        margin-right: 0in;
        margin-bottom: 0in;
        margin-left: .5in;
        margin-bottom: .0001pt;
        line-height: 115%;
        font-size: 11.0pt;
        font-family: "Calibri","sans-serif";
    }

    p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxSpLast {
        margin-top: 0in;
        margin-right: 0in;
        margin-bottom: 10.0pt;
        margin-left: .5in;
        line-height: 115%;
        font-size: 11.0pt;
        font-family: "Calibri","sans-serif";
    }

span.HeaderChar {
    mso-style-name: "Header Char";
    mso-style-link: Header;
}

span.FooterChar {
    mso-style-name: "Footer Char";
    mso-style-link: Footer;
}

span.EndnoteTextChar {
    mso-style-name: "Endnote Text Char";
    mso-style-link: "Endnote Text";
}

.MsoPapDefault {
    margin-bottom: 10.0pt;
    line-height: 115%;
}
/* Page Definitions */
@page Section1 {
    size: 8.5in 11.0in;
    margin: 1.0in 1.0in 1.0in 1.0in;
}

div.Section1 {
    page: Section1;
}

@page Section2 {
    size: 595.45pt 841.7pt;
    margin: 63.0pt 70.9pt 70.9pt 70.9pt;
}

div.Section2 {
    page: Section2;
}
/* List Definitions */
ol {
    margin-bottom: 0in;
}

ul {
    margin-bottom: 0in;
}
-->
}

/* End */
