﻿.danger {
    color: red !important;
}

.warning {
    color: gold !important;
}

.link-button {
    color: #008da9;
    text-decoration: none;
}

.mat-form-field {
    width: 100%;
}

.link-button:hover {
    cursor: pointer;
}

	.app-flex-layout-container {
	    display: flex;
	    flex-wrap: wrap;
	}

	    .app-flex-layout-container > * {
	        /*padding: 0 10px;*/
	    }

	.padding-right {
	    margin: 0px 10px;
	}
	.app-flex-layout-two-column {
	    display: flex;
	    flex-direction: row | column;
	    grid-template-columns: 1fr 1fr;
	    grid-gap: 10px;	    
	}

    .app-flex-layout-two-column > mat-form-field {
        flex-grow:1
    }

    	.app-flex-layout-three-column {
	    display: flex;
	    flex-direction: row | column;
	    grid-template-columns: 1fr 1fr 1fr;
	    grid-gap: 10px;	    
	}

    .app-flex-layout-three-column > mat-form-field {
        flex-grow:1
    }
    
/*popup box*/
.app-dialog-header .mat-toolbar {
    width: 100%;
    padding: 0px;
}

.qra-app-header-container {
    width: 100%;
    padding: 0px 24px;
    vertical-align: central;
    margin-top: 12px;
}

.qra-app-header, .qra-app-header-container {
    background-color: #008da8;
}

.mat-toolbar.mat-primary, .mat-raised-button.mat-primary {
    background-color: #008da8 !important;
}

.app-menu-header {
    float: left;
}

.app-move-action {
    float: right;
}

.qra-app-header-container .material-icons :hover {
    color: #ff4081;
}


/*forgot password*/
.user-forgot-container {
    padding: 12px;
}

    .user-forgot-container .mat-form-field {
        width: 100%;
    }

/*create account*/
.mat-card {
    display: flex !important;
    flex-direction: column !important;
}

mat-checkbox.alignRow > label.mat-checkbox-layout {
    top: 25px;
}


.user-create-account.mat-form-field {
    width: 100%;
}

.mat-dialog-container {
    padding: 0px !important;
    overflow: hidden !important;
}

    .mat-dialog-container .mat-card-content {
        max-height: 400px;
        overflow-x: auto;
        overflow-x: hidden;
        margin-right: -12px;
    }

.mat-checkbox-layout .mat-checkbox-label {
    white-space: pre-wrap !important;
    padding: 4px !important;
}


.topNav ul li:last-child {
    margin-right: 10px !important;
}

form {
    width: 100%;
}

.mat-list-base {
    max-height: 150px;
    overflow-x: auto;
}

.landmark-tree {
    max-height: 10em !important;
    overflow-x: auto !important;
}

    .landmark-tree .mat-tree-node {
        padding: 0px 0px 0px 11px;
    }

.mat-tree-node {
    min-height: 20px !important;
}

    .mat-tree-node .mat-icon-button {
        /*width: auto !important;
        height: auto !important;*/
        width: auto !important;
        height: 24px !important;
    }


.landmark-tree-invisible {
    display: none;
}

