.p-0 {
    padding: 0;
}

.sidebar.h-sidebar .nav-list>li.hover>.submenu {
    min-width: 225px;
}

.table:not(.dataTable):not(.report_table):not(.table-create-multiple) tr th,
.table:not(.dataTable):not(.report_table):not(.table-create-multiple) tr td {
    /* padding: 1px 4px;
    font-size: 11.5px; */
    padding: 4px 4px;
}

table.dataTable {
    width: 100% !important;
}

table.dataTable td {
    padding: 5px 5px !important;
    font-size: 1.18rem !important;
}

.dataTables_wrapper {
    background: #F5F5F5;
}

.dataTables_wrapper .row:last-child {
    border-bottom: none;
    background: #F5F5F5;
}

.dataTables_wrapper .row:first-child {
    padding-bottom: 0px;
}

.dataTables_length .input-sm {
    line-height: 22px;
}

.form-actions:last-child {
    border-top: none;
    border-bottom: 1px solid #E5E5E5;
    margin-top: 0;
    padding-top: 0;
}

.entity-selector {
    margin-top: 5px;
}

.reportFilter label {
    font-weight: bold;
    font-size: 12px;
}

.chosen-container>.chosen-single, [class*="chosen-container"]>.chosen-single {
    height: 34px;
    padding-top: 2px;
}

.text-white {
    color: white;
}

.submit_msg {
    display: none;
    left: 0;
    margin: 0 25%;
    position: fixed;
    top: 0;
    width: 50%;
    z-index: 1000000000;
}

.tab-pane {
    overflow: hidden;
}

.master_data .sidebar, .settings .sidebar, .user-management .sidebar {
    background: none;
    /* width: inherit; */
    width: 95%;
    padding-right: 8px;
}

.master_data .sidebar ul, .settings .sidebar ul {
    list-style: none;
}

.master_data .sidebar ul li, .settings .sidebar ul li {
    margin-bottom: 5px;
}

.master_data .tab-content, .settings .tab-content, .user-management .tab-content {
    /* margin-left: 200px; */
    border: none;
    overflow: hidden;
    padding-top: 0;
}

/* .master_data .section-content, .settings .section-content, .user-management .section-content { */
/* margin-left: 200px; */
/* margin-left: -27px; */
/* width: 77%; */
/* } */

.master_data .form-actions, .settings .form-actions {
    margin-top: 0;
}

.form-horizontal .col-form-label, .form-horizontal label {
    margin-bottom: 0;
    padding-top: 7px;
    font-size: 12px;
    padding-top: 0 !important;
    font-weight: bold;
}

.text-md-right {
    text-align: right;
}

#gritter-notice-wrapper {
    width: 100%;
    right: 0;
    left: 0;
}

.gritter-item-wrapper {
    top: 0
        /* auto */
    ;
    left: 30%;
    width: 40%;
    position: fixed;
}

.text-select-entity {
    font-size: 70px;
    color: #a19898;
    text-align: center;
}

.selected-entity-header {
    text-align: right;
    float: right;
}

.data-table .dropdown-toggle {
    border: none;
    background-color: transparent !important;
    padding: 0 5px 0 8px;
}

.table.mini-head>tbody>tr>td, .table.mini-head>tbody>tr>th, .table.mini-head>tfoot>tr>td, .table.mini-head>tfoot>tr>th, .table.mini-head>thead>tr>td, .table.mini-head>thead>tr>th {
    padding: 3px 6px;
}

.main-content .btn, .modal .btn {
    border-radius: 4px;
}

.profile-info-row .profile-info-value, .profile-info-row .profile-info-name {
    vertical-align: top;
    padding-top: 3px;
}

.profile-info-row span.editable {
    width: 100%;
}

.editable-container.editable-inline, .form-horizontal .editable.actual {
    display: none;
}

form .editable-container.editable-inline {
    display: inline-block;
    width: 100%;
}

.activity-profile ol {
    margin-left: 14px;
}

.activity-profile .profile-info-row div.profile-info-value:nth-child(2) {
    background: rgba(195, 32, 4, .2);
    width: 35%
}

.activity-profile .profile-info-row div.profile-info-name:nth-child(1) {
    font-size: 100%;
    font-weight: bold;
}

.activity-profile .profile-info-row div.profile-info-value:nth-child(3) {
    padding-bottom: 0px;
    padding-top: 3px;
}

.activity-profile input, .activity-profile select {
    font-size: 100%;
    padding: 5px 10px;
}

.entity_counts_table .table tr th:nth-child(2), .entity_counts_table .table tr:nth-child(2) th:nth-child(1), .entity_counts_table .table tr:last-child th:nth-child(3), .entity_counts_table .table tr td:nth-child(2), .entity_counts_table .table tr td:nth-child(3) {
    background: rgba(195, 32, 4, .2);
}

