.ui-select-bootstrap[disabled] .ui-select-toggle > .caret{
    display: none
}

.ui-select-bootstrap[disabled] .ui-select-toggle {
    border: 0;
    padding-left: 6px;
}


.ui-select-bootstrap[disabled] .btn-default {
    color: black;
    opacity: 1
}

.form-group input[disabled] .full-opacity{
    opacity: 1
}

.form-group input[disabled]{
    border: 0;
}
.form-group label {
    white-space: nowrap;
}
.fieldset-bordered {
    border: 1px groove #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0!important;
}
.fieldset-bordered > legend {
    text-transform: none;
    width: auto;
    border-bottom: none;
    padding: 5px;
}
.userUsergroupListBox option[label^="ALL_"] {
    display: none;
}
/* Order Management */
.sidebar .navigation-main .navigation-accordion .omActive {
    background-color: BurlyWood ;
    color: #fff;
}
.sidebar-category > .category-content li {
    margin-top: 0px;
}
.dataTables_wrapper {
    overflow-x: auto;
}
.threeCols td {
    width: 33%;
}
.noWrap {
    white-space: nowrap;
}
.pagination-custom {
    margin: 20px 10px;
}
.overflow-ellipsis {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.overflow-ellipsis + .tooltip > .tooltip-inner {
    max-width: initial;
}

/* Branding */

.noImage {
    width: 100%;
    background-color: lightgray!important;
    height: 100%;
}
.crossed {
    background:
            linear-gradient(to top left,
            rgba(177,177,170,0) 0%,
            rgba(177,177,170,0) calc(50% - 0.8px),
            rgba(177,177,170,1) 50%,
            rgba(177,177,170,0) calc(50% + 0.8px),
            rgba(177,177,170,0) 100%),
            linear-gradient(to top right,
            rgba(177,177,170,0) 0%,
            rgba(177,177,170,0) calc(50% - 0.8px),
            rgba(177,177,170,1) 50%,
            rgba(177,177,170,0) calc(50% + 0.8px),
            rgba(177,177,170,0) 100%)
}
.button.button-disabled {
    cursor: not-allowed;
}
.button.button-disabled > span {
    color: #aaaaaa;
}
.image-delete {
    line-height: 1.5em;
    font-size: 1.5em;
    color: crimson;
    margin-left: 0.2em;
    cursor: pointer;
}
.image-upload {
    width: auto;
}
.image-upload > span {
    font-size: 1em;
    color: dodgerBlue;
}
.image-delete.disabled, .image-upload.disabled span{
    color: gray;
    opacity: 0.8;
    cursor: not-allowed;
}
.brandingImageContainer {
    height: 10em;
}
.itemImgContainer {
    margin-bottom: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.brandingImage {
    max-width: 100%;
    padding: 0 10px 10px 10px;
    cursor: pointer;
    max-height: 10em;
}
.brandingImageTitle {
    position: relative;
    font-size: 1.2em;
}
.form-group .imageUploadContainer {
    margin-top: 0px!important;
    height: 12em;
}
.fileUploadPanel {
    position: absolute;
    left: 0;
    bottom: 3em;
}
.fileUploadPanel .mimeType {
    font-weight: bold;
    display: inline-block;
    width: 100%;
}
.fileUploadPanel .fileInputLabel {
    position: absolute;
    right: 0;
    margin-bottom: 0;
    bottom: 0;
}
.fileUploadPanel .fileInput {
    width: 100%;
}
.fileUploadPanel .folderIcon {
    position: absolute;
    right: 21px;
    top: 6px;
    background-color: #fff;
    padding-left: 5px;
}
.image-delete-container {
    bottom: 0;
    left: 0.7em;
    position: absolute;
}
.customColorsList {
    margin-left: 15px;
}
.customColorsList .colorName {
    line-height: 2em;
}
.customColorsList .colorPicker {
    padding: 0;
    width: 2em;
    height: 2em;
    margin: 2px 0;
}
.saveColorsButton {
    margin-bottom: 15px;
}
.saveColorsButton > button {
    display: block;
    float: right;
}

/* Spectrum styles overwrite (colorpicker fallback for Safari and IE) */
.spectrum-colorpicker .sp-dd {
    display: none; /* hide arrow-down */
}
.spectrum-colorpicker .sp-replacer {
    padding: 0;
    width: 2em;
    height: 2em;
    margin: 2px 0;
}
.spectrum-colorpicker .sp-preview {
    width: 100%;
    height: 100%;
    border: none;
    margin-right: 0;
}
.sp-container .sp-picker-container .sp-button-container.sp-cf {
    float: none;
}
.sp-container .sp-picker-container .sp-button-container .sp-choose {
    font-size: 1em;
    float: right;
}
.sp-container .sp-picker-container .sp-button-container .sp-cancel {
    font-size: 0.8em;
    float: left;
    border: none;
    margin: 0;
    padding: 5px 0;
    margin-top: 1px;
}
.sp-container .sp-picker-container .sp-input-container .sp-input {
    background-color: #fff;
}

/******** Communication ********/
.sendMessage .recipients {
    max-height: 20em;
    overflow: auto;
}
.sendMessage .recipients-empty {
    height: 10em;
    color: #666;
    text-align: center;
    border: solid 1px #aaa;
    border-radius: 3px;
    display: table;
}
.sendMessage .recipients-empty > span {
    display: table-cell;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    font-size: 1.5em;
    color: #aaa;
}
.sendMessage .recipients .glyphicon-trash {
    color: crimson;
}
.sendMessage .message .glyphicon-trash, .messageChannelsContent .glyphicon-trash {
    color: crimson;
    line-height: 1.7em;
}
.sendMessage .message .message-body {
    margin-bottom: 10px;
    resize: none;
}
.sendMessage .message .error-container {
    margin-bottom: 10px;
}
.sendMessage .add-translation, .messageChannelsContent .add-translation, .serviceLabelModal .add-translation {
    font-size: 2em;
    font-weight: bold;
    line-height: 1em;
    cursor: pointer;
}
.sendMessage .recipients > li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sendMessage-modal .close {
    top: 35%;
    margin-top: 0;
    font-size: 1.5em;
    color: #666;
    font-weight: bold;
}
.sendMessage .modal-header {
    border-bottom: solid 1px #bebebe;
    padding: 10px;
    color: #666;
}

.dataTableCells > td {

}

.addRecipientsButtons {
    margin-top: 0;
}
.addRecipientsButtons > div {
    margin-bottom: 5px;
}

.messageChannelsNav {
    border-radius: 2px;
    padding: 0;
    border: solid 2px dodgerBlue;
    height: 100%;
}
.messageChannelsNav > ul {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
}
.messageChannelsNav > ul li {
    margin: 0;
    color: gray;
    width: 100%;
    padding: 5px 0;
}
.messageChannelsNav > ul li a {
    padding: 0;
    margin: 0;
    display: block;
    padding-left: 10px;
}
.messageChannelsNav > ul li.active {
    background-color: dodgerblue;
}
.messageChannelsNav > ul li.active a {
    font-weight: bold;
    color: white;
}
.messageChannelsContent .ui-select-match-text {
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Label Translation Directive */
.label-translation {
    margin-top: 3em;
}

.label-translation .add-translation {
    font-size: 2em;
    font-weight: bold;
    line-height: 1em;
    cursor: pointer;
}
.label-translation .remove-translation {
    color: crimson;
    padding-left: 0;
    line-height: 2em;
}