@media (min-width: 300px) {
    .page-section-portal {
        margin-top: 5%;
        padding-bottom: 50px;
    }
}

@media (min-width: 576px) {
    .page-section-portal {
        width: 95%;
        margin: 0 auto;
        margin-top: 5%;
    }
}

.welcome-span {
    margin-left: 30px;
}

@media (min-width: 300px) {
    .project-portal-dash-container {
        height: 100%;
        width: 90%;
    }
}

@media (min-width: 1400px) {
    .project-portal-dash-container {
        width: 85%;
    }
}

@media (min-width: 300px) {
    .page-section-heading.portal-heading {
        margin-top: 25px;
        margin-bottom: 25px;
        width: 100%;
        color: rgb(33, 37, 41);
    }
}

@media (min-width: 300px) {
    .page-section-heading.portal-sub-heading {
        font-size: 1rem;
        margin-bottom: 3%;
        font-family: 'Open Sans', sans-serif;
        color: rgb(33, 37, 41);
    }
}

@media (min-width: 768px) {
    .page-section-heading.portal-sub-heading {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .page-section-heading.portal-sub-heading {
        width: 60%;
    }
}

@media (min-width: 300px) {
    .status-heading {
        font-size: 0.9rem;
        color: #000;
        font-weight: 500;
    }
}

@media (min-width: 768px) {
    .status-heading {
        text-align: center;
    }
}

@media (min-width: 300px) {
    .status-link {
        text-decoration: none;
        display: flex;
        justify-content: space-between;
        padding: 10px 10px 0;
        border-bottom: 1px solid rgba(208,208,208,0.89);
    }
}

.status-link:hover {
    background-color: rgba(205,205,205,0.28) !important;
    border-bottom: 1px solid rgb(64,64,64);
    border-top-right-radius: 4px !important;
    border-top-left-radius: 4px !important;
    transition: 0.3s all linear !important;
}

@media (min-width: 300px) {
    .status-section {
        width: 100%;
        padding: 10px 10px 0 10px;
    }
}

@media (min-width: 768px) {
    .status-section {
        width: 100%;
        margin: 0 auto;
        padding: 10px 0;
    }
}

@media (min-width: 300px) {
    .status-heading.count {
        font-weight: 600;
    }
}

@media (min-width: 992px) {
    .status-row {
        width: 75%;
        margin: 0 auto;
    }
}

@media (min-width: 1200px) {
    .status-row {
        width: 70%;
        margin: 0 auto;
    }
}

@media (min-width: 1400px) {
    .status-row {
        width: 60%;
        margin: 0 auto;
    }
}

.form-label {
    width: 130px;
}

.form-input.portal-unit {
    width: 100px;
}

@media (min-width: 300px) {
    .form-input.portal {
        width: 190px;
        font-size: 0.83rem;
        padding: 5px;
        font-weight: 700;
        color: #000;
        padding-left: 8px;
    }
}

@media (min-width: 300px) {
    #navbar-col {
        border-bottom: 2px solid rgba(208,208,208,0.89);
        padding-top: 5px;
        margin-top: 0;
    }
}

.portal-link {
    background-color: rgba(0,0,0);
    color: #f7f7f7 !important;
}

.dajica-head-logo {
    padding-top: 15px;
}

.project-nav-col {
    background-color: rgb(0,0,0);
}

.portal-navbar {
    margin-top: 0;
    background-color: rgb(0,0,0);
    padding: 0;
}

.portal-navbar-nav {
    background-color: rgb(0,0,0);
}

.header-element {
    border-bottom: none;
    box-shadow: 0 3px 5px rgb(166 166 166 / 89%);
}

.navbar-navlink.width:hover {
    background-color: rgba(239,239,239,0.35) !important;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    font-weight: 400 !important;
    transition: 0.3s all ease-in-out !important;
}

.portal-user-icon {
    font-size: 1.4rem;
    display: flex;
    justify-content: end;
}

.nav-item-link.user {
    width: initial;
    margin-right: 10px;
}

.nav-links-wrapper {
    background-color: rgba(0,0,0);
    width: 300px;
}

.footer-basic {
    width: 100%;
    padding: 25px 0;
    background-color: rgb(0,0,0);
    color: #4b4c4d;
    margin-bottom: 0;
    border-top: 2px solid rgba(208,208,208,0.89);
    box-shadow: 0 0 5px rgb(166 166 166 / 89%);
}

.heading-icon {
    padding-right: 10px;
    color: #8b0b1c;
}

.footer-basic .social > a {
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ffffff;
    margin: 0 8px;
    color: #f7f7f7;
    opacity: 0.75;
}