.entity_counts_table .table td table th, .entity_counts_table .table td table td {
    background: none !important;
}

table.table_custom_bg tr th, table.table_custom_bg tr td {
    background: rgba(195, 32, 4, .2);
}

table tr td.no-border-top {
    border-top: none;
}

.actions {
    position: relative;
    z-index: 0;
    top: 10px;
    width: 20px;
    /* max-width: 60px; */
    /* right: 0px; */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    color: #047bf8;
    text-decoration: none;
    cursor: pointer;
}

.actions .actions-list {
    position: absolute;
    background-color: #0068B3;
    color: #fff;
    font-size: 0.9rem;
    /* padding: 12px 12px; */
    padding: 6px 6px;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    /* top: 20px; */
    right: 7px;
    bottom: 11px;
}

.actions .actions-list::after {
    display: inline-block;
    content: "";
    position: absolute;
    z-index: 23;
    border: 1px solid transparent;
    border-width: 7px 7px;
    border-top-color: #0068B3;
    right: 2px;
    bottom: -13px;
}

tr td:not(:last-child)>.actions .actions-list {
    left: 7px;
    right: auto;
}

tr td:not(:last-child)>.actions .actions-list::after {
    left: 2px;
    right: auto;
}

.actions:hover {
    z-index: 10;
}

.actions:hover>i {
    transform: rotate(180deg);
    opacity: 0;
}

.actions:hover .actions-list {
    visibility: visible;
    transform: translateY(0px);
    opacity: 1;
}

.actions-list a {
    display: block;
    padding: 5px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

.actions-list a:last-child {
    border-bottom: none;
}

.actions-list a i {
    font-size: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #fff;
}

.actions-list a span {
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    vertical-align: middle;
    transition: all 0.2s ease;
}

.actions-list a:hover span {
    color: #fff;
    transform: translateX(-3px);
}

.actions-list a.danger i {
    color: #ffa65b;
}

.actions-list a.danger span {
    color: #ffa65b;
}

.dt-actions {
    position: relative;
    z-index: 0;
    top: 10px;
    width: 20px;
    /* max-width: 60px; */
    /* right: 0px; */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    color: #047bf8;
    text-decoration: none;
    cursor: pointer;
}

.dt-actions .actions-list {
    position: absolute;
    background-color: #0068B3;
    color: #fff;
    font-size: 0.9rem;
    padding: 12px 12px;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    /* top: 20px; */
    right: 7px;
    bottom: 11px;
}

.dt-actions .actions-list::after {
    display: inline-block;
    content: "";
    position: absolute;
    z-index: 23;
    border: 1px solid transparent;
    border-width: 7px 7px;
    border-top-color: #0068B3;
    right: 2px;
    bottom: -13px;
}

tr td:not(:last-child) .dt-actions .actions-list {
    left: 7px;
    right: auto;
}

tr td:not(:last-child) .dt-actions .actions-list::after {
    left: 2px;
    right: auto;
}

.dt-actions:hover {
    z-index: 10;
}

.dt-actions:hover>i {
    transform: rotate(180deg);
    opacity: 0;
}

.dt-actions:hover .actions-list {
    visibility: visible;
    transform: translateY(0px);
    opacity: 1;
}

.dt-actions .actions-list a {
    display: block;
    font-size: 11px;
    padding: 5px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

.dt-actions .actions-list a:last-child {
    border-bottom: none;
}

.dt-actions .actions-list a i {
    font-size: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #fff;
}

.dt-actions .actions-list a span {
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    vertical-align: middle;
    transition: all 0.2s ease;
}

.dt-actions .actions-list a:hover span {
    color: #fff;
    transform: translateX(-3px);
}

.dt-actions .actions-list a.danger i {
    color: #ffa65b;
}

.dt-actions .actions-list a.danger span {
    color: #ffa65b;
}

.actions-list a.danger i {
    color: #ffa65b !important;
}

.actions-list a.danger span {
    color: #ffa65b !important;
}

.table-scrollable {
    overflow-x: inherit !important;
    overflow-y: inherit !important;
}

.bs-fill-modal .modal-dialog {
    height: 98%;
    left: 10%;
    margin: 1% 0 0;
    overflow: auto;
    position: absolute;
    width: 80%;
}

.modal-title {
    font-size: 15px;
    font-weight: bold;
}

#TertiaryModal .modal-dialog, #emailActionModal .modal-dialog {
    height: 98%;
    left: 20%;
    margin: 1% 0 0;
    overflow: auto;
    position: absolute;
    width: 60%;
}

#ModalMini .modal-dialog {
    height: 98%;
    left: 100px;
    overflow: auto;
    position: absolute;
    width: 45%;
    right: 100px;
}

#PushNotificationModal .modal-dialog {
    width: 50%;
    overflow: auto;
    left: 25%;
    margin: 5% auto;
    right: auto;
    position: absolute;
    max-height: 80%;
}

