﻿body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */


.body-content {
    /*
    padding-top: 105px;
    padding-top: 80px;
    */
    padding-left: 30px;
    padding-right: 30px;
}
/*
@media (max-width: 1595px) {
    .body-content {
        padding-top: 110px;
        padding-left: 15px;
        padding-right: 15px;
    }
    
}
@media (max-width: 1116px) {
    .body-content {
        padding-top: 130px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 1080px) {
    .body-content {
        padding-top: 160px;
        padding-left: 15px;
        padding-right: 15px;
    }
    
}
*/

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select {
    max-width: 280px;
}

.fixed_profile_complete {
    position: fixed;
    right: 25px;
    bottom: 25px;
    visibility: inherit;
    z-index: 1002;
    border-width: 0px;
    width: 280px;
    height: 150px;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(121, 121, 121, 1);
    border-radius: 0px;
    box-shadow: none;
}



.black-border {
    border: 1px solid black;
    padding: 15px;
    display: inline-block;
}

.black-border-only {
    border: 1px solid black;
    padding: 3px;
}

.black-border-grey {
    border: 1px solid black;
    border-width: 1px 1px 0px 1px;
    background-color: #cccccc;
    padding: 25px;
}



.black-border-sm {
    border: 1px solid black;
    padding: 2px;
    display: inline-block;
    text-align: center;
}

.black-border-sm-only {
    border: 1px solid black;
    padding: 3px;
}

.black-border-sm-grey {
    border: 1px solid black;
    border-width: 1px 1px 0px 1px;
    background-color: #cccccc;
    padding: 25px;
}



.black-border-only-2 {
    border: 1px solid black;
    width: 100%;
}

.black-border-grey-2 {
    border: 1px solid black;
    border-width: 1px 1px 0px 1px;
    background-color: #cccccc;
    width: 100%;
}


.top-padding {
    padding-top: 50px;
}

label > input {
    visibility: hidden;
    position: absolute;
}

    label > input + img {
        cursor: pointer;
        border: 1px solid transparent;
    }

    label > input:checked + img {
        cursor: pointer;
        border: 1px solid #cccccc;
        background-color: #cccccc;
    }

#divType,
#divFormat {
    /*display: none;*/
    display: inline-block;
}

.labelNormal {
    font-weight: normal;
}

.labelSmall {
    font-size: x-small;
    font-weight: normal;
}

.greyRow {
    background-color: #cccccc;
    border: 1px solid black;
    padding: 10px;
}

.borderRow {
    border: 1px solid black;
    border-top: 0px;
    padding: 10px;
}

.borderBoxLeft {
    border: 1px solid black;
    border-right: 0px;
}

.borderBoxRight {
    border: 1px solid black;
    border-left: 0px;
}

.preferredDate {
    width: 100%;
    border: 1px solid #cccccc;
}

.SessionDate {
    width: 100%;
    border: 1px solid #cccccc;
}

#applicationInfoDiv {
    /*max-height: 150px;*/
    background-color: #666666;
    color: #ffffff;
    padding-top: 15px;
}

#applicationFooterSpacer {
    height: 150px;
    width: 100%;
}

.greyText {
    color: #d3d3d3;
}

.validation-summary-valid {
    display: none;
}

.validationSummaryErrors {
    color: red;
}

.greyBoxRounded {
    margin-top: 10px;
    padding: 5px 5px 5px 5px;
    background-color: #cccccc;
    border-radius: 10px;
}

.specialNeedDiv {
    display: none;
}

.costDiv {
    background-color: darkgrey;
    color: white;
    padding: 1px 1px 1px 1px;
}

.costInner {
    padding-top: 2px;
    padding-bottom: 2px;
}

.appRedir {
    padding-top: 30px;
}

.appRedir2 {
    padding-top: 80px;
}

.topSpacer {
    padding-top: 75px;
}

.newAppBtn {
    padding-top: 7px;
}

