/*  Kendo stockspots v2  */

.k-grid{
    border: none;
}

.k-grid .k-button, .k-grid .k-button:active{
    border-color: #00b0e4 !important;
    color: gray;
    padding: 7px 12px;
    margin-right: 5px;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.16), 0 2px 10px rgba(0,0,0,0.12);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    border: none;
    font-size: 12px;
}

.k-grid-toolbar{
    text-align: end;
}

.k-grid-header th{
    background-color: #00b0e4;
    color: #fff;
    font-weight: normal;
}

.k-button {
    font-size: 13px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.16), 0 2px 10px rgba(0,0,0,0.12);
}

.k-green{
    background-color: #4CAF50!important;
    color: white !important;
    min-width: 120px;
}

.k-white {
    background-color: #fff !important;
    color: gray !important;
    min-width: 120px;
}

.k-grid td:first-child, .k-grid th:first-child {
    border-left-width: 1px;
    border-left-color: #eee;
}

.k-grid_25_ {
    width: 25px;
    text-align: center;
}

.k-grid td:last-child, .k-grid th:last-child {
    border-right-width: 1px;
    border-right-color: rgba(0,0,0,.12);
}


.k-grid th{
    padding: 16px 4px 10px 24px;
    border-width: 0 0 0px 1px;
}

.k-filter-row th{
    padding: 0px 0px 5px 20px;
}

.k-filtercell>span .k-widget{
    padding-right: unset;
}

.k-grid td, .k-grid th {
    padding: 4px 5px;
}

.k-grid-header .k-filter-row .k-button.k-button-icon {
    background-color: transparent;
}

.k-grid-header .k-header{
    text-transform: uppercase;
    padding: 5px 5px 0px 5px;
}

.k-filtercell>span .k-widget {
    border-width: 0px;
}

.k-numerictextbox .k-numeric-wrap{
    border-width: 0px;
}

.k-grid-header th .k-icon{
    color: #fff!important;
}

.k-dialog-title {
    color: #fff;
}


.k-autocomplete .k-input {
    background-color: #fff;
}


.k-widget {
    font-size: 14px;
    line-height: unset;
    color: gray;
}

.k-block, .k-panel, .k-widget {
    color: gray;
}

.k-filter-row .k-textarea, .k-filter-row .k-textbox{
    background-color: #fff;
    font-size: 14px;
    height: calc(9px + 1.125em);
    border-width: 0 0 0px;
    color: gray;
}

.k-checkbox-label::before, .k-radio-label::before{
    width: 14px;
    height: 14px;
}

.k-checkbox-label, .k-radio-label{
    padding-left: 15px;
}

.k-checkbox-label.k-no-text, .k-radio-label.k-no-text{
    height: 18px;
}

#oEntities .k-header > .k-checkbox:checked+.k-checkbox-label::before {
    background-color: #fff;
    border-color: #fff;
}

#oEntities .k-header >  .k-checkbox:checked+.k-checkbox-label::after, .k-checkbox:indeterminate+.k-checkbox-label::after {
    background-color: #fff;
    border-color: #fff;
    color: #00b0e4;
    margin-top: -12px;
}

#oEntities .k-checkbox:checked+.k-checkbox-label::before {
    background-color: #00b0e4;
    border-color: #00b0e4;
}

#oEntities .k-checkbox:checked+.k-checkbox-label::after, .k-checkbox:indeterminate+.k-checkbox-label::after {
    background-color: #00b0e4;
    border-color: #00b0e4;
    margin-top: 4px;
}

.k-checkbox:checked+.k-checkbox-label::after, .k-checkbox:indeterminate+.k-checkbox-label::after {
    background-color: #00b0e4;
    border-color: #00b0e4;
    margin-top: 4px;
}

.k-checkbox-label::after {
    /* icon inside */
    width: 14px;
    height: 14px;
    text-indent: 1.67px;
}


.checkbox-cell {
    text-align: center !important; 
    padding: 0 !important;    
  }    
  .checkbox-header-cell {      
    text-align: center !important; 
    padding: 0 !important;
  }
  .checkbox-header-cell .k-checkbox-label:before {
    margin-top: -12px  !important;
    border-color: #fff;

  }
  .checkbox-header-cell .k-checkbox-label::after { 
      color: #000;
    width: 14px;
    height: 14px;
    text-indent: 1.67px;
    margin-top: -12px;
}



  .checkbox-cell{
    text-align: center !important;
    /* line-height: 20px !important; */
    vertical-align: middle !important;
  }
  .checkbox-header-cell .k-checkbox-label{
    top: 14px;
  }