#PushNotificationModal .modal-content, #PushNotificationModal .modal-footer {
    background: none;
    border-top: none;
}

#PushNotificationModal .modal-dialog.info {
    background: skyblue;
}

#PushNotificationModal .modal-dialog.info .modal-header {
    background: blue;
    color: white;
}

#PushNotificationModal .modal-dialog.success {
    background: lightgreen;
}

#PushNotificationModal .modal-dialog.success .modal-header {
    background: darkgreen;
    color: white;
}

#PushNotificationModal .modal-dialog.error {
    background: lightcoral;
    color: #333;
}

#PushNotificationModal .modal-dialog.error .modal-header {
    background: darkred;
    color: white;
}

#PushNotificationModal .modal-dialog.warning {
    background: lightyellow;
    color: #333;
}

#PushNotificationModal .modal-dialog.warning .modal-header {
    background: darkorange;
    color: white;
}

#randomActionModal .modal-dialog {
    left: 5%;
    width: 90%;
}

#saveAndStickModal .modal-dialog {
    left: 7%;
    width: 86%;
    height: 98%;
    margin: 1% 0 0;
    overflow: auto;
    position: absolute;
}

.cb_participants td, .pm_teams td, .pm_teams td label, .pm_teams td i {
    font-size: 11px;
}

.cb_participants td, .pm_teams td, .cb_participants th, .pm_teams th {
    padding: 5px 5px !important;
}

.audit_history tr td:first-child, .audit_history tr th:first-child, .pm_history tr td:first-child, .pm_history tr th:first-child {
    display: none;
}

.audit_history_hide .form-inline .row {
    display: none;
}

ol.inner-list-with-action {
    padding: 0px 2px 0 15px !important;
}

.inner-list-with-action li div.actions, .inner-list-with-action li input {
    float: right;
    /* margin-right: 10px; */
    width: 13px;
}

.inner-list-with-action li {
    /* padding-right: 50px; */
    border-bottom: thin dotted #ccc;
    margin-bottom: 4px;
}

.inner-list-with-action li:hover {
    background: #e9e6e6;
}

.inner-list-with-action li label {
    width: 100%;
    cursor: pointer;
    margin-bottom: -5px;
}

/* form styles */

.empty-input input, .invalid-input input {
    border: thin solid red;
}

.error {
    display: inline-block;
    color: red;
    /* position: absolute; */
    right: -95px;
    top: 0;
}

.tooltip-info {
    background-color: #D2E1EA;
    font-size: 80%;
    padding: 5px;
}

.valid-input input:not(type="submit") {
    border: thin solid #9ac59a;
}

/* hide_first_column */

.inner-table.cb_history tr td:first-child, .inner-table.cb_history tr th:first-child, .data-table.pm_activities tr td:first-child, .data-table.pm_activities tr th:first-child, .data-table.cb_plans tr td:first-child, .data-table.cb_plans tr th:first-child, .inner-table.pm_teams tr th:first-child, .inner-table.pm_teams tr td:first-child, .data-table.mgt_letter_sections tr th:first-child, .data-table.mgt_letter_sections tr td:first-child, .decisions_table tr th:first-child, .decisions_table tr td:first-child, .recommendations_table tr th:first-child, .recommendations_table tr td:first-child, .followup_table tr th:first-child, .followup_table tr td:first-child, .hide_first_column tr th:first-child, .hide_first_column tr td:first-child {
    display: none;
}

.hide_search .dataTables_wrapper>.row:first-child, .hide_search .dataTables_wrapper>.row:last-child {
    display: none;
}

.distancecalculator .action-links {
    float: right;
}

.dataTables_processing {
    /* position: absolute; */
    /* margin-top: 0px; */
    /* left: 45%; */
    /* padding-top: 50px; */
    border: none;
    /* background: url('../ajax-loader.gif') center no-repeat; */
    background: url('../ajax-loader-report.gif') center no-repeat;
    background-size: 58px 58px;
    font-size: 28px;
    /* color: #F5F5F5; */
    /* display:none; */
    /* height: 20px; */
}

.report .bio {
    width: 100%;
}

.report .docs {
    display: none;
}

.report .activity-profile .profile-info-row div.profile-info-value:nth-child(2) {
    display: none;
}

.separator {
    border: thin solid #d1d1d1;
}

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

.pm_activity_page hr {
    margin: 5px auto;
}

.pm_activity_page h4 {
    margin: 0 auto;
}

.pm_activity_page .pm_dates {
    /* font-size: 80%; */
    margin-top: 10px;
}

.pm_activity_page .page-header {
    padding-bottom: 10px;
}

.pm_activity_page .inner-list-with-action li label {
    margin: 5px auto;
}

.pm_activity_page .profile-user-info-striped .profile-info-name {
    width: 35%;
    text-align: left;
}

.bootstrap-timepicker-widget.dropdown-menu {
    z-index: 10000;
}

