﻿body {
/*    height: 100%;
    max-height:100%;*/
    width: 100%;
}

form {
    width: 100%;
    /*height: 400px;*/
    margin: 0px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

body, form {
    margin: 0px;
    padding: 0px;
    font-size: 1rem;
/*    font-weight: 400;*/
/*    font-family: "Helvetica Neue","Segoe UI",helvetica,verdana,sans-serif;*/
    -webkit-overflow-scrolling: touch;
}

#loading_indicator {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 10px solid #d6d6d6;
    border-radius: 50%;
    border-top: 10px solid #004a99;
    width: 100px;
    height: 100px;
    animation: spinIndicator 1s linear infinite;
}

@keyframes spinIndicator {
    100% {
        transform: rotate(360deg);
    }
}

.width_100percent {
    width:100%;
}

/******** fontawesome overrides ***********************/
.fa-1point5x {
    font-size: 1.5em;
}

/************************* Expandable text *********************************** */
.expandable-text-showmore,
.expandable-text-showless {
    background-color: #007901;
    border-radius: 5px;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 4px;
    cursor: pointer;
}

/************************* End Expandable text *********************************** */

/************************ Driving Licence *****************************************/
.jqx_inputDrivingLicenceNumber .dx-button-content {
    background-color: #253d87;
}

.jqx_inputDrivingLicenceNumber .dx-button-mode-contained .dx-button-text {
    color:yellow;
    font-weight:bold;
}

.jqx_inputDrivingLicenceNumber .dx-button-mode-contained .dx-button-text:hover {
    color: #253d87;
    font-weight: bold;
}

.jqx_inputDrivingLicenceNumber .fa-copy {
    color: white;
}

.jqx_inputDrivingLicenceNumber .fa-copy:hover {
    color: darkblue;
}

/************************ Driving Licence *****************************************/

/************************* Driving Licence check **********************************/

.licence-check-container {
    /*border-radius:10px;
    border-width:1px;
    border-style:solid;
    padding:10px;
    margin-top:2px;*/
}

.licence-check-pending {
    border-color: darkgray;
    color: darkgray;
}

.licence-check-pending .jqx_formHeading {
    color: darkgray;
}

.licence-check-valid {
    border-color: forestgreen;
    color: forestgreen;
}

.licence-check-valid .jqx_formHeading {
    color: forestgreen;
}

.licence-check-declined,
.licence-check-invalid {
    border-color: red;
    color:red;
}

.licence-check-declined .jqx_formHeading,
.licence-check-invalid .jqx_formHeading {
    color: red;
}

.licence-check-not-found {
    border-color: purple;
    color: purple;
}

.licence-check-not-found .jqx_formHeading {
    color: purple;
}

.licence-check-title {
    display:inline-block;
    padding-left:10px;
}

.licence-check-categories {

}

/************************* End Driving Licence check **********************************/
/****************** Saved Payment Cards ******************************************/
.card-container {
    display: inline-flex;
}

.card-background {
    display: inline-block;
    position: relative;
    max-width: 300px;
    max-height: 170px;
    border-radius: 15px;
    color: white;
    padding: 15px;
}

.card-add-title {
    font-size: 1.5rem;
    margin-top: 15px;
}

.card-add-text {
    margin-top: 20px;
}

.card-background-visa {
    background-color: darkblue;
}

.card-background-mastercard {
    background-color: orangered;
}

.card-background-new {
    background-color: forestgreen;
}

.card-background-other {
    background-color: black;
}

.card-type {
    position: absolute;
    top: 15px;
    right: 15px;
}

.card-number {
    font-size: 2rem;
    margin-top: 40px;
}

.card-expiry {
    margin-top: 10px;
}

.card-holder-name {
    margin-top: 10px;
    font-size: 1.2rem;
}

.card-brand-image {
    border-radius: 5px;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.card-notes {
    display:inline-flex;
    margin-left:20px;
    margin-bottom:10px;
}

/****************** End Saved Payment Cards ******************************************/
.stationeryContainer {
    color: black;
    background-color: white;
}

.jqx_inputCreditCardFieldStripe {
    padding-top: 10px;
    border: 1px solid #c5dbec;
}

.dropDownButton.jqx-widget-content.jqx-dropdownbutton-popup {
    z-index:9999!important;
}

.paymentProcessorLogoText {
    padding-left: 10px;
    font-weight: bold;
}

.jqx-menu-item, .jqx-menu-item-hover {
    padding-top: 1px;
    padding-bottom: 1px;
}

.jqx-notification-container {
    z-index: 200000;
}
#notificationMessage {
    padding: 5px;
    font-size: 16pt;
}

