﻿
.select2-container {
    width: 100% !important
}

li.nav-item.waves-effect.waves-light a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.ri-folder-open-fill, .ri-folder-fill {
    color: #ffca28;
}

.color-dg {
    color: red
}

.size-icon {
    padding: 4px 8px;
    margin: 3px 0;
}

.card-header {
    padding: 0.5rem 1rem;
}

.text-on-pannel {
    background: #fff none repeat scroll 0 0;
    height: auto;
    margin-left: 20px;
    padding: 3px 5px;
    position: absolute;
    margin-top: -47px;
}

.panel {
    /* for text on pannel */
    margin-top: 27px !important;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #337ab7;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.color-input {
    color: rgb(33, 37, 41);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: var(--vz-heading-color);
    font-family: 'Roboto', sans-serif;
}

/*Start Custom datatable*/
table.dataTable td.dt-control:before {
    height: 1em;
    width: 1em;
    margin-top: -9px;
    display: inline-block;
    color: white;
    border: 0.15em solid white;
    border-radius: 1em;
    box-shadow: 0 0 0.2em #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: "Courier New",Courier,monospace;
    line-height: 1em;
    content: "+";
    background-color: #31b131;
}

table.dataTable tr.dt-hasChild td.dt-control:before {
    content: "-";
    background-color: #d33333;
}
.h4-while{
    color:#ffffff
}
#bodycustom {
    background-image: url(/Content/Images/backgroup-dtdl.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: repeat-y;
    height: auto;
    margin: 0;
}


/*End Custom datatable*/
