* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

body {
    font-family: "Roboto", sans-serif;
    /* background-color: #f1f1f1; */
    font-size: 14px;
    line-height: 24px;
}

p {
    color: #555;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 10px;
}

.container {
    max-width: 100%;
    width: 100%;
    margin: auto;
    overflow: hidden;
    padding: 0 20px;
}

.topbar a {
    font-size: 13px;
}

.icon-orange {
    color: #f77f0c;
    padding-right: 5px;
}

.logo {
    border-right: 1px solid #d7dbdd;
    width: 100px;
}

.bg-yellow {
    background-color: #F88017;
}

.small-box {
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    display: block;
    margin-bottom: 0px;
    position: relative;
}

.small-box .icon {
    color: rgba(0, 0, 0, 0.15);
    position: absolute;
    right: 10px;
    top: 6px;
    transition: all 0.3s linear 0s;
    z-index: 0;
    font-size: 27px;
}

.inner h3 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0px;
}

.small-box>.inner {
    padding: 14px 15px;
}

.box-one-inner {
    padding: 10px;
    background: #fff;
    text-align: justify;
}

.bg-instructions-login {
    background: #F75D59;
}

.ins-icon {
    width: 40px;
    height: auto;
    vertical-align: middle;
    padding-right: 5px;
    text-transform: none;
    opacity: .3;
}

.bg-establishment-login {
    background: #00A3CB;
}

.profile-img-card {
    width: 100px;
}

.href_color_gray {
    color: #828282;
}

.bg-blue {
    background: #206A8A;
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}

.bg-red {
    background: #5E7D7E;
}

#box-one-inner {
    padding: 10px;
    background: #fff;
    text-align: justify;
}

hr {
    margin-bottom: 8px;
    margin-top: 8px;
}

footer {
    background-color: #424242;
}

footer p {
    font-size: 12px;
    margin-bottom: 0px;
    color: #fff;
}

.navbar-brand img {
    height: auto;
    width: 80px;
}

.navbar-default {
    background-color: rgba(255, 255, 255);
    border: medium none;
    border-radius: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.118);
    clear: both;
    margin-bottom: 0;
    min-height: 70px;
    transition: all 0.4sease-in-out 0s;
    width: 100%;
}

.header-text {
    font-size: 14px;
    font-weight: bold;
    color: #0a54ae !important;
}

.header-sub-text {
    font-size: 12px;
    font-weight: bold;
    color: #ff6a00;
}

.main-nav {
    background-color: #155396;
    background-position: center center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #d2d3d4;
    padding: 4px 0 4px 0;
}

.navbar .dropdown-menu li a {
    border-bottom: 1px solid #e1e1e1;
    color: #777;
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.42857;
    padding: 9px 16px;
    text-transform: uppercase;
}

.m1 {
    max-height: 50vh;
}

.box-icon {
    text-align: center;
    padding: 6px 0;
    background-color: #f59d23;
    color: #fff;
    border-radius: 15px 0 0 0;
    max-width: 35px;
}

.data-box-header {
    background-color: #FFF;
    border-radius: 15px 5px 5px 5px;
}

.box-icon-body {
    border-left: 1px solid #EAEAEA;
    border-right: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    border-top: 1px solid #f59d23;
    padding-top: 5px;
    min-height: 180px;
    background-color: #FFF;
}

.blink {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.box-icon-title {
    color: #155396;
    font-weight: bold;
    background-color: #FFF;
}

#footer {
    background: #112755 none repeat scroll 0 0;
    font-size: 0.9em;
    color: #FFF;
}

.btn {
    padding: 4px 10px;
    font-size: 13px;
    line-height: 1.32857143;
}

.card-primary>.card-heading {
    background-color: #FFF !important;
    border-bottom: 2px solid #F6B247;
    color: #428bca !important;
}

.btn-primary {
    background-color: #155396;
}

.card .card-heading .card-title {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin-top: .5rem;
}

.breadcrumb {
    margin-bottom: .5rem;
}

ol.breadcrumb li {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: capitalize;
}

ol.breadcrumb li a {
    color: #333;
}

.container-1 {
    background: #F2F2F2;
    color: #808080;
    height: auto !important;
}

.breadcrumb-wrap {
    background-color: #f6f6f6;
}

.epfo-container {
    padding-left: 10px;
    padding-right: 10px;
}

.card-primary>.card-heading {
    background-color: #FFF !important;
    border-bottom: 2px solid #F6B247;
    color: #428bca !important;
}

.card.card-as-tile .card-heading .card-title {
    color: inherit;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
}

.card .card-heading .card-title {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
}

.card .card-heading .card-icons {
    float: right !important;
}

.card .card-heading .card-icons a {
    float: left;
    width: 5px;
    height: 20px;
    margin: 0 2px;
    margin-top: 1px;
    clear: none;
}

.card .card-heading.p-0 .card-icons a {
    float: left;
    width: 5px;
    height: 18px;
    margin: 0 2px;
    margin-top: 1px;
    clear: none;
}

