﻿.navbar{
    margin-bottom: 2px;
}

.page{
    margin-top: 6px;
}

.search-cols{
    display: flex;
    gap:4px;
}

.p2 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.pagination-link.is-disabled, .pagination-next.is-disabled, .pagination-previous.is-disabled {
    background-color: #dbdbdb;
    border-color: #dbdbdb;
    box-shadow: none;
    color: #7a7a7a;
    opacity: .5;
    cursor: not-allowed;
}

.input.is-disabled, .select fieldset.is-disabled select, .select select.is-disabled, .textarea.is-disabled, fieldset.is-disabled .input, fieldset.is-disabled .select select, fieldset.is-disabled .textarea {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    box-shadow: none;
    color: #7a7a7a;
    cursor: not-allowed;
}

.field-set .columns:not(:last-child) {
    margin-bottom: 0;
}

.mdi-lg{
    font-size: 32px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

#viewUserTable {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

    #viewUserTable td, #viewUserTable th {
        border: 1px solid #ddd;
        padding: 8px;
    }

    #viewUserTable tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    #viewUserTable tr:hover {
        background-color: #ddd;
    }

    #viewUserTable th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #3298dc;
        color: white;
    }

.validation.error {
    color: red;
}

.lnkbtn {
    /*background: url(img/linkArrows.png) no-repeat center left;*/
    color: #3273dc !important;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    margin-left: 10px;
} 

.field-validation-error {
    color: red;
}

.input-validation-error{
    border:2px solid red;
}

.login-container {
    margin-top: 5%;
    margin-bottom: 5%;
}

.login-form-1 {
    padding: 5%;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}

    .login-form-1 h3 {
        text-align: center;
        color: #333;
    }

.login-form-2 {
    padding: 5%;
    background: #0062cc;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}

    .login-form-2 h3 {
        text-align: center;
        color: #fff;
    }

.login-container form {
    padding: 10%;
}

.btnSubmit {
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    border: none;
    cursor: pointer;
}

.login-form-1 .btnSubmit {
    font-weight: 600;
    color: #fff;
    background-color: #0062cc;
}

.login-form-2 .btnSubmit {
    font-weight: 600;
    color: #0062cc;
    background-color: #fff;
}

.login-form-2 .ForgetPwd {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.login-form-1 .ForgetPwd {
    color: #0062cc;
    font-weight: 600;
    text-decoration: none;
}