
*:focus {
    outline: none;
}

#sortable { list-style-type: none; margin: 0; padding: 0; width: 100%; }
#sortable li { 
    position: relative;
    xmargin: 0 3px 3px 3px; 
    xpadding: 0.4em; 
    xpadding-left: 1.5em; 
    min-height: 54px; /*62px;*/ 
}
.status_check {     
    transform: scale(1);
    left: 10px;
    top: 0px; /*13px;*/
}

.checkbox_custom{
    position: absolute;
    top: 0px; /*11px;*/
    left: -13px;
    padding-left:30px;
    height:25px; 
    display:inline-block;
    line-height:25px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:25px;
    vertical-align:middle;
    cursor:pointer;
    background-image:url(img/checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-position: 0 0px;
    z-index: 10;
}

.checkbox_custom_checked{
    background-position: 0 -25px;
}

#xxxsortable li div {
    display: inline;
    font-size: 18px;
}

#sortable2 { list-style-type: none; margin: 0; padding: 0; width: 100%; }
#sortable2 li { 
    position: relative;
    xmargin: 0 3px 3px 3px; 
    xpadding: 0.4em; 
    xpadding-left: 0em; 
    min-height: 54px; 
}

#sortable3 { list-style-type: none; margin: 0; padding: 0; width: 100%; }
#sortable3 li { 
    position: relative;
    xmargin: 0 3px 3px 3px; 
    xpadding: 0.4em; 
    xpadding-left: 0em; 
    min-height: 54px; 
}


.editable {
    /*position: relative;*/
}

.ui-state-highlight{
    background-color: #f7f7f7;
    height: 54px;

}

.ui-state-highlight2{
    background-color: #f7f7f7;
    height: 54px;
    min-height: 54px;

}

.list-group-item.active {
    z-index: 2;
    color: #212529;
    background-color: #f8f8f8;
    border-color: #f8f8f8;
}

/*.list-group-item
{
    margin-bottom: 5px;
}
*/

/*
body {
    overflow-x: scroll; 
    width: 1500px
}

#sortable1, #sortable2, #sortable3 { 
    list-style-type: none; 
    margin: 0; 
    float: left; 
    margin-right: 10px; 
    background: #eee; 
    padding: 5px; 
}

#sortable1 li, #sortable2 li, #sortable3 li { 
    margin: 5px; 
    padding: 5px; 
    font-size: 1.2em; 
    cursor: move;
}


div.box {
    width: 300px;
    display: inline-block;
    margin: 10px;
    background-color: #eee;
}

div.header {
    text-align: center;
    font-weight: bold;
    padding: 10px 5px 5px;
    cursor: move;
}

.box ul {
    width: 290px;
}

div.orders {

}

div.column {
    width: 320px;
    float: left;
    height: auto;
    margin: 2px;
    min-height: 50px;
    border: 1px #d3d3d3 dashed;
    position: relative;
}
div.column-remove{
    width: 15px;
    height: 15px;
    border: 1px #d3d3d3 dashed;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: -17px;
    background-color: white;
    line-height: 9px;
}

label, input { display:block; }
input.text { margin-bottom:12px; width:95%; padding: .4em; }
fieldset { padding:0; border:0; margin-top:25px; }
.ui-dialog .ui-state-error { padding: .3em; }

.btnToolbar {
    margin-bottom: 10px;
}
*/


/*
checkbox
*/
.lista_kod{
    xfloat: right;
    border: 1px solid #007bff;
    border-radius: .25rem;
    font-size: 14px;
    background-color: #007bff;
    color: white;
    xpadding: 2px 5px;
    letter-spacing: 4px;
}
/*
.form-check {
    padding-top: 3px !important;
}
*/

.disHighlight {
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -o-user-select: none;
    -moz-user-select: none;
}


/*  split view  */

.sidebar {
    position: fixed;
    top: 57px;
    bottom: 0;
    left: 0;
    display: block;
    padding: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #f5f5f5;
    border-right: 1px solid #eee; 
}

.navbar{
    z-index: 5000;
}

#sortable2-sv textarea{
    border:2px solid #007bff !important;
    background-color: white !important;
    padding: 4px !important;
    border-radius: 4px !important;
    outline:0px solid #0f0 !important;
    max-width: 99% !important;
}

#sortable-sv textarea{
    border:2px solid #007bff !important;
    background-color: white !important;
    padding: 4px !important;
    border-radius: 4px !important;
    outline:0px solid #c1c1c1 !important;
    max-width: 99% !important;
}


/*  split view  */