.loadingspinnerbg {
    z-index: 10000 !important;
    background-color:rgba(255,255,255,0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.spinner {
    width: 40px;
    height: 40px;

    position: fixed;
    z-index: 10001;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: bounce 2.0s infinite ease-in-out;
        animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
    0%, 100% { 
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% { 
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.loading-active {
  display: block !important;
}

.simple-button {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
}

/* Slider */
.cr-slider {
    -webkit-appearance: none;
    width: 70%;
    max-width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: transparent;
}

.cr-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}

.cr-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}

.cr-slider:focus {
    outline: none;
}

.cr-slider::-moz-range-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}

.cr-slider::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}

.cr-slider:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}

.cr-slider::-ms-track {
    width: 100%;
    height: 5px;
    background: transparent;
	border-color: transparent;
	border-width: 6px 0;
	color: transparent;
}
.cr-slider::-ms-fill-lower {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
}
.cr-slider::-ms-fill-upper {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
}
.cr-slider::-ms-thumb {
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #ddd;
	margin-top:1px;
}
.cr-slider:focus::-ms-fill-lower {
	background: rgba(0, 0, 0, 0.5);
}
.cr-slider:focus::-ms-fill-upper {
	background: rgba(0, 0, 0, 0.5);
}
/* Slider */

/* Input File */
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
  
.btn {
    border: 1px solid gray;
    color: inherit;
    background-color: white;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: bold;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
/* Input File */

.dropdownItemNew {
    background-color: #AFEEEE !important
}

.dropdownItemNew:hover {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0,.14), 0 7px 10px -5px rgba(156, 39, 176,.4) !important;
    background-color: #9c27b0 !important;
}

/* Pagination */
.Table__itemCount {
    font-size: 14px;
}

.Table__pagination {
    display: flex;
    justify-content: flex-end;
    padding: 20px 0px 00px 10px;
}

.Table__pageButton {
    font-size: 15px;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
    margin-left: 2px;
    border: 1px solid #ccc;
}

.Table__pageButton:disabled {
    cursor: not-allowed;
    color: #ccc;
}

.Table__pageButton--active {
    color: #45b3e3;
    font-weight: bold;
    border: 1px solid #45b3e3;
}

.Table__pageButton_prev {
    border-radius: 3px 0px 0px 3px;
}

.Table__pageButton_next {
    border-radius: 0px 3px 3px 0px;
}
/* Pagination */

/* Floating button */
.float-button {
    float: right !important;
    padding: 0px !important;
    cursor: pointer !important;
    top: -5px !important;
    position: relative !important;
    margin-right: 0px !important;
    margin-left: 10px;
}
/* Floating button */

.MuiFormLabel-root.Mui-error {
    color: #f44336 !important;
}

.Dashboard-content-581 {
    padding: 30px 15px 0px 15px !important;
}

.customRadioTopLabel {
    display: block;
    color: #AAAAAA;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.42857;
    padding-top: 11px;
}

.small-button {
    padding: 0px !important;
    margin: 16px 0px 0px 0px !important;
}

.react-tagsinput-tag {
    text-transform: none !important;
}

.react-tagsinput-input:disabled {
    display: none;
}

.react-tagsinput-search {
    font-size: 16px !important;
    margin-bottom: 10px !important;
    padding: 0.4rem 1.2rem 0.4rem 0.8rem !important;
    width: auto !important;
}

.react-tagsinput-input-search {
    font-size: 16px !important;
    margin-bottom: 10px !important;
    padding: 0.4rem 0.8rem !important;
    min-width: 150px !important;
}
.react-tagsinput-tag-search a {
    top: initial !important;
}

.no-wrap{
    white-space: nowrap !important;
}

.w-10 {width: 10%;}
.w-20 {width: 20%;}
.w-25 {width: 25%;}
.w-30 {width: 30%;}
.w-40 {width: 40%;}
.w-50 {width: 50%;}
.w-60 {width: 60%;}
.w-70 {width: 70%;}
.w-80 {width: 80%;}
.w-90 {width: 90%;}
.w-100 {width: 100%;}

.customSwitchLabel {
    color: #333 !important;
}

.rbc-btn-group button {
    border-radius: 2px !important;
}

.clear-button-aligned-left {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    width: 100%;
    text-align: left;
    color: white;
    padding: 5px 0px;
}

.dashboard-event-wrap {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.rbc-off-range {
    opacity: 0.6 !important;
}

.rbc-off-range-bg {
    background: #eee !important;
}

.rbc-selected-cell {
  background-color: #9fb5bf !important;
}

.rbc-toolbar button:active, .rbc-toolbar button.rbc-active {
    color: #060606;
}

.rbc-event.event-purple {
    background-color: purple !important;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(233, 30, 99, 0.4);
}

.rbc-event.event-black {
    background-color: black !important;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(233, 30, 99, 0.4);
}

.rbc-event.event-yellow {
    background-color: yellow !important;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(233, 30, 99, 0.4);
}

.rbc-event.event-yellow > .rbc-event-content {
    color: #3e3e3e !important;
}

.event-yellow.dashboard-event-tr > td > button {
    color: #3e3e3e !important;
}

.rbc-agenda-view {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.MuiStepConnector-vertical > .MuiStepConnector-line {
    min-height: auto !important;
}

.eye-watcher {
    cursor: pointer;
    width: auto !important;
    height: auto !important;
    padding: 0 0.5rem !important;
    font-size: 20px !important;
    color: black !important;
}

.eye-watcher-notification {
    cursor: pointer;
    width: auto !important;
    height: auto !important;
    padding: 0 0.5rem 0 0 !important;
    font-size: 20px !important;
    color: black !important;
}

.eye-watcher-off {
    color: grey !important;
}

.eye-watcher-fields {
    padding: 0.5rem 0 !important;
}

.MuiSelect-selectMenu {text-transform: initial !important;}

/* Remove Arrows/Spinners */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/* Remove Arrows/Spinners */

.sigCanvas {
    border: solid gray 1px;
}