/* ------- ng-cloack - start ------------*/

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
    display: none !important;
}

ng\:form {
    display: block;
}

.ng-animate-shim {
    visibility: hidden;
}

.ng-anchor {
    position: absolute;
}

/* ------- ng-cloack - end ------------*/

html,
body {
    font-size: 12px;
    font-family: "Roboto", sans-serif;
}

body {
    position: relative;
    color: #000;
}

.navbar {
    border-radius: 0;
}

table tbody tr {
    page-break-after: always;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
}

.panel-title {
    font-size: 13px;
}

ol li {
    margin: 10px 0;
}

.btn-default,
.btn-primary {
    text-shadow: none;
}

.text-underline {
    text-decoration: underline;
}

.w-120px {
    width: 120px !important;
}

.dropdown-menu > li > a {
    font-size: 12px !important;
}

main.app-main {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.page-wrapper {
    flex-grow: 1;
    width: 100%;
}

.browser-alert {
    margin-top: 50px;
    height: 400px;
    width: 1000px;
    margin: 50px auto;
}

.navbar-apn {
    background: #0b89bc;
    background: -webkit-linear-gradient(bottom, #0b89bc 0, #009fdf 100%);
    background: linear-gradient(to top, #0b89bc 0, #009fdf 100%);
    border: none;
    color: #fff;
    box-shadow: 0 2px 4px #aaa;
    margin: 0;
    min-height: 36px;
    height: 36px;
}

.navbar-apn h1 {
    font-size: 18px;
    margin: 0;
    padding: 8px 15px;
}

.navbar.navbar-apn .navbar-collapse > ul > li > a {
    color: #fff;
    padding: 8px 15px;
}

.navbar .navbar-brand {
    background: #fff;
    padding: 15px 22px;
    height: 69px;
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
}

.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
    background: #fff;
    color: #eee;
}

.navbar .navbar-brand img {
    vertical-align: middle;
    display: inline-block;
    max-height: 100%;
}

.navbar-apn .navbar-collapse {
    padding-left: 150px;
    padding-right: 0;
}

.admin-nav.navbar {
    min-height: 0;
    margin-top: -15px;
    background: none;
    z-index: 999;
    background: #fff;
    border: none;
    border-bottom: 1px solid #e7e7e7;
}

.admin-nav .navbar-nav > li > a,
.admin-nav .navbar-nav > li > span {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000;
    display: inline-block;
}

.admin-nav .container-fluid {
    padding: 0;
}

.fix-adminnav {
    position: fixed;
    top: 0;
    width: 100%;
    margin-top: 0 !important;
    border-top: 2px solid #888 !important;
}

.fix-adminnav + .admin-section {
    padding-top: 45px;
}

.icon-21 {
    font-size: 21px !important;
}

.add-row {
    color: #337ab7;
    cursor: pointer;
}

.remove-row {
    color: #bbb;
    cursor: pointer;
}

/*
.nav-tabs {
    border: none;
    background: #f5f5f5;
    overflow: hidden;
}*/

.nav-tabs > li {
    margin-bottom: -2px;
}

.nav-tabs > li:hover {
    border: none;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border: none;
    background: #fff;
}

.nav.nav-tabs .badge {
    margin-top: -3px;
}

#previewModal {
    border-top: none;
    box-shadow: 0 4px 10px #ccc;
}

.landing-page h2 {
    margin: 15px 0;
}

#landingPageConfirmation h4,
#landingPageConfirmation ol,
#landingPageConfirmation .form-group {
    margin: 30px auto;
    text-align: center;
}

#landingPageConfirmation h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

#landingPageConfirmation ol {
    text-align: left;
    font-size: 16px;
}