.k-grid .k-dropdown-operator .k-select {
    width: calc(1px + 1.42857143em);
    height: calc(1px + 1.42857143em);
}

.k-grid .k-button-icon {
    height: 22px;
}

.k-grid thead .k-button, .k-grid thead .k-button:active{
    padding: 1px 1px;
}

.k-grid-pager {
    padding: 10px;
    border-width: 0px 0 0;
}

.k-grid-icon-size{
    font-size: 26px;
    line-height: 22px;
    height: 21px;
    color: #00b0e4;
}

.k-grid thead td, .k-grid thead th {
    border-right-width: 1px;
    border-right-color: #fff;
}

.k-grid tbody td, .k-grid tbody th {
    border-left-width: 1px;
    border-right-width: 1px;
    line-height: 19px;
    vertical-align: middle; /* align cell content */
}


/* label component */

.form-group .form-line .form-label {
    font-weight: normal;
    color: #aaa;
    position: absolute;
    top: 0px;
    font-size: 12px;
    left: 15px;
    cursor: text;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    /* text-transform: uppercase; */
}

.form-group .form-line {
    margin-top: 14px;
}

.k-input.k-textbox, .k-textbox {
    /* height: calc(9px + 1.125em); */
    height: 28px;
    font-size: 14px;
}

.k-autocomplete, .k-dateinput-wrap, .k-dropdown-wrap, .k-numeric-wrap, .k-picker-wrap {
    height: 28px;
}
.k-multiselect-wrap {
    min-height: 28px;
}

.k-input.k-textbox, .k-textarea, .k-textbox {
    border-color: #ccc;
}

.k-input.k-textbox.k-state-hover,.k-input.k-textbox:hover,
.k-textarea.k-state-hover,.k-textarea:hover,.k-textbox.k-state-hover,
.k-textbox:hover{
    transform: scaleX(1);
    transition: 0.25s ease-in-out;
    border-color: #1f91f3;
}

.k-input.k-textbox.k-state-focus,.k-input.k-textbox:focus,
.k-textarea.k-state-focus,.k-textarea:focus,.k-textbox.k-state-focus,
.k-textbox:focus{
    transform: scaleX(1);
    transition: 0.25s ease-in-out;
    border-color: #1f91f3;
}

.k-input.k-textbox::selection,.k-textarea::selection,
.k-textbox::selection{
    transform: scaleX(1);
    transition: 0.25s ease-in-out;
    border-color: #1f91f3;
    color:#fff
}

.k-autocomplete, .k-dateinput-wrap, .k-dropdown-wrap, .k-multiselect-wrap, .k-numeric-wrap, .k-picker-wrap{
    border-color: #ccc;
}

.k-autocomplete.k-state-hover,.k-autocomplete:hover,.k-dateinput-wrap.k-state-hover,
.k-dateinput-wrap:hover,.k-dropdown-wrap.k-state-hover,.k-dropdown-wrap:hover,
.k-multiselect-wrap.k-state-hover,.k-multiselect-wrap:hover,.k-numeric-wrap.k-state-hover,
.k-numeric-wrap:hover,.k-picker-wrap.k-state-hover,.k-picker-wrap:hover{
    transform: scaleX(1);
    transition: 0.25s ease-in-out;
    border-color: #1f91f3;
}

.k-autocomplete.k-state-hover .k-select,.k-autocomplete:hover .k-select,
.k-dateinput-wrap.k-state-hover .k-select,.k-dateinput-wrap:hover .k-select,
.k-dropdown-wrap.k-state-hover .k-select,.k-dropdown-wrap:hover .k-select,
.k-multiselect-wrap.k-state-hover .k-select,.k-multiselect-wrap:hover .k-select,
.k-numeric-wrap.k-state-hover .k-select,.k-numeric-wrap:hover .k-select,
.k-picker-wrap.k-state-hover .k-select,.k-picker-wrap:hover .k-select{
    transform: scaleX(1);
    opacity:.87
}


