.nav-tabs .slide {
    width: calc(100% / 6);
}

.nav-tabs .nav-link.active {
    color: white !important;
    background-color: #fff;
    border-color: #ddd #ddd #fff;
    background: #358dc9 !important;
}

.md-tabs .nav-item {
    width: calc(100% /6);
    text-align: center;
}

label.input-field {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
}

table tr>th,
tr>td {
    border: 1px solid #ccc;
    padding-left: .31em !important;
    padding-right: .31em !important;
    padding: 0;
}

@media (min-width: 768px) {
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        float: left;
    }
}

.pdetails_table td,
.pdetails_table th {
    padding: 0.5rem !Important;
}

.pdetails_table th {
    font-weight: 400;
    font-size: 14px;
}

.pdetails_table td {
    color: #333 !important;
}

.pdetails_table td,
.pdetails_table th {
    padding: 0.2rem !important;
}

.pdetails_table td input {
    width: 108px;
    border: 1px solid #ccc;
}

.tab2_table td input {
    width: 84px;
    border: 1px solid #ccc;
}

.table td,
.table th {
    vertical-align: middle;
}

.form-group {
    margin-bottom: .5em;
}

.jsgrid-table input,
.select2-search__field {
    text-transform: uppercase;
}

.form-control {
    text-transform: uppercase;
}

.inves_panel,
.att_panel {
    margin-top: 1em;
    border: 1px solid #01dbdf;
    padding: .56em;
}

.jsgrid-table input {
    text-transform: uppercase;
    height: 30px;
}

.ppdcls,
.etohcls,
.inludeheader_cls,
.thyroidcls,
.dmcls {
    display: none;
}

.displaycls {
    display: block;
}

.btn-padding {
    margin-left: 1em;
}

.select2-container--disabled .select2-selection--single .select2-selection__rendered {
    background-color: #e0e0e0 !important;
}

.card {
    box-shadow: 0 1px 20px 0 #999;
}

@mixin slider-track {
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 100px;
    cursor: pointer;
}

@mixin slider-thumb {
    width: 20px;
    height: 20px;
    background: #888;
    margin-top: -5px;
    border-radius: 100%;
    -webkit-appearance: none;
    cursor: pointer;
}

.range-slider-container {
    max-width: 300px;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
    @include slider-track;
}

input[type=range]::-webkit-slider-thumb {
    @include slider-thumb;
}

input[type=range]::-moz-range-track {
    @include slider-track;
    width: 100%;
}

input[type=range]::-moz-range-thumb {
    @include slider-thumb;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    @include slider-track;
    width: 100%;
}

input[type=range]::-ms-fill-upper {
    @include slider-track;
    width: 100%;
}

input[type=range]::-ms-thumb {
    @include slider-thumb;
    margin-top: -2.5px;
}

.hide_cls,
.breast_hide_cls,
.scaling_hide_cls,
.child_hide_cls,
.degree_hide_cls,
.activity_hide_cls {
    display: none;
}

.hide_cls,
.child_hide_cls,
.degree_hide_cls {
    margin-bottom: 4em;
}

.display_block {
    display: block;
    padding-bottom: 3em;
}