.panNum-group {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.panNum-group input {
    display: inline-block;
    width: auto;
}

.tab-pane.active {
    background-color: #f3f3f3;
}

.nav-tabs {
    border: none;
}

.nav-tabs > li > a {
    border-radius: 0;
}

.nav-tabs > li > a:hover {
    border-color: transparent;
    background-color: #f3f3f3;
}

.details-entry-area .tabs-wrapper .nav-tabs li a {
    color: #bbb;
    cursor: not-allowed;
}

.details-entry-area .tabs-wrapper .nav-tabs li a:hover,
.details-entry-area .tabs-wrapper .nav-tabs li a:focus {
    background: transparent;
}

.details-entry-area .tabs-wrapper .nav-tabs li a .badge {
    background: #aaa;
}

.details-entry-area .tabs-wrapper .nav-tabs li.active a {
    color: #000;
    font-weight: bold;
    background-color: #f3f3f3;
    border-radius: 0;
}

.details-entry-area .tabs-wrapper .nav-tabs li.active a .badge {
    background: #000;
}

.details-entry-area .tab-content .pane-body {
    padding: 15px;
}

/* .btn-group .btn {
	padding-left: 6px;
	padding-right: 7px;
} */

.form-group-cell {
    margin: 0;
}

.bank-details .serNum,
.bank-details .remove-btn {
    text-align: left;
    vertical-align: middle;
    padding-top: 0;
}

.bank-details .table td {
    border: none;
}

.color-green {
    color: #3c2;
}

.text-red {
    color: #c00 !important;
}

#footer {
    border-top: 3px solid #000;
    background: #075e82;
    color: #fff;
    padding-top: 10px;
    font-size: 10px;
}

#footer a {
    color: #fff;
    text-decoration: underline;
}

.footer-nav a {
    padding-right: 15px;
}

#copyrightinfo {
    padding-top: 10px;
    display: block;
    color: #fff;
}

.modal-header,
.modal-footer {
    text-align: center;
}

.modal-body {
    background: #f5f5f5;
}

#previewModal table label {
    display: block;
}

.pad15 {
    padding: 15px;
}

.mar0 {
    margin: 0;
}

@media (min-width: 768px) {
    .content-wrapper {
        padding-left: 14%;
        padding-right: 14%;
    }

    .navbar-right {
        float: right !important;
        margin-right: 0;
    }
}

#ajaxCurtain {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1111111;
}

#preloader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 180px;
    height: 100px;
    box-shadow: 0 0 5px #000;
    background: #fff url("../images/hourglass.gif") no-repeat center center;
    z-index: 11111111;
}

#errorMessageModal .modal-content {
    border: 1px solid #c00;
}

.color-red {
    color: #c00;
}

#ackWrp tr h2 {
    background: #eee;
}

#ackWrp tr td {
    padding: 5px;
    width: 25%;
    border: none;
    border-bottom: 1px solid #ddd;
}

#ackWrp tr td {
    padding: 4px;
    width: 24%;
}

#ackWrp tr td label {
    color: #777;
    display: block;
    font-weight: normal;
}

#ackWrp tr td span {
    color: #000;
    display: block;
    font-weight: bold;
}

#ackWrp tr td hr {
    display: block;
    margin-top: 30px;
}

#ackWrp tr td.noblock label {
    display: inline-block;
}

#ackWrp tr td.noblock span {
    display: inline-block;
    margin: 0 10px;
}

#ackWrp tr td.noblock p {
    padding: 3px 0;
}

.signSpace {
    margin: 15px 0 0 0;
}

#ackWrp tr td span.box {
    display: inline-block !important;
    border: 1px solid #cccccc;
    width: 12px !important;
    height: 12px !important;
}

.final-success-messsage {
    width: 600px;
    margin: 0 auto;
}

table#previewModalTable {
    background: #fff;
}

.help-block {
    display: none !important;
}

.has-error .help-block {
    display: block !important;
}

.error-container {
    width: 400px;
    margin: 10px auto;
}

.error-container .help-block {
    color: #c00;
    display: block !important;
    text-align: center;
}

.required-fld {
    position: relative;
}

.required-fld:after {
    color: #f00;
    content: "*";
}

#downloadAckForm label {
    display: block;
}

#previewModal {
    -webkit-transition: max-height 0.5s ease-in;
    -moz-transition: max-height 0.5s ease-in;
    -ms-transition: max-height 0.5s ease-in;
    transition: max-height 0.5s ease-in;
    max-height: 2000px;
}

.mht-0 {
    max-height: 0 !important;
    overflow: hidden !important;
}

.bg-gray {
    background-color: #f8f8f8;
    color: #888;
}

.bg-gray-text-black {
    background-color: #eee !important;
    color: #000 !important;
}