.jqx_symbolIcon {
    cursor: default;
    font-style: normal;
    font-weight: normal;
    font-size: 20pt;
}

.jqx_inactiveTreeNode {
    color: gray;
}

.jqx_negative_amount {
    color: red;
}

.jqx_positive_amount {
    color: darkgreen;
}

.jqx_inactive_banner, .jqx_cancelled_banner {
    color: white;
    background-color: darkgrey;
    padding: 5px;
    border-radius: 5px;
    display: inline-block;
    margin-right:5px;
}

.jqx_deleted_banner {
    color: white;
    background-color: red;
    padding: 5px;
    border-radius: 5px;
    display: inline-block;
    margin-right: 5px;
}

.jqx_sold_banner {
    color: white;
    background-color:blueviolet;
    padding: 5px;
    border-radius: 5px;
    display: inline-block;
    margin-right: 5px;
}

.jqx_stolen_banner {
    color: white;
    background-color: black;
    padding: 5px;
    border-radius: 5px;
    display: inline-block;
    margin-right: 5px;
}

.jqx_comboOutline {
    width: 100%;
    height: 100%
}

.jqx_comboOutline_button {
    height: 100%;
    min-height:25px;
    padding: 0px;
    margin: 0px;
    border-left-width: 1px;
    border-left-style: solid;
}

/*
.jqx_comboOutline_button .jqx-icon {
    margin-top:2px;
}
    */

.jqx_inputAttachmentPicker {
    vertical-align: middle;
}
  
.jqx_inputAttachmentPicker_container {
    min-width: 100px;
    min-height: 25px;
    background-color: white;
    display: inline-block;
    vertical-align: middle;
    margin-right:2px;
}

.jqx_attachment {
    display: inline-block;
    background-color: #FFE8FF;
    border: thin solid #660066;
    padding: 3px;
    margin-right: 5px;
    border-radius: 8px;
    text-decoration: none;
    cursor:pointer;
}

.jqx_summaryTable td {
    padding-left:5px;
    padding-right:5px;
}

#dropdownMask {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: black;
        opacity: 0.5;
       /* z-index: 9000;*/
    }

    #toolbarMask {
        position: absolute;
        bottom: 0px;
        right: 0px;
        background-color: black;
        opacity: 0.5;
        z-index: 10000;
    }

    .jqx_touch .jqx-listitem-element {
        font-size: 16pt;
        border-bottom: 1px solid lightblue;
    }

    .phone .jqx_touch .jqx-fill-state-pressed,
    .tablet .jqx_touch .jqx-fill-state-pressed {
        font-size: 16pt;
    }

    #dropdownCloseButton {
        position: absolute;
        height: 40px;
        z-index: 2147483648;
    }

    #ThreeDSecurePage {
        background-color: white;
    }


    label.jqx-validator-error-label {
        width: auto !important;
        max-width: 600px;
    }

    .jqx_Calendar {
        width: 250px;
        height: 250px;
    }

    #bottomToolbar {
        height: 100%;
    }

    .desktop #customBottomToolbar .jqx_button {
        margin-right: 5px;
        min-width: 120px;
    }

    /*
#mainEditorIFrame {
    display:block;
    width:100%;
    height:100%;
}
    */

.jqxInlineContainer {
    display:inline;
}