.myApplicationsLink {
    padding-top: 30px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.underline {
    text-decoration: underline;
}

.filterSelect {
    margin-left: 10px;
}




.new-app-box {
    position: center;
    border-width: 0px;
    left: 0px;
    top: 0px;
    width: 80px;
    text-align: center;
    height: 74px;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(121, 121, 121, 1);
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    /*padding: 15px;*/
    margin: 20px;
    padding-top: 15px;
}

.new-app-box-selected {
    position: center;
    border-width: 0px;
    left: 0px;
    top: 0px;
    width: 80px;
    height: 74px;
    background: inherit;
    background-color: rgba(102, 102, 102, 1);
    color: rgba(255, 255, 255, 1);
    box-sizing: rgba(255, 255, 255, 1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(121, 121, 121, 1);
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    /*padding: 15px;*/
    margin: 20px;
    padding-top: 15px;
}



/*----------------- MAIN CONTAINER -----------------*/
.portfolio-realex {
    background: white;
    max-width: 435px;
}

/*----------------- HEADER -----------------*/

/* This hides the entire header - that includes the breadcrumb and the title */
#rxp-header {
    display: none;
}
/* this is a div that contains the loading animation */
#info-box-footer {
    display: none;
}

/*----------------- FORM -----------------*/
/* main wrapper around elements */
.panel {
    border-color: white;
    box-shadow: 0 1px 1px white;
}
/* this is the same div as "panel" but the ID is specific to the payment form */
#another-card-section {
    background: white;
}
/* wrapper around the payment form */
#rpx-another-card {
    background: white;
}

/*----------------- CARD MANAGEMENT -----------------*/
/* Heading "pay with a saved card" and "pay with another card*/
#hpp-accordion .panel-heading {
    background-color: white;
}

#panelPayWithSavedCard {
    width: 94%;
    margin-left: 3%;
}

/*----------------- BUTTON -----------------*/
/* this is the box around the button */
#main-btn-box {
    width: 94%;
    margin-left: 3%;
}
    /* this is the actual button */
    #main-btn-box .btn-hpp-a {
        font-size: 1.25em;
        background-color: #0099cc;
        font-weight: 100;
    }



/*----------------- FOOTER -----------------*/
/* this is for the entire footer */
#rxp-footer {
    background-color: white;
    padding: 0 0 0 8px;
    margin-left: 2%;
}
    /* This is to hide Realex Payments logo */
    #rxp-footer .text-right {
        display: none;
    }


.gmaps_info_container {
    width: 300px;
}

/* START - Tool tip boxes */
.tooltip-caller {
    padding-left: 25px;
    height: 25px;
    width: 22px;
}

.tooltip-outer-hidden {
    display: none;
}

.tooltip-outer {
    display: block;
    border: 1px solid #000000;
    width: 300px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
}

    .tooltip-outer * {
        padding-left: 10px;
    }

.tooltip-header {
    background-color: #cccccc;
    width: 100%;
    border-bottom: 1px solid #000000;
    height: 20px;
}

.tooltip-dismiss {
    padding: 2px 2px 0px 0px;
    cursor: pointer;
}
/* END - Tool tip boxes */

.largeAnchor {
    font-size: large;
}

.span-nobr {
    white-space: nowrap;
}

.span-large {
    font-size: 2em;
}

.wideButton {
}

.progress {
    height: 20px;
}

    .progress span {
        position: absolute;
        display: block;
        width: 100%;
        color: black;
    }

.candidateSortDiv {
    cursor: grab;
}

.candSorting {
    border-width: 1px;
    border-color: #cccccc;
    border-style: solid;
    background-color: #f9f1f1;
}

.smallText {
    font-size: 0.9em;
}

.smallerText {
    font-size: 0.75em;
}

.smallerText2 {
    font-size: 0.65em;
}

.emailSubject {
    min-width: 100%;
    padding: 5px;
}

.emailBody {
    min-width: 100%;
    min-height: 250px;
    padding: 5px;
}

.emailPanel {
    background-color: #fbf7f5;
}

#tblMyApplicationsOptions {
    font-size: small;
}

    #tblMyApplicationsOptions a {
        width: 150px;
    }

    #tblMyApplicationsOptions input {
        width: 150px;
    }

    #tblMyApplicationsOptions td {
        padding: 2px;
    }

.navbar-text {
    font-size: .75em;
    font-family: Arial;
    white-space: nowrap;
}

.bare-ul {
    list-style: none;
    font-size: 0.8em;
    white-space: nowrap;
}