.line-item-row-table {
    background-color: #f8f8f8;
    color: #000;
}

.line-item-row-table .table {
    background-color: transparent;
}

.line-item-row-table .table .line-item-each {
    margin-bottom: 15px;
    max-width: 600px;
}

.line-item-row-table .table .line-item-each label {
    display: block;
}

.line-item-row-table .table .line-item-each .form-control {
    width: 100%;
}

.line-item-row-table table.table {
    background-color: transparent;
}

.bg-lightblue {
    background-color: #d9edf7;
}

.bg-lightblue .checkbox {
    margin: 0;
}

.msg-section {
    padding: 15px;
}

.msg-section.success {
    background-color: #dff0d8;
}

.msg-section.failure,
.msg-section.danger {
    background-color: #f2dede;
}

.msg-section:empty {
    padding: 0 !important;
}

.auth-form {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    margin: 20px auto 50px auto;
}

.form-horizontal .hra-details .control-label,
.form-horizontal .hraDetails .control-label {
    text-align: left;
}

.table .form-control {
    width: auto;
}

.clone-section {
    border-bottom: 1px solid #ccc;
    padding: 15px;
    margin-right: -15px;
    margin-left: -15px;
}

.clone-section:nth-child(even) {
    background-color: #f8f8f8;
}

.lo-field-group {
    display: none;
}

.pane-body .table td {
    width: auto;
}

.pane-body .panel-heading {
    text-transform: uppercase;
}

.details-entry-area .tab-content .pane-body {
    padding-bottom: 0;
}

.details-entry-area .tab-content {
    background-color: #f3f3f3;
    padding-bottom: 20px;
}

.details-entry-area.itproof .panel-title {
    font-size: 13px;
}

.details-entry-area.itproof .panel-title a,
.details-entry-area.itproof .panel-title .title-text {
    display: block;
    padding: 10px 15px;
}

.details-entry-area.itproof .panel-heading {
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

#sec80c_total {
    display: inline-block;
}

.declaration-summary,
.proofsData-summary {
    padding: 0 !important;
    margin: 0;
}

.declaration-summary .modal-lg,
.proofsData-summary .modal-lg {
    width: 100%;
    margin: 0;
}

.pledge_percentshare label {
    display: block;
}

#displayResults th {
    white-space: nowrap;
}

.computation-data .table-bordered.table > tbody > tr > th,
.computation-data .table-bordered.table > tbody > tr > td {
    border-top: none;
    padding: 5px;
    width: auto;
    vertical-align: middle;
}

.dashboard .container {
    max-width: 1000px;
    margin: 0 auto;
}

.card {
    padding: 30px;
    margin: 15px 40px 35px 40px;
    transition: all 0.5s ease-in;
    background: #f7f7f7;
    border-bottom: 4px solid #ccc;
}

.card.bg-primary {
    background-color: #337ab7 !important;
}

.card.bg-primary * {
    color: #fff !important;
}

.card.bg-info {
    background-color: #d9edf7 !important;
}

.card.bg-success {
    background-color: #dff0d8 !important;
}

.card.bg-danger {
    background-color: #f2dede !important;
}

a.card {
    display: block;
}

.card:hover {
    border-bottom: 20px solid #009fdf;
}

.dashboard .card {
    height: 200px;
}

.computation-data .badge {
    vertical-align: baseline;
}

.bg-white {
    background-color: #fff !important;
}

.auth-header-wrapper {
    background: #f8f8f8;
    border-bottom: 2px solid #888;
    margin: 0 0 15px 0;
}

.auth-header {
    list-style: none;
    margin: 0;
}

.auth-header li {
    display: inline-block;
}

.auth-header li.active-page {
    background-color: #bcdfec;
}

.auth-header li.active-page a {
    color: #000;
}

.auth-header li a {
    padding: 9px 15px 7px 15px;
    display: block;
}

#viewTaxComp .input-group-btn {
    vertical-align: top;
}

.border-bt {
    border-top: 1px solid #ddd;
}

.mt-7 {
    margin-top: 7px;
}

.itrFilingDetailsForm .panel-body hr {
    margin: 5px 0 15px;
}

.itrFilingDetailsForm .panel-heading {
    font-weight: bold;
}

