.sp-grid-entity-edit-wrapper {
    background: #fff;
}

.sp-table-fixed .form-group {
    padding: 3px 4px !important;
    vertical-align: middle !important;
    border-top: 1px solid #e6e7e8 !important;
}

.sp-table-fixed th,
.sp-table-fixed td {
    position: relative;
    z-index: 0;
}

.sp-table-fixed th.modal-open,
.sp-table-fixed td.modal-open {
    position: unset !important;
}

.sp-padding-top-15 {
    padding-top: 15px;
}

.bg-white {
    background-color: #fff;
}

.sp-table-fixed .form-control-feedback::before {
    display: none;
}

.sp-table-fixed .form-control-feedback {
    display: inline;
    position: absolute;
    z-index: -1;
    border: 1px solid red;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
}

.sp-table-fixed .input-group .form-control-feedback {
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
}

.sp-grid_entity_edit ~ .help-block {
    display: none !important;
}

.sp-table-fixed .form-control-feedback.glyphicon-ok {
    border: 1px solid green;
}

.sp-table-fixed .sp-r-small {
    width: 68px;
    max-width: 68px;
    padding-right: 1px !important;
    padding-left: 1px !important;
}

.sp-table-fixed .sp-r-small input {
    width: 66px;
    max-width: 66px;
}

.sp-table-mark .sp-highlight {
    background-color: #b0dffc !important;
}

.sp-table-fixed th:first-child,
.sp-table-fixed td:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    background: #e5e5e5;
    z-index: 1;
}

.second-sticky-column .sp-table-fixed th:nth-child(2),
.second-sticky-column .sp-table-fixed td:nth-child(2) {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
}

.second-sticky-column .sp-table-fixed td:nth-child(2) {
    font-size: 12px;
    background: #e5e5e5;
}


.sp-table-fixed .select2-container--default .select2-selection--single, .sp-table-fixed .select2-container .select2-selection {
    min-height: 38px;
    height: 38px;
    overflow: hidden;
}

.sp-table-fixed .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
}

.sp-table-fixed .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

.text-counter-wrapper {
    padding-right: 145px;
}

.text-counter-wrapper .text-count-wrapper {
    right: 10px;
    position: absolute;
    top: 13px;
}

/*.table-fix-first-row > thead:first-child > tr:first-child > th:first-child{*/
/*    z-index: 9999;*/
/*}*/
/*.table-fix-first-row > thead:first-child > tr:first-child > th:first-child,*/
/*.table-fix-first-row > thead:first-child > tr:first-child > th:nth-child(2){*/
/*    position: absolute;*/
/*    display: inline-block;*/
/*    background-color: #fff;*/
/*    height: 100%;*/
/*}*/

/*.table-fix-first-row > tbody > tr > td:first-child{*/
/*    z-index: 9999;*/
/*}*/
/*.table-fix-first-row > tbody > tr > td:first-child,*/
/*.table-fix-first-row > tbody > tr > td:nth-child(2){*/
/*    position: absolute;*/
/*    display: inline-block;*/
/*    background-color: #fff;*/
/*    height: 100%;*/
/*}*/
/*.table-fix-first-row > thead:first-child > tr:first-child > th:nth-child(1) {*/
/*    min-width: 125px;*/

/*}*/
/*.table-fix-first-row > thead:first-child > tr:first-child > th:nth-child(2) {*/
/*    padding-left: 130px!important;*/
/*    min-width: 400px;*/
/*    max-width: 400px;*/
/*}*/
/*.table-fix-first-row > thead:first-child > tr:first-child > th:nth-child(3){*/
/*    padding-left: 435px!important;*/
/*}*/

/*.table-fix-first-row > tbody > tr > td:nth-child(1){*/
/*    !*border: 0;*!*/
/*    max-height: 50px;*/
/*}*/

/*.table-fix-first-row > tbody > tr > td:nth-child(2) {*/
/*    padding-left: 130px !important;*/
/*    min-width: 400px;*/
/*    max-width: 400px;*/
/*    !*border: 0;*!*/
/*    max-height: 50px;*/
/*}*/

/*.table-fix-first-row > tbody > tr > td:nth-child(3){*/
/*    padding-left: 430px!important;*/
/*}*/


.table-striped .input-group-addon {
    border: 0;
    background: none;
    padding: 0 12px;
}
