.modal-xxl {
    max-width: 90%; !important;
}

/*multipart form validation stuff*/
.hiddenMultipartSection {
    display: none;
}
.form-control::placeholder {
    opacity:0.5;
}
/* blueimp upload to Boostrap 4 converter */
.fade.in {
    opacity: 1;
}
/* re-add btn-default class to bootstrap 4 */
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.toggle {
    transform: scale(1) !important;
}

.boostrap-3-info-colour {
    background-color: #d9edf7 !important;
}

/*csslint ignore:start*/

.body-content {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
}

.ria-viewer-body-content {
    padding-top: 0px;
}
.ria-viewer-scrollbars {
    overflow-y: auto;
}
@media only screen and (max-width : 767px) {
    .ria-viewer-scrollbars {
        height: 100% !important;
    }
}

.file-icon {
    width: 100%;
    max-width: 48px;
    max-height: 48px;
}

.table-vertical-align-content > tbody > tr > td {
    vertical-align: middle;
}

.word-wrap {
    word-wrap: break-word;
}

.table-word-wrap {
    word-wrap: break-word;
    table-layout: fixed;
}

.no-hover{
    pointer-events: none;
}

.card-header-text {
    padding-top: 5px;
}

.form-group > label {
    font-weight: bold;
}

.form-group > span > label {
    font-weight: bold;
}

.StripeElement {
    border: 1px solid #ced4da !important;
}

/* Set width on the form input elements since they're 100% wide by default */

.fixed-width { max-width: 312px; }

/*Custom table view for data on barcode and upload pages.*/

.table-vertical { }

.table-vertical th {
    text-align: right;
    padding: 5px 15px;
    border: 1px solid #ddd !important;
}

.table-vertical td {
    padding: 5px 15px;
    border: 1px solid #ddd !important;
}
.popover {
    max-width: 100%;
}
.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th { border: none; }


/*Custom content holder to make use of larger screens*/

.container-large {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container-large { width: 750px; }
}

@media (min-width: 992px) {
    .container-large { width: 970px; }
}

@media (min-width: 1200px) {
    .container-large { width: 1170px; }
}

@media (min-width: 1400px) {
    .container-large { width: 1370px; }
}

@media (min-width: 1600px) {
    .container-large {
        width: 1570px;
    }
}

/*Settings for our modal search popup*/

.modal-body-scrollbars {
    overflow-y: auto;
}

/*Progress bar settings*/
.progress-height {    
    height: 25px;
}

/*Template row settings*/

.rowTemplate { display: none; }

/*Fixes to make home page panels the same height*/

@media (min-width: 992px) {
    .card-body-min-height { min-height: 100px; }
}

/*Nav bar spacing fix*/

@media (min-width: 768px) {
    .navbar-right-admin {
        float: right !important;
        margin-right: 15px;
    }
}

/*Fix spacing on checkboxes*/

.checkbox-no-top-margin { margin-top: 0px; }

/*Fix spacing on radio buttons*/

.radio-no-top-margin { margin-top: 0px; }

/*Add red border to invalid fields*/

.input-validation-error { border: 1px solid red !important; }

/*Large Glyphicon*/

.glyphicon-large {
    font-size: 2em;
    padding: 5px 0px 0px 5px;
}

/*Custom resize collapse values*/

@media (max-width: 990px) {
    .navbar-header { float: none; }

    .navbar-left, .navbar-right { float: none !important; }

    .navbar-toggle { display: block; }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav > li { float: none; }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in { display: block !important; }
}

/*Non fluid table*/

.table-nonfluid { width: auto !important; }

.editor-window { padding: 10px; }

/*Resize Modals*/

/*.modal-dialog { display: table; }

/*GridFieldTable*/

.gridFieldTable .form-control { }

/*tooltip-history*/