.input-group[class*="col-"] {
    padding-left: 12px;
    padding-right: 12px;
}

.inner-forms {
    background: #f0e9e9;
    border: thin solid #ccc;
    left: 0;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 10px;
    border-left: none;
    border-right: none;
}

.active_caption, .form-heading {
    display: none;
}

.form-heading {
    background: skyblue;
    padding: 1px;
    padding-left: 10px;
    height: 34px;
}

.active .active_caption, .active.form-heading {
    display: block;
}

.active .closed_caption {
    display: none;
}

.btn-action {
    font-size: 12px !important;
    padding: 2px 3px !important;
}

.active.btn-people-form {
    background: red;
}

.chosen-disabled .chosen-drop, .chosen-disabled .chosen-results, .chosen-disabled input, .chosen-disabled {
    display: none;
}

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

.text-small {
    font-size: 12px;
}

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

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

.panel-title {
    /* font-size: 13px !important; */
    font-size: 1.25rem !important;
}

.panel-title a.accordion-toggle {
    width: 100%;
    display: block !important;
    font-weight: bolder !important;
    background-color: rgba(030, 144, 255, .3) !important;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 2.5rem !important;
    font-size: 110% !important;
}

.management_letter_accordion .panel-title a.accordion-toggle {
    /* padding: 1.5rem !important; */
    padding: 1.3rem !important;
    /* font-size: 105%; */
}

.accordion-style1.panel-group .panel-heading .accordion-toggle {
    color: blue;
}

.panel-collapse .inner-accordion .panel-title a.accordion-toggle {
    padding: 1rem !important;
    font-size: 90% !important;
    background-color: #f0e7e7 !important;
    color: #374c5e;
}

.inner-accordion .panel-title a.accordion-toggle.collapsed {
    color: #818b95;
}

.chosen-container.chosen-container-single, .chosen-container.chosen-container-multi {
    width: 100% !important;
}

.table-hover>tbody>tr:hover, .table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active {
    background-color: #eaeff1;
    cursor: pointer;
}

.selectize[disabled] {
    display: block !important;
}

.dataTable>thead>tr>th[class*="sorting_"] {
    color: inherit;
}

.data-table.annual_procurement_plans.table tr th:nth-child(3), .data-table.annual_procurement_plans.table tr td:nth-child(3), .data-table.annual_procurement_plans.table tr th:nth-child(4), .data-table.annual_procurement_plans.table tr td:nth-child(4), .monthly_reports.table tr th:nth-child(4), .monthly_reports.table tr td:nth-child(4), .monthly_reports.table tr th:nth-child(5), .monthly_reports.table tr td:nth-child(5) {
    background: rgba(195, 32, 4, .2);
}

.data-table.annual_procurement_plans.table tr th:nth-child(5), .data-table.annual_procurement_plans.table tr td:nth-child(5), .data-table.annual_procurement_plans.table tr th:nth-child(6), .data-table.annual_procurement_plans.table tr td:nth-child(6), .monthly_reports.table tr th:nth-child(6), .monthly_reports.table tr td:nth-child(6), .monthly_reports.table tr th:nth-child(7), .monthly_reports.table tr td:nth-child(7) {
    background: rgba(32, 195, 4, .2);
}

.uploadimg, .uploadimg_general {
    /* position: absolute; */
    margin-top: -35px;
    /* width: 47%; */
    opacity: 0;
}

.hide_row .row {
    display: none;
}

.modal-form-content label {
    font-size: 12px;
    line-height: 3;
    color: #716b6b;
    margin-right: 8px;
}

.table.mac_checklist label {
    font-size: 12px;
}

.master_data .open>.dropdown-toggle, .settings .open>.dropdown-toggle {
    background: #0068B3;
    background: #2eaab7 !important;
}

.master_data .nav-list>li.active>a, .master_data .nav-list>li.open>a, .settings .nav-list>li.active>a, .settings .nav-list>li.open>a {
    color: #e9edf0;
    /* background: #0068B3 !important; */
    /* background: #2eaab7 !important; */
    background: #849698 !important;
}

.master_data .nav-list>li .submenu>li.active:not(.open)>a, .settings .nav-list>li .submenu>li.active:not(.open)>a {
    /* background-color: #b1c3dd !important; */
    background-color: #eef2f7 !important;
}

.master_data .nav-list>li:before {
    background-color: #849698 !important;
}

.no-skin .nav-list li.active:after {
    /* border: 1px solid #2eaab7 !important; */
    border: 1px solid #849698 !important;
}

.no-skin .nav-list li.active>a:after {
    /* border-right-color: #2eaab7; */
    /* -moz-border-right-colors: #2eaab7; */
    border-right-color: #849698;
    -moz-border-right-colors: #849698;
}

.navbar-brand {
    line-height: 15px !important;
}

h4.bg-blue {
    padding: 10px;
    margin-bottom: 5px;
}

