.nested-list-handle {
    position: absolute;
    margin: 0;
    /* left: 0; */
    /* top: 0; */
     padding-left: 7px;
    cursor: pointer;
    /* width: 30px; */
    white-space: nowrap;
    overflow: hidden;
    /* border: 1px solid #aaa; */
    /* background: #ddd; */
    border: 1px solid #ddd;
     background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
     background: transparent;
     background: transparent;
    background: -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
    background: linear-gradient(top, #ddd 0%, #bbb 100%);
    border-top-right-radius: 0;
    border-radius: 20px;
    border-bottom-right-radius: 0;
}

.nested-list-content {
    display: block;
    height: 30px;
    padding: 5px 10px 5px 40px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #ddd  ;
    /* border: 1px solid #ccc; */
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: linear-gradient(top, #fafafa 0%, #eee 100%);
    -webkit-border-radius: 3px;
    border-radius: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

 .color {
     color: tomato;
 }


label.error {
    color:tomato;
    display: fixed;
}

/*checkbox toggle*/
.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 20px;
}

.switch input {display:none;}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0px;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    /* right: 4px; */
    position: absolute;
    content: "";
    height: 18px;
    width: 13px;
    left: 1px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: 0.1s;
    /* border-radius: 13px; */
}

input:checked + .slider {
    background-color: tomato;
}

input:focus + .slider {
    box-shadow: 0 0 1px tomato;
}

input:checked + .slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

/*tabel right*/

.table-right{
    text-align: right;
}
/*select 2 color*/
/*.select2-selection--multiple{
    height: 34px !important;
}*/

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #dd4b39 !important;
    border-color: #d73925 !important;
    padding: 1px 10px;
    color: #fff;
}

.select-info{
    display: block;
    margin-left:0em !important;
}
.select-item{
    margin-left:0em !important;
}

tr{
    cursor: pointer;
}

.half-row{
    width: 50% !important;
}

.error{
    display: block;
}

.box-footer{
    padding: 15px !important;
}

.box-body{
    padding: 15px !important;
}

/*
.btn-danger{
    background: tomato !important;
    border-color: tomato !important;
}
*/
