/* ------- 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: 13px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    background: #f4f5f7;
}

body {
    position: relative;
    color: #000;
    padding-top: 50px;
}

body.body-login-bg {
    background: url("../images/paper-office.jpg") no-repeat center center;
    background-size: cover;
}

body.body-page-bg {
    background: none;
}

.navbar {
    border-radius: 0;
}

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

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

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

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

ol li {
    margin: 10px 0;
}

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

.text-muted-2x {
    color: #aaa;
}

.d-flex-align-end {
    display: flex;
    align-items: flex-end;
}
.d-flex {
    display: flex;
}
.align-center {
    align-items: center;
}
.justify-space-between {
    justify-content: space-between;
}
.mr-10 {
    margin-right: 10px;
}

@media (min-width: 1200px) {
    .modal-lg {
        width: 1170px;
    }
}

.page-wrapper {
    min-height: calc(100vh - 50px);
}

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

.table > thead > tr > th {
    border-right: 1px solid #ddd;
    border-bottom: 2px solid #999;
}

.table > thead > tr > th:last-child {
    border-right: none;
}

.table > thead > tr > th .form-control {
    border: none;
    box-shadow: none;
    height: auto;
    padding: 2px;
}

.app-logo {
    margin: 15px 0;
    min-width: 200px;
}

.navbar-apn {
    background: #fff;
    border: none;
    color: #fff;
    margin: 0;
    min-height: auto;
    height: auto;
    margin: 0 0 15px 0;
    box-shadow: 0 1px 2px #aaa;
}

.navbar-apn h1 {
    font-size: 18px;
    margin: 0;
    padding: 8px 15px;
}
.primary-nav {
    position: relative;
    z-index: 10;
}
.navbar.navbar-apn .navbar-collapse > ul > li > a {
    color: #000;
    padding: 15px;
    text-shadow: none;
}

.navbar .navbar-brand {
    padding: 5px 15px;
    height: 100%;
}

.navbar.navbar-default {
    background-color: #fff;
    border: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
    background: #fff;
    color: #eee;
}
.navbar-apn .navbar-collapse {
    padding-left: 150px;
    padding-right: 0;
}

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

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

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

.admin-nav-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 200px;
    border-right: 0px solid #eee;
    height: 100%;
    overflow-y: auto;
    background: #dff0fd;
    margin-top: 45px;
    padding-top: 25px;
    padding-bottom: 25px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-out;
    z-index: 100;
}

.admin-nav-container .collapse-nav {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 16px;
    z-index: 8;
    padding: 0;
    line-height: 1;
}

.admin-nav-container .collapse-nav .icon-right {
    display: none;
}

.nav-collapsed .admin-nav-container .collapse-nav .icon-left {
    display: none;
}

.nav-collapsed .admin-nav-container .collapse-nav .icon-right {
    display: inline-block;
}

.nav-collapsed.admin-page {
    padding-left: 40px;
}

.nav-collapsed .admin-nav-container {
    width: 40px;
    overflow: hidden;
}

.nav-collapsed .admin-nav-container .app-logo,
.nav-collapsed .admin-nav-container .authmenu-wrap .user-info,
.nav-collapsed .admin-nav-container .admin-menu .item-text {
    visibility: hidden;
}

.nav-collapsed .left-nav.admin-menu .list-group-item {
    width: 40px;
    min-width: auto;
    background-color: transparent;
}

.nav-collapsed .left-nav.admin-menu .list-group-item .item-text {
    display: none;
}

.primary-nav .navbar {
    min-height: 0;
    margin: 0;
}

.primary-nav .navbar .navbar-header {
    display: flex;
    align-items: center;
}

.primary-nav .avatar {
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    margin: 0 5px;
}

.nav-collapsed .admin-nav-container .avatar.when-collapsed {
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 15px;
}

.authmenu-wrap {
    margin-bottom: 10px;
    border-top: 1px solid #eee;
    min-width: 200px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.authmenu-wrap .authmenu-trigger,
.authmenu-wrap .authmenu-dropdown .authmenu-dropdown-item {
    padding: 10px 15px;
    display: block;
}

.authmenu-wrap .authmenu-trigger {
    padding: 5px 0;
}

.authmenu-wrap .authmenu-dropdown {
    padding: 0;
    margin: 0;
}

/*
.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:hover {
    border-color: transparent;
    background-color: #f3f3f3;
}

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

.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: 30px;
}

.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;
}

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

.footer-nav {
    margin-bottom: 20px;
}

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

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

.modal-body {
    background: #f5f5f5;
}

#previewModal table label {
    display: block;
}

.pad15 {
    padding: 15px;
}

.mar0 {
    margin: 0;
}

.login-box-wrap {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    margin-top: 160px;
    max-width: 600px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
}

.logo-box {
    padding: 50px;
}
.login-box {
    background-color: #eff8ff;
    padding: 20px;
    flex-grow: 1;
}
.login-box h3.lead {
    margin-bottom: 30px;
    font-weight: normal;
}
/*------------media queries---------*/
@media (min-width: 768px) {
    .login-box-wrap {
        flex-direction: row;
        align-items: center;
    }
    .navbar-nav > li > a {
        padding: 5px 10px;
    }
    .navbar-right {
        display: flex;
        align-items: center;
        margin: 3px 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;
}

.details-entry-area {
    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: #f8f8f8;
    color: #000;
}

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

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

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

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

.msg-section {
    padding: 7px 10px;
}

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

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

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

.auth-form {
    margin: 20px auto 50px auto;
    padding: 0 40px;
}

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

.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 {
    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: #fff;
    margin: 0 0 15px 0;
    box-shadow: 0 1px 2px #aaa;
}

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

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

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

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

.auth-header li a {
    padding: 10px 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;
}

.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 {
    padding-top: 10px;
    padding-left: 200px;
    transition: all 0.3s ease-out;
}

.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,
.cred-in-view,
.client-in-view,
.clientfile-in-view,
.compliance-in-view,
.udin-in-view {
    background: #28a4c9 !important;
    color: #fff !important;
}

.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;
}