.tooltip-table tr td {
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.tooltip-table tr td { border-bottom: 1px grey solid; }

.tooltip-table thead td { text-emphasis: aqua }

.tooltip-table td, .tooltip-table th { text-align: center !important }

.tooltip-inner {
    min-width: 100px;
    max-width: 100% !important;
}

/*Vue Items*/

[v-cloak] { display: none; }

.invalid-section, a:link.invalid-section { color: orangered !important; }

/*Logo Resize*/

.img-logo-resize {
    height: 150px
}

/*Logo Resize*/

.nav-logo {
    height: 24px;
    width: 24px;
}

.nav-logo-lg {
    height: 30px;
    width: 30px;
}

/*Breadcrumbs*/

.breadcrumb { margin-bottom: 0px; }


.panel-license-module,
.panel-license-module .card-body {
    display: inline-grid;
    min-width: 290px;
}

/*Toastr*/
.toast-top-right {
    top: 60px !important;
}

/*Fuzzy Dropdown and Multiselect*/
.v-select ::placeholder {
    color: #495057;
}

.v-select .vs__dropdown-toggle {
    background: white;
    min-height: 38px;
}

.v-select.drop-up.vs--open .vs__dropdown-toggle {
    border-radius: 0 0 4px 4px;
    border-top-color: transparent;
    border-bottom-color: rgba(60, 60, 60, 0.26);
}

[data-popper-placement='top'] {
    border-radius: 4px 4px 0 0;
    border-top-style: solid;
    border-bottom-style: none;
    box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.15)
}

/*Inline Dropdowns*/
.form-inline .dropdown {
    display: inline-block;
}

/*RIA*/
.ria-actions-container {
    margin-bottom: 10px
}
.ria-actions-container button {
    margin-bottom: 5px
}
.ria-actions-container a {
    margin-bottom: 5px
}

.ria-thumbnail {
    border: 1px solid #e1e1e1;
}

#ria-queue-vselect .vs__dropdown-toggle {
    background: white;
    font-size: .875rem
}

#ria-queue-vselect .vs__dropdown-menu {
    font-size: .875rem
}

/*Grid field*/
.gridRow .gridRowData .form-group{
    margin-bottom: 0;
}

/*Code editor*/
.code_editor .mark {
    background-color:transparent !important;
}

/*Code editor*/
.code_editor .tooltip {
    opacity: unset !important;
}


/*Temporary spin class until we move over to full Vue useage */
.fa-spin-custom, .glyphicon-spin {
    -webkit-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/*Generic text overflow */
.hide-overflow-text {
    white-space: nowrap;
    overflow: hidden;
    max-width: calc(100%);
    text-overflow: ellipsis;
}

/*Front page stuff */


.noTextSelect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}


.b-table-sticky-header > .table.b-table > thead > tr > th {
  position: sticky !important;
}


html, body {
    margin:0;
    padding:0;
    height:100%;
}

.embedded-form {
    min-height:auto !important;
}
#ewa-app {
    min-height:100%;
    position:relative;
}

#ewa-app-body {
    padding-bottom:68px;   /* Height of the footer */
}
#ewa-app-footer {
    position:absolute;
    bottom:0;
    width:100%;
    height:5px;   /* Height of the footer */
}
#ewa-app-container {
     height:100%;
 }

/* csslint ignore:end */

/* Vue Draggable field handle */
.field-handle:hover {
    cursor: move;
}

.field-handle-disabled:hover {
    cursor: not-allowed
}


.navbar-brand-link
{
    text-decoration: none;
    color:#ffffff;
    font-size: 1.25rem;
}
.navbar-brand-link:hover {
    text-decoration: none;
    color:#ffffff;
}

/* app switcher */
.app-switcher {
    display: inline-block;
}

#app-switcher-dropdown {
    color: white;
    padding: 0 12px 0 0;
}

.app-switcher-icon {
    width: 48px;
    margin-right: 12px;
}

.app-switcher-item {
    padding-top: 8px;
    padding-bottom: 8px;
}

.flex-row-app {
    display: flex;
}

.flex-column-app {
    display: flex;
    flex-direction: column;
}

.flex-column-app small {
    color: grey;
}