.table.table-bordered>thead>tr>th {
    vertical-align: top;
    padding: 5px 5px;
}

table.admin_review_header_table {
    background-color: #f3b6b6;
}

.admin_review_header_table th, .admin_review_header_table td {
    padding: 2px !important;
}

.status-bar {
    margin-top: -60px;
    width: 50%;
    float: right;
    overflow: hidden;
    /* background: red; */
    margin-right: 40px;
    color: red;
}

.status-bar label {
    font-weight: bold;
}

.status-bar span {
    color: black;
}

.admin_review_header_table th {
    text-align: right;
}

.admin_review_header_table .btn {
    margin-top: 10px;
}

.bg-danger {
    background: #f3d8d8 !important;
}

.bg-success {
    background: #c2ffd4 !important;
}

.accordion-panel-form-error {
    color: #d15252 !important;
    border: thin solid #d15252 !important;
}

.hide_table table {
    display: none;
}

#report_data h4 {
    margin-top: 0;
}

.navbar {
    /* background: #DC3511; */
}

.swal2-content {
    font-size: 1.3em !important;
    margin-top: 10px !important;
}

.swal2-popup {
    width: 40em !important;
}

.swal2-title {
    font-size: 15px !important;
}

.swal2-styled.swal2-confirm {
    padding: 0.375rem 2.75rem !important;
}

.swal2-styled.swal2-cancel {
    background-color: #616161 !important;
}

.swal2-styled.swal2-confirm {
    background-color: #0b6dca !important;
}

.swal2-actions .swal2-styled {
    width: 45%;
    font-size: 12px !important;
    padding: 6px 3px !important;
}

.ace-thumbnails.staff img {
    width: 80px;
}

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

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

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.modal-backdrop {
    z-index: 0 !important;
}

.invalid-feedback {
    color: red;
}

.no-spaces {
    margin-top: 6px !important;
    margin-bottom: 0 !important;
}

.text-bold {
    font-weight: bold;
}

.control-group .radio p {
    margin: 3px 32px;
}

.control-group .radio span {
    font-weight: bold !important;
}

.reg-pwd-no {
    /* background: #f9c699; */
    background: #e9e7f9;
    padding: 7px;
    margin: 20px 0px;
}

.reg-pwd-no label {
    font-size: 15px !important;
    font-weight: bold !important;
}

.modal-header .close {
    margin-top: -31px !important;
}

.light-pink-wrapper {
    background: #f9e9ed;
    padding: 7px;
    margin: 5px 0px;
}

.report_table {
    border: 2px solid #333;
    width: 100%;
}

.report_table th {
    border: 2px solid #333;
    padding: 2px 3px;
    font-size: 11px;
    background: #f9c699;
}

.report_table td {
    padding: 3px;
    border: 1px solid #333;
    font-size: 11px;
}

.report_table .report_table_inner th {
    border: none;
    padding: 1px;
}

.report_table .report_table_inner td {
    border: none;
    padding: 3px;
}

.report-main-header {
    background: #f9c699;
    padding: 7px;
    margin: 5px 0px;
    font-size: 14px;
    font-weight: bold;
    /* background: #e9e7f9; */
}

.report-main-header.gray {
    background: #e6e6e6;
}

.report-main-header.sm {
    padding: 2px 6px;
    font-size: 13px;
}

.report-main-header.md {
    padding: 3px 6px;
    font-size: 13px;
}

.report-main-header.light-blue {
    background: #a7d5f7;
    color: unset !important;
}

.label-header-orange {
    background: #f9c699;
    padding: 0 0 1px 4px !important;
    line-height: 24px;
}

.section-gray {
    background: #e9e7f9;
}

.section-gray.padding-select {
    padding: 11px 10px 1px 11px;
}

.highlight-orange {
    color: #de890d;
}

.shadow-box {
    padding: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 10px 40px 10px;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%);
    transition: all 0.3s ease-in-out;
}

.shadow-box.pl {
    padding: 30px;
}

.shadow-box.pl {
    padding: 30px;
}

.profile-picture .profile-main {
    width: 100%;
    height: 200px;
}

.profile-picture img {
    height: 140px;
}

.table-details-wrapper .dataTables_wrapper {
    background: #ffffff !important;
}

.table-details-wrapper .module-details {
    margin-top: -20px;
}

.table-details-wrapper thead {
    display: none;
}

.table-details-wrapper table td.sorting_1 {
    display: none;
}

.table-details-wrapper .dataTables_wrapper .row:last-child {
    background: #ffffff !important;
}

.table-details-wrapper .table-details {
    border: none !important;
}

.table-details-wrapper .table-details tr, .table-details-wrapper .table-details tr:hover {
    background-color: #ffffff !important;
}

.table-details-wrapper .table-details tr, .table-details-wrapper .table-details tr:hover {
    background-color: #ffffff !important;
}