.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;
}

.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;
}

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

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

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

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

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

.section80ee-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,
#clientFileIndex_accordion .panel-default {
    position: relative;
    /* border-radius: 0; */
}

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

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

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

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

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

#client_accordion .btn-edit,
#clientFileIndex_accordion .collapse.in .btn-edit,
#dsc_accordion .collapse.in .btn-edit {
    padding: 1px 5px;
}

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

#clientUpdateEntryForm table .form-control {
    width: 100%;
}

.admin-menu.list-group {
    box-shadow: none;
    margin-bottom: 10px;
}

.admin-menu.list-group .list-group-item {
    border-radius: 0;
    border: none;
    padding: 0;
    min-width: 200px;
    background-color: transparent;
}
.admin-menu.list-group .list-group-item .list-group {
    display: none;
    margin: 0;
}
.admin-menu.list-group .list-group-item a {
    display: block;
    padding: 12px 10px;
}
.admin-menu.list-group .list-group-item .list-group-item a {
    padding: 5px 10px;
}
.admin-menu.list-group .list-group-item.active {
    background-color: #fff;
}
.admin-menu.list-group .list-group-item.active .list-group {
    display: block;
    padding-bottom: 10px;
}
.admin-menu.list-group .list-group-item.active > a {
    color: #000;
    font-weight: 600;
}
.admin-menu.list-group .list-group-item.active .list-group-item.active a {
    color: #000;
    font-weight: 600;
}

.admin-menu.list-group .list-group-item .item-icon {
    font-size: 15px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    text-align: center;
}
.admin-menu.list-group .list-group-item.active .list-group .list-group-item .item-icon {
    font-size: 6px;
}

.admin-menu.list-group .list-group-item .item-text {
    display: inline-block;
    vertical-align: middle;
}

/* settings page */
.settings-container {
    display: table;
    width: 100%;
    min-height: 600px;
}

.settings-side-nav {
    display: table-cell;
    width: 200px;
    padding: 10px;
    border: 0;
    border-right: 1px solid #ddd;
    border-radius: 0;
    vertical-align: top;
}

.settings-side-nav .list-group-item {
    /* border-radius: 0; */
    border: 0;
}

.settings-main-pane {
    padding: 10px;
    vertical-align: top;
}

.settings-main-pane .search-form {
    width: 100%;
}

.settings-main-pane .search-form .control-btn {
    padding-top: 3px;
    padding-bottom: 3px;
}

.visible-on-hover {
    visibility: hidden;
}

.record-table tr:hover .visible-on-hover {
    visibility: visible;
}

.work-allocation .work-job-list {
    display: table-cell;
    border-right: 3px solid #ddd;
    padding-right: 0;
}

.work-allocation .work-job-list .list-group {
    padding: 0;
    overflow-x: auto;
    border: none;
    height: 100%;
}

.work-allocation .work-job-list .list-group-item {
    display: table;
    width: 100%;
    /* table-layout: fixed; */
    font-size: 12px;
    line-height: 20px;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 0;
    margin-bottom: 0;
}

.work-allocation .work-job-list .list-group-item:first-child {
    /* border-top: 1px solid #ddd; */
    padding: 5px;
}

