body {
    background: rgba(250, 250, 250, 1.00);
    font-family: Arial, sans-serif;
}

.loginForm,
#main .card {
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}

.imgLogo {
    /*width: 6rem;*/
}

#header,
#footer {
    color: #000;
    /*padding: 10px;*/
    background: #fff;
    position: relative;
    width: 100%;
    z-index: 1000;
}

#footer {
    bottom: 0;
    height: 40px;
    position: fixed;
}

#header {
    /*top: 0;*/
    /*height: 100px;*/
    border-bottom: 3px #b3def5 solid;
}

#header h4, #header h5 {
    color: #e0eafa;
}

#header h4 {
    font-size: 1.2rem;
}

#header h5 {
    font-size: .9rem;
}

#main {
    /*margin-top: 150px;*/
    margin-bottom: 40px;
}

nav.navbar-dark {

    border-bottom: 3px #827ef5 solid;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.list-group-item.header {
    z-index: 2;
    color: #fff;
    background-color: rgba(20, 152, 165, 0.4);
    border-color: rgba(20, 152, 165, 0.4);
}

.form .heading {
    background: #a1a1a1 !important;
    color: #fff;
    padding: 10px;
    /* margin: inherit; */
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: bold;
}

.form .data {
    border: #ebebeb 1px solid;
}

.form .row:nth-child(odd) {
    background: #f8f8f8;
}

.row.buttonDiv {
    background: #fff;
}

.form .row:hover {
    background: #d4e8ff;
}

.form .data .title {
    background: #ebebeb !important;
    font-weight: 500;
}

.form .data .value {
    padding: 1rem;
}

.MEFForm, .experienceForm {
    border: 1px solid #c5bebe80;
    margin: 1.3rem .7rem;
    -webkit-box-shadow: 1px 1px 5px 1px #555;
    box-shadow: inset 1px 1px 15px 1px #d5d0d0;
    background: #fff;
    padding: 30px;
}

.experienceForm h1 {
    padding: 20px 5px;
    background: #ebebeb;
    text-align: center;
    text-decoration: underline;

}

.question {
    padding: 0 20px;
}

.experienceTable {
    border: 2px solid #dee2e6 !important;
    /*box-shadow: 5px 5px 17px 0 rgba(103, 113, 124, 0.41);*/
}

.experienceTable .subHeading {
    font-weight: bold;
    font-size: 1.05em;
}
.question textarea{
    width: 81em;
    height: 10em;
}
.MEFForm h5.bg-info {
    background: #ebebeb;
    padding: 20px;
}

.MEFForm h4 {
    font-size: 16px;
}

.MEFForm h3 {
    background: #2e6092;
    color: #d1e2f7;
    padding: 20px;
}

.MEFForm .mandatory {
    color: #f00;
}

.considerations {
    /*font-weight: bold;*/
    font-size: 15px;
    color: #4f79c1;
}

.MEFForm .control-label {
    font-weight: bold;
    font-size: 14px;
}

.MEFForm .alpha-padding {
    padding: 10px;
}

.MEFForm .alpha-alert {
    background: #fff3cd;
}

.alpha-clear {
    margin: 0;
    padding: 0;
    clear: both;
    line-height: 0;
}

.MEFForm .bg-green, .MEFForm input[readonly] {
    background: #94ea944d;
    /*color: #747474;*/
}

.MEFForm .bg-blue {
    background: #d8e2f1;
    color: #000000;
}

.MEFForm thead tr th {
    vertical-align: middle !important;
}

.MEFForm .table th, .MEFForm .table td {
    padding: 0.25rem;
}

.MEFForm .selectOptions {
    width: 40px;
    padding: 0 0 0 5px;
    margin: 0 auto;
    text-align: center;
}

.MEFForm .numberCol {
    width: 40px;
    margin: 0 auto;
    text-align: center;
    padding: 5px;
}

.MEFForm .table-headings {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 7px;
}

.MEFForm .table-notes {
    font-size: 0.9em;
    margin: 0;
}

