
div.ui-grid-cell-contents.invalid {
    box-shadow: inset 0px 0px 3px 1px #ff5555;
}

.panel-icon-menu li {
    display: flex;
    padding-left: 20px;
    border-bottom: 1px solid lightgrey;
    align-items: center;
}

/* Single Drop Menu */
.header-dropdown-list > li .dropdown-menu
li.singleDrop-header a {
    line-height: normal;
    padding: 10px 20px;
    height: auto;
    font-weight: 700;
}

.counter {
    font-size: 12px;
    background: #028D73;
    color: white;
    padding: 3px 6px;
    border-radius: 30px;
}

/*
	Notification Popup
*/
.dropdown-popup {
    padding: 0 40px 15px;
    margin: 0 auto 40px;
    list-style-type: none;
    max-height: 350px;
    overflow-y: auto;
}

.dropdown-popup li {
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    border-color: #ebebeb;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-width: 1px 0 0 0;
    border-style: solid;
}

.dropdown-popup li:hover {
    cursor: pointer;
    background: #e5e5e5;
}

.dropdown-popup li i {
    line-height: 50px;
    vertical-align: bottom;
    margin-right: 13px;
}


/* Blip (Css class only)
	A dot in the corner of whatever is its parent */
.blip {
    display: block;
    left: 10px;
    top: 8px;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #FFDB58;
    border-radius: 15px;
}

.blip.blip-right {
    right: 10px;
}

@keyframes blinker {
    50% {
        opacity: 0.0;
    }
}


/* Slide Panel */
.cellDisabled {
    color: #B1B1B1;
}

.slide-panel-wrapper {
    position: relative;
}

/*---------------------------------------*/

.slide-panel-bottom {
    position: absolute;
    z-index: 50;
    top: 0;
    bottom: 0;
    border-right: 1px solid #b2b2b2;
    width: 100%;
    left: 0;
    transition: all 0.5s ease-in-out;
    /*transition: height 100ms ease-out;*/
}

.slide-panel-bottom-recognition {
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: 0;
    border-right: 1px solid #b2b2b2;
    width: 100%;
    left: 0;
    transition: all 0.5s ease-in-out;
    /*transition: height 100ms ease-out;*/
}

.slide-panel-wrapper .no-scroll.form-nav {
    padding: 0;
}

.panel-bottom-open {
    position: relative;
    /*overflow: scroll;   */
    z-index: 200;
    border: 0;
    border-right: 1px solid #b2b2b2;
    bottom: 0px;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
}

.panel-bottom-open > .slide-panel-bottom > .slide-panel-bottom-toggle {
    top: 0px;
    height: 8px;
}

.panel-bottom-open > .slide-panel-bottom-recognition > .slide-panel-bottom-toggle {
    top: 0px;
    height: 8px;
}

.panel-bottom-open > .slide-panel-bottom > .slide-panel-bottom-toggle:hover {
    top: 0px;
    height: 16px;
}

.panel-bottom-open > .slide-panel-bottom-recognition > .slide-panel-bottom-toggle:hover {
    top: 0px;
    z-index: 90;
    height: 16px;
}

.panel-bottom-open-form {
    height: 45% !important;
}

.slide-panel-wrapper {
    border: 0;
}

.slide-panel-bottom__wrapper {
    height: 50%;
    z-index: 80;
    position: relative;
}

.height-full {
    height: 100%;
}

.slide-panel-bottom {
    height: 100%;

}

.slide-panel-bottom__inner {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}

.payment-method-form {
    top: -10px;
}

.receivable-method-form {
    top: -10px;
}

.slide-panel-bottom-toggle {
    position: absolute;
    z-index: 200;
    right: 0px;
    border: 0;
    background-color: #BFBFBF;
    padding: 0;
    color: #fff;
    bottom: 15px;
    height: 8px;
    width: 100%;
    display: inline-flex;
    justify-content: center;

    /* transition: all 100ms ease-out; */
}

.slide-panel-bottom-toggle:hover {
    height: 16px;
    background-color: #B2B2B2;
}

.slide-panel-bottom-toggle i {
    font-size: 8px;
    line-height: 0px;
}

/*.chart {
    position: absolute;
    width: calc(100% - 32px);
    height: 42vh;
    margin-left: 20px;
    margin-top: 20px;
}*/

canvas {
    max-height: calc(35vh - 25px);
}