.li-nostyle {
    list-style: none;
}

#examinerProfile {
    /*border: 1px solid #cccccc;*/
    padding: 5px;
}

.profile-box {
    padding-bottom: 25px;
}

.expenseTextBox {
    width: 50px;
}

.validation-summary-errors {
    color: red;
}

.purpleHeading {
    color: #a20067;
}

.greyBackground {
    background-color: #f4f4f4;
    border-radius: 5px;
    margin-top: 10px;
}



.lnkBtn {
    color: #ffffff !important;
}

    .lnkBtn:hover {
        background-color: #337ab7 !important;
    }

.nav.navbar-nav li a:hover {
    text-decoration: underline;
}

.black-border-new {
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 0px;
    display: inline-block;
}

.black-border-notop {
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    border-top: none;
    padding: 15px;
    display: inline-block;
}

.paddedTopTable td {
    padding-top: 15px;
}

.fullWidth {
    width: 500px !important;
}

.tableRowTopSpace td {
    padding-top: 20px;
}

.btn-primary .btn-default {
    background-color: #15819e !important;
}

.btn-default-submit {
    background-color: #15819e !important;
}

.paymentIFrame {
    width: 100%;
    height: 110vh;
   
}

.graphcell-rightborder {
    border-right: 1px solid #000000;
}


.goalMarkingSection {
    border: 1px solid #337ab7;
    border-radius: 5px;
    margin: 1px;
    width: 30%;
}

.goalMarkingComment {
    border: 1px solid #337ab7;
    border-radius: 5px;
    margin: 1px;
    padding-bottom: 15px;
}


.goalMarkingLabel {
    font-weight: normal;
    font-size: 11px;
}

.application-black-border {
    margin-left: 20%;
    /*width: 50%;*/
    float: left;
    position: relative;
    min-height: 1px;
}

.radioButtonMarking {
    vertical-align: middle;
}

.tooltip2 {
    /*position: relative;*/
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
    
}

    .tooltip2 .tooltiptext2 {
        visibility: hidden;
        /* width: 200px;
    height:50px;*/
        width: auto;
        height: auto;
        background-color: lightgray;
        color: black;
        text-align: left;
        border-radius: 6px;
        padding: 5px 5px 5px 5px;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        margin-top: 40px;
        margin-left: -70px;
    }

.tooltip2:hover .tooltiptext2 {
    visibility: visible;
}


/*
    Exam Maintainence - Drag and Drop Related Classes
*/

.small-container {
    padding: 1.6px;
    width: 160px;
    display: inline-block;
}
.drop-container {
    border: 1px solid black;
    display: inline-block;
    /*padding: 10%;*/
}

.drop-container-over {
    background: #fadadd !important;
}

    .drop-container-over > ul > li {
        background: #ffffff;
    }

    .drop-container-over > div {
        background: #ffffff;
    }

.candidate-list-item {
    background: #cccccc;
    border: 1px solid black;
    border-radius: 5px;
    padding: 2%;
    margin-bottom: 1%;
    text-align: center;
}

.candidate-list-item-placeholder {
    background: #8ad;
    border: 1px solid black;
    border-radius: 5px;
    padding: 2%;
    margin-bottom: 1%;
    text-align: center;
}

.candidate-list-item-selected {
    background: #cc5500;
    border: 1px solid black;
    border-radius: 5px;
    padding: 2%;
    margin-bottom: 1%;
    text-align: center;
}

.application-container {
    text-align: center;
    border: 1px solid black;
    border-radius: 5px;
    padding: 5px;
}

.slot-break-li {
    margin-bottom: 5px;
    border: 1px solid #000000;
    text-align: center;
    padding-top: 7px;
}


/*
    Toggle switch for slot-scheduling screen
*/
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


.scrolling-wrapper {
    position: absolute;
}



.inner-centercontent {
    width: 100%;
    float: left;
    height: 600px;
    overflow: scroll;
    padding-bottom: 50px;
}

.lable_list_item {
    display: list-item;
    font-weight: normal;


}

.nav_header_margin {
    margin: 0px 180px 0px 0px;
}

@media (max-width: 1650px) {
    .nav_header_margin {
        margin: 0px 10px 0px 0px;
    }
}