.k-autocomplete.k-state-focused,.k-dateinput-wrap.k-state-focused,.k-dropdown-wrap.k-state-focused,
.k-multiselect-wrap.k-state-focused,.k-numeric-wrap.k-state-focused,.k-picker-wrap.k-state-focused,
.k-state-focused>.k-autocomplete,.k-state-focused>.k-dateinput-wrap,
.k-state-focused>.k-dropdown-wrap,.k-state-focused>.k-multiselect-wrap,
.k-state-focused>.k-numeric-wrap,.k-state-focused>.k-picker-wrap{
    transform: scaleX(1);
    transition: 0.25s ease-in-out;
    border-color: #1f91f3;
}

.k-window-title {
    font-size: 16px;
    font-weight: bold;
}

.k-window-titlebar {
    padding: 10px 10px 10px 10px;
    text-align: center;
    background-color: #00b0e4 !important;
    color:#fff;
}

.k-window-content{
    padding: 24px 10px 24px 10px;
    top: 17px;
    min-height: 100px;
    text-align: center;
    font-size: 14px;
}

.k-action-buttons .k-primary.k-button, .k-action-buttons .k-primary.k-button:hover, .k-action-buttons .k-primary.k-state-hover.k-button, .k-button-flat.k-primary, .k-button-flat.k-primary.k-state-hover, .k-button-flat.k-primary:hover, .k-button.k-outline.k-primary, .k-button.k-outline.k-primary.k-state-hover, .k-button.k-outline.k-primary:hover, .k-calendar-header .k-primary.k-button, .k-calendar-header .k-primary.k-button:hover, .k-calendar-header .k-primary.k-state-hover.k-button, .k-dialog-button-group .k-primary.k-button, .k-dialog-button-group .k-primary.k-button:hover, .k-dialog-button-group .k-primary.k-state-hover.k-button, .k-dialog-buttongroup .k-primary.k-button, .k-dialog-buttongroup .k-primary.k-button:hover, .k-dialog-buttongroup .k-primary.k-state-hover.k-button, .k-edit-buttons .k-primary.k-button, .k-edit-buttons .k-primary.k-button:hover, .k-edit-buttons .k-primary.k-state-hover.k-button, .k-edit-field .k-primary.k-button, .k-edit-field .k-primary.k-button:hover, .k-edit-field .k-primary.k-state-hover.k-button, .k-editor-toolbar .k-primary.k-dropdown-wrap, .k-editor-toolbar .k-primary.k-dropdown-wrap:hover, .k-editor-toolbar .k-primary.k-picker-wrap, .k-editor-toolbar .k-primary.k-picker-wrap:hover, .k-editor-toolbar .k-primary.k-state-hover.k-dropdown-wrap, .k-editor-toolbar .k-primary.k-state-hover.k-picker-wrap, .k-editor-toolbar a.k-primary.k-state-hover.k-tool, .k-editor-toolbar a.k-primary.k-tool, .k-editor-toolbar a.k-primary.k-tool:hover, .k-gantt-toolbar .k-primary.k-button, .k-gantt-toolbar .k-primary.k-button:hover, .k-gantt-toolbar .k-primary.k-state-hover.k-button, .k-gantt-views li a.k-primary, .k-gantt-views li a.k-primary.k-state-hover, .k-gantt-views li a.k-primary:hover, .k-primary.k-button.k-bare, .k-primary.k-button.k-bare:hover, .k-primary.k-button.k-flat, .k-primary.k-button.k-flat:hover, .k-primary.k-state-hover.k-button.k-bare, .k-primary.k-state-hover.k-button.k-flat, .k-scheduler-footer li a.k-primary, .k-scheduler-footer li a.k-primary.k-state-hover, .k-scheduler-footer li a.k-primary:hover, .k-scheduler-toolbar li a.k-primary, .k-scheduler-toolbar li a.k-primary.k-state-hover, .k-scheduler-toolbar li a.k-primary:hover, .k-spreadsheet-popup .k-primary.k-button, .k-spreadsheet-popup .k-primary.k-button:hover, .k-spreadsheet-popup .k-primary.k-state-hover.k-button, .k-spreadsheet-quick-access-toolbar .k-primary.k-button, .k-spreadsheet-quick-access-toolbar .k-primary.k-button:hover, .k-spreadsheet-quick-access-toolbar .k-primary.k-state-hover.k-button, .k-spreadsheet-sheets-bar .k-primary.k-button, .k-spreadsheet-sheets-bar .k-primary.k-button:hover, .k-spreadsheet-sheets-bar .k-primary.k-state-hover.k-button, .k-toolbar .k-split-button.k-state-disabled .k-primary.k-button, .k-toolbar .k-split-button.k-state-disabled .k-primary.k-button:hover, .k-toolbar .k-split-button.k-state-disabled .k-primary.k-state-hover.k-button {
    color: #00b0e4;
}