.landmark-tree ul,
.landmark-tree li {
    margin-top: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.landmark-tree-option {
    height: 10em !important;
    line-height: 0em !important;
    padding: 0px !important;
}

.landmark-tree-selected {
    background: steelblue;
    color: white !important;
}

.programResults ul.programList li {
    padding: 0px 0;
}

.landmark-show-error {
    color: red;
}

.questionnnaire .mat-form-field {
    width: 100%;
}

/*.questionnnaire .mat-form-field-appearance-legacy .mat-form-field-underline {
    height: 0px !important;
}*/

/* full loader starts*/
.loader-bg {
    top: 0;
    left: 0;
    position: fixed;
    z-index: 9999;
    height: 100%;
    width: 100%;
    display: block;
}

    .loader-bg .loader {
        top: 50%;
        left: 50%;
        position: fixed;
        z-index: 9999;
        height: 100%;
        width: 100%;
        display: block;
    }
/* full loader ends*/

/* mat card grid starts*/
.mat-card-selected {
    background-color: #eee !important;
}

.card-column {
    float: left;
    padding: 10px;
}

.card-row:after {
    content: "";
    display: table;
    clear: both;
    width: 650px;
}

@media(min-width:370px) {
    .card-column {
        width: 100%;
    }
}

@media(min-width:768px) {
    .card-column {
        width: 50%;
    }
}

@media(min-width:992px) {
    .card-column {
        width: 33.33%;
    }
}

@media(min-width:1200px) {
    .card-column {
        width: 33.33%;
    }
}
/* mat card grid ends*/

.modal.prerequisite {
    min-width: 600px !important;
    max-width: 800px !important;
}

.scheduleButton.registerBtn {
    margin-top: 25px !important;
}

.programResults.background {
    background-color: white;
    margin-bottom: 20px;
}

.col-8 {
    width: 80% !important;
}

.marginR {
    margin-right: 20px;
}

.marginL {
    margin-left: 20px;
}

.ecommerce-container-layout {
    padding: 20px 20px;
}

.form-layout-container {
    padding: 20px 20px;
}

.ecommerce-event-info {
    padding: 10px 10px;
}

    .ecommerce-event-info .promotions {
        color: red;
        text-decoration: line-through;
    }

/* mat card grid ends*/

.modal.courseDetail {
    font-family: 'Open Sans',sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #333;
}

.modal .close {
    z-index: 1000;
}

.lblSession {
    width: 375px;
}



.padding-left {
    padding-left: 10px;
}

.mat-placeholderCtm {
    color: rgba(0,0,0,.54);
    position: absolute;
    left: 0;
    font: inherit;
    pointer-events: none;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transform-origin: 0 0;
    transform: translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.001px);
    -ms-transform: translateY(-1.28125em) scale(.75);
    width: 133.33333% !important;
    color: #333 !important;
    font-weight: 700;
    padding: 30px 0px 0px 10px;
}

.mat-form-field .text-number-align {
    text-align: right;
}

.schedule-payment-details {
    width: 100%;
}

    .schedule-payment-details th {
        text-align: left;
    }

    .schedule-payment-details .mat-form-field {
        width: 260px;
    }

.user-login-container .mat-input-element {
    float: left;
    width: 90%;
}

.float-right, .mat-input-float-right {
    float: right;
}

.account-user-registration .login-right-align {
    width: 90%;
}

.app-address-flip-flop {
    padding-top: 16px;
}

.address-phone-number-length {
    position: relative;
    margin: 30px 0px 0px -50px;
    padding: 0px 20px;
}

.address-phone-number-length-last {
    position: relative;
    margin: 30px 0px 0px 0px;
    padding: 0px 0px;
}

.user-login-title {
    padding: 10px;
}

.user-login-container .mat-list-base {
    padding-bottom: 20px;
    border: 1px solid rgba(0,0,0,.42);
    margin: 20px 0px;
}

.ecommerce-padding-top-bottom {
    padding: 30px 0px;
}

.questionnnaire .no-border {
    border: none;
}


.user-login-container input[type=text] {
    border: none;
}

.ecommerce-flex-row-container {
    display: flex;
    flex-direction: row;
}

.programList .ecommerce-event-result {
    padding: 10px 0px
}

.ecommerce-login-popup {
    padding: 20px;
}

.ecommerce-mat-font, .count {
    font-size: .5em;
}

.ecommerce-button-disable {
    text-decoration: none;
    opacity: 0.3;
    cursor: no-drop;
}

.ecommerce-hide {
    display: none;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

@media all and (-ms-high-contrast:none) {
    .material-icons {
        margin-top: 4px;
    }
}

img.stwebdialer {
    display: inline !important;
}



/* Zoom Landing */
.zsidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .zsidebar a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .zsidebar a:hover {
            color: #f1f1f1;
        }

    .zsidebar .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

.zopenbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
}

    .zopenbtn:hover {
        background-color: #444;
    }