/*---------------------------------------*/

.slide-panel {
    position: absolute;
    height: 100vh;
    background-color: #d9d9d9;
    border-right: 1px solid #b2b2b2;
    z-index: 100;
    width: 500px;
    top: 0;
    bottom: 0;
    left: -500px;
    transition: left 200ms ease-out;
}

/* side-panel toggle*/

div.panel-open .slide-panel {
    position: absolute;
    height: 100vh;
    background-color: #d9d9d9;
    border-right: 1px solid #b2b2b2;
    z-index: 100;
    width: 460px;
    top: 0;
    bottom: 0;
    left: 0;
}

.ng-dialogContent {
    display: flex;
    flex-direction: column;
    max-height: 250px;
    overflow-y: auto;
}

.slide-panel-toggle {
    position: absolute;
    z-index: 200;
    right: -9px;
    border: 0;
    background-color: #CCCCCC;
    padding: 0px;
    color: #fff;
    height: 100%;
    width: 8px;
    transition: all 100ms ease-out;
}

.slide-panel-toggle:hover {
    width: 16px;
    right: -17px;
    background-color: #BFBFBF;
}

.slide-panel-toggle i {
    font-size: 8px;
    transform: rotate(90deg);
    line-height: 0px;
}

.spreadform-nav {
    height: calc(100vh - 138px);
    padding-bottom: 0;
}

.LinkCell {
    cursor: pointer;
}

div.placeholder-fix {
    overflow-x: scroll !important;
}

div.placeholder-fix::-webkit-scrollbar {
    height: 17px;
    width: 17px;
}

div.placeholder-fix::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

div.placeholder-fix::-webkit-scrollbar-thumb {
    background: #ffffff;
}

div.placeholder-fix::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
}

div.placeholder-fix::-webkit-scrollbar-thumb:active {
    background: #ffffff;
}

div.placeholder-fix::-webkit-scrollbar-track {
    background: #ffffff;
    border: 0.5px solid #f0f0ee;
}

div.placeholder-fix::-webkit-scrollbar-track:hover {
    background: #ffffff;
}

div.placeholder-fix::-webkit-scrollbar-track:active {
    background: #ffffff;
}

div.placeholder-fix::-webkit-scrollbar-corner {
    background: transparent;
}

.dynamic-entity-name {
    width: 75%;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.form-style {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    height: 30px;
    border-radius: 0px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    width: 150px;
}

.flip-group {
    margin: 0 10px;
    padding: 8px 0;
    display: flex;
}

.flip-group-tooltip {
    margin: 0px;
    padding: 8px 0;
    display: flex;
}

.span-panel {
    display: flex;
    margin-top: -35px;
    margin-left: 15px;
    z-index: 20
}

.destination-version {
    margin-top: 2px;
    font-size: 12.5px;
    font-family: Roboto, Helvetica Neue, Arial, Helvetica, sans-serif;
}

.version {
    margin-top: 17px;
    font-size: 12.5px;
    font-family: Roboto, Helvetica Neue, Arial, Helvetica, sans-serif;
    margin-left: -60px;
}

.version-box {
    margin-top: 2px;
    height: 34px;
    margin-left: 25px;
}

.btn.btn-primary.new-version {
    margin-left: 5px;
    height: 30px;
    margin-top: -4px
}

.select-profile.btn.btn-primary.btn-outline.dates {
    margin-left: 50px;
    margin-top: 2px;
    height: 30px;
    margin-bottom: 3px;
    max-width: 145px;
}

.flipswitch-row.copyValues {
    padding: 8px 12px 4px;
    position: absolute;
    top: 1px;
    right: -205px;
}

.flipswitch-row.copyDrivers {
    padding: 8px 12px 4px;
    position: absolute;
    top: 1px;
    right: -70px;
}

.flipswitch-row.copyNew {
    padding: 8px 12px 4px;
    position: absolute;
    top: 1px;
    right: 100px;
}

.leyend-inputTypeText {
    font-size: 11px;
    font-style: oblique;
    color: red;
    /* margin-bottom: 33px; */
    margin-left: 10px;
}

.btn-popup {
    padding: 2.5px;
    font-size: 12px;
    color: #028D73;
    border-color: white;
    background-color: white;
    border: 0px;
}

.btn-popup[disabled] {
    color: #D3D3D3;
    background-color: white;
}
