.required-txt {
    display: none;
}

.content-block {
    display: flex;
}

.sidebar, .footer-left {
    float: left;
}

.footer-right {
    float: right;
}

.footer {
    position: absolute;
    width: 100%;
    background-color: #FABB4A;
    height: 15%;
}

.footer-right {
    padding-right: 10px;
}

.footer-left {
    padding-left: 10px;
}

a {
    text-decoration: none;
    color: #000000;
}

.footer-left, .footer-right {
    line-height: 100px;
}

.sidebar {
    background-image: url(../../media/images/left-bg.jpg);
    background-repeat: repeat-y;
    height: inherit;
    width: 250px;
    padding: 3px;
}

.login-form {
    border: 1px solid #CAE4FF;
}

.login-form td{
    padding: 10px;
}

.content .form-container, .content .links {
    padding: 22px 225px;
}

.content .advance-link {
    font-size: 20px;
    color: #03c;
    text-decoration: underline;
    font-weight: bold;
}

.links .download-link {
    color: #03c;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
}

.dashboard-link-wrapper {
    padding: 10px;
    background-color: #FABB4A;
    height: 30px;
}

.dashboard-links-left {
    float: left;
}

.dashboard-links-right {
    padding-right: 10px;
    float: right;
}

.employee-details td {
    padding: 5px;
}

.bold{
    font-weight: bold;
}

.dashboard-link {
    color: #000;
    font-weight: bold;
    font-size: 14px;
}

.continue-btn {
    background-color: #000;
    color: #FFF;
    height: 30px;
    width: 150px;
    border: 0;
}

.utilization-certificate-content {
    padding: 0 250px;
}

.pf-details-table {
    border: 1px solid;
}

.pf-details-table th {
    border: 1px solid;
    padding: 10px;
}

.custom-dropdown {
    height: 35px;
    width: 250px;
    border: 1px solid;
    border-radius: 5px;
}

.pf-request-btn,
.print-btn {
    height: 35px;
    width: 100px;
    background-color: #ffc107;
    border-color: #ffc107;
    border-radius: 5px;
    cursor: pointer;
}

.pf-details {
    border: 1px solid;
    padding: 10px;
}

.pf-details th {
    border-bottom: 1px solid;
}

.pf-details th, 
.pf-details td {
    padding: 5px;
}

.completed-btn {
    height: 40px;
    width: 120px;
    background-color: #db1919ba;
    border-color: #db1919ba;
    border-radius: 5px;
}

.print-btn {
    height: 40px;
    width: 120px;
}

.pf-request-block input[type="text"] {
    height: 35px;
    width: 245px;
    border: 1px solid;
    border-radius: 5px;
}

.no-records {
    padding-left: 150px;
    font-size: 20px;
}

.print-content input[type="text"] {
    border: 0;
    border-bottom: 1px solid;
}

.pf-form-container input[type="text"]{
    border: 0;
    border-bottom: 1px solid;
}

.utilization-certificate-content input[type="text"]{
    border: 0;
    border-bottom: 1px solid;
}

.print-red-btn {
    height: 40px;
    width: 120px;
    background-color: #db1919ba;
    border-color: #db1919ba;
    border-radius: 5px;
    cursor: pointer;
}

 @media print {
           .print-no-display {
              display: none;
           }

           @page {
            size: 21cm 29.7cm;
            }

            form {
                page-break-after: always;
            }

            .print-content {
                font-size: 13pt;
                text-align: justify;
            }
        }

.grievance-link {
    text-decoration: underline;
    color: blue;
    cursor: pointer;
}

.grievance-block-table, .grievance-reply-table {
    border: 1px solid;
}

.grievance-block-table .header td {
    border-bottom: 1px solid;
}

.grievance-reply-table th {
    border-bottom: 1px solid;
}

.messages {
    color: red;
    font-weight: bold;
    font-size: 18px;
    padding-left: 50px;
    padding-top: 20px;
}

.pf-details-table td {
    border: 1px solid;
    padding: 10px;
}