﻿


#mdb-preloader {
    opacity: 0.25 !important;
}

#mdb-select > li.select-toggle-all > span > label {
    padding-left: 1rem !important;
}

.md-form .form-control {
    margin-bottom: .1rem !important;
    margin-top: .1rem !important;
}

.md-form.md-bg label.active {
    padding-left: .2rem !important;
}

.md-form.md-bg .form-control {
    padding-left: .2rem !important;
    padding-right: .2rem !important;
}

table .md-form.md-bg .form-control {
    padding-left: .2rem !important;
    padding-right: .2rem !important;
    padding-top: .4rem !important;
    padding-bottom: .4rem !important;
}

input[readonly] {
    background-color: transparent;
    border: 0 !important;
    box-shadow: none !important;
}

.md-outline.select-wrapper + label {
    top: .5em !important;
    z-index: 2 !important;
}

table tbody td .multiple-select-dropdown li [type="checkbox"] + label {
    height: 1rem !important;
}

table .select-wrapper input.select-dropdown {
    height: 1.9rem !important
}

table .dropdown-content li > a, .dropdown-content li > span {
    font-size: .8rem !important
}

table tbody td .md-form.md-bg label {
    font-size: .8rem;
}

/* END Override mdbootstrap styles*/
.md-tabs .nav-item.show .nav-link {
    background-color: transparent;
    color: #fff;
}

.mdb-style-select2 {
    font-family: "Roboto", sans-serif !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 5px /*!important*/;
    background: #f5f5f500 no-repeat !important;
    background-image: linear-gradient(to bottom, #40c6c6, #40c6c6),linear-gradient(to bottom, #ced4da, #ced4da) !important;
    background-position: 50% 100%, 50% 100% !important;
    background-size: 0 2px, 100% 1px !important;
    border: 0 !important;
    border-top-left-radius: .3rem !important;
    border-top-right-radius: .3rem !important;
    -webkit-transition: background-size 0.3s cubic-bezier(0.64, 0.09, 0.08, 1) !important;
    transition: background-size 0.3s cubic-bezier(0.64, 0.09, 0.08, 1) !important;
    height: auto !important;
}

    .mdb-style-select2:disabled {
        opacity: unset !important;
    }

.md-form.form-sm label.active {
    font-size: .95rem !important;
}

.mdb-style-select2:not([type]) + label::after {
    position: absolute;
    top: 65px;
    display: block;
    content: "";
    opacity: 0;
    -webkit-transition: 0.2s opacity ease-out,0.2s color ease-out;
    transition: 0.2s opacity ease-out,0.2s color ease-out;
}

.mdb-style-select2 {
    border: none !important;
    border-bottom: 1px solid #ced4da !important;
    margin: 0 !important;
    outline: none !important;
    background-color: transparent !important;
    border-radius: 0rem !important;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out !important;
    height: auto !important;
}

    .mdb-style-select2:not([type]) + label::after {
        position: absolute;
        top: 65px;
        display: block;
        content: "";
        opacity: 0;
        -webkit-transition: 0.2s opacity ease-out,0.2s color ease-out;
        transition: 0.2s opacity ease-out,0.2s color ease-out;
    }

/*-----------------global table styles-----------------*/
table th {
    font-size: .85rem !important;
}

.table td {
    display: table-cell;
    padding-top: 0.15rem !important;
    padding-right: 0.25rem !important;
    padding-bottom: 0.15rem !important;
    vertical-align: middle;
}

.table {
    display: table;
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto !important;
}

    .table tbody td .form-control-sm {
        background: transparent;
        border-radius: 0;
        border-width: 0px;
    }