@media (min-width: 300px) {
    .submit-btn:hover {
        font-family: 'Lato';
        letter-spacing: 0.1rem;
        background-color: rgb(132,132,132);
        border-color: rgb(142,142,142) !important;
        width: 75%;
        font-weight: 700;
        box-shadow: 0 0 3px rgba(0,0,0,0.8);
    }
}

@media (min-width: 300px) {
    .submit-btn {
        font-family: 'Lato';
        letter-spacing: 0.1rem;
        background-color: #0c71c3;
        width: 75%;
        font-weight: 600;
        margin-top: 10px;
        border-color: rgba(239,239,239,0.35) !important;
        font-size: 0.8rem;
    }
}

.project-portal-list-container {
    border-left: 2px solid rgb(64,64,64);
    border-right: 2px solid rgb(64,64,64);
    height: 100%;
    width: 90%;
}

.projectList-Table {
    font-size: 1rem;
    padding-top: 1%;
}

@media (min-width: 300px) {
    .so-th {
        display: none;
    }
}

@media (min-width: 992px) {
    .so-th {
        display: table-cell;
        width: auto;
    }
}

@media (min-width: 300px) {
    .so-td {
        display: none;
    }
}

@media (min-width: 992px) {
    .so-td {
        display: table-cell;
    }
}

@media (min-width: 300px) {
    .admin-th {
        display: none;
    }
}

@media (min-width: 1400px) {
    .admin-th {
        display: table-cell;
    }
}

@media (min-width: 300px) {
    .admin-td {
        display: none;
    }
}

@media (min-width: 1400px) {
    .admin-td {
        display: table-cell;
        width: 20%;
    }
}

@media (min-width: 300px) {
    .compDate-th {
        display: none;
    }
}

@media (min-width: 768px) {
    .compDate-th {
        display: table-cell;
        width: 28%;
    }
}

@media (min-width: 300px) {
    .compDate-td {
        display: none;
    }
}

@media (min-width: 768px) {
    .compDate-td {
        display: table-cell;
        width: 20%;
    }
}

@media (min-width: 1400px) {
    .compDate-td {
        display: table-cell;
        width: 15%;
    }
}

@media (min-width: 300px) {
    .status-th {
        display: none;
    }
}

@media (min-width: 768px) {
    .status-th {
        display: table-cell;
    }
}

@media (min-width: 300px) {
    .status-td {
        display: none;
    }
}

@media (min-width: 768px) {
    .status-td {
        display: table-cell;
        width: 9%;
    }
}

@media (min-width: 1400px) {
    .status-td {
        display: table-cell;
        width: 12%;
        text-transform: capitalize;
    }
}

@media (min-width: 300px) {
    .details-link {
        vertical-align: middle;
        width: 10%;
    }
}

@media (min-width: 1400px) {
    .details-link {
        vertical-align: middle;
        width: 8%;
    }
}

@media (min-width: 300px) {
    .portal-table-td {
        vertical-align: middle;
        text-align: center;
        line-height: 23px;
    }
}

@media (min-width: 768px) {
    .portal-table-td {
        line-height: 30px;
    }
}

.detail-link:hover {
    font-family: 'Lato';
    background-color: rgb(132,132,132);
    border-color: rgb(142,142,142) !important;
    color: #f7f7f7;
    font-weight: 700;
    box-shadow: 0 0 3px rgb(0 0 0 / 60%);
    background-color: #5aaae9;
    transform: translateY(-1px);
    transition: 0.2s all linear;
}

