.clickable:hover {
    cursor: pointer;
    background: #f6f6f6;
}

.clickable {
    transition: background-color .1s;
}

.light_red {
    background: rgba(255, 73, 73, 0.3);
    color: #d01616;
}

.light_green {
    background: rgba(194, 255, 137, 0.16);
    color: #70ba47;
}

.light_orange {
    background: #ffb263;
    color: #404040;
}

.btn-save {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-selection__rendered {
    line-height: 38px !important;
}

.select2-container .select2-selection--single {
    height: 38px !important;
}

.select2-selection__arrow {
    height: 38px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #d1d3e2 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #6e707e !important;
}

select option:disabled {
    color: #bfbfbf;
}

.table td, .table th {

    vertical-align: middle !important;

}

.clickable {
    padding: 0 !important;
}

td a {
    padding: 16px;
    display: block;
    text-decoration: none;
}

.clickable a:hover {
    text-decoration: none;
    color: #858796;
}