.work-allocation .work-job-list .list-group-item .ellipsis {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.work-allocation .work-job-list .list-group-item.work-record .work-record-cell {
    display: table-cell;
    table-layout: fixed;
    padding: 5px;
}

.work-allocation .work-job-list .list-group-item.work-record:hover,
.work-allocation .work-job-list .list-group-item.work-record.active {
    background: #d9edf7;
    cursor: pointer;
}

.work-allocation .work-job-detail {
    display: table-cell;
    vertical-align: top;
}

.work-allocation .work-job-detail .work-job-detail-wrap {
    height: 100%;
    overflow-x: auto;
}

.work-allocation .display-detail-section label {
    margin: 0;
}

.work-allocation .display-detail-section p {
    margin-bottom: 20px;
}

.work-allocation .display-activity-section .each-activity {
    position: relative;
}

.work-allocation .display-activity-section .activity-date-time {
    position: absolute;
    top: -8px;
    right: 0;
}

.work-allocation .display-activity-section .table {
    table-layout: fixed;
}

.work-allocation .display-activity-section .table > thead > tr > th {
    font-size: 10px;
}

.work-allocation .work-record.selected {
    background: #d9edf7;
}

.report-nav {
    background: #fff;
    padding: 5px;
}

.report-nav li {
    list-style-type: none;
    display: inline-block;
}

.report-nav li a {
    display: block;
    padding: 6px 12px;
}

.report-nav li.active a {
    background-color: #337ab7;
    color: #fff;
}

.create-job-form textarea.form-control {
    height: 60px;
}

.alert {
    padding: 6px 9px;
    display: flex;
    align-items: flex-start;
}
.alert i.fas {
    padding: 2px 5px 0 0;
}

.job-action-btns {
    display: flex;
}
.job-action-btns button {
    width: 24px;
    margin: 0 3px;
}
.job-list-create-wrapper {
    min-width: 1100px;
}
.job-list-create-wrapper .action-buttons-wrapper {
    display: flex;
    align-items: center;
}
.jobs-manager-list-detail .priority-icon {
    font-size: 13px;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    padding: 0;
}
.jobs-manager-list-detail .job-actions .dropdown-toggle {
    line-height: inherit;
}
.jobs-manager-list-detail .fas.fa-comments {
    font-size: 16px;
}
.jobs-manager-list-detail textarea.form-control {
    height: 60px;
}
.jobs-manager-list-detail .row-editable {
    background-color: #f5f5f5;
}
.jobs-manager-list-detail .btn-group.status-udpate .curr-status {
    width: 100px;
    text-align: left;
}
.jobs-manager-list-detail .btn-group.assigned-staff-update .dropdown-menu {
    max-height: 400px;
    overflow: auto;
}
.jobs-manager-list-detail .btn-group.assigned-staff-update .curr-assignee {
    width: 100px;
    text-align: left;
}
.jobs-manager-list-detail .btn-group.assigned-staff-update .curr-assignee .assingee-name {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
.jobs-manager-list-detail .btn-group button.btn.btn-default {
    border: 1px solid #eee;
}

.label.label-outline {
    background-color: transparent;
    border: 1px solid;
    font-size: 100%;
    padding: 2px 5px;
}
.label.label-outline.label-danger {
    border-color: #d9534f;
    color: #d9534f;
}
.label.label-outline.label-primary {
    border-color: #337ab7;
    color: #337ab7;
}
.label.label-outline.label-success {
    border-color: #5cb85c;
    color: #5cb85c;
}
.label.label-outline.label-info {
    border-color: #5bc0de;
    color: #5bc0de;
}
.label.label-outline.label-warning {
    border-color: #f0ad4e;
    color: #f0ad4e;
}
.label.label-outline.label-default {
    border-color: #777;
    color: #777;
}

.job-history-modal .modal-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}
.job-history-modal .modal-content .modal-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.job-history-modal .modal-content .modal-body .history-wrapper {
    flex-grow: 1;
    overflow: auto;
}
.job-history-modal .new-comment-form {
    margin-bottom: 10px;
}
.job-history-modal .new-comment-form .comment-box {
    height: 40px;
    margin-bottom: 5px;
}
.job-history-modal .new-comment-form .form-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.job-history-modal .history .item .metadata {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.job-history-modal .history .item .update-comment {
    visibility: hidden;
}
.job-history-modal .history .item:hover .update-comment {
    visibility: visible;
}

.job-details-modal .master-details {
    display: flex;
    flex-wrap: wrap;
}
.job-details-modal .master-details .data-column {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}
.job-details-modal .master-details .data-column:first-child {
    flex-basis: 45%;
}
.job-details-modal .master-details .data-column .label-column {
    min-width: 130px;
}
.job-details-modal .master-details .data-column .data-row {
    display: flex;
    margin-bottom: 10px;
    min-height: 24px;
    align-items: flex-start;
}
.job-details-modal .master-details .data-column .data-row .data-cell {
    display: flex;
}
.job-details-modal .master-details .data-column .data-row .data-cell .label {
    font-size: 13px;
    font-weight: 500;
}
.job-details-modal .activity-tabs .nav-tabs {
    margin: 0 15px;
}
.job-details-modal .activity-tabs .nav-tabs li a {
    padding: 5px 12px;
}
.job-details-modal .activity-tabs .nav-tabs li.active a {
    font-weight: bold;
    background-color: #f3f3f3;
    color: #000;
}
.job-details-modal .activity-tabs .tab-pane.active {
    padding: 10px;
}
.job-details-modal .activity-tabs .tab-pane .list-group {
    margin-bottom: 0px;
}
.job-details-modal .activity-tabs .tab-content .display {
    display: flex;
    margin-top: 10px;
    align-items: center;
}
.job-details-modal .activity-tabs .tab-content .display > div {
    width: 140px;
    font-size: 13px;
}
.job-details-modal .activity-tabs .tab-content .display .direction-arrow {
    width: 40px !important;
    font-size: 13px !important;
}
.job-details-modal .activity-tabs .tab-content .status-updates .display > div {
    width: 140px;
    font-size: 15px;
}

.timelog-filters {
    display: flex;
    flex-wrap: nowrap;
}

.timelog-filters .form-group {
    margin-right: 5px;
}

.timelog-filters .form-group .control-label,
.timelog-filters .form-group select {
    max-width: 160px;
    display: block;
}

/* Progress bar styles - start */
@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress-wrapper {
    text-align: center;
}
.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1.5rem;
    overflow: hidden;
    font-size: 0.75rem;
    border-radius: 1rem;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #999999;
    transition: width 0.6s ease;
}
.progress-bar-striped {
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-size: 1rem 1rem;
}
.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}
/* Progress bar styles - end */