.jqx_infoIcon {
    width: 32px;
    height: 32px;
    border-radius: 16px;
    border-width: 5px;
    border-style: solid;
    box-sizing: border-box;
    border-color: orange;
    background-color: white;
}

        .jqx_infoIcon div:first-child {
            margin-left: auto;
            margin-right: auto;
            display: block;
            text-align: center;
            line-height: 20px;
            vertical-align: central;
            font-weight: 700;
            font-size: 16px;
            color: orange;
            font-style: italic;
            font-family: 'Times New Roman', Times, serif;
        }

    .jqx_inlineSuccessMessage {
        background-color: green;
        border: 1px solid white;
        border-radius: 5px;
        color: white;
        padding: 4px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .jqx_inlineErrorMessage {
        background-color: red;
        border: 1px solid white;
        border-radius: 5px;
        color: white;
        padding: 4px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .jqx_inlineWarningMessage {
        background-color: darkorange;
        border: 1px solid white;
        border-radius: 5px;
        color: white;
        padding: 4px;
        margin-left: 5px;
        margin-right: 5px;
    }

.jqx_CBTIssuedMessage {
    display:inline-block;
    background-color: darkorange;
    border: 1px solid white;
    border-radius: 5px;
    color: white;
    padding: 4px;
   
/*    margin-left: 5px;
    margin-right: 5px;*/
}

.complete-panel {
    margin-top:10px;
    border: 1px solid darkgrey;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    padding: 10px;
    background-color:white;
}

/*    .jqx_complete_header {
        font-size: 16pt;
        font-weight: bold;
        text-align: left;
    }
*/
    .complete-title {
       /* margin-top: 20px;
        text-align: left;*/
    }

.complete-icon {
    padding-right:10px;
}

.complete-body {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
}

    .bigMarginTop {
        margin-top: 50px;
    }

    .jqx_smallLeftRightBorders {
        margin-left: 5px;
        margin-right: 5px;
    }

    .publicHeader {
        font-size: 16pt;
        color: #6699FF;
    }


    /*
    .desktop.publicBody {
        padding: 20px;
        box-sizing: border-box;
    }
    */

    .jqx_grid {
        cursor: pointer;
    }

    .desktop .jqx-fill-state-hover-ui-redmond {
        background-color: #FFE7A2 !important;
        background-image: none;
        /*border:solid 1px #FFBD69!important;*/
    }

/**************  options ****************/
.jqx_DialogContent .jqxInputBookingOptionsSelectGroupOuter {
    border-color: transparent;
}

.jqxInputBookingOptionsSelectGroupOuter .jqx_formHeading {
    cursor: pointer;
    padding-left: 0px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-top: 0px;
}

.jqxInputBookingOptionsSelectGroupOuter .jqx_formHeading:hover {
    background-color: #FFE7A2;
    border-radius: 15px;
}

.jqxInputBookingOptionsSelectGroupOuter {
    border-color: #bbbbbb;
    border-width: 2px;
    border-radius: 15px;
    border-style: solid;
 /*   width: 100%;*/
    margin-bottom: 10px;
    padding: 15px;
}

.jqxInputBookingOptionsSelectInfo {
    padding-left:50px;
}

.jqxInputBookingOptionsSelectGroup {
    min-height: 30px;
}

.jqxOptionsSelectPrice {
}

.jqxInputBookingOptionsSelectGroupHint {
    margin-top:10px;
}

.jqxInputBookingOptionsSelect {
 /*   max-width: 400px;*/
}

.jqxInputBookingOptionsSelect .jqxInputBookingOptionsSelectRow {
        cursor: pointer;
        /*padding-left: 5px;
        padding-right: 5px;*/
        padding-top: 4px;
        padding-bottom: 4px;
        margin-top:4px;
        color: #104fc6;
    }

.desktop .jqxInputBookingOptionsSelect .jqxInputBookingOptions_rowSelectable:hover {
    background-color: #FFE7A2;
    border-radius:15px;
}

.jqxInputBookingOptionsSelectRow .jqx_symbolIcon,
.jqxInputBookingOptionsSelectRow .optionName,
.jqxInputBookingOptionsSelectRow .jqxOptionsSelectPrice {
    margin-left: 8px;
    vertical-align:middle;
}

.jqxInputBookingOptionsSelectRow .jqxOptionsSelectPrice {
    margin-top:8px;
    float:right;
}

.jqxInputBookingOptionsSelectAltRow .jqxInputBookingOptionsSelectRow:nth-child(even) {
    background-color: white;
}

.jqxInputBookingOptions_rowSelected,
.jqxInputBookingOptionsSelectAltRow .jqxInputBookingOptionsSelectRow:nth-child(even).jqxInputBookingOptions_rowSelected {
    background-color: #FFBD69;
    border-radius: 15px;
}

.jqx_inputBookingOptionsSelect_check {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    border-width: 5px;
    border-style: solid;
    box-sizing: border-box;
    border-color: lightgray;
    margin-left:10px;
}

.jqx_inputBookingOptionsSelect_check div:first-child {
    margin-left: auto;
    margin-right: auto;
    visibility: hidden;
    text-align: center;
    line-height: 16px;
    vertical-align: middle;
    font-weight: bold;
    font-size: 24px;
    color: #104fc6;
}

.jqxInputBookingOptions_rowSelected .jqx_inputBookingOptionsSelect_check div:first-child {
    visibility: visible;
}

.jqxInputBookingOptions_rowSelected .jqx_inputBookingOptionsSelect_check {
    border-color: #104fc6;
}

.jqxInputBookingOptionsPopup, .jqxInputCourseDateSelect {
    background-color: white;
    color: darkgreen;
    border-radius: 5px;
    padding: 5px;
    border: 1px solid darkgreen;
    cursor: pointer;
}

.jqxInputBookingOptionsPopupWindow_table {
    border-bottom: 1px solid #104fc6;
    width:100%;
}
.jqxInputBookingOptionsPopupWindow_table td {
    padding-bottom:4px;
}

.jqxInputBookingOptions_rowUnSelectable {
    opacity: 0.8;
    cursor:default!important;
}

.jqxInputBookingOptions_unSelectableText {
    color: red;
    opacity: 1.0;
}

    /************** end options ****************/

.publicHeading {
    font-size: 20px;
    color: #385487;
    font-weight: bold;
    border: 1px solid #385487;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    margin-top:5px;
}

    .jqxProgressBar {
        box-sizing: border-box;
    }

    .jqx_StationeryBackground {
        background-color: lightgray !important;
        /*padding:10px;*/
        box-sizing:border-box;
        overflow:hidden!important;
    }

    .verticalScroll {
        overflow-x: hidden;
        overflow-y: auto;
        position: static;
    }

    .horizontalScroll {
        overflow-x: auto;
        overflow-y: hidden;
        position: static;
    }

    .hideOverflow {
        overflow-x: hidden;
        overflow-y: hidden;
    }

    .showOverflow {
        overflow-x: auto;
        overflow-y: auto;
    }

    .positionStatic {
        position: static;
        overflow-x: auto;
        overflow-y: auto;
    }
    
    .jqx_listbox_title {
        color: #104fc6;
    }

.dx-state-disabled.dx-list-item {
    opacity: 1;
}

.jqx_listbox_infoText {
    padding-left: 5px;
    font-size: smaller;
    color: #696969;
}

    .jqx_inputPictureNoImage {
        width: 300px;
        height: 150px;
        line-height: 150px;
        border: 1px solid #c5dbec;
        background-color: lightgray;
        border-radius: 5px;
        padding: 4px;
        margin-right: 4px;
        display: inline-block;
        color: white;
        font-size: 30pt;
        text-align: center;
    }

    .jqx_inputPictureImage {
        background-color: white;
        border-radius: 5px;
        border: 1px solid #c5dbec;
        padding: 4px;
        margin-right: 4px;
        max-width: 400px;
        max-height:400px;
        min-width:200px;
    }

    .jqx_inputStaffPicker .jqx-combobox-multi-item a,
    .jqx_inputStaffPicker .jqx-combobox-content a {
        white-space: normal !important;
    }

.jqx_screenFrame {
    width: 100%;
    height: 100%;
    background-color: Gray;
    border: none;
}

    .jqx_flashMessage {
        font-size: large;
    }

    .jqx_menu {
        display: inline-block;
        /*    vertical-align:middle; */
    }

    .jqx_menu_item_image {
        margin-right: 5px;
        vertical-align: middle;
        margin-top: 4px;
        margin-bottom: 4px;
    }

    /*.jqx_menu_item {
    white-space:nowrap;
}*/

    /*
.jqx_menu_group {
    width:280px;
}
*/

    .jqx_menu_item_text {
        vertical-align: middle;
        margin-top: 6px;
        white-space: nowrap;
    }

    .phone .jqx_menu_item_text {
        white-space: normal;
    }

    .jqx_menu_item_no_image {
        height: 24px;
        float: left;
        vertical-align: middle;
    }

#jqxWait .dx-popup-content {
    padding:0;
}
    #jqxWaitMessage {
        padding-top:5px;    /* keeps the top of the spinner from appearing at the bottom of the screen */
/*        margin-top: 20px;
        margin-left: 10px;
*/    }

