﻿.control-label {
    margin-top: 5px;
    margin-bottom: 0;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.color-primary {
    color: #f06623;
}

.login-style {
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #89bfd6;
}

td input:not([type=radio]) {
    width: 100%;
}

.control-label {
    font-weight: normal;
}
@media (min-width:768px) {
.vertical-center {
    display: flex;
    align-items: center;
}
}
input.reg-count,
td input.reg-count {
    width: 35%;
}
input.ng-invalid:not(.no-highlight) {
    border-right: 3px red solid;
}

select.ng-invalid {
    border-right: 3px red solid;
}

textarea.ng-invalid {
    border-right: 3px red solid;
}

.spin {
    position: fixed;
}

#widget #mn-saved-cards input:not([type=checkbox]), #widget #mn-new-card-info input:not([type=checkbox]), #widget #mn-new-card-info #mn-save-to-orgs {
    width: 60%;
}

#widget #mn-save-card, #widget #mn-save-card-to-org {
    width: auto;
}

#widget #mn-saved-cards #mn-saved-profiles, #widget #mn-new-card-info #mn-saved-profiles {
    width: 75.5%;
}

#widget #dpm-customer input {
    width: 100%;
}

#widget input[type=button] {
    width: auto !important;
}

#widget .mn-stripe-element {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px 12px;
    height: 34px;
}

.padding-fix {
    position: relative;
    margin-top: 55px;
}

.padding-fix-95 {
    position: relative;
    margin-top: 95px;
}

.padding-fix-exhibitor {
    position: relative;
    margin-top: 15px;
}

.mn-widget-error.container {
    width: 100% !important;
}

#widget #mn-payment-cancel-wrapper {
    margin-top: 16px;
}

[aria-describedby="mn-progress-modal"] {
    width: 20% !important;
    position: fixed !important;
    left: 40% !important;
    top: 50% !important;
}

.session-check {
    margin-right: 3px;
    top: 2px;
    position: relative;
    width: 20px !important;
}

.red {
    color: red;
}

.alert.alert-danger {
    margin-bottom: 2px !important;
}

table {
    margin-bottom: 2px !important;
}

.glyphicon-minus {
    left: -1px !important;
}

.glyphicon-plus {
    left: 1px !important;
}

input[type=number].no-spinner::-webkit-outer-spin-button,
input[type=number].no-spinner::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number].no-spinner {
    -moz-appearance: textfield;
	opacity: .9;
}

.dropdown-menu {
    overflow-x: hidden;
}

.large-hourglass {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 100px;
    margin-left: -32px; /* -1 * image width / 2 */
    margin-top: -32px; /* -1 * image height / 2 */
    display: block;
    z-index: 20000;
}

.ui-select-container.ng-invalid-required {
    border-right: 4px solid red;
}

button.checkbox {
    min-height: 0;
    margin: 0;
    height: 24px;
    border: 1px solid #cbd5dd;
}

    button.checkbox .glyphicon-ok {
        visibility: hidden;
    }

    button.checkbox.checked .glyphicon-ok {
        visibility: visible;
    }

img.img80_80 {
    width: 70px;
    height: 70px;
    background-color: #8466a3;
}

.profile img.img80_80 {
    box-shadow: 2px 2px 5px #cacaca;
}

    .profile img.img80_80:hover {
        opacity: .8;
        cursor: pointer;
    }

.mn-overlay-container {
    display: inline-block;
    position: relative
}

    .mn-overlay-container .mn-overlay {
        display: none;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -12px 0 0 -12px;
        font-size: 2em;
        pointer-events: none
    }

    .mn-overlay-container:hover .mn-overlay {
        display: block
    }


    /*Froala editor styles for images :: START*/
    .fr-view {
        font-size: medium;
    }
img {
    position: relative;
    max-width: 100%;
}

    img.fr-dib {
        margin: 5px auto;
        display: block;
        float: none;
        vertical-align: top;
    }

        img.fr-dib.fr-fil {
            margin-left: 0;
        }

        img.fr-dib.fr-fir {
            margin-right: 0;
        }

    img.fr-dii {
        display: inline-block;
        float: none;
        vertical-align: bottom;
        margin-left: 5px;
        margin-right: 5px;
        max-width: calc(100% - (2 * 5px));
    }

        img.fr-dii.fr-fil {
            float: left;
            margin: 5px 5px 5px 0;
            max-width: calc(100% - 5px);
        }

        img.fr-dii.fr-fir {
            float: right;
            margin: 5px 0 5px 5px;
            max-width: calc(100% - 5px);
        }

    img.fr-rounded {
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }

    img.fr-bordered {
        border: solid 10px #CCC;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

.fr-video {
    text-align: center;
    position: relative;
}

    .fr-video > * {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        max-width: 100%;
        border: none;
    }
/*Froala editor styles for images :: END*/

.mn-dragdrop {
    height: 100px;
    background: #f6f8fb;
    border: 2px dashed #7da4bc;
    line-height: 100px;
    text-align: center;
    font-weight: bold;
    font-size: 1.25em;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: default
}


.mn-dragdrop {
    height: 100px;
    background: #f6f8fb;
    border: 2px dashed #7da4bc;
    line-height: 100px;
    text-align: center;
    font-weight: bold;
    font-size: 1.25em;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: default;
}
#mn-public-container .col-sm-12.bg-success {
  background-color: #c0c0c0;
}

#mn-public-container tr[name="attendee"] .bg-info, #mn-eventregistration tr[name="exhibitor"] .bg-info {
    background-color: transparent;
    font-weight: bold;
}
.loading {
    background-color: #ffffff !important;
    background-image: url("/GZContent/Images/loading.gif") !important;
    background-size: 15px 15px !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
}

.selectize-input.ng-invalid {
    border-right: 5px red solid;
}
@media (min-width: 992px) {
    input.reg-count,
    td input.reg-count {
        width: 10%;
    }
}
@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}

.ssoButton{
    padding-top: 20px;
    text-align: center;
}


.ui-select-match span.ui-select-match-text {
    overflow-x: hidden;
}

.ui-dialog {
    z-index: 1000 !important;
}

.field-validation-error {
    color: red;
}
.validation-summary-errors {
    color: red;
}
.mn-required label:after {
    content: "*";
    color: red;
}

.ui-select-multiple ul.ui-select-choices, .ui-select-bootstrap ul.ui-select-choices {
    width: auto;
}

.ui-select-multiple span.ui-select-match-item, .ui-select-bootstrap span.ui-select-match-text {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}
.payrix-form {
    min-width: 350px;
}

.payrix-form-ele {
    width: 100%;
}

.payrix-label {
    margin-top: 6px;
}

.payrix-form-row {
    height: 73px;
    min-width: 300px;
}

.payrix-address-row {
    height: 438px;
    min-width: 300px;
}