.page {
    /*background: #182dcaf0;*/
    margin: 0 2px;
    padding: 0 2px;
    color: #000;
    height: 2.7rem;
    border-radius: 0.3rem;
    border: 1px solid #666;
    /*box-shadow: 0px 0px 2px 1px #c1bf68;*/
}

.bg-menu.nav-floating a.nav-link {
    color: rgb(255 255 255);
    font-weight: bold;
    font-size: 1rem;
}

.bg-menu {
    /*background-color: rgba(243, 237, 174, 0.9607843137254902) !important;*/
    background-color: #2a1570 !important;
}

.page.highlight {
    background-color: #355ef0 !important;
    /*border-color: rgba(20, 152, 165, 0.4) !important;*/
}
th{
    background-color: #4d92ed !important;
    color: #fff;
}
.page.highlight a {
    color: #fff !important;
}

.bg-menu.nav-floating .page:hover, .bg-menu.nav-floating .page:focus, .page.highlight:hover, .page.highlight:focus {
    background: #ebebeb !important;
}

.bg-menu.nav-floating .page a:hover, .page.highlight a:hover, .page.highlight a:focus, .bg-menu.nav-floating .page a:focus {
    /*background: #ebebeb;*/
    color: #1b00ea !important;
}

input:invalid, select:invalid {
    color: red;
    border: 1px solid #9e5857;
    /*font-weight:bold*/
    /*box-shadow:1px 1px 5px 1px #ebebeb;*/
}


input:valid, select:valid {
    /*color: green;*/
    border: 1px solid green;
}


.navbar-nav {
    flex-direction: row;
}

hr {
    border-top: #0000CC .15rem dotted;
}

.prop, .branch {
    background: #fafdfd;
    margin-bottom: 15px;
    padding: 10px;
}

.prop:nth-child(2n), .branch:nth-child(2n) {

    background: #f3ffff;
}


.alpha-print .old-values {
}

.alpha-print .new-values {
    border: 1px solid #000000;
    font-weight: bold;
    padding: 7px 7px 7px 5px;
    /*min-height: 20px;*/
    /* margin-left: 10px; */
    border-radius: 5px;
    min-height: 35px;
}


.alpha-complaints {
    margin: 50px 0 25px 0;
    /*min-height: 200px;*/
}

.alpha-complaints .card-header {
    font-size: 1.3em;
}

.alpha-complaints .form-group .form-control {
    border: 1px solid #ced4da;
}

.alpha-complaints .form-group .btn {

    width: 150px;
    padding: 12px 0 12px 0;
}

.alpha-complaints .complaintReply {
    text-align: center;
    cursor: pointer;
}

.alpha-complaints #response {
    text-align: center;
    cursor: pointer;
    font-size: 1.1em;
    margin-top: 10px;
    margin-bottom: 10px;
}


.alpha-complaints .reply-button {
    margin-top: 8px;
}

.alpha-complaints .table-border-bottom {
    border-bottom: 2px solid #343a40;
    margin-bottom: 30px;
}

.alpha-complaints .response-mef {
    padding: 10px;
    background: #beebf9;
    margin-bottom: 10px;
}

.alpha-complaints .response-user {
    padding: 10px;
    background: #fff297;
    margin-bottom: 10px;
    margin-left: 50px;
}

.alpha-complaints .displayDetails {
    display: none;
    margin-bottom: 30px;
}

.clear {
    margin: 0;
    padding: 0;
    clear: both;
    line-height: 0;
}

.alpha-complaints .card-header a {
    color: #FFFFFF !important;
    transition-duration: 400ms;
}

.alpha-complaints .card-header a:hover {
    text-decoration: none !important;
    color: #ffc107 !important;
    transition-duration: 400ms;
}

#printAcknowledgement {
    margin: 0 0 0 0;
    width: 100px;
}

.alpha-complaints .alphaFilter {
    margin-right: 50px;
}

.alpha-complaints .rangeBx {
    border: none;
    outline: none;
    padding: 3px 5px 3px 5px;
    font-size: 0.9em;
    width: 150px;
    background: rgba(255, 255, 255, 0.75);
}


.alpha-complaints .rangeBx2 {
    border: none;
    outline: none;
    padding: 3px 5px 3px 5px;
    font-size: 0.9em;
    width: 230px;
    background: rgba(255, 255, 255, 0.75);
}