@media (min-width: 300px) {
    .detail-link {
        cursor: pointer;
        font-family: 'Lato';
        background-color: #7dbef5;
        color: #f7f7f7;
        width: 100%;
        font-weight: 600;
        border-color: rgba(239,239,239,0.35) !important;
        border-radius: 7px;
        font-size: 0.8rem;
        text-decoration: none;
        height: 28px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (min-width: 768px) {
    .detail-link {
        padding-top: 0;
    }
}

@media (min-width: 1200px) {
    .detail-link {
        width: 75%;
    }
}

.table-header-row {
    text-align: center;
    border: none;
    border-bottom-color: rgb(0,0,0);
    border-width: 3px;
}

@media (min-width: 300px) {
    .address-th {
        text-align: center;
    }
}

@media (min-width: 576px) {
    .address-th {
        text-align: left;
        padding-left: 10px !important;
    }
}

@media (min-width: 300px) {
    .portal-table-td-address {
        vertical-align: middle;
        padding-left: 10px !important;
        width: 40%;
    }
}

@media (min-width: 768px) {
    .portal-table-td-address {
        width: 27%;
    }
}

@media (min-width: 1400px) {
    .portal-table-td-address {
        width: 18%;
        text-transform: capitalize;
    }
}

.portal-table-row:hover {
    background-color: rgba(205,205,205,0.34);
    transition: 0.4s all ease-in-out;
}

@media (min-width: 300px) {
    .portal-table-td.portal-city {
        width: 15%;
        text-transform: capitalize;
    }
}

@media (min-width: 1400px) {
    .portal-table-td.portal-city {
        width: 13%;
    }
}

@media (min-width: 300px) {
    .portal-table-td.unit-td {
        width: 10%;
    }
}

@media (min-width: 768px) {
    .portal-table-td.unit-td {
        width: 8%;
    }
}

@media (min-width: 300px) {
    .portal-table-td.po-td {
        width: 10%;
    }
}

@media (min-width: 768px) {
    .portal-table-td.po-td {
        width: 9%;
    }
}

.top-sec-label {
    font-size: 0.8rem;
    display: table;
}

@media (min-width: 300px) {
    .portal-topSec-div {
        display: flex;
        margin-bottom: 20px;
    }
}

@media (min-width: 300px) {
    .portal-topSec-div {
        display: flex;
        margin-bottom: 20px;
    }
}

.top-sec-select {
    font-size: 0.8rem;
    text-align: center;
    border-radius: 5px;
    border: 2px solid rgba(208,208,208,0.89);
    width: 230px;
}

.top-sec-span {
    font-size: 0.75rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    width: 117px;
}

@media (min-width: 300px) {
    .search-sec {
        display: flex;
        flex-direction: column;
        padding-left: 15px;
    }
}

@media (min-width: 768px) {
    .search-sec {
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .search-sec {
        padding-left: 0;
        margin-top: 3%;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
}

@media (min-width: 300px) {
    .top-sec-search-input {
        font-size: 0.8rem;
        padding: 5px;
        border-radius: 7px;
        border: 2px solid rgba(208,208,208,0.89);
        width: 75%;
    }
}

@media (min-width: 768px) {
    .top-sec-search-input {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .top-sec-search-input {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .portal-topSec-div.xl-width {
        width: 40%;
    }
}

.company-select-btn:hover {
    font-family: 'Lato';
    background-color: rgb(132, 132, 132);
    border-color: rgb(142, 142, 142) !important;
    color: #f7f7f7;
    font-weight: 700;
    box-shadow: 0 0 3px rgb(0 0 0 / 80%);
    transition: 0.2s all linear;
}

@media (min-width: 300px) {
    .company-select-btn {
        padding: 0 10px;
        margin-left: 15px;
        font-size: 0.70rem;
        font-family: 'Lato';
        font-weight: 600;
        letter-spacing: 0.1rem;
        background-color: #0c71c3;
    }
}

.page-section-heading.portal-heading.details {
    margin-bottom: 0;
}

.portal-heading-col.details-head {
    padding-bottom: 32px;
}

.project-portal-list-container.details {
}

@media (min-width: 768px) {
    .form-div-wrapper {
        padding-left: 0;
    }
}

.warning-p {
    font-size: 0.8rem;
    font-weight: 700;
    text-align: center;
}

.warning-p {
    font-size: 0.8rem;
    font-weight: 700;
}

.portal-p {
    font-size: 0.85rem;
    width: 90%;
    margin: 0 auto;
}

.details-label {
    text-align: left;
    display: block;
    padding-left: 15px;
}

.discrepencyTextarea {
    border: none;
    width: 100%;
    background-color: #fff;
    font-size: 0.9rem;
}

.discrency-subject {
    width: 325px;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 5px;
}

.italic {
    font-style: italic;
    padding-left: 50px;
    font-size: 0.8rem;
}

.page-section-heading.editCompanyHeading {
    margin-bottom: 2%;
}

.line-serperator {
    border-top: 2px solid #ddd;
    margin-top: 5%;
}

.cap-capatilize {
    text-transform: capitalize;
}

@media (min-width: 576px) {
    .inputXL {
        width: 275px;
    }
}

@media (min-width: 1200px) {
    .inputXL {
        width: 330px;
    }
}

@media (min-width: 300px) {
    .inputMED {
        width: 200px;
        font-size: 1rem;
    }
}

@media (min-width: 300px) {
    .inputLG {
        width: 200px !important;
    }
}

@media (min-width: 576px) {
    .inputLG {
        width: 275px !important;
    }
}

@media (min-width: 300px) {
    .inputSM {
        width: 100px;
    }
}

@media (min-width: 576px) {
    .inputSM {
        width: 105px;
    }
}

.units-table-th.shrink-head-font {
    font-size: 0.75rem !important;
}