#jqxWaitCloseBtn {
    float: right;
    margin-top: -15px;
    margin-right: -35px;
}

    #jqxAlertOKbtn {
        /* width:60px;*/
    }

    .jqx_DialogContent {
        /*    text-align:center;*/
        overflow-x: hidden;
        overflow-y: auto;
        color:black;
        background-color:white;
    }

    #editorPopup_content {
        overflow-y: hidden;
    }


    /*#jqxAlertContainer, #jqxConfirmContainer, */
/*    .jqx_DockPanel {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }
*/
    .jqx_window {
        box-sizing: border-box;
    }

#jqxAlertMessage, #jqxConfirmMessage {
    font-size:2rem;
    text-align:center;
}

#textPromptDialog_text {
    font-size: 2rem;
    margin-bottom: 10px;
}

.jqx_buttonImage {
}

    .jqx_buttonText {
    }

    .jqx_dropdownPaceholderText {
        margin-top: 12px;
    }

    .jqx_dropdownlistIcon {
        float: left;
        margin-top: 9px;
        margin-left: 2px;
    }

.jqx_hlink {
    cursor: pointer;
   /* color: #007BF7;*/
    text-decoration:none;
}

.desktop .jqx_hlinkWithColour {
    color: #0066ff !important;
    text-decoration: none;
}

    .desktop .jqx_hlink:hover {
        color: white !important;
        background-color: navy !important;
        border-radius: 5px;
    }

    .jqx_toolbar {
        box-sizing: border-box;
        /*    min-height:40px;*/
        width: 100%;
        text-align: center;
        /*  max-height:42px;*/
        overflow: hidden;
    }

