.deleted {
    color: red;
}

.curses {
	cursor:pointer;
}

.fc-width {
    width:16%;
}

.fc-width-sm {
    width:50px;
}

#yearTitle {
    font-size: 16px;
    font-weight: bold;
}

#month-title {
    margin-top: 0px;
}

.event-color, .event-repeat-color {
    display: inline-block;
    margin-right:5px;
    margin-top:-3px;
    height:16px;
    width:16px;
    cursor: pointer;
    line-height: 16px;
    vertical-align: middle;
    font-size: 10px;
    text-align: center;
}

.event-default { /* id: 0 */
    background-color: #3a87ad;
    color: #fff;
}

.event-red { /* id: 1 */
    background-color: #ff0000;
    color: #fff;
}

.event-maroon { /* id: 2 */
    background-color: #800000;
    color: #fff;
}

.event-yellow { /* id: 3 */
    background-color: #ffff00;
    color: #000;
}

.event-lime { /* id: 4 */
    background-color: #00ff00;
    color: #000;
}

.event-green { /* id: 5 */
    background-color: #008000;
    color: #fff;
}

.event-aqua { /* id: 6 */
    background-color: #00ffff;
    color: #000;
}

.event-teal { /* id: 7 */
    background-color: #008080;
    color: #fff;
}

.event-blue { /* id: 8 */
    background-color: #0000ff;
    color: #fff;
}

.event-navy { /* id: 9 */
    background-color: #000080;
    color: #fff;
}

.event-fuchsia { /* id: 10 */
    background-color: #ff00ff;
    color: #000;
}

.event-purple { /* id: 11 */
    background-color: #800080;
    color: #fff;
}

#calendar {
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
}

#repeatSummary {
    font-weight: bold;
}

select.remove-rounded {
    outline: 1px inset #eee;
    outline-offset: -1px;
    border: 1px solid #eee;
}

#external-events {
    padding: 0 10px;
    border: 1px solid #ccc;
    background: #eee;
    text-align: left;
}

#external-events h4 {
    font-size: 16px;
    margin-top: 0;
    padding-top: 1em;
}

#external-events .fc-event {
    margin: 10px 0;
    cursor: pointer;
}

#external-events p {
    margin: 1.5em 0;
    font-size: 11px;
    color: #666;
}

#external-events p input {
    margin: 0;
    vertical-align: middle;
}

.fatModal {
    width:90%;
}

.fileIcon {
    text-align: center;
    width: 100px;
    display: inline-block;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
    vertical-align: top;
}

.fileFA {
    font-size: 45px;
}
.fileIconImg {
    max-width:100px;
    max-height:100px;
}

.householdMember, .hhSig {
    display: none;
}

.sigBox {
    width:100%;
    height:50px;
    border:1px solid #000;
    padding:5px;
}

.form-control.underline-only {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    height: 1.1em;
    padding: 0 3px;
}

.input-group-custom {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.loading {
    /* position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; */
}

.loading:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background-color: rgba(204, 204, 204, 0.8);
    background-image: url("/img/loading.gif");
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: center;
}

#loading
{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(204, 204, 204, 0.8);
    background-image: url("/img/loading.gif");
    background-size: 64px 64px;
    background-repeat: no-repeat;
    background-position: center;
}

#loading p {
    text-align: center;
    line-height: 100vh;
    margin-top:70px;
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: bold;
}

/* satisfaction smilies */
.satisfaction-icons label + label {
    margin-left: 2rem;
}

.satisfaction-icons [type="radio"] {
    visibility: hidden;
    position: absolute;
}

.satisfaction-icons .text {
    display: block;
    margin-bottom: 1rem;
    text-align: center;
}

.satisfaction-icons .radio-icon {
    border: 4px solid transparent;
    border-radius: 50%;
    cursor: pointer;
    font-size: 8rem;
    height: 88px;
    text-align: center;
    transition: border-color .3s;
    width: 88px;
}

.satisfaction-icons [type="radio"]:checked + .radio-icon {
    border-color: #00bef2;
}

.icon-very-satisfied {
    color: green;
}

.icon-satisfied {
    color: #f1d700;
}

.icon-not-satisfied {
    color: red;
}

