@charset "UTF-8";

.archived_row,
.archived_row + tr:not(.odd):not(.even) {
    background-color: #E0E0E0 !important;
}

.strong {
    font-weight: 600;
}

span.step {
    background: white;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    border: 1px solid white;
    color: darkorange;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 5px;
    text-align: center;
    width: 1.6em;
}

.even-larger-badge {
    font-size: 1.1em;
}

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
    box-shadow:  0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width:auto;
    padding:0 10px;
    border-bottom:none;
}

.mask-legend {
    width:110px;
    height:30px;
    border-radius: 5px;
    border: 1px solid #E0E0E0;
    display: flex;
    justify-content: center;
    margin:0 auto;
}

.mask-legend > span {
    align-self: center;
}

.green-legend {
    background-color: #388E3C;
}

.red-legend {
    background-color: #d32f2f;
}

.mask-text {
    text-align: center;
}

.noHover{
    pointer-events: none;
}
.page-loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #f3f3f3;
    z-index: 999999999;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page-loader__spinner {
    position: relative;
    width: 50px;
    height: 50px
}

.page-loader__spinner svg {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.page-loader__spinner svg circle {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round
}

.panel {
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border-color: #a92337;
}

.panel-heading {
    background-color: #a92337;
    color: #fff;
    padding: 10px;
}

.panel-body {
    padding: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

.nav-pills .nav-link.active {
    background-color: #63B3ED !important;
    color: white;
}


.selectize-dropdown, .selectize-dropdown.form-control {
    z-index: 1060;
}
