.cashflow li span {
    font-size: 14px;
    padding: 0px 3px 1px 3px;
}

.cashflow {
    line-height: 2;
    list-style: circle;
}

.grp-img {
    margin-bottom: 10px;
}

.grp-img img {
    padding: 3px;
    background: #fff;
    max-height: 100%;
    max-width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.addon2 {
    padding: 0px;
    border: none;
    background-color: transparent !important;
}

.addon3 {
    padding: 0px;
    border: none;
    min-width: 100px;
}

.btn-addon {
    border-radius: 50%;
    outline: none;
    border: none;
    padding: 8px;
    background-color: #fff;
    margin-left: 3px;
    color: #3986B3;
}

.btn-addon:hover, .btn-addon:focus {
    background-color: #3986B3;
    color: #fff;
}

label {
    margin-bottom: 10px;
    margin-top: 10px;
}

.inl-btns .btn {
    background-color: #fff;
}

.btn-upload {
    position: absolute;
    margin-top: -34px;
    margin-left: 4px;
}

.btn-upload input[type=file] {
    position: absolute;
    opacity: 0;
    z-index: 0;
    max-width: 100%;
    height: 100%;
    display: block;
}

.upload {
    border: none;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 18px;
    padding-right: 8px;
    padding-left: 8px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.label-default {
    background-color: #eee !important;
}

.input-md {
    margin-left: 10px;
    display: block;
}

.portion {
    margin-top: 10px;
}

.modal-portion .input-group-addon {
    border: none;
}

.xls-export-list, #treeview5 {
    max-height: 400px !important;
    overflow-y: scroll;
}

.efficiency img, .extraprice img {
    min-width: 100%;
}

.icn {
    max-height: 35px;
}

.multiselect {
    border: 1px solid #ccc;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    max-height: 350px;
    min-height: 150px;
    overflow-y: scroll;
}

.multiselect .checkbox {
    list-style: none;
    margin-bottom: 7px;
}

.modal-search {
    margin-bottom: 5px;
}

.multiselect input {
    margin-right: 10px;
    transform: scale(1.2);
    margin-left: -16px !important;
}

.multiselect label {
    display: block;
}

.focused {
    background: #1E90FF !important;
    color: #fff;
}

.radio, .radio label {
    margin-top: 0px;
    margin-bottom: 0px;
}

.radio label {
    margin-bottom: 5px;
!important;
}

.centered {
    text-align: center;
}

.list-group-item {
    border-radius: 0px !important;
}

.copied-list .btn {
    outline: none;
    border-radius: 50%;
    width: 26px;
    margin-top: -4px;
    padding: 3px;
}

.copied-list {
    max-height: 400px;
    overflow-y: scroll;
}

.notif {
    position: fixed;
    bottom: 1px;
    right: 0px;
    margin-bottom: 1px;
    z-index: 10;
    display: block;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

.alert-info {
    background-color: #2788C0 !important;
    border-color: #106EA5;
}

.alert-success {
    background-color: #56B288 !important;
    border-color: #29875D;
}

.input-small {
    max-width: 50px;
}

.modal select.multopt {
    min-height: 250px;
    max-height: 500px !important;
}

.modal-copied-list .btn-remove {
    margin-top: -2px;
    color: #3986B3;
    border: 1px solid #A9C7D9;
    background-color: transparent;
}

.modal-copied-list .btn-remove:hover {
    background-color: #fff;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.modal-copied-list .btn-remove:active {
    background-color: #fff;
    outline: none;
}

.icheck {
    margin-top: -4px;
}

.inline {
    display: inline-block;
}

/* inputs with custom background*/
.inpt-yellow {
    background: #F5F2D1 !important;
    border-color: #E3DB97;
}

.inpt-purple {
    background: #E5D7EF !important;
    border-color: #CEB5DF;
}

.inpt-red {
    background: #F0D8D8 !important;
    border-color: #E1AFAF;
}

.inpt-skyblue {
    background: #D8E5F0 !important;
    border-color: #A3C0DC;
}

tfoot {
    background-color: #eee;
}

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

.img-thumb-group {
    max-width: 150px;
    border: 0px red solid;
}

.img-thumb-group:hover {
    border: 1px red solid;
}

.jstree-themeicon-custom {
    background-size: 26px, 26px !important;
}

#wh-operations .info-box {
    background-color: #eee;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    cursor: pointer;
    opacity: 0.6;
}

#wh-operations .info-box-text {
    margin-top: 25px;
    margin-left: 10px;
}

#wh-operations .info-box:hover {
    background-color: #fff;
    margin-left: 10px;
    -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
    opacity: 1;
}

.info-box.active {
    background-color: #fff !important;
    opacity: 1 !important;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

.modal-list {
    max-height: 400px;
    overflow-y: scroll;
    min-height: 300px;
    border: 1px solid #ddd;
}

.table-cont {
    max-height: 600px;
}

select#products, select#consumerObjects {
    min-height: 300px;
}

.input-sm {
    max-width: 30%;
}

@-webkit-keyframes wrongInputKeyFrame {
    from {
        background-color: white;
    }
    to {
        background-color: red;
    }
}