.jqx_toolbar .jqx_inputTextSingleLine {
    height: 38px;
}

.jqx_toolbar .jqx_button,
.jqx_toolbar .jqx_inputDropDownList,
.jqx_toolbar .jqx_inputCombo,
.jqx_toolbar .jqx_inputDateOnly,
.jqx_toolbar .jqx_inputTextSingleLine {
/*    display: flex;
    align-items: center;*/
    display: inline-block;
    vertical-align: top;
}

.phone .jqx_toolbar #start_date_next,
.phone .jqx_toolbar #start_date_prev {
    width:80px;
}

.jqx_toolbar .dx-toolbar-before {
    padding-right: 0px;
}

.jqx_toolbar .dx-toolbar-after {
    padding-left: 0px;
}

.jqx_toolbar .dx-toolbar-menu-container {
    padding: 0 0 0 0px;
}

.jqx-widget-content {
    font-size: 10pt;
    background-color: white;
}

.jqx_combo_button, .jqx-input-button-content {
    width: 60px;
    height: 100%;
}

/******************* jqx_inputTreadDepth ************/
.jqx_inputTreadDepth input {
    font-size: 2em;
}

.jqx_inputTreadDepth .decimal-point {
    font-size: 3em;
    margin-bottom: 0.75em;
    line-height:5px;
}

/****************** jqx_inputfile *******************/
.jqx_inputFile {
    display: inline-block;
    max-width: 400px;
}

.dx-fileuploader-file-container {
    width:unset;
    display:inline-block;
}
.jqx-inputFile-preview {
}

.jqx-inputFile-preview-image {
    max-width:200px;
}

.jqx-inputFile-preview-pdf {
    max-width:200px;
}

.jqx-inputFile-noPreview {
    display:none;
}

.jqx_inputFile .dx-fileuploader-upload-button {
    display: none;
}

.jqx_inputFile_file {
    border: 1px solid #104fc6;
    border-radius: 5px;
    display: inline-block;
    padding:5px;
    margin-right:5px;
    margin-bottom:5px;
    background-color:white;
}

.jqx_inputFile_file .jqx_button {
    vertical-align:unset;
    margin-right:5px;
}

.jqx_inputFile_file_name_and_date {
    display: inline-block;
}

.jqx_inputFile_file_name {
}

.jqx_inputFile_file_date_added {
    font-size:0.75rem;
}

/****************** end jqx_inputfile *******************/
.jqx_inputControl {
}

