/* common css */
th {
    /*border: 0 !important;*/
    padding: .5rem !important;
    font-size: .9rem !important;
    /*text-align: left !important;*/
    /*border-bottom: 1px !important;*/
    white-space: nowrap !important;
}

td {
    /*border: 0 !important;*/
    padding: .5rem !important;
    font-size: .8rem !important;
    /*text-align: left !important;*/
    /*border-bottom: 1px !important;*/
    white-space: nowrap !important;
}

form {
    margin-block-end: 0 !important;
}

.right {
    right: 1rem !important;
}

.blockUI {
    z-index: 2001 !important;
}

.blockMsg {
    color: #FFF !important;
    border: none !important;
    opacity: 0.6 !important;
    z-index: 2001 !important;
    padding: 1rem !important;
    white-space: nowrap !important;
    border-radius: 0.25rem !important;
    background-color: #000 !important;
    -moz-border-radius: 0.25rem !important;
    -webkit-border-radius: 0.25rem !important;
}

.content {
    padding: 0 1rem 1rem 1rem !important;
}

.text-danger {
    font-size: 0.8rem !important;
}

.content-header {
    padding: 1rem !important;
}

.card-shadow-none {
    box-shadow: none !important;
}

.pagination-dropdown {
    width: 80px !important;
}

.table-layout-auto {
    table-layout: auto !important;
}

.btn {
    color: #212529 !important;
    padding: 0 1rem !important;
    min-width: 10rem !important;
    font-size: 1.2rem !important;
    font-weight: bold !important;
    border-radius: 0.25rem !important;
    border-color: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
}

.btn-primary {
    color: #fff !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
    box-shadow: none !important;
}

.btn-danger {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
    box-shadow: none !important;
}

.pagination-link {
    color: #000000 !important;
    font-size: 0.8rem !important;
    margin: 0.5rem 0.1rem !important;
    padding: 0.1rem 0.5rem !important;
    background-color: #C4C4C4 !important;
}

.pagination-link-disabled {
    color: #FFFFFF !important;
    font-size: 0.8rem !important;
    margin: 0.5rem 0.1rem !important;
    padding: 0.1rem 0.5rem !important;
    background-color: #C4C4C4 !important;
}

.ui-action {
    font-size: 1em;
    line-height: 1;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    display: inline-block;
    color: black !important;
    margin-left: 0.5rem !important;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.ui-action-edit::before {
    content: "\f5a1";
}

.ui-action-delete::before {
    content: "\f2ed";
}

.ui-action-active::before {
    content: "\f14a";
}

.ui-action-inactive::before {
    content: "\f14a";
}

.ui-input-append-icon {
    border-radius: 3px 0 0 3px !important;
    width: calc(100% - 16px - 1.6rem) !important;
    min-width: calc(100% - 16px - 1.6rem) !important;
}

@media only screen and (max-width: 768px) {
    /*For mobile phones:*/
    .blockMsg {
        left: 15% !important;
        width: 70% !important;
        z-index: 2001 !important;
    }

    .blockMsg h1 {
        font-size: 1.5rem !important;
    }
}

/* navbar component style css */
.fas {
    line-height: 1.5;
}

.nav-icon {
    width: 1.6rem;
    font-size: 1.2rem;
    text-align: center;
    margin-left: .05rem;
    margin-right: .2rem;
}

.nav-link {
    font-size: 1rem;
}

.input-group-append {
    height: 2rem !important;
}