.jobs-assigner,
.filter-controls {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
}
.jobs-assigner .form-group,
.filter-controls .form-group {
    margin-right: 10px;
    margin-bottom: 0;
}
.jobDataFilter-dropdown .dropdown-menu {
    max-height: 400px;
    overflow-x: auto;
    font-size: 12px;
}
.jobs-assigner .status-checkbox-group .status-dropdown .menuitem {
    padding: 0 10px;
}
.jobs-assigner .status-checkbox-group .status-dropdown .menuitem label input[type="checkbox"],
.jobDataFilter-checkbox-group .jobDataFilter-dropdown .menuitem label input[type="checkbox"] {
    margin-top: 2px;
}

/* Dashboard styles */
.app-dashboard .dashboard-widget {
    min-height: 200px;
    max-height: 400px;
    display: flex;
    flex-direction: column;
}
.app-dashboard .dashboard-widget .panel-heading {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background-color: #398abf;
    padding: 5px;
}
.app-dashboard .dashboard-widget .panel-body {
    padding: 5px;
}
.app-dashboard .dashboard-widget .panel-body .widget-control {
    height: 25px;
    padding: 2px 4px;
    line-height: 1;
}
.app-dashboard .dashboard-widget .widget-body-wrapper .table {
    margin: 0;
}
.app-dashboard .dashboard-widget .widget-body-wrapper .table th {
    font-size: 12px;
    font-weight: 600;
    color: #999;
    border: 0;
    border-bottom: 1px solid #ddd;
}
.app-dashboard .dashboard-widget .widget-body-wrapper .table th,
.app-dashboard .dashboard-widget .widget-body-wrapper .table td {
    vertical-align: top;
}
.app-dashboard .dashboard-widget .widget-body-wrapper {
    position: relative;
    overflow-y: auto;
    flex-grow: 1;
}
.app-dashboard .dashboard-widget .widget-wait-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("../images/spinner-1s.svg") no-repeat center center;
}
.app-dashboard .dashboard-widget .widget-filter-checkbox-group .widget-filter-dropdown .dropdown-menu .menuitem {
    color: #000;
    display: block;
    padding: 3px 8px;
}
.app-dashboard .dashboard-widget .widget-filter-checkbox-group .widget-filter-dropdown .dropdown-menu {
    max-height: 400px;
    overflow-x: auto;
    font-size: 12px;
}

.multi-client-form {
    display: flex;
    flex-direction: column;
}
.create-job-form.multi-client-job .part-left {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 120px);
}
.create-job-form.multi-client-job .client-selection-area {
    flex-grow: 1;
    overflow-y: auto;
    max-height: calc(100vh - 150px);
}
.create-job-master .job-create-container .create-header {
    display: flex;
    align-items: center;
}