.table-details-wrapper .table-details {
    /* cursor: none !important; */
}

.table-details-wrapper .table>thead>tr>td, .table-details-wrapper .table>thead>tr>th, .table-details-wrapper .table>tbody>tr>td, .table-details-wrapper .table>tbody>tr>th {
    border-top: none !important;
}

.table tbody td, .table tbody .checkbox label {
    font-size: 12px;
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/

.dashboard-stat {
    /* background: #f3f3f3; */
    padding: 17px 0 25px 0px;
    /* padding: 17px 10px 25px 10px !important; */
    background: #fdfdfd !important;
}

.dashboard-stat .fy-summary {
    /* background: #ffffff42; */
    background: #ffffff61 !important;
    /* background: #ffffff99; */
    /* opacity: 0.3; */
    height: 28px;
    line-height: 25px;
    /* color: #000; */
    margin: 0 0 0px;
    font-weight: bold;
}

.dashboard-stat .infobox {
    width: 100% !important;
}

.dashboard-stat .infobox .infobox-content {
    /* color: #9e9c9c; */
    max-width: 100%;
    text-transform: capitalize;
}

.dashboard-stat .infobox-content {
    font-size: 12px;
}

.dashboard-stat .infobox>.infobox-data>.infobox-data-number {
    /* color: #807c7c; */
}

.dashboard-stat .infobox-container .indicator-title {
    /* color: #7b7a7a; */
    color: #757373;
    /* text-transform: uppercase; */
    font-weight: 600;
}

.dashboard-stat .infobox>.infobox-icon>.ace-icon {
    background-color: #2319196b;
}

.dashboard-stat .infobox>.stat {
    right: 0px !important;
}

.dashboard-stat .infobox>.stat::before, .dashboard-stat .infobox>.stat::after {
    display: none !important;
}

.dashboard-stat .icon-box {
    padding: 0px;
    position: relative;
    overflow: hidden;
    background: #fff;
    /* box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12); */
    box-shadow: 0px 8px 17px 0px #ccc;
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
    z-index: 1;
    text-align: center;
    margin-bottom: 2rem;
}

.dashboard-stat .icon-box::before {
    content: '';
    /* position: absolute;
    background: #d9f1f2;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: all 0.3s;
    z-index: -1; */
}

.dashboard-stat .icon-box:hover::before {
    background: #0068B3;
    top: 0;
    border-radius: 0px;
}

.dashboard-stat .icon {
    margin-bottom: 15px;
}

.dashboard-stat .icon i {
    font-size: 48px;
    line-height: 1;
    color: #0068B3;
    transition: all 0.3s ease-in-out;
}

.dashboard-stat .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 25px;
}

.dashboard-stat .title a {
    color: #111;
    text-decoration: none;
}

.dashboard-stat .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 7px;
    font-weight: bold;
}

.dashboard-stat .icon-box:hover .title a, .dashboard-stat .icon-box:hover .description {
    /* color: #fff; */
}

.dashboard-stat .icon-box:hover .icon i {
    color: #fff;
}

.dashboard-stat .box-blue .icon-box {
    /* background: teal !important; */
    /* background: #0068B3; */
    /* background: -webkit-linear-gradient(top, #6280ef 20%, #4a5eec 50%, #4d69ef 52%, #7aa2ea 100%); */
}

.dashboard-stat .box-red .icon-box {
    /* background: teal !important; */
    /* background: #0068B3; */
    /* background: -webkit-linear-gradient(top, #ef7c62 20%, #ec7e4a 50%, #ef6b4d 52%, #ea947a 100%); */
}

.dashboard-stat .indicator-summary {
    margin-top: 12px;
}

.dashboard-stat .indicator-summary .indicator-summary-data {
    width: 100%;
    display: flex;
    /* border: 2px solid #000000; */
    /* padding: 2px 12px; */
    font-weight: 600;
    box-shadow: 0 0 29px 0 rgb(68 88 144 / 12%);
    margin-bottom: 10px;
}

.dashboard-stat .indicator-summary .description-box {
    width: 80%;
    padding: 6px;
}

.dashboard-stat .indicator-summary .description-box span {
    /* padding: 3px 5px; */
}

.dashboard-stat .indicator-summary .value-box {
    width: 20%;
    text-align: center;
}

.dashboard-stat .indicator-summary.amounts-box .description-box {
    width: 65%;
}

.dashboard-stat .indicator-summary.amounts-box .value-box {
    width: 35%;
    text-align: center;
}

.dashboard-stat .indicator-summary .value-box span {
    vertical-align: -webkit-baseline-middle;
}

.dashboard-stat .indicator-summary-data.partitions-3 .description-box, .dashboard-stat .indicator-summary.partitions-3 .description-box {
    width: 40%;
}

.dashboard-stat .indicator-summary-data.partitions-3 .value-box, .dashboard-stat .indicator-summary.partitions-3 .value-box {
    width: 30%;
}