.returnfiling-lp {
    font-size: 16px;
    width: 1000px;
    margin: 0 auto;
    padding: 0 100px;
}

.returnFilingConfirmationModal .modal-dialog {
    width: auto;
    margin: 0;
}

.returnFilingConfirmationModal .modal-dialog .modal-content {
    margin: 0;
}

.returnstatus-page {
    width: 900px;
    margin: 50px auto;
}

.returnstatus-page .details-section {
    border: 1px solid #ddd;
    min-height: 420px;
    margin: 0 20px;
    padding: 30px;
    width: 420px;
}

.returnstatus-page .details-section {
    border-top: 3px solid #000;
}

.details-section table td {
    border: 0 !important;
}

.paymnt-section #paymentAmount {
    font-size: 20px;
    font-weight: bold;
}

#itrDataReportDisplay table thead th {
    white-space: nowrap;
}

/* .admin-page .form-control {
    height: 28px;
    padding: 4px 8px;
    font-size: 12px;
    line-height: normal;
    border-radius: 3px;
} */

.itrDataReportForm .form-group {
    margin-bottom: 10px;
}

.files-list-itrack .file-item {
    padding-bottom: 20px;
}

.bl5-success {
    border-left: 6px solid #2ace2b !important;
}

.bl5-danger {
    border-left: 6px solid #dc2e2a !important;
}

.in-icon-color {
    color: #2ace2b;
}

.out-icon-color {
    color: #dc2e2a;
}

.out-sub-icon-color {
    color: #67affd;
}

.dsc-record-table .dsc-in-view {
    background: #ddd;
}

.each-dsc {
    border-left: 3px solid transparent;
}

.each-record .record-status {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
}

.each-record .record-status.record-warning {
    border: 1px solid #ffc800;
    background-color: #ffc800;
}

.each-record .record-status.record-danger {
    border: 1px solid #de0e0a;
    background-color: #de0e0a;
}

.display-ib {
    display: inline-block;
}

.d-flex-center {
    display: flex;
    align-items: center;
}
.v-align-top {
    vertical-align: top;
}

.w100pc {
    width: 100% !important;
}

.section80c-details .form-control[type="number"],
.section80d-details .form-control[type="number"],
.section80others-details .form-control[type="number"],
.otherIncomeDetails-details .form-control[type="number"],
.benefitsPrevEmp-details .form-control[type="number"] {
    width: 120px;
}

.section24-details .table textarea {
    width: 100%;
    resize: vertical;
}

.section24-details .table .form-control {
    width: 100%;
}

.no-margin {
    margin: 0 !important;
}

.checkbox-align input[type="checkbox"] {
    top: -2px !important;
}

.proofsData-summary label {
    margin-bottom: 0;
}

.proofsData-summary .table-bordered > tbody > tr > th,
.proofsData-summary .table-bordered > tbody > tr > td {
    border: 1px solid #000;
    padding: 5px;
}

.proofsData-summary .modal-body {
    background: #fff;
    width: 800px;
    margin: auto;
}

.proofsData-summary .modal-content {
    border-radius: 0;
}

input[type="checkbox"] {
    margin-top: 2px;
}

.proofsData-summary .bg-gray,
.declaration-summary .bg-gray {
    color: #000;
}

.declaration-summary .modal-body {
    background: #fff;
}

.proofs-notes-modal ul li,
.declaration-notes-modal ul li,
.itr-notes-modal ul li {
    margin: 10px 0;
}

#proofsDataDisplay .bg-gray {
    color: #000;
}

.section80ee-popover + .popover,
.sec10hra-popover + .popover {
    max-width: 500px !important;
}

#countDowner {
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 8px;
}

#countDowner > div {
    display: inline-block;
    line-height: 1;
}

#countDowner > div .box {
    display: inline-block;
    font-size: 13px;
    background: #fff;
    color: #000;
    padding: 3px;
    line-height: 1;
}

#countDowner div > span {
    display: block;
}

.itproofs-resend-email-wrap,
.itproofs-print-wrap {
    margin-left: 20px;
}

.cursor-pointer {
    cursor: pointer;
}

.no-bold {
    font-weight: normal !important;
}

.section-popover + .popover {
    font-size: 12px;
}