@keyframes wrongInputKeyFrame {
    from {
        background-color: white;
    }
    to {
        background-color: red;
    }
}

.wrong {
    background-color: white;
    -webkit-animation-name: wrongInputKeyFrame;
    -webkit-animation-duration: 1s;
    animation-name: wrongInputKeyFrame;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-direction: reverse;
}

div.disabler {
    z-index: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    margin-left: -30px;
    opacity: 0.5;
    background: #a0a0a0;
}

div.disabed {
    z-index: 0;
}

.table-focus tr:focus {
    background-color: red;
}

#inventory-intro .btn-default {
    text-align: left;
}

#inventory-intro .btn-default i {
    right: 30px;
    position: absolute;
}

/*FULLDB*/
.btn span.glyphicon {
    opacity: 0;
}

.btn.active span.glyphicon {
    opacity: 1;
}

p.fixed-table-scroll-inner {
    width: 100%;
    height: 200px;
}

div.fixed-table-scroll-outer {
    top: 0;
    left: 0;
    visibility: hidden;
    width: 200px;
    height: 150px;
    overflow: hidden;
}

.table-container {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 10px;
}

.table-container-header {
    overflow: hidden;
    width: 100%;
}

.table-container-body {
    height: 350px;
    overflow: auto;
    width: 100%;
}

.table-container-footer {
    overflow: hidden;
    width: 100%;
}

.table-container table {
    margin-bottom: 0px;
    table-layout: fixed;
}

.table-container table td,
.table-container table th {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.table-bordered {
    border: 0px;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
    border-top-width: 2px;
}

.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
    border-bottom-width: 0px;
}

/*Esquerda*/
.table-bordered > thead > tr > th:first-child,
.table-bordered > tbody > tr > th:first-child,
.table-bordered > tfoot > tr > th:first-child,
.table-bordered > thead > tr > td:first-child,
.table-bordered > tbody > tr > td:first-child,
.table-bordered > tfoot > tr > td:first-child {
    border-left-width: 0px;
}

/*Direita*/
.table-bordered > thead > tr > th:last-child,
.table-bordered > tbody > tr > th:last-child,
.table-bordered > tfoot > tr > th:last-child,
.table-bordered > thead > tr > td:last-child,
.table-bordered > tbody > tr > td:last-child,
.table-bordered > tfoot > tr > td:last-child {
    border-right-width: 0px;
}

/*Topo*/
.table-bordered > thead > tr:first-child > th,
.table-bordered > thead > tr:first-child > td {
    border-top-width: 0px;
}

/*Baixo*/
.table-bordered > tfoot > tr:last-child > th,
.table-bordered > tfoot > tr:last-child > td {
    border-bottom-width: 0px;
}

.table-bordered > tbody > tr.focused {
    transition-duration: 2.2s;
}

.table-bordered > tbody > tr {
    transition-duration: 1.2s;
}

.sidebar-collapse > .wrapper > .main-sidebar > .sidebar > div.sidebar-restaurant-name {
    display: none;
}

div.sidebar-restaurant-name {
    color: #b8c7ce;
    display: block;
    margin-left: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
}

div.sidebar-restaurant-name > span {
    font-weight: 600;
}

div.sidebar-restaurant-name > small {
    padding-left: 30px;
}

.objBtn.selected {
    background: #90CAF9;
}

.table tbody tr > td.success {
    background-color: #dff0d8 !important;
}

.table tbody tr > td.error {
    background-color: #f2dede !important;
}

.table tbody tr > td.warning {
    background-color: #fcf8e3 !important;
}

.table tbody tr > td.info {
    background-color: #d9edf7 !important;
}

.table-hover tbody tr:hover > td.success {
    background-color: #d0e9c6 !important;
}

.table-hover tbody tr:hover > td.error {
    background-color: #ebcccc !important;
}

.table-hover tbody tr:hover > td.warning {
    background-color: #faf2cc !important;
}

.table-hover tbody tr:hover > td.info {
    background-color: #c4e3f3 !important;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-control-sm {
    width: 80px;
}

.disabledTransferBtn {
    background: indianred;
    color: #fff;
    border: 0;
}

.largerList {
    min-height: 400px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
}

.notifyjs-info-base {
    opacity: 0.85;
    width: 170px;
    background: #F5F5F5;
    padding: 5px;
    padding-bottom: 10px;
    border-radius: 10px;
}

.notifyjs-info-base .title {
    width: auto;
    float: left;
    margin: 10px 0 0 10px;
    text-align: right;
}

.notifyjs-info-base .buttons {
    width: 70px;
    float: right;
    font-size: 9px;
    padding: 5px;
    margin: 2px;
}

.notifyjs-info-base button {
    font-size: 9px;
    padding: 5px;
    margin: 2px;
    width: 60px;
}

i.shrinkage {
    color: #dd4b39;
    font-weight: 900;
}

i.excess {
    color: #2e7d32;
    font-weight: 600;
}

tbody#curOperations > tr > td {
    padding: 2px;
    font-size: 12px;
}

tbody#curOperations > tr > td > .form-control.input-md.inline {
    font-size: 12px;
    margin: 0;
    padding-left: 6px;
}