mat-dialog-container mat-dialog-content {
	word-break: break-word;
}
mat-dialog-container mat-dialog-actions {
	justify-content: space-between;
}
mat-dialog-container mat-dialog-actions button {
    outline: none !important;
    background: #BCBCBC;
    border: none;
    border-radius: 2px;
    color: #FFF;
	display: block;
	height: auto;
    width: auto;
    margin: 20px 1px;
    padding: 5px 15px;
    outline: none;
	transition: all 0.2s ease;
    cursor: pointer;
}
mat-dialog-container mat-dialog-actions button:hover {
	background: #333;
	color: #FFF;
}
mat-dialog-container mat-dialog-actions button.dialog-green {
    background: var(--green-light-bg);
    color:#fff;
}
mat-dialog-container mat-dialog-actions button.dialog-green:hover {
	background: var(--green-dark-bg);
}
mat-dialog-container mat-dialog-actions button.dialog-red {
    background: #dc3545;
    color: #fff;
}
mat-dialog-container mat-dialog-actions button.dialog-red:hover {
	background: #c82333;
}
mat-dialog-container mat-dialog-actions button.dialog-orange {
    background: #e0a800;
    color: #000;
}
mat-dialog-container mat-dialog-actions button.dialog-orange:hover {
	background: #ffc107;
}

.mat-form-field.mat-form-field-invalid .mat-form-field-label {
    color: #be4500;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple, 
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
    background-color: #dc5f5f;
}
.mat-form-field.mat-focused .mat-form-field-label {
    color: #000;
}
.mat-form-field.mat-focused .mat-form-field-ripple {
    background-color: #000;
}
mat-form-field.browser-search .mat-form-field-label-wrapper {
    font-size: .8rem;
}
mat-form-field.browser-search input {
    font-size: .8rem;
}
mat-form-field.browser-search .mat-form-field-label-wrapper label {
    top: 1.3rem;
}
mat-form-field.for-admin .mat-input-element,
mat-form-field.for-admin .mat-form-field-label-wrapper,
mat-form-field.for-admin .mat-select-value-text {
    font-style:italic;
}
mat-form-field.for-admin.mat-form-field-appearance-legacy .mat-form-field-underline {
    background: #d8d8d8;
}

.mat-tooltip {
    font-family:'Nunito Sans',sans-serif;
    font-size:.7rem;
    background:rgba(97,97,97,.9);
    white-space:pre-line; 
    border:none !important;
}

.mat-datepicker-custom mat-datepicker-toggle > button > span,
.mat-datepicker-custom mat-datepicker-toggle > button > div {
    display:none;
}

.mat-calendar-body-selected {
    background-color:#5195e2;
}

.mat-checkbox {
    font-family:'Nunito Sans',sans-serif;
}
/*
.mat-checkbox-frame {
    border-radius:0 !important;
    border-width:1px !important;
    border-color:#eaeaea;
}

.mat-checkbox-checked.mat-accent .mat-checkbox-background, 
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background {
    background-color: #eaeaea;
}
*/
.mat-checkbox:not(.mat-checkbox-disabled).mat-accent .mat-checkbox-ripple .mat-ripple-element {
    background-color: #d5d5d5;
}
/*
.mat-checkbox-checkmark-path {
    stroke: #4ed9a6 !important;
}
*/
.mat-checkbox-layout {
    margin-bottom:.3rem;
}
.mat-checkbox-layout .mat-checkbox-label {
    line-height: 20px;
    white-space: normal;
}
.mat-checkbox-inner-container {
    margin-top:1px !important;
}

.mat-expansion-panel {
    -webkit-box-shadow:none !important;
    -moz-box-shadow:none !important;
    box-shadow:none !important;
    border-radius:0 !important;
    border-bottom:1px solid #f7f7f7;
    transform-origin: top;
}
.mat-expansion-panel-content {
    font-family:'Nunito Sans',sans-serif;
    font-size:1rem;
    font-weight:lighter;
}
.mat-expansion-panel-body {
    padding:0 !important;
}
.mat-expansion-panel-body .custom-panel-content {
    /*padding: 0 20px 20px 20px;*/
}
.mat-expansion-panel-header {
    font-family:'Nunito Sans',sans-serif;
    height:48px;
}
.mat-expansion-panel-spacing {
    margin:0 0 1px 0 !important;
}
.mat-expansion-panel-header-title {
    overflow: hidden;
}
.mat-expansion-panel-header-title > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.mat-expansion-panel.mat-expanded .admin-season-nomen-on-off,
.mat-expansion-panel.mat-expanded .admin-activity-nomen-on-off {
    opacity:1;
    top:-52px;
}

.mat-menu-item.with-magicico {
    position: relative;
    padding-left: 40px;
}
.mat-menu-item .magicico {
    position:absolute;
    left:14px;
    top:0;
    font-size:1rem;
    color:#333;
}
/*
.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
    background:#757575;
}
.mat-slide-toggle-bar {
    background:#d7d7d7;
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
    background:#b7b7b7;
}
.mat-slide-toggle.mat-checked .mat-ripple-element {
    background:#000;
}
*/
.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
    color:#000;
}
.mat-primary .mat-pseudo-checkbox-checked, .mat-primary .mat-pseudo-checkbox-indeterminate {
    background:#808080;
}

.cdk-overlay-pane-for-floating-window {
    pointer-events:none !important;
}

.qe-l-quest-type-select {
    max-height: none !important;
}

ngx-mat-timepicker .table {
    margin:5px 0 !important;
}
ngx-mat-timepicker .table td, ngx-mat-timepicker .table th {
    padding:0;
    border-top:none;
    vertical-align:inherit;
}