.k-dialog-buttongroup .k-button {
    color: #fff;
    border-color: #e45200!important;
}

.k-state-disabled [disabled]{
    pointer-events: unset;
    border-style: solid;
    cursor:not-allowed;
}

.k-input.k-textbox:disabled, .k-textarea:disabled, .k-textbox:disabled {
    pointer-events: unset;
    border-style: solid;
    cursor:not-allowed;
}

.k-autocomplete.k-state-disabled, .k-dateinput-wrap.k-state-disabled, .k-dropdown-wrap.k-state-disabled, 
.k-multiselect-wrap.k-state-disabled, .k-numeric-wrap.k-state-disabled, .k-picker-wrap.k-state-disabled, 
.k-state-disabled>.k-autocomplete, .k-state-disabled>.k-dateinput-wrap, .k-state-disabled>.k-dropdown-wrap, 
.k-state-disabled>.k-multiselect-wrap, .k-state-disabled>.k-numeric-wrap, .k-state-disabled>.k-picker-wrap {
    pointer-events: unset;
    border-style: solid;
    cursor:not-allowed;
}

.k-grid-norecords {
    width: 100%;
    height: 42%;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-left-width: 9px;
}

.k-grid-norecords-template {
    width: 100%;
    height: 100%;
    line-height: 8em;
    border: 1px solid;
}

.k-pager-numbers .k-link {
    color: rgba(0,0,0,.50);
}

#grid tbody tr:hover {
    background: #ff0000;
}

.k-grid td{
    border-width: 0 0 1px 0px;
    border-color: #eee;
}

.k-grid-header .k-header:first-child {
    border-left-width: 1px;
    border-right-width: 1px;
}

.k-grid td{
    line-height: 18px!important;
    padding: 8px!important;
}

.k-grid tbody td:last-child {
    border-left-color: #eee;
    border-right-color: #eee;
}

.k-footer-template td {
    background-color: #f2f2f2;
    border-left-width: 1px;
    border-left-color: #eee;
    border-right-width: 1px;
    border-right-color: #eee;
}

.k-footer-template td:last-child{
    border-right-width: 0px;
}

.k-widget.k-daterangepicker > .k-textbox-container{
    max-width: 49.5%;
    padding-top: 0px;
}

.k-widget.k-daterangepicker > .k-textbox-container>.k-label{
    display: none;
    height: 0px;
}

.info-box .k-icon::before {
    color: #fff;
}
.k-panelbar > .k-item > .k-link {
    padding: 12px 15px;
}
.k-textbox.k-state-disabled, .k-textbox:disabled, .k-textbox[disabled] {
    opacity: 1;
    color: #aaa;
}

.k-window-actions > .k-button-icon .k-icon::before{
    color: #fff;
}
.k-window-actions>.k-button-icon{
    opacity: 1!important;
}

.k-pager-wrap .k-pager-sizes .k-dropdown, .k-pager-wrap .k-pager-sizes > select {
    margin: 0 16px 0 0;
    width: 7.2em;
}

.k-loading-image {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.k-grid-header .k-grid-filter, .k-grid-header .k-header-column-menu {
    position: relative;
    width: 20px !important;
    height: 20px !important;
    top: 0px !important;
    left: 5px !important;
    float: right;
    opacity: .54;
    background-color: transparent!important;
}

.k-grid-header .k-grid-filter, .k-grid-header .k-header-column-menu:hover {
    opacity: 1;
}

.k-grid-header .k-header > .k-link {
    overflow: visible;
}

.k-i-more-vertical {
    font-size: 12px;
}

.k-i-more-vertical::before, .k-i-vbars::before {
    content: "\e031";
    color: #fff !important;
}