.jqx_inputControlStandardSize {
    min-width: 300px;
    min-height: 25px;
}

@media (max-width: 330px) {
    .jqx_inputControlStandardSize {
        min-width: 270px;
    }
}

.jqx_toolbar .jqx_inputControlStandardSize {
    min-width: 20px;
}

input[type=text].jqx_inputControlStandardSize.jqx-input, input[type=password].jqx_inputControlStandardSize.jqx-input {
    min-height: 25px;
}

.jqx_inputListBoxContainer {
    /* min-width: 300px;*/
    width: 300px;
}

.jqx_inputMultiSelectListcheckbox {
    height: 500px;
}

.jqx-input-multidate {
    min-width: 200px;
    min-height: 50px;
    background-color: white;
    border: 1px solid #aecaf0;
    border-radius: 5px;
}

.jqx-input-multidate[data-showTimes="true"] .jqx-multidate-date {
    display: inline-block;
    width: 170px;
}

.jqx-multidate-time {
    display: inline-block;
    width: 90px;
}

.jqx-multidate-location {
    display: inline-block;
    width: 200px;
}

.jqx_inputHTML {
    min-height: 200px;
    min-width: 300px;
    color: black;
    background-color: white;
    border: 1px solid #aecaf0;
    padding: 5px;
    border-radius: 5px;
    box-sizing: border-box;
}

    .jqx_inputHTML, .jqx_inputHTMLButton {
        /*        max-width: 800px;*/
        width: 100%;
    }

    @media only screen and (min-width : 768px) {
        .jqx_inputHTML {
            min-width: 600px;
        }
    }


    .jqx_inputRichEdit {
        min-height: 400px;
        min-width: 500px;
        background-color:white;
        color: black;
        /* max-width: 800px;*/
    }

    .jqx_inputSMSTemplate {
        min-height: 200px;
        min-width: 500px;
        max-width: 800px;
    }

