﻿.icons {
    height: 25px;
    width: 30px;
    padding-right: 5px;
}

/* form style*/
.hidden {
    display: none;
}

.visible {
    display: inline;
}
.formstyleleft{
    float:left;
    padding:10px;
}

.formstyleright{
    float:right;
    padding:10px;
}
.formcontent{
     overflow: auto;
}

.highlighted {
    border: solid 2px #BA6A6A;
}
div.highlighted {
    background-color: #f2dede;
}
/*.background {

    }*/

/*Footer*/
.footer {
    margin: auto;
    width: 100%;
    max-width: 960px;
    display: block;
    font-size: 0.69rem;
    margin-top: 50px;
}

    .footer, .footer a {
        color: #c9e4f7;
    }

footer {
    border-top: 2px solid #C00;
    background-color: #333333;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 50px;
}

    footer a {
        font-size: 0.8em;
        color: #fff;
    }

        footer a:hover, footer a:focus {
            color: #fff;
            text-decoration: underline;
        }


.copright p {
    font-size: 0.8em;
    color: #fff;
}

.footer-sociallinks {
    background-color: #666;
    padding: 0.875em 0;
    text-align: center;
}

.sociallinks .fa {
    font-size: 2.3em;
    padding-right: 5px;
}

.sociallinks a:hover, .sociallinks a:focus {
    color: #c00;
}

footer .footerdiv {
    padding-left: 10px;
    padding-right: 10px;
}

footer .footerdiv-border {
    border-right: 1px solid #424242;
    border-left: 1px solid #424242;
}

a span.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}



.eventinfo{
    padding:20px;
    background-color:#f8f8f8;
}

.btn-close:hover{
    text-decoration: none;
}

/* login btn*/
.loginbtnrow{
    float:right;
}
.loginbtn{
        font-size: 0.9em;
}


table.dataTable.nowrap th{
    text-align: center;
    font-size: 1.4em;

}

.success {
    color: #4F8A10 !important;
    background-color: #DFF2BF;
    margin-right:10px;
    display: inline-block;
  width: 100%;
  padding: 10px;
  border: 1px solid #0BD00B;
      margin-top: 5px;
    margin-bottom: 10px;
}
.success a
{
     color: #4F8A10 !important;
}
.error {
    color: #D8000C !important;
    background-color: #FFD4D4;
overflow:auto;
/*margin:10px;*/
display: inline-block;
  width: 100%;
  padding: 10px;
  border:1px solid #c00;
      margin-top: 5px;
    margin-bottom: 10px;
}
.error a{
    color: #D8000C !important;
}
.error p{
     color: #D8000C;
     text-shadow: 0 1px 0 #fac5c5 !important;
     font-size: 14px !important;
font-weight: normal !important;
line-height: 20px;
width: 80%;
}

.errormsg {
    background-color: #fafafa;
    color: #b8391c;
    padding: 10px;
    border: 1px solid #ccc;
    font-weight: bold;
    font-size: 14px !important;
}


.logotitle-md-dark {
    background: #464646;
    /* border-top: 1px solid #c00; */
    /*border-bottom: 2px solid #c00;*/
    /*margin-bottom: 10px;*/
    padding: 5px;
}
img {
    max-width: 100%;
}
img {
    vertical-align: middle;
}
img {
    border: 0;
}
/*Content Page*/
.fieldsetheading{
        font-weight: 200;
    font-style: italic;
}
.pageinfosSection{
        background-color: rgba(249, 239, 193, 0.61);
    padding: 10px;
   margin-bottom:15px;
}
.pageinfosSection h5{
     /*line-height: 1.5;*/
    color: #000;
    font-weight: 500;
}
.form-control-label-title {
    font-weight: bold;
}
.divlogin {
    border: 2px solid #EADFD0;
    padding: 30px;
    background-color: rgba(249, 229, 193, 0.32);

}
.alert-danger, .alert-warning, .alert-info, .pageinfosSection {
    border: 2px solid #eadfd0;
}

