.dataTables_length {
    font-size: 12px;
}

.dataTables_filter {
    font-size: 12px;
}

.dataTables_filter {
    width: 60%;
}

.dataTables_filter input {
    width: 100%;
    border-radius: 4px;
    border: none;
    padding: 5px 0
}

.onoffswitch {
    position: relative;
    width: 60px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    display: inline-block;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 50px;
    padding: 0px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 10px;
    padding: 0;
    line-height: 10px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "";
    padding-left: 10px;
    background-color: #EEEEEE;
    color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "";
    padding-right: 10px;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 20px;
    margin: -5px;
    background: #A1A1A1;
    position: absolute;
    top: 0px;
    bottom: 2px;
    right: 46px;
    border: 2px solid #999999;
    border-radius: 50px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0px;
    background-color: #26CC3C;
}

.green {
    background-color: #268745;
}

.red {
    background-color: #962517;
}

.blue {
    background-color: #3636B5;
}

.orrange {
    background-color: #875800;
}

.gray {
    background-color: #6E6E6E;
}

.dot {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
}

.list-circle {
    list-style: none;
    float: right;
    overflow: hidden;
    padding-bottom: 0;
}

.list-circle li {
    float: left;
    display: table;
    padding-left: 15px;
}

.list-circle li span {
    display: table-cell;
    vertical-align: middle;
}

.box-switch {
    clear: both;
    text-align: center;
}

.switch-text {
    clear: both;
    display: inline-block;
    color: #333;
    padding-right: 5px;
}

.search-wrapper {
    position: relative;
    width: 100%;
    margin-top: 5px;
}

.search-wrapper label {
    position: absolute;
    font-size: 12px;
    color: rgba(0, 0, 0, .50);
    top: 8px;
    left: 12px;
    z-index: -1;
    transition: .15s all ease-in-out;
}

.search-wrapper input {
    padding: 4px 12px;
    color: rgba(0, 0, 0, .70);
    border: 1px solid rgba(0, 0, 0, .12);
    transition: .15s all ease-in-out;
    background: white;
    width: 100%;
}

.button-cont-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}