.wheelchair_div {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    display: inline-block;
    padding: 1px 0px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
@media (max-width: 1405px) {
    .inner-topHeader-panel-fixed {
        width: 100%;
        height: auto;
       /* margin: auto;*/
        background: white;
        border-bottom: none;
        float: left;
        clear: both;
        padding-top: 35px;
        z-index: 1000;
        position: fixed;
    }
}
@media (max-width: 1116px) {
    .inner-topHeader-panel-fixed {
        width: 100%;
        height: auto;
       /* margin: auto;*/
        background: white;
        border-bottom: none;
        float: left;
        clear: both;
        padding-top: 80px;
        z-index: 1000;
        position: fixed;
    }
}
.inner-topHeader-panel-fixed {
    width: 100%;
    height: auto;
   /* margin: auto;*/
    background: white;
    border-bottom: none;
    float: left;
    clear: both;
    top: 75px;
   
    z-index: 1000;
    position:fixed;

    border: 1px solid #cccccc;
    border-radius: 5px;
}


/*
@media (max-width: 1250px) {
    .inner-centercontent-fixed {
        width: 100%;
        float: left;
        overflow: scroll;
        padding-bottom: 50px;
    }
}
*/

#myHeader{

}

/*.exam-slot-maintenance-header {
    position: sticky;
    top:auto;
}
.exam-slot-maintenance-body {
    
}

.tableFixHead {
    overflow-y: auto;
    
}
*/


/* Mobile Screen changes 2022-11 */
.divGroupMob { }
.beginAppTableMob { }

.new-app-box-mob {
    position: center;
    border-width: 0px;
    left: 0px;
    top: 0px;
    width: 80px;
    text-align: center;
    height: 74px;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(121, 121, 121, 1);
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 7px;
    padding-top: 15px;
}

.new-app-box-selected-mob {
    position: center;
    border-width: 0px;
    left: 0px;
    top: 0px;
    width: 80px;
    height: 74px;
    background: inherit;
    background-color: rgba(102, 102, 102, 1);
    color: rgba(255, 255, 255, 1);
    box-sizing: rgba(255, 255, 255, 1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(121, 121, 121, 1);
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 20px;
    padding-top: 15px;
}

.continueBtnMob {
    width: 100%; 
    min-height: 50px;
    border-width: 0.5px;
    border-color: darkgray;
}

.examSlotSelectLabel{
    text-align: right;
}

timerContainerMob {
    width: 100%;
}
.ulTimerMob{
    width: 100%;
    margin-left: -4%;
}
.ulTimerMob li {
    width: 100%;
}

.horizontalScrollDiv{
    overflow-x: scroll;
}


.div_medium_3 {
    position: center ;
    border-width: 0px;
    left: 0px;
    top: 0px;
   
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(121, 121, 121, 1);
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 50px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
}


.greyText{
    color: #808080;
}
.slotBtn {
    width: 20px;
    height: 20px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
}
.slotBtn span {
    font-size: 0.75em;
}


.inner-topHeader-panel {
    width: 100%;
    height: auto;
    margin: auto;
    background: white;
    border-bottom: none;
    float: left;
    clear: both;
    top: 0;
    z-index: 1000;
}

.inner-topHeader-panel2 {
        
    float: left;
    width: 100%;
    margin-left: auto;

    border: 1px solid #cccccc;
    border-radius: 5px;
}
.panel-group2{
    margin-bottom: 0px !important;
}

.slotFilterControlContainer1 {
    margin-left: 5px;
    display: inline;
}

.slotFilterControlContainer2 {
    margin-left: 5px;
    display: inline-flex;
}

.inner-centercontent {
    width: 100%;
    float: left;
    /*height: 695px;*/
    height: 595px;
    overflow: scroll;
    padding-bottom: 50px;
    border: 1px solid #cccccc;
    border-radius: 5px;
}

.body-content-examslot {
    padding-top: 90px;
    padding-left: 15px;
    padding-right: 15px;
}

.table-candcard{
    margin-bottom: 5px;
}

.collaspsedCandInfo{
    display: none;
}

.datepickerfront {
    z-index: 9999 !important;
}