/*Modal styles*/
.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        -o-transform: translate(0,-25%);
        transform: translate(0,-25%);
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: -webkit-transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out,-webkit-transform .3s ease-out,-o-transform .3s ease-out
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0)
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

    .modal-header .close {
        margin-top: -2px
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " "
}

/*End Modal styles*/
.flexContainer {
    display: flex;
    flex-wrap: wrap;
}

.flexItem {
    margin: 15px;
    font-size: 1em;
    width:300px;
    padding:5px;
}

 /*Pagination*/
.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination-ys table > tbody > tr > td {
    display: inline;
}

.pagination-ys table > tbody > tr > td > a,
.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #dd4814;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    margin-left: -1px;
    z-index: 2;
    color: #aea79f;
    background-color: #f5f5f5;
    border-color: #dddddd;
    cursor: default;
}

.pagination-ys table > tbody > tr > td:first-child > a,
.pagination-ys table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination-ys table > tbody > tr > td:last-child > a,
.pagination-ys table > tbody > tr > td:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination-ys table > tbody > tr > td > a:hover,
.pagination-ys table > tbody > tr > td > span:hover,
.pagination-ys table > tbody > tr > td > a:focus,
.pagination-ys table > tbody > tr > td > span:focus {
    color: #97310e;
    background-color: #eeeeee;
    border-color: #dddddd;
}

/* Hide text in the ASP required field validator */
.hide-text{
    font-size:0px;
}


label {
    font-weight: bold;
}

legend {
    background-color: #949494;
    color: #fff;
    border: 1px solid gray;
    padding: 5px;
    font-size: 1.5em;
    text-align: center;
    font-size: x-large;
    font-weight: bolder;
}

fieldset {
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 10px; /* Adjust the radius as needed */
    padding: 1em;
    margin: 1em 0;
}
}

input[type=radio] {
    width: 25px;
    height: 25px;
    margin-left: 15px;
}

input[type=checkbox] {
    width: 25px !important;
    height: 25px !important;
    margin-right: 10px;
    margin-left: 10px;
}

input[type=radio] {
    width: 20px !important;
    height: 20px !important;
    margin-right: 5px;
    margin-left: 20px;
}
.sub-FieldSet {
    border: 0 !important;
    padding: 0 !important;
  
}

.sub-Legend {
    border: 0 !important;
    font-size: large;
    font-weight: bolder;
}

/*Flex stuff*/
.flex-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.flex-item {
    padding: 15px;
    margin: 15px;
    border: 1px solid black;
    width: 225px;
    box-shadow: 5px 10px 8px #888888;
    background-color: transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 225px;
}


.horizontal-rbl {
    display: inline-block;
}

    .horizontal-rbl input[type="radio"] {
        margin-right: 5px; /* Adjust spacing between radio button and text */
    }

.center {
    text-align: center;
}
.disqualify {
    background-color: yellow;
    color: #b8391c;
}
.radio-buttons {
    display: flex;
    justify-content: space-evenly; /* Adjusts spacing between buttons */
    gap: 10px; /* You can adjust the gap as per your need */

}

.hover-letter {
    font-size: 12px;
    color: Gray;
    cursor: pointer;
    position: relative;
}

/* Styles for the popup */
.popup-box {
    display: none; /* Initially hidden */
    position: absolute;
    top: 100%; /* Position below the letter */
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    background-color: #333;
    color: #fff;
    border-radius: 5px;
    white-space: nowrap;
    z-index: 1;
}

/* Show the popup on hover */
.hover-letter:hover .popup-box {
    display: block;
}

.info-message {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #333333;
    background-color: #f0f0f0;
    padding: 10px;
    border-radius: 5px;
}
.redmsg {
    color: #b8391c !important;
    font-weight: bold;
    font-size: 8px !important;
}
.italic-note {
    font-style: italic;
    font-weight: normal;
    font-size: small;
}