.addDynItem {
    border: 1px solid black;
    height: 34px;
    padding: 0px 5px;
}

a.tool {
    margin-left: 10px;
}

a.tool:hover {
    text-decoration: underline;
}

.alert {
    font-size: 13px;
    line-height: normal;
    padding: 10px;
}

.addedAccess, .addedItem, .addedItemOld {
    background-color: #ffcccc;
    margin-bottom: 15px;
    padding: 15px;
}

.addedAccess {
    background-color: #c1d1f1;
}

#addedAccess label, #addedItems label {
    display: block;
}

#addedAccess h5, #addedItems h5 {
    font-size: 17px;
    margin-bottom: 20px;
    text-decoration: underline;
}

.bg-red {
    background-color: red !important;
}

.btnCustom .fa {
    padding: 0;
}

#btnPrint {
    background: none;
}

#btnPrint:hover {
    text-decoration: underline;
}

.has-success label {
    color: #3c763d;
}

.color-black {
    color: #000 !important;
}

#loading {
    display: none;
    left:       50%;
    height:     100%;
    position:   fixed;
    top:        50%;
    width:      100%;
    z-index: 10000 !important;
}

#moreItemsTable tr:nth-child(even) td {
    padding-top: 15px;
}

#moreItemsTable tr:nth-child(even) {
    border-top: 1px solid #000;
}

/*
#moreItemsTable tr:nth-child(2) {
    border-top: none !important;
}*/

.panel-right-border {
    border-right: 1px dashed #CCC;
    padding: 0 30px;
}

.panel-right-border:last-child {
    border-right: none;
    padding-right: 0 !important;
}

#options label {
    display: block;
}

.pt-20 {
    padding-top: 20px;
}

.select2-selection {
    height: 34px !important;
    padding-top: 2px;
}

.select2-results__option, .select2-results__message, .select2-selection__rendered {
    font-size: 14px !important;
}

.select2-search__field {
    height: 32px !important;
    padding: 2px 10px !important;
}

select option {
    text-transform: none !important;
}

table.pricelist-2c {
    text-align: right;
    width: 100%;
}

table.pricelist-2c tr.line {
    border-top: 1px solid #000;
}

table.pricelist-2c tr td:nth-child(2) {
    padding-left: 10px;
    width: 120px !important;
}

.thumbImage {
    max-width: 100px;
}

.underline {
    text-decoration: underline;
}

ul#userMenu {
    float: right;
}

ul#userMenu li {
    display: inline;
    padding-left: 10px;
}

.ui-dialog {
    width: auto !important;
}

.text-red {
    color: red;
}