.icon-not-applicable {
    align-items: center;
    color: #666;
    font-size: 35px;
    display: inline-flex;
    line-height: 1;
    justify-content: center;
}

.icon-not-applicable:before {
    content: 'N/A';
    font-size: 3.6rem;
    line-height: 1;
}

.row-question {
    border-top: 1px solid #d2d6dd;
    margin: 0 0 2rem;
    padding-top: 2rem;
}

@media (min-width: 1025px) {
    .row-question {
        align-items: center;
        display: flex;
    }

    .satisfaction-icons {
        display: flex;
        justify-content: center;
    }
}

@media (min-width: 1300px) {
    .satisfaction-icons {
        text-align: left;
    }
}

@media (max-width: 620px) {
    .satisfaction-icons {
        text-align: center;
    }

    .satisfaction-icons label + label {
        margin-left: 1rem;
    }
    .modal-xl {
        max-width: 1140px;
    }
}

.question-piechart canvas {
    max-width: 100%;
}

#gaugechart-total {
    margin-bottom: 40px;
}

.gaugechart > table {
    margin-left: auto !important;
    margin-right: auto !important;
}

.asterisk:before {
    color: red;
    content: "*";
}

.input-danger {
    border: medium solid red !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    position: absolute !important;
    right: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important;
}
.select2-results__option {
    padding-left: 10px !important;
}
.select2-container .select2-selection--multiple,
.select2-container .select2-selection--single {
    min-height: 34px !important;
}
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 6px !important;
}

/* Show search on the same line as buttons in the datatable */
.dataTables_length,.dataTables_filter {
    margin-left: 10px;
    float: right;
}
#dashboard-status-filter {
    display: flex;
    flex-wrap: wrap;
}
#dashboard-status-filter .dashboard-filter-box {
    padding: 10px 15px;
    margin: 5px;
    text-align: center;
    flex: 1;
    max-width: 250px;
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px;
    }
}
.modal-dialog.modal-lg , .modal-dialog.modal-xl {
    width: auto;
}

#CurStatusName:before {
    content: '( ';
}
#CurStatusName:after {
    content: ' )';
}

.logo-img {
    margin-top: 7%;
}
.logo-img img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}
.login-box, .register-box {
    margin: 0 auto;
}
.login-logo, .register-logo {
    display: none;
}
.login-logo img, .register-logo img {
    display: block;
    margin: 15px auto;
    max-width: 100%;
    max-height: 100%;
}
.sidebar-collapse .logo-sidebar .logo-lg {
    display: none;
}
.sidebar-collapse .logo-sidebar .logo-mini {
    display: block;
}
.logo-sidebar {
    width: 100%;
    margin-top: 30px;
}
.logo-sidebar .logo-mini {
    display: none;
}
.logo-sidebar .logo span {
    padding: 10px;
}
.logo-sidebar .logo span img {
    width: 100%;
    height: auto;
}
.zoom-photo-link {
    cursor: zoom-in;
}

@media (max-width: 767px) {
    .skin-rxi .main-header .logo {
        display: none;
    }
    .main-sidebar {
        padding-top: 50px;
    }
    .logo-img {
        display: none;
    }
    .login-logo, .register-logo {
        display: block;
    }
}
.form-v-margin-10 input,
.form-v-margin-10 select,
.form-v-margin-10 .select2-container {
    margin-bottom: 10px;
}
.form-v-margin-20 input,
.form-v-margin-20 select,
.form-v-margin-20 .select2-container {
    margin-bottom: 20px;
}
.form-v-margin-30 input,
.form-v-margin-30 select,
.form-v-margin-30 .select2-container {
    margin-bottom: 30px;
}
.form-v-margin-10 input.select2-search__field,
.form-v-margin-20 input.select2-search__field,
.form-v-margin-30 input.select2-search__field {
    margin-bottom: auto;
}

.content.narrow,
.content-header.narrow {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.dashboard-filter-input::-webkit-input-placeholder {
    color: #555;
}
.dashboard-filter-input::-moz-placeholder {
    color: #555;
}
.dashboard-filter-input:-ms-input-placeholder {
    color: #555;
}
.dashboard-filter-input:-o-input-placeholder {
    color: #555;
}
