.header1 {
    font-weight: bold;
}

.header1 a {
    text-decoration: none;
}

.header1 a:hover, .header1 a:focus {
    text-decoration: underline;
}

.item-warning {
    color: #a94442;
    font-weight: bold;
}
.listBuildContainer {
    padding-left: 80px;
    padding-right: 80px;
    width: 100% !important;
}

.subCategoyField {
    height: 400px;
    width: 100%;
    overflow: auto;
    overflow-x: hidden;
}

    .subCategoyField label {
        margin-left: 5px;
    }

.countDiv {
    border: 2px;
    border-color: #cccccc;
    border-left-style: dotted;
    min-height: 600px;
}

.nav-link.active {
    background: #61caeb !important;
}

.subCategorySearchResults:hover {
    color: #fff;
    background-color: #61caeb;
    cursor: pointer;
}

.subCategoryAdd:hover, .createOrGroup:hover, .selectCountOptions {
    cursor: pointer;
}

.selectCountOptions {
    border-top: 1px solid #eee;
    margin-top: 10px;
    padding: 10px 10px 10px 0px;
}

.selectFilterOptions {
    font-size: 0.8em;
}

.strikethrough {
    text-decoration: line-through;
}

.listHeaderBackground {
    background: #f8f8f8;
}

.listDataCol {
    width: 160px;
    float: left;
    padding-left: 10px;
    display: flex;
    flex-wrap: wrap;
}

.txtLimit {
    width: 100px;
    padding: 3px;
}

.chkList {
    width: 20px;
    height: 20px;
}

.toggle-handle {
    background: #fff;
}

    .toggle-handle:hover {
        background: #eee;
    }

.toggle-group > .toggle-off {
    background: #eee;
    border: 1px solid #61caeb;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.off > .toggle-group > .toggle-handle {
    background: #61caeb;
}

    .off > .toggle-group > .toggle-handle:hover {
        background: #55b5d4;
    }

.toggle.btn {
    min-width: 80px;
    margin-right: 10px;
}

.btn {
    cursor: pointer;
}

.outputFields {
    padding: 10px;
}

    .outputFields input[type='checkbox'] {
        margin-right: 5px;
    }

.outputFieldsCount {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: red;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    font-size: 10px;
    position: absolute;
    top: -5px;
}

.reviewHeader {
    background: #eeeeee;
    padding: 5px;
    margin-top: 5px;
}

.andHeader {
    position: relative;
    top: 20px;
    color: #8ac8e7;
    text-align: center;
}

.iconBack {
    position: relative;
}

.iconBack:before {
    position: absolute;
    font-family: 'FontAwesome';
    top: 0;
    right: 10px;
    font-size: 8em;
    opacity: 10;
    color: rgba(138, 200, 231, 0.15);
}

#divTotals {
    width: 100%;
    text-align: right;
}
.groupBack {
    padding-left: 32px;
    position: relative;
}

.groupBack:before {
    position: absolute;
    font-family: 'FontAwesome';
    top: 0;
    left: 10px;
    content: "\f0c0";
    font-size: 24em;
    opacity: 10;
    color: rgba(138, 200, 231, 0.15);
}

#divListReviewLeftAnonymous .row {
    padding-left: 10px
}

#divListReviewLeftAnonymous .col .row {
    padding-left: 0px;
    margin-left: -18px;
}

.modal-content-save {
    width: inherit;
    max-width: inherit;
    height: inherit;
    margin: 0 auto;
    pointer-events: all;
}