.card .card-heading .btn-round {
    padding-top: 4px;
    font-size: 12px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.card .card-heading.p-0 .btn-round {
    padding-top: 2px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.card .card-heading .card-icons a.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.card .card-heading .card-icons a.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
}

.card .card-heading .card-icons a i {
    position: relative;
    top: -1px;
    margin-left: -6px;
}

.card .card-heading .card-icons a i.fa {
    position: relative;
    top: -3px;
    margin-left: -6px;
}

.card-heading a {
    cursor: pointer;
}

.form-select {
    display: block;
    width: 100%;
    height: 25px;
    padding: 2px 6px;
    font-size: 13px;
    line-height: 1.42857143;
    line-height: 1.32857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-control {
    display: block;
    width: 100%;
    height: 25px;
    padding: 2px 6px;
    font-size: 13px;
    line-height: 1.42857143;
    line-height: 1.32857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.control-label {
    font-size: 12px;
    padding-top: 4px;
    font-weight: 500;
}

.table-container {
    width: 100%;
    overflow-x: auto;
    margin-top: 10px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

thead {
    color: #1c94c4;
    font-weight: bold;
    text-align: center;
}

.t1 th,
.t1 td,
.t2 th,
.t2 td {
    border: 1px solid #ddd;
    text-align: center;
    padding: 5px;
    height: 30px;
    white-space: nowrap;
    font-size: 12px;
}

tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.pagination-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.pagination-container select {
    margin: 0 5px;
    padding: 2px;
}

.pagination-container span {
    color: #1c94c4;
    font-size: 12px;
}

.pagination-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}


.infored {
    color: red;
}

.infogreen {
    color: green;
}

.dscEsignStyle {
    color: green;
    font-size: medium;
    font-weight: bold;
}

.e-badge {
    font-size: 0.9rem;
    min-width: 10px;
    background-color: #fa3e3e;
    border-radius: 30px;
    height: 5px;
    overflow: hidden;
    padding: 2px 5px;
    color: #fff;
    font-weight: 700;
    font-variant: small-caps;
}

.table-container {
    width: 100%;
    overflow-x: auto;
    /* Enables horizontal scrolling */
}

.t3 th,
.t3 td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
    font-size: 12px;
}

.t3 th {
    background-color: #f2f2f2;
}

.t3 input {
    width: 90%;
    padding: 5px;
    border: 1px solid #ccc;
}

.t3 select {
    width: 95%;
    padding: 5px;
    border: 1px solid #ccc;
}

.t3 .reject-icon {
    cursor: pointer;
    color: black;
    font-size: 18px;
}

.clearsearchclass {
    position: absolute;
    right: 2px;
    top: 15px;
}

.t3 thead tr:nth-child(2) th {
    position: relative;
}

#internationalWorkerContainer,
#tdphisicalHandicapType {
    display: none;
    /* Initially hidden */
}

.fontRed {
    color: red;
}

.memidclass {
    background-color: #eee;
}

.card-title {
    color: inherit;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
}

#PendingReq {
    font-size: 16px;
    font-weight: bold;
}

.dv2 .accordion-button {
    font-weight: 500;
    color: #e17009;
    background-color: #f5f8f9;
    padding: .5em .5em .5em .7em;
    border: 1px solid #79b7e7;
}

.dv2 .accordion-button:not(.collapsed) {
    font-weight: 500;
    color: #e17009;
    background-color: #f5f8f9;
    border: 1px solid #79b7e7;
}

.dv2 table {
    border: 1px solid #a6c9e2
}

.blnk {
    color: rgb(255, 0, 0);
}

.blinker {
    animation: 1000ms ease 0s infinite normal none running blink;
}

@keyframes blink {
    0% {
        color: red;
    }

    100% {
        color: white;
    }
}

.ecrcl-table tr td {
    text-align: center;
}

.ecrcl-table2 tr td {
    text-align: center;
}

.ecrcl-table3 tr td,
.ecr-upload tr td,
.challan-list tr td,
.ecrdcl tr td,
.ecr-due-damage tr td,
.inpchallans tr td,
.payment-ecr tr td {
    text-align: center;
}

.pagelinks {
    font-family: verdana;
    font-size: 11px;
    color: rgb(0, 153, 204);
}

.ecrcl-table2 .fa,
.ecrcl-table .fa,
.ecrcl-table3 .fa,
.inpchallans .fa,
.ecr-upload .fa,
.fa-file-pdf,
.payment-ecr .fa {
    color: #000;
}

.liclr {
    color: red;
}

.li2 {
    color: red;
    /* font-weight: bold; */
    /* font-size: larger; */
}

.mandatory {
    color: red;
}

.error {
    color: red;
}

.dataTables_filter label {
    display: inline-flex;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
}

.dataTables_length label {
    display: inline-flex;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em;
}

.ui-widget-content a {
    color: #222222;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    display: inline-block;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: transparent;
    color: #007bff;
    text-decoration: none;
}

.table>:not(caption)>*>* {
    padding: .5rem .5rem;
    color: #000
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
}

.nav>li>a {
    color: #3a87ad;
}

.lbl {
    font-size: 20px;
    margin-left: 5px;
    vertical-align: middle;
    cursor: pointer;
}

.epfo-body .control-label {
    font-size: 12px;
    padding-top: 4px;
    font-weight: 500;
}

.label_head {
    color: chocolate;
}

#italic {
    color: red !important;
    size: 25px !important;
}

.anim-vk {
    animation: anim 1s ease-in infinite;
}

@keyframes anim {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

