.thumb img,
img.thumb {
    display: block;
    width: 60px;
    border-radius: 50%;
    height: 60px;
    object-fit: cover;
}

.thumb img,
img.thumbx {
    display: block;
    min-width: 80px;
    width: 100%;
    object-fit: cover;
}

td.thumb-td {
    min-width: 60px;
    min-height: 60px;
}

.table-ajax-table thead tr {
    width: 100% !important;
}

th.sort {
    cursor: pointer;
}

th.sort span {
    display: flex;
}

img.thumb-or {
    width: 60px;
}

.form-inline {
    display: block;
}

.select2-selection--multiple textarea {
    min-height: 25px !important;
}

.tow-line-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* The switch - the box around the slider */
table .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
table .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

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

table .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

table input:checked+.slider {
    background-color: #68894E;
}

table input:focus+.slider {
    box-shadow: 0 0 1px #68894E;
}

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


/*****************************************************/


/* The switch - the box around the slider */
div.switch-box .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
div.switch-box .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* Rounded sliders */
div.switch-box .slider.round {
    border-radius: 34px;
}

div.switch-box .slider.round:before {
    border-radius: 50%;
}


/* The slider */
div.switch-box .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

div.switch-box .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

div.switch-box input:checked+.slider {
    background-color: #68894E;
}

div.switch-box input:focus+.slider {
    box-shadow: 0 0 1px #68894E;
}

div.switch-box input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
div.switch-box .slider.round {
    border-radius: 34px;
}

div.switch-box .slider.round:before {
    border-radius: 50%;
}