#zmmtg-root-move {
    transition: margin-left .5s;
    padding: 16px;
}

.meeting-info-icon__icon-wrap {
    display: none;
}
/* End - Zoom */

.graduate-invitation {
    margin: auto !important;
    display: table !important;
    margin-top: 27px;
    text-align: center !important;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .zsidebar {
        padding-top: 15px;
    }

        .zsidebar a {
            font-size: 18px;
        }
}

/* start - join link bar*/
.topAlertBanner {
    position: fixed;
    top: 121px;
    width: 100%;
    color: white;
    background: #ee974a;
    padding: 10px 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

    .topAlertBanner .orderBox {
        background: transparent;
    }



/* end - join link bar*/

/*search result*/
.search-result-header {
    text-align: center;
}

.search-result-message-box {
    text-align: center;
}

.search-instruct {
    font-size: 1.0625rem;
    text-align: center;
    color: #5a5a5a;
    width: 100%;
}

.search-result-message-check-box {
}

    .search-result-message-check-box image {
    }

.ecommerce-event-result-description {
}

.ecommerce-event-result-tution {
}

.ecommerce-event-result-online {
}

.ecommerce-event-result-contact {
}


.search-instruct {
    font-size: 1.0625rem;
    text-align: center;
    color: #5a5a5a;
    width: 100%;
}

.ng-star-inserted hr {
    margin: 25px 0 0 0;
    width: 100%;
}

.mat-checkbox-layout {
    margin-bottom: 20px;
}

img.course-icon {
    position: absolute;
    top: 3px;
    left: 10px;
    width: 24px;
    height: 24px;
}

.programList .ecommerce-event-result {
    padding: 10px 0px;
}

.ecommerce-container-layout {
    padding: 20px 0;
    margin: 0;
}

.ecommerce-event-result .name {
    padding-left: 55px;
}

.app_searchResult_link {
    color: #1d829d;
    font-weight: 400;
    letter-spacing: 1;
    font-size: 1.0625rem;
}

.programResults ul.programList li .name .showHide {
    color: #2d2d2d;
    font-size: 0.8125rem;
    letter-spacing: 1;
    font-weight: 400;
}

.course-detail {
    font-size: 0.9375rem;
    font-weight: 400;
    color: #5a5a5a;
}

@media (min-width: 768px) {

.marginTB {
    margin: 20px 0px;
}

.marginLR {
    margin: 20px 0px;
}

.paddingLR {
    padding: 0px 20px;
}

.paddingTB {
    padding: 20px 0px;
}
    .topAlertBanner {
        font-size: 18px;
        padding: 25px 5%;
        top: 80px;
    }
    
    .ecommerce-container-layout {
        padding: 20px 0;
        min-width: 600px;
        width: 100%;
        max-width: 750px;
    }

    .programResults ul.programList li .programRegister {
        padding-right: 10px;
    }

    .programList .ecommerce-event-result {
        padding: 20px 0px;
    }

    img.course-icon {
        top: 3px;
        left: 20px;
    }

    .search-filter {
        display: flex;
        flex-flow: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .course-detail, .PrettyTree {
        justify-content: flex-start;
    }

    .mat-checkbox {
        max-width: 100%;
        /*padding: 30px 0 0 0px;*/
    }

    .mat-checkbox-layout {
        display: flex;
        flex-flow: row;
        justify-content: flex-start;
        align-items: center;
    }

        .mat-checkbox-layout .mat-checkbox-label {
            white-space: normal !important;
        }
}

@media (min-width: 992px) {
    .ecommerce-container-layout {
        max-width: 980px;
    }
}

@media (min-width: 1200px) {
    .ecommerce-container-layout {
        max-width: 1170px;
    }
}

div.quickPick {
    display: block;
    padding: 0 10px
}

a.quickPick, span.quickPick {
    display: block;
    font-size: 21px;
}

img.quickPick {
    display: inline-block;
    width: 24px;
    height: 24px;
}
/*search result end*/

.assistingEventContainer {
    padding: 14px;
}

/* Legal Term - Start */

.legalterm-container .mat-dialog-container {
}


    .legalterm-container .mat-dialog-container .mat-card-content {
        max-height: 550px !important;
    }

.cdk-overlay-container .mat-dialog-container .mat-card .mat-tab-body .mat-tab-body-content {
    height: 355px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.legalcontent-body {
    height: 310px;
    margin-top: 10px;
    overflow-y: scroll
}

.margin-top10px {
    margin-top: 10px;
}

.margin-top20px {
    margin-top: 20px;
}

.legalterm-container .mat-horizontal-stepper-header {
    height: 40px !important;
}

.legal-linkbutton {
    color: blue;
    cursor: pointer;
}

.margin-bottom20 {
    margin-bottom: 20px;
}

.horizontalCenter {
    text-align: center
}

.acceptButton {
    background-color: #008da8 !important;
    color: white !important;
}

/* Legal Term - End */
.item-space5 {
    margin: 0px 5px;
}
.countryPhoneNumber {
    margin: 0px 5px;
    width: 15%
}
.areaCodePhoneNumber {
    margin: 0px 5px;
    width: 26%
}
.localPhoneNumber {
    margin: 0px 5px;
    width: 40%
}

/* Quick Pick */
    #divQP div.quickPick {
        display: block;
        padding: 0;
    }

    #divQP app-quickpick-events div.quickPick:nth-child(odd) {
        background: #dfdfdf;
    }

    #divQP div.quickPick .quickPick, #divQP div.quickPick > span {
        display: flex;
        align-items: flex-start;
        padding: 10px;
        font-size: 18px;
        line-height: 1.3;
    }

        #divQP div.quickPick .quickPick img.quickPick, #divQP div.quickPick > span img.quickPick {
            padding: 10px 30px 10px 20px;
            width: 35px;
            height: auto;
        }

        #divQP div.quickPick .quickPick .title, #divQP div.quickPick > span .title {
            font-weight: bold;
            color: #76ae13;
        }

        #divQP div.quickPick .quickPick .dates {
            font-weight: bold;
        }

