/***** helper *****/
html, body {
    height: 100%;
}

.row .col.padding-off-col {
    padding: 0px;
}

.row {
    margin-bottom: 10px;
}

.hidden-field {
    display: none;
}

.inline-component {
    display: inline;
}

.text-center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

/***** end *****/

/***** materialize overwrite *****/
i.left {
    margin-right: 10px;
}
.dropdown-content li>span,
.dropdown-content li>a {
    font-size: 14px;
}

.select-wrapper .dropdown-content.select-dropdown {
    max-height: 250px;
}
/*.select-wrapper * {
    transition: none !important;
    transform: none !important;
}*/

.modal {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;    
}

#toast-container {
    top: auto !important;
    right: auto !important;
    bottom: 90vh;
    left: 45vw;
}

/***** end *****/

/***** container *****/
#global-nav {
    z-index: 1000;
    height: 65px;
}

div.main-container {
    position: relative;
    top: 70px;
    height: calc(100vh - 140px);
}

div.grid-main {
    overflow: auto;
}
/***** end *****/

/***** component *****/
.page-title {
    padding: 10px;
}

button.search-btn,
button.add-btn,
button.edit-btn,
button.delete-btn {
    padding-left: 10px;
    padding-right: 10px;
}

button.search-btn i.left,
button.add-btn i.left,
button.update-btn i.left,
button.delete-btn i.left {
    margin-right: 0px;
}
@media only screen and (min-width: 993px) {
    button.search-btn,
    button.add-btn {
        padding-right: 15px;
    }
}

form.search .input-field {
    margin-bottom: 5px;
}

.add-record {
    position: sticky;
    bottom: 15px;
    margin-left: calc(100vw - 80px);
}

ul.errorlist {
    margin-top: 0.5rem;
    margin-bottom: 0.25rem;
    font-size: 0.8rem;
}
ul.errorlist > li {
    background-color: bisque;
}

/***** end *****/

/***** grid-table *****/
table thead th.edit-col,
table thead th.del-col,
table thead th.link-col,
table tbody td.edit-col,
table tbody td.link-col,
table tbody td.del-col {
    width: 50px;
}

table thead tr th {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: normal;
    border-radius: 0px;
}
table tbody tr td {
    padding-top: 10px;
    padding-bottom: 10px;
}
/***** end *****/

/***** modal form *****/
.modal-title h5 {
    padding: 10px;
}
/***** end *****/


/* .teal {
    background-color: #961e00 !important;
}

.teal.darken-2 {
    background-color: #961e00 !important;
} */