.dashboard-stat .indicator-break-down-header {
    padding: 7px;
    font-weight: 800;
    font-size: 15px;
    margin-top: 30px;
}

.dashboard-stat .indicator-break-down-header.top {
    margin-top: -16px;
}

/**
    pwd box settings
*/

.dashboard-stat .box-default .icon-box {
    /* background: linear-gradient(to right, #aaabac, #dbdada); */
    /* background: linear-gradient(to right, #e8e8e8, #e1e1e1); */
    /* background: linear-gradient(to right, #aba9a9, #dcdbdb); */
    background: linear-gradient(to right, #ced3f8, #dae0fb);
    /* background: linear-gradient(to right, #cde2f3, #c5e5ff); */
    /* box-shadow: 0px 8px 17px 0px #30b2f7; */
    /* box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12); */
    /* background: #777; */
}

.dashboard-stat .box-blue .indicator-break-down-header {
    background: #b6d7f3;
}

.dashboard-stat .box-blue .indicator-summary .description-box {
    background: #67bff342;
    /* color: inherit; */
}


.dashboard-stat .icon-box.no-description .title {
    margin-top: 23px !important;
    margin-bottom: 23px !important;
}

/**
    pwd box settings
*/

.dashboard-stat .box-blue .icon-box {
    background: linear-gradient(to right, #4286e6, #55c7ff);
    /* box-shadow: 0px 8px 17px 0px #30b2f7; */
    /* box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12); */
    /* background: #777; */
}

.dashboard-stat .box-blue .indicator-break-down-header {
    background: #b6d7f3;
}

.dashboard-stat .box-blue .indicator-summary .description-box {
    background: #67bff342;
    /* color: inherit; */
}

/**
    groups box settings
*/

.dashboard-stat .box-red .icon-box {
    background: linear-gradient(to right, #ea4b3bbf, #e65664f0);
}

.dashboard-stat .box-red .indicator-break-down-header {
    background: #fdcaca;
}

.dashboard-stat .box-red .indicator-summary .description-box {
    background: #f443361f;
}

/**
    groups applications settings
*/

.dashboard-stat .box-yellow .icon-box {
    background: linear-gradient(to right, #fbb51bd1, #fffa55);
    /* background: linear-gradient(to right, #fbb51bd1, #fddb37); */
}

.dashboard-stat .box-yellow .indicator-break-down-header {
    background: #fdf28f;
}

.dashboard-stat .box-yellow .indicator-summary .description-box {
    background: #fdf9d5;
}


.dashboard-stat .box-purple .icon-box {
    background: linear-gradient(to right, #c192ffd1, #c384fd);
    /* background: linear-gradient(to right, #fbb51bd1, #fddb37); */
}

.dashboard-stat .box-purple .indicator-break-down-header {
    background: #fdf28f;
}

.dashboard-stat .box-purple .indicator-summary .description-box {
    background: #fdf9d5;
}

/**
    speical grants settings
*/

.dashboard-stat .box-green .icon-box {
    background: linear-gradient(to right, #30e02dd1, #96da64);
}

.dashboard-stat .box-green .indicator-break-down-header {
    background: #b4fdb7;
}

.dashboard-stat .box-green .indicator-summary .description-box {
    background: #dfffe1;
}

.dashboard-stat .box-light-gray .indicator-break-down-header {
    background: #f7f7f7;
}

section.dashboard .page-header {
    /* border-bottom: unset; */
}

section#dashboard-stat {
    margin-top: -11px;
}

.radio.no-margin {
    /* margin-top: unset !important; */
}

.radio.no-margin label {
    font-size: 13px !important;
}

.desk-assessment .radio {
    margin: -6px 0 0 -16px !important;
}

.text-large {
    font-size: 14px;
}

.accordion-style2.panel-group .panel-heading .accordion-toggle.collapsed {
    font-weight: 600 !important;
}

table.role-management:hover {
    cursor: pointer;
}


table.role-management td, table.role-management th {
    padding: 2px 8px !important;
    vertical-align: unset !important;
}

table.role-management .checkbox {
    margin-top: -5px !important;
    margin-bottom: 1px !important;
}

table.role-management input[type=checkbox].ace+.lbl::before, table.role-management input[type=radio].ace+.lbl::before {
    font-size: 10px !important;
    height: 15px !important;
    min-width: 15px !important;
}

table.role-management tr.feature-header {
    background-color: #bcdff9;
}

table.role-management tr.feature-header-sub-2 {
    background-color: #ffeec7;
    /* background-color: #f5f5f5; */
    color: #af0b0b;
    font-weight: bold;
}

table.role-management h5 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}

.sidebar.h-sidebar .nav-list>li>a {
    padding: 10px 6px !important;
    /* padding: 10px 0.5rem !important; */
}

.nav-list>li>a {
    /* font-size: 12px !important; */
}

.radio.no-padding {
    margin: 0px;
}

.widget-color-yellow-light {
    border: 1px solid #eaeaea;
}

.widget-color-yellow-light>.widget-header {
    background: #f9c699;
    border-color: #fdba80;
    min-height: 33px;
}

.widget-color-yellow-light>.widget-header.sm {
    min-height: 13px;
}

.widget-color-yellow-light .widget-header.sm h5.widget-title {
    line-height: 22px;
}

.widget-color-yellow-light h5.widget-title {
    color: #333;
    font-weight: bold;
    font-size: 13px;
    line-height: 33px;
}

/* .nav-list li.active a {
    background: #F5F7FA !important;
    color: #333;
} */

.password-reset-form input {
    width: 100%;
}

.wysiwyg-small iframe {
    height: 140px !important;
}

.no-fw {
    font-weight: revert !important;
}

.audit-filter-form label {
    font-size: 10px;
    color: #111;
    font-weight: bold;
}

.audit-filter-form select, .audit-filter-form input {
    height: 30px !important;
    color: rgb(58, 49, 49);
    font-size: 12px;
}

.audit-filter-form button {
    padding: 2px 7px;
}

.audit-filter-form .chosen-single {
    height: 31px;
    padding-top: 0px;
}

.btn-filter, .btn-filter:focus, .btn-filter:hover {
    background-color: #a9b3bf !important;
    border-color: #a9b3bf;
}

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

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

.report-main-header .btn-print {
    float: right;
    margin: -3px -3px;
    padding: 1px 7px;
}



.no-skin .nav-list>li .submenu>li.active>a>.menu-icon {
    /* color: hsl(218deg 72% 62%); */
}

.h-sidebar.sidebar-fixed, .h-sidebar.sidebar-fixed .nav-list {
    z-index: 10;
}

.navbar {
    /* z-index: 10; */
}

.page-header h1 {
    /* font-size: 20px; */
    /* font-weight: 500; */
}

.page-header h1 span {
    font-weight: 100;
}

.page-header-custom {
    margin: 3px 0 8px;
    /* border-bottom: 1px dotted #e2e2e2; */
    /* padding-bottom: 0px; */
    /* padding-top: 0px; */
    padding: 10px;
    background: #f9c699;
    /* background: #ffcfbf; */
    /* background: #e4e4e4; */
    /* background: #ff7b0759; */
    /* background: #e9ebfb; */
    /* background: #f4f5f7; */
}

.page-header-custom.green {
    background: #a7ffbe;
}

.page-header-custom h1 {
    font-size: 15px;
    margin: 0;
    font-weight: 600;
    /* color: #b70606; */
    color: #af0b0b;
    /* color: #403f3f; */
}

.page-header-custom h1 small {
    color: #b70606;
    font-size: 12px;
}

.page-header-custom h1 span {
    font-size: 13px;
    font-weight: 600;
}

.page-header-custom .btn-action {
    margin: -4px 0px;
    padding: 1px 3px;
    font-size: 12px;
}

.block-numerical {
    width: 100%;
}

.block-numerical .description, .block-numerical .value {
    padding: 9px;
}

.block-numerical .description {
    background: rgb(208 208 208);
}

.block-numerical .value {
    font-weight: bold;
    background: rgb(255 224 227);
    text-align: center;
}

.report-header-table {
    width: 100%;
}

.pwd_services_received_section .checkbox label,
.pwd_support_required_section .checkbox label {
    padding-left: 11px;
}

.required:after,
.required-field:after {
    content: " *";
    color: #fb5252;
}

/* .btn-print {
    font-size: 11px !important;
    padding: 0px 2px !important;
} */

.select2-container--default .select2-selection--single {
    height: 34px;
}

.select2-dropdown, .select2-container--default .select2-selection--single {
    border: 1px solid #a8a8a9 !important;
    border-radius: 1px;
    background: #f9f9f9;
}

.select2-results li {
    background: #fff;
}

.select2-100 .select2-container {
    width: 100% !important;
}

.select2-results {
    cursor: pointer !important;
    padding: 0 0 0 4px !important;
}

.select2-search--dropdown {
    padding: 4px 4px 0px 4px !important;
}

.select2-results .select2-results__option--highlighted {
    background-color: #316AC5 !important;
    color: #ffffff;
}

.select2-container--default .select2-results__option--selected

/* ,.chosen-container .chosen-results li.active-result.result-selected */
    {
    /* background-color: #316AC5 !important; */
    /* color: #333333 !important; */
    /* background-color: #ffffff !important; */
    /* color: inherit; */
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 31px;
}

.multiple-live-search span:nth-child(3) {
    display: none;
}

.select2-search:after {
    display: none;
}


.panel-body {
    padding: 12px 5px 15px 5px !important;
}

.page-content {
    padding: 16px 13px 24px !important;
}