@media(min-width: 768px) {
    #divQP div.quickPick .quickPick, #divQP div.quickPick > span {
        font-size: 20px;
        align-items: center;
    }

        #divQP div.quickPick .quickPick img.quickPick, #divQP div.quickPick > span img.quickPick {
            padding: 10px 30px 10px 60px;
        }
}

.mat-expansion-panel-header:not([aria-disabled=true]) {
    cursor: pointer;
    background: #0d2d31 !important;
}

.mat-expansion-panel-header-description {
    color: white !important;
}

.mat-expansion-indicator::after {
    color: white !important;
}

.agreements {
    color: white;
    margin: 10px;
}

.occupationList {
    height: 400px;
    overflow: auto;
}

.inputDate {
    width: 35%;
    position: absolute;
    margin-top:20px;
}

.inputTime {
    width: 50%;
    float: right;
    margin-left: 99px;
    margin-top: 20px;
}

@media(min-width:1300px) {
    .navigation ul li:last-child ul.dropdown-menu {
        left: -100%;
        right: auto
    }
}

.programList li .ecommerce-event-result .ecommerce-event-result-tution .modal.coursedetails {
    border: none !important;
    background: white !important;
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.3) !important;
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.3) !important;
}

    .programList li .ecommerce-event-result .ecommerce-event-result-tution .modal.coursedetails table.coursedetailtable {
        border-spacing: 0;
        width: 100%;
    }

        .programList li .ecommerce-event-result .ecommerce-event-result-tution .modal.coursedetails table.coursedetailtable tbody tr td {
            font-size: 0.875rem;
        }

        .programList li .ecommerce-event-result .ecommerce-event-result-tution .modal.coursedetails table.coursedetailtable tbody tr:nth-child(odd) td {
            background-color: rgba(238,238,238);
        }