.propDanger {
    background: rgba(220, 53, 69, 0.10) !important;
}

.propSuccess {
    background: rgba(40, 167, 69, 0.10) !important;
}


.AlphaMarkDeletes {
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.1em;
    font-weight: bold;
    text-align: left;
}

.AlphaMarkDeletes span {
    float: left;
    padding: 3px 10px 3px 10px;
    background: #dc3545;

    color: #FFFFFF;

}

.AlphaMarkDeletes input {
    float: left;
    display: block;
    margin-left: 10px;
    width: 30px;
    height: 30px;
}

.AjaxFieldsDelete {
    float: right;
}

.total-submission {
    font-size: 1.3em;
    padding: 10px;
    color: #FFFFFF;
}

.total-submission span {
    font-weight: bold;
}

.submission-download {
    font-size: 1.1em;
    margin-top: 5px;
}

.wrapper .heading {
    font-weight: bold;
    /*font-weight: bold;*/
    border-bottom: 1px solid #ebebeb;
}

.mandatory {
    font-size: 10px;
    vertical-align: top;
}

.bg-success a {
    color: #fff !important;
}


#RegisterEmailOTPSend {
    margin-top: 8px;
}

#RegisterEmailOTPSend2 {
    margin-top: 8px;
}


.print-show-draft {
    margin: 15px 0 0 0;
}

.print-show-draft p {
    margin-bottom: 5px;
    font-size: 1.1em;
}


#showComplaintsHistory {
    cursor: pointer;
    position: absolute;
    top: 12px;
    left: 45%;
    transition-duration: 400ms;
    color: #FFFFFF;
}

#showComplaintsHistory:hover {
    color: #ffc107;
    transition-duration: 400ms;
}

.alphaComplaintsHistory {
    display: block;
    margin: 0 0 50px 0;

}

.alphaComplaintsHistory .showConversationHistory {
    color: #17a2b8;
    cursor: pointer;
    transition-duration: 400ms;
}

.alphaComplaintsHistory .showConversationHistory:hover {
    color: #ffc107;
    transition-duration: 400ms;
}

.alphaComplaintsHistory .ComplaintsHistoryCont {

}

.alphaComplaintsHistory .ComplaintsHistoryConversation {
    display: block;

}

#moderatorAdminAlpha {
    position: fixed;
    bottom: 40px;
    width: 100%;
    background: rgba(0, 0, 0, 0.80);
    color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 2% 20px 2%;
    display: none;
}

.moderatorChanged {
    /*border: 2px solid red !important;*/
    background: rgba(177, 118, 120, 0.97) !important;
    color: #fff !important;
}

.alpha-complaints .reportLinks a {
    display: block;
    padding-bottom: 8px;
}


html {
    font-size: 1rem;
}

@media (min-width: 568px) {
    html {
        font-size: .78rem;
    }

    .page {
        padding: 0 0;
    }

    select.form-control {
        padding: 0.1rem 0.1rem;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 1rem;
    }

    .page {
        padding: 0 1px;
    }

    select.form-control {
        padding: 0.2rem 0.1rem;
    }
}

@media (min-width: 1000px) {
    html {
        font-size: .9rem;
    }

    .page {
        padding: 0 2px;
    }

    select.form-control {
        padding: 0.3rem 0.1rem;
    }
}

input {
    /*text-transform: uppercase;*/
}

.grecaptcha-badge {
    opacity: 0;
}

#map {
    height: 500px;
    width: 500px;
}
.expFormHeader{
    text-align: center;
    background: #ebebeb;
    margin-bottom: 5px;
    border: 1px #8a8787 dashed;

}
.amount{
    text-align:right;
}
.pageGroup{
    /* padding: 10px 4px; */
    /* font-weight: bold; */
    /* border: 1px solid #a59f9f; */
    display: flex;
    font-size: small;
}
.pageGroup ul{
    display: flex;
    list-style: none;
    padding-left: 5px !important;
}
.pageGroup .title{
    padding:10px 3px;
    background: #eadfc0;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}