.jqx_ScreenCentre {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.jqx-centre-contents {
    text-align:center;
}

.jqx_inputSMSTemplateDropdown {
    max-width: 800px;
    margin-left:auto;
    margin-right:auto;
    display:inline-block;
}

.jqx_inputTextAreaDisplay {
    max-width: 800px;
}

    .jqx_inputTextArea {
        min-height:100px;
        min-width: 100px;
        max-width: 800px;
        width: 100%;
        box-sizing: content-box;
    }

    .jqx_inputHTML, .jqx_inputTextArea {
        overflow-x: hidden;
        overflow-y: auto;
    }

        .jqx_inputHTML p {
            margin: 0;
            padding: 0;
        }

    .jqx_inputQuery {
        min-width: 100px;
        max-width: 800px;
        width: 100%;
        box-sizing: content-box;
        min-height: 200px;
    }

    .jqx_initTimeOnlyNativeSelect {
        min-width: 100px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .jqx_colourInput {
        height: 100%;
        width: 100%;
        border: none;
    }

    .jqx_button {
        display: inline-block;
        padding-left: 3px;
        padding-right: 3px;
        cursor: pointer;
        text-align: center;
        margin: 0px;
        text-indent: 0px;
        /*    vertical-align:top;*/
    }

    .dxBigButton {
        height: 40px;
        width: 100%;
        max-width: 800px;
    }

    .jqx_button.clipboardcopybtn .dx-button-content {
        padding: 1px 2px 1px 2px;
    }

    .clipboardcopybtn {
        margin-left: 5px;
    }

    .jqx_send3DsecureBtn {
        display: block;
        margin-top: 5px;
        margin-left: auto;
        margin-right: auto;
        /* min-height:40px; */
    }

    .jqx_button_margin_left,
    .jqx_margin_left {
        margin-left: 10px;
    }

    .jqx_button_margin_right,
    .jqx_margin_right {
        margin-right: 10px;
    }

    .jqx_button_small_margin_left {
        margin-left: 6px;
    }

    .jqx_margin_top {
        margin-top: 10px;
    }

.jqx_margin_bottom {
    margin-bottom: 10px;
}
    .jqx_buttonGroup {
        height: 100%;
        overflow-y: scroll;
        overflow-x: hidden
    }

    .jqx_buttonGroupButton {
        width: 100%;
        text-align: center;
    }

    .jqx_floatLeft {
        float: left;
    }

.jqx_floatRight {
    float: right;
}

.jqx_hidden {
    display:none!important;
}

.jqx_pointRight {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

    .jqx_pointLeft {
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
    }

.jqx_formWarningbox {
    background-color: white;
    border-radius: 10px;
    border: 1px solid #FF0000;
    /*box-shadow: 0 0 10px #031F39;*/
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left:10px;
    padding-right:10px;
    /*  padding-left: 40px;*/
    /*text-indent: 35px;*/
    color: #FF0000;
    margin-top: 5px;
    margin-bottom: 5px;
    /*  background-image: url('../images/s24/regular/symbol stop.png');
        background-position: 15px 15px;
        background-repeat: no-repeat;*/
}

    .jqx_formWarningbox i, .jqx_formInfobox i {
        margin-right: 5px;
        margin-bottom: 5px;
        font-size:1.5rem;
    }

.jqx_formInfobox {
    background-color: #E3FFF1;
    border-radius: 10px;
    border: 1px solid #006600;
    /*    box-shadow: 0 0 10px #031F39;*/
    color: #003300;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    /* background-image: url('../images/s24/regular/symbol information.png');
        background-position: 15px 15px;
        background-repeat: no-repeat;
        text-indent: 35px;*/
}

    .jqx_successMessage {
        border-color: darkgreen;
        color: darkgreen;
    }

    .jqx_warningMessage {
        border-color: darkorange;
        color: darkorange;
    }

    .jqx_errorMessage {
        border-color: red;
        color: red;
    }

    .jqx_successMessage, .jqx_warningMessage, .jqx_errorMessage {
        border-width: 2px;
        border-style: solid;
        background-color: white;
        border-radius: 15px;
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 20px;
        font-size: larger;
    }

    .jqx_tblLineAbove td {
        border-top: 2px solid #385487;
    }

    .jqx_alignRight {
        text-align: right;
    }

    .jqx_alignCentre {
        text-align: center;
    }

    .jqx_alignLeft {
        text-align: left;
    }

    .jqx_inline {
        display: inline-block;
    }

    .jqx_dateNavigator {
        height: 42px;
        vertical-align: top;
    }

    .jqx_cursor_hand {
        cursor: pointer;
    }

    .jqx_Splitter {
        box-sizing: border-box;
    }

    .jqx_SplitterPanel {
    }

.jqx_SplitterPanelInner {
    width: 100%;
    height: 100%;
    overflow-x: auto;
    /*overflow-y: auto;*/
    overflow: auto;

/*    -webkit-overflow-scrolling: touch;*/
    overflow-y: auto;
}

    .stnPreviewClass {
        /*margin: 20px;*/
        border-left: solid 1px black;
        border-top: solid 1px black;
        border-bottom: solid 4px black;
        border-right: solid 4px black;
        /* padding: 10px;*/
        background-color: White;
        color: black;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }

    .stnHtmlEdit {
        background-color: White;
        color: black;
        width: 100%;
        height: 100%;
    }

    .voucherPreview {
        display: inline-block;
        min-width: 200px;
        min-height: 200px;
        box-shadow: 4px 4px grey;
        border: 1px solid grey;
        border-radius: 20px;
        padding: 20px;
        color: black;
    }

        .voucherPreview p {
            margin: 0px;
        }

/********************** Quick progress bar *************************************/
.jqxQuickProgressBar {
    border: 2px solid forestgreen;
    border-radius:4px;
    width:100px;
    height:1.5rem;
    position:relative;
    box-sizing:border-box;
}

.jqxQuickProgressBarBackground {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    text-align: center;
    box-sizing: border-box;
}

.jqxQuickProgressBarProgress {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: forestgreen;
    box-sizing: border-box;
}

.jqxQuickProgressBarText {
    color: black;
}

/********************** End Quick progress bar *************************************/

/************************ Series attendance *************************************/
.jqx-series-attendance {
    margin-left: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 2px;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    border-color: forestgreen;
    white-space: nowrap;
    display:inline-block;
}

.jqx-series-attended {
    color:forestgreen;
    margin-left:2px;
}

.jqx-series-absent {
    color: red;
    margin-left: 2px;
}

.jqx-series-notset {
    color: dimgrey;
    margin-left: 2px;
}
/************************ End Series attendance *************************************/
.jqx_blink {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

    @-moz-keyframes blinker {
        0% {
            opacity: 1.0;
        }

        50% {
            opacity: 0.0;
        }

        100% {
            opacity: 1.0;
        }
    }

    @-webkit-keyframes blinker {
        0% {
            opacity: 1.0;
        }

        50% {
            opacity: 0.0;
        }

        100% {
            opacity: 1.0;
        }
    }

    @keyframes blinker {
        0% {
            opacity: 1.0;
        }

        50% {
            opacity: 0.0;
        }

        100% {
            opacity: 1.0;
        }
    }

    .jqx_clipboardControl {
        height: 30px;
        max-height: 30px;
    }

    .jqx_clipboardControlValue {
        /*min-height: 34px;*/
        display: inline-block;
        padding: 0px 5px 0px 5px;
        height: 30px;
        width: 150px;
        max-width: 150px;
        /* font-size: 13px;*/
        color: #333;
        /* line-height:28px;*/
        vertical-align: middle;
        background-color: #fff;
        /*background-repeat: no-repeat;
    background-position: right 8px center;*/
        border: 1px solid #ccc;
        border-right: none;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
        outline: none;
        /* box-shadow: inset 0 1px 2px rgba(0,0,0,0.075);*/
    }

    .jqx_clipboardControlButton {
        /*    position: relative;
    display: inline-block;*/
        display: inline-block;
        height: 30px;
        /* padding: 6px 12px;*/
        /*   font-size: 13px;
    font-weight: bold;
    line-height: 20px;*/
        color: #333;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        background-color: #eee;
        background-image: linear-gradient(#fcfcfc,#eee);
        border: 1px solid #d5d5d5;
        padding: 0px 5px 0px 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-appearance: none;
    }

    .jqx_inputCheckbox {
        width: 150px;
        height: 25px;
    }

/************ Rating *************************/
/*
.rateit .rateit-range {
   font-size: 50px;
}
    */
.rateit-font {
    font-size: 3em!important;
}

/*********** New big check box *****************/
.jqx_inputBigCheckBox {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    border-width: 5px;
    border-style: solid;
    box-sizing: border-box;
    border-color: lightgray;
    cursor: pointer;
    margin-right: 10px;
}

        .jqx_inputBigCheckBox div:first-child {
            margin-left: auto;
            margin-right: auto;
            visibility: hidden;
            text-align: center;
            line-height: 16px;
            vertical-align: middle;
            /*vertical-align: central;*/
            font-weight: bold;
            font-size: 24px;
            color: #104fc6;
        }

    .jqx_inputBigCheckBoxSelected div:first-child {
        visibility: visible;
    }

    .jqx_inputBigCheckBoxSelected {
        border-color: #104fc6;
    }

    /*********** End New big check box *****************/

    .jqx_formTextMaxWidth {
        width: 100%;
        float: none;
        margin: 0 0 5px 0;
        text-align: left !important;
    }

    @media (max-width: 496px) {
        h1, h2, h3, h4, h5, h6 {
            margin-bottom: 0.0rem;
        }
        
        jqx_formSummaryTable td {
            padding-top: 10px;
        }

        .jqx_formTextLeft {
                width: 100%;
            /*float: none;*/
            margin: 0 0 5px 0;
        }

        .jqx_formControlContainer {
            width: 100%;
        }        

        .jqx_formSummaryTextLeft {
            /*width: 100%;*/
            width:50%;
            padding-bottom: 0px;
         /*   padding-top: 4px;
            float: none;
            text-align: left;
            display: block;*/
        }

        .jqx_formSummary .jqx_inputTextAreaDisplay {
            margin-left: 0;
        }


        .jqx_formRowMiddle {
            display: block;
            align-items: unset;
        }


        .jqx_formTextAbove {
            width: 100%;
            padding-left: 0px;
        }

        .jqx_formTextBelow {
            width: 100%;
            padding-left: 0px;
        }
    }

    @media (min-width: 497px) {
        .jqx_formTextLeft {
            text-align: right;
        }

        .jqx_formSummaryTextLeft {
            padding-bottom: 4px;
            padding-top: 0px;
        }
    }