.rsvp-message-box {
    display: flex;
    flex-direction: row;
}

.rsvp-guest-invitation-form .ecommerce-flex-row-container {
    flex-direction: column;
}

.rsvp-guest-invitation-form {
    background: transparent;
    color: black;
    padding: 0;
}

.rsvp-guest-header-box {
    text-align: center;
}

.rsvp-guest-invitation-form-box {
    width: 100%;
}
.rsvp-guest-seat-message {
    width: 100%;
    text-align: center;
    margin: auto;
}

#rsvp-guest-invitation-box > * {
    margin: 15px 0;
}

@media(max-width: 768px) {
    .rsvp-guest-invitation-form {
        margin-left: 0;
        margin-right:0;
    }
    .form-layout-container.rsvp-guest-invitation-form-box, .rsvp-guest-seat-message {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    #frm {
        margin-top: 113px;
    }
    #frm .hero h1 {
        padding: 20px 0;
    }
    
    	.app-flex-layout-2col-container {
	  display: -ms-grid;
	  display: grid;
	  grid-template-columns: 1fr 1fr;
	  grid-gap: 10px;
	}

	.app-flex-layout-two-column {
	    display: flex;
	    flex-direction: row | column;
	}

    .app-flex-layout-two-column > mat-form-field {
        width : 100%
    }
    
    .form-layout-container {
    	padding: 0px;
    }
}

@media(min-width: 992px) {
    .rsvp-guest-invitation-form .ecommerce-flex-row-container {
        flex-direction: row;
    }
    .rsvp-guest-invitation-form .rsvp-guest-invitation-form-box {
        width: 500%;
    }
    .rsvp-guest-invitation-form .rsvp-guest-seat-message {
        width: 500%;
    }
}

@media(max-width: 585px) {

    .mat-input-float-right.ecommerce-mat-font {
        display: none;
    }
    .form-layout-container.rsvp-guest-invitation-form-box .app-flex-layout-two-column {
        flex-wrap: wrap;
    }
}

.mat-dialog-container, .mat-card-content {
    max-width: 100%;
}

.app-flex-layout-container .ecommerce-flex-row-container {
    flex-wrap: nowrap;
    justify-content: space-around;
    max-width: 100%;
}

    .app-flex-layout-container .ecommerce-flex-row-container input {
        display: flex;
        flex: 1 1 auto;
    }

        .app-flex-layout-container .ecommerce-flex-row-container input.countryPhoneNumber,
        .app-flex-layout-container .ecommerce-flex-row-container input.areaCodePhoneNumber {
            margin-right: 5px;
            max-width: 20%;
        }

@media(min-width: 586px) {

    .app-flex-layout-container .ecommerce-flex-row-container input.countryPhoneNumber {
        margin-right: 10px;
        max-width: 20%;
    }

    .app-flex-layout-container .ecommerce-flex-row-container input.areaCodePhoneNumber {
        max-width: 20%;
        margin-right: 0;
    }
}
.requestIntro-image {
    width: 100%;
}

.requestIntro-left-panel {
    padding: 36px 30px;
    color: white;
    float: left;
    height: 1135px;
    width: 370px;
    background-color: grey;
    margin-top: 0px;
}

.requestIntro-panel-messageFrom {
    
    padding-left: 61px;
    font-size: 73%;
}


.requestIntro-submitform {
    padding: 22px;
    float: left;
    width: 800px;
}

.submitbutton {
    width: 180px;
    background-color: #00a91d;
    color: #fff;
    text-align: center;
    border: none;    
    padding: 15px 0;
    font-weight: 700;
    text-transform: uppercase
}