.section-popover + .popover ol {
    margin: 0;
}

#client_accordion .panel-default,
#dsc_accordion .panel-default {
    position: relative;
}

#client_accordion .btn-edit,
#dsc_accordion .btn-edit {
    position: absolute;
    top: 5px;
    right: 5px;
    display: none;
}

#client_accordion .collapse.in .btn-edit,
#dsc_accordion .collapse.in .btn-edit {
    display: block;
}

#clientUpdateModal .modal-dialog {
    width: 1000px;
}

#clientUpdateModal table td {
    vertical-align: middle;
}

.table-v-middle tbody tr td,
.table-v-middle thead tr th {
    vertical-align: middle;
}

#client_accordion .btn-edit {
    padding: 1px 5px;
}

#client_accordion .panel-title a {
    display: block;
}

.table-layout-fixed {
    table-layout: fixed;
}

.viewProofsByPAN {
    margin-bottom: 20px;
}

.table-filter thead tr th {
    padding-top: 0;
    padding-bottom: 0;
}

.table-filter thead tr th .form-control {
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.h30px {
    height: 30px !important;
}

.visible-on-edit {
    display: none;
}

.editMode .hidden-on-edit {
    display: none;
}

.editMode .visible-on-edit {
    display: inline-block;
}

.last-login {
    padding: 10px 15px 9px 15px;
}

.poi-category-tabs {
    position: relative;
}

.poi-category-tabs .table {
    background-color: #fff;
    width: 800px;
}

.poi-category-tabs.details-entry-area .tabs-wrapper .nav-tabs li a {
    cursor: pointer;
}

.poi-category-tabs .year-selection {
    width: 200px;
    position: absolute;
    top: 0;
    right: 0;
}

.proofs-data-wrapper {
    padding-bottom: 30px;
    max-width: 1170px;
    margin: auto;
}

.proofs-data-wrapper .pane-body .table p {
    margin: 0;
}

.proofs-data-wrapper .label {
    font-size: 100%;
}

.proofs-data-wrapper .approved-data {
    display: inline-block;
    margin-top: 5px;
    border: 2px solid #000000;
    padding: 5px 8px;
    font-weight: bold;
    color: #000000;
    border-radius: 4px;
    line-height: normal;
    min-width: 100px;
    background-color: #eaffbf;
    font-size: 13px;
}
.proofs-data-wrapper .panel.panel-default {
    border: none;
    box-shadow: none !important;
    margin-bottom: 40px;
}

.proofs-data-wrapper .panel.panel-default .panel-heading {
    background: none;
    border: none;
    padding-left: 0;
    padding-right: 0;
}

.proofs-data-wrapper .panel-body-container {
    border: 1px solid #eee;
    background: #fafafa;
    border-radius: 5px;
    box-shadow: 0 2px 2px rgb(0 0 0 / 10%);
}

.proofs-data-wrapper .lta-expense-section .form-control {
    margin-bottom: 10px;
}

.sort-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.sort-header .sort-buttons {
    display: flex;
}

#proofApprovalForm .table label {
    margin-bottom: 0;
}

#proofApprovalForm .non-zero-summary {
    max-width: 800px;
}

.declartionstopoi-table {
    max-width: 1000px;
}

.itdeclaration-circular {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.itdeclaration-circular .declaration-section {
    min-height: 200px;
}

.toggle_new_scheme_declaration {
    display: none;
}

.voucher-form-group {
    zoom: 80%;
}

.voucher-form-group .form-control,
.voucher-form-group .form-control + .input-group-btn {
    opacity: 0.3;
}

.voucher-form-group .form-control:focus,
.voucher-form-group .form-control:focus + .input-group-btn {
    opacity: 1;
}

.itrv-help .container {
    max-width: 800px;
}

.return-payment-confirmation-failure {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.supported-browser .browser-list {
    display: flex;
    max-width: 600px;
    justify-content: center;
    align-items: flex-start;
    margin: 80px auto;
    background: none;
}

.supported-browser .browser-list .browser-item {
    margin: 5px 30px;
    text-align: center;
}

.selfDeclaration_itdeclaration {
    margin-left: 24px;
    margin-top: 24px;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.selfDeclaration_itdeclaration label {
    display: block;
}