﻿/*.size-options {*/
    /*width: 0;*/
    /*display: none;
    overflow: hidden;
    transition: .2s ease;
}

.needs-check {
    position: absolute;
    right: 10%;
}

@media screen and (max-width: 568px){
    .needs-check{
        right: 65%;
    }
}*/
@media (max-width: 991.98px) {
    .navbar-toggler + .navbar-collapse .dropdown.nav-item .dropdown-menu {
        background-color: #fff;
        overflow: hidden;
    }
}
@media screen and (max-width: 768px){
    .tc-sm{
        margin: auto !important;
    }
}

/*
    Table Borders on Needs Forms
*/

.stupid-borders:nth-last-child(3) /*~ .stupid-borders*/ {
    border-bottom: 1px solid black !important;
}

.stupid-borders:nth-last-child(3) ~ .stupid-borders {
    border-bottom: 1px solid black !important;
}

.dataTables_filter .form-control {
    border: 1px solid #d2d6da;
}

.dt-hasChild {
    background-color: #344767 !important;
    color: #fff !important;
}

.dt-hasChild a{
    color: #fff;
}