[v-cloak] {
    display: none;
}
a:hover {
    color: #333;
}
body {
    background-color: #dfe3e4;
}

#header > h1 img {
    width: 430px;
    position: relative;
    margin-left: -20px;
}

#footer:after {
    display: block;
}
#footer ul {
    float: inherit;
}
#footer ul li + li {
    margin-left: 0px;
}
#footer .btn.btn-back-to-top {
    float: inherit;
    margin-top: 0px;
}

.dataTable .sorting, .dataTable .sorting_disabled {
    text-align: center;
    background-color: #d9d9d9;
}

table.dataTable thead th, table.dataTable thead td {
    border-top: 1px solid #ccc !important;
    background-color: white !important;
}

table.dataTable tfoot th, table.dataTable tfoot td {
    border: 0 !important;
    border-top: 1px #ccc solid !important;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #cccccc !important;
}

#table_length {
    /*padding-left: 80px;*/
    text-align: right;
    float: left;
    margin-top: 3px;
}

.dataTables_wrapper .dataTables_length {
    text-align: center;
    float: unset !important;
    padding-top: 5px;
}

#table_length .dataTables_length label {
    font-weight: normal !important;
}

#audit_table_length { float: none }

.dataTables_wrapper div.dataTables_length select,
.issue-table-pagination select {
    width: 74px;
    float: none;
    display: inline-block;
    margin-right: 10px;
}

.pageTitle { margin: 0px; margin-bottom: 15px; font-size: 32px }

.filter_action_buttons { padding-bottom: 15px }
.filters { padding: 10px 0 10px 0; display: none }

.rowAction { font-size: 24px; padding: 0 2px; line-height: 28px; }
.rowAction.add { color: #1577ba }
.rowAction.edit {  }
.rowAction.delete {
    color: #c0392b;
}
.rowAction.delete:hover {
    color: #000;
}

.saHidden { display: none; }

.data-block {
    border-radius: 0 0 6px 6px;
}

#header {
    margin-bottom: 0;
}

.main-navigation.navbar-default .navbar-nav > li:first-child a {
    border-bottom-left-radius: 0;
}

.main-navigation.navbar-default .navbar-nav > li:last-child a {
    border-bottom-right-radius: 0;
}

#header.loginHeader {
    margin: 0 auto;
    width: 430px;
}

#header.loginLogo {
    margin: 0 auto 35px auto;
    width: 430px;
}

h4 {
     margin-top: 0;
}

.main-navigation {
    border-bottom: 5px solid #2980b9;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.userManagement {
    margin-top: 10px;
}

.profileTabs {
    margin-top: 10px;
    margin-bottom: 10px;
}


.ui-front.ui-autocomplete { z-index: 999999 }

.small-text { font-size: 11px }

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f7f7f7;
}

.redText { color: #e45161 !important; }


.data-block { padding: 15px }
.data-block > section { padding: 0 }

.sub-data-block { width: 100%; }
.sub-data-block > section { padding: 20px 0 20px 0 }


.data-block-modal {
    padding: 0;
    border-radius: 0 0 6px 6px;
}
.data-block-modal .form-group {
    margin:0;
}
.data-block-modal header {
    padding: 10px 10px 10px 15px;
    background: #2980b9;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
.data-block-modal header h2 {
    margin: 0;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
}
.data-block-modal > section {
    padding: 0;
}

.data-block section > *:first-child {
    margin-top: 0;
}
.sub-data-block-modal {margin-top: 10px; }
.sub-data-block-modal > section { padding: 20px 0 20px 0 }


.form-control { border: 1px solid #ddd; }

.reportName { font-size: 24px; padding-bottom: 25px }

.reportImage { height: 30px; padding-bottom: 25px }

table#audit_table input[type="checkbox"], table#issue_table input[type="checkbox"], table#issue_table input#selectAllBox2 {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

@media (min-width: 480px) {
    .user-profile {
        margin-top: 0;
    }
}

.user-profile figcaption strong {
    text-align: right;
}

#header > h1 a {
    height: 70px;
}

@media (min-width: 480px) {
    .main-navigation {
        margin-top: 65px;
    }
}

#header {
    padding-top: 15px;
}

.notification-input {
    width: inherit;
    display: initial;
}

.onoffswitch-user-notification {
    position: relative; width: 95px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    margin-right: 35px;
}
.onoffswitch-user-notification-checkbox {
    display: none;
}
.onoffswitch-user-notification-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #BFC3C4; border-radius: 20px;
}
.onoffswitch-user-notification-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-user-notification-inner:before, .onoffswitch-user-notification-inner:after {
    display: block; float: left; width: 50%; height: 18px; padding: 0; line-height: 18px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-user-notification-inner:before {
    content: "Enabled";
    padding-left: 8px;
    background-color: #EEEEEE; color: #2C3E50;
}
.onoffswitch-user-notification-inner:after {
    content: "Disabled";
    padding-right: 8px;
    background-color: #EEEEEE; color: #2c3e50;
    text-align: right;
}
.onoffswitch-user-notification-switch {
    box-sizing: initial;
    display: block; width: 14px; height:14px; margin: 2px;
    background: #2980B9;
    position: absolute; top: 0; bottom: 0;
    right: 70px;
    border: 2px solid #BFC3C4; border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-user-notification-checkbox:checked + .onoffswitch-user-notification-label .onoffswitch-user-notification-inner {
    margin-left: 0;
}
.onoffswitch-user-notification-checkbox:checked + .onoffswitch-user-notification-label .onoffswitch-user-notification-switch {
    right: 0px;
    background-color: #27AE60;
}

.memberHeaderGroups {
    text-align: right;
    font-size: 14px;
    color: #a1aab0;
    display: block;
    margin: 2px 0 0 0;
}

.report-wrapper-1, .report-wrapper-2 {
    overflow-x: auto;
}

.report-wrapper-2 {
    height: 20px;
}

.report-scroll {
    height: 1px;
}

.cookie-warning {
    background-color: #FFF176;
    border-radius: 2px;
    color: #212121;
    padding: 12px;
    text-align: center;
}

#limit-reached {
    color: #F44336;
    margin-top: 5px;
    text-align: right;
}

.note {
    background-color: #03A9F4;
    border-radius: 2px;
    color: #ffffff;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 12px;
}

.sa3_menu .LI_active {
    background-color: #2980b9;
}

.account-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 467px;
    padding: 150px 0 !important;
}

.account-wrapper-signup {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 467px;
    padding: 75px 0;
}

.account-body {
    position: relative;
    padding: 35px 30px 10px;
    margin-bottom: 1em;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}

.createAnAccountBox .well { min-height: 271px; position: relative; }
.createAnAccountBox .btn { position: absolute; bottom: 24px; }

.passwordstrength { padding: 3px; font-weight: bold }
.passwordsmatch { padding: 3px; font-weight: bold }

.avatar-upload {
    width: 200px;
    height: 200px;
}

.avatar-upload img {
    max-width: 200px;
    max-height: 200px;
}

.avatar-wrapper {
    position: relative;
    height: auto;
    border: 0px dashed #aaaaaa;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    width: 100%;
}
.avatar-wrapper .avatar-image {
    padding: 2px;
    border: 1px solid #D7D7D7;
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position: center;
    margin: 4px 8px 4px 1px;
}

.account-footer p {
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}

a.A_active > span, a.A_active > i { color: white; }

#related-issues-table th:hover,
#audit_table th:hover, #issue_table th:hover { cursor: pointer; }
#audit_table th, #issue_table th { background-color: #d9d9d9; }
#alert_table > tbody:nth-child(even) > tr > td , #audit_table > tbody:nth-child(even) > tr > td , #issue_table > tbody:nth-child(even) > tr > td { background-color: #e9e9e9; }
#alert_table > tbody:nth-child(odd) > tr > td , #audit_table > tbody:nth-child(odd) > tr > td, #issue_table > tbody:nth-child(odd) > tr > td { background-color: #fff; }
#audit_table > tbody > tr.archived > td , #issue_table > tbody > tr.archived > td { background-color: #dceaf3; }

#audit_table > thead > tr > th. #issue_table > thead > tr > th { padding-top: 10px; padding-bottom: 10px; padding-right: 20px; }
#audit_table > thead > tr > th.activesort, #issue_table > thead > tr > th.activesort { background-color: white; color:#000;}
#audit_table > thead > tr > th:not(.mass-action-col):not(.actions-col), #issue_table > thead > tr > th:not(.mass-action-col):not(.actions-col) {
    background: #D8D8D8 url('../img/plugins/dataTables/sort_both.png') no-repeat center right;
}
#audit_table > thead > tr > th.activesort.ascSort, #issue_table > thead > tr > th.activesort.ascSort {
    background: white url('../datatables/images/sort_asc.png') no-repeat center right;
    color:#000;
}
#audit_table > thead > tr > th.activesort.descSort, #issue_table > thead > tr > th.activesort.descSort {
    background: white url('../datatables/images/sort_desc.png') no-repeat center right;
    color:#000;
}

#audit_table > tbody > .audit-table-row, #issue_table > tbody > .issue-table-row { cursor: pointer; }
#audit_table > tfoot > tr > td, #issue_table > tfoot > tr > td { border-top: 1px solid #000; }

#issue_table > tbody.expanded > tr:not(:first-child) > td { background-color: #BAECC2; }

#issue_table > tbody > tr > td:nth-child(2) button.row-expand-btn { position: relative; right: 12px; }
#issue_table > tbody > tr > td:nth-child(2) span.has-children { position: relative; right: 12px; }


.table-striped > tbody > tr:hover > td,
.table-striped > tbody > tr:hover > th {
    background-color: rgba(136, 136, 136, 0.2) !important;
}
#audit_table > thead > tr > th.activesort.ascSort, #issue_table > thead > tr > th.activesort.ascSort {
    background: white url('../datatables/images/sort_asc.png') no-repeat center right;
    color:#000;
}
#audit_table > thead > tr > th.activesort.descSort, #issue_table > thead > tr > th.activesort.descSort {
    background: white url('../datatables/images/sort_desc.png') no-repeat center right;
    color:#000;
}

#audit_table > tbody > .audit-table-row, #issue_table > tbody > .issue-table-row { cursor: pointer; }
#audit_table > tfoot > tr > td, #issue_table > tfoot > tr > td { border-top: 1px solid #000; }

#issue_table > tbody.expanded > tr:not(:first-child) > td { background-color: #BAECC2; }

#issue_table > tbody > tr > td:nth-child(2) button.row-expand-btn { position: relative; right: 12px; }
#issue_table > tbody > tr > td:nth-child(2) span.has-children { position: relative; right: 12px; }

.width-100, .width-100 .container, .width-100 .data-block, .width-100 .navbar-collapse, .width-100 .main-navigation {
    width: 100% !important;
}

.container > .data-block > section > .notifcationcontainer {
    padding: 5px 5px 0 5px;
}

.tabulator .tabulator-col.tabulator-sortable[aria-sort=asc],
.tabulator .tabulator-col.tabulator-sortable[aria-sort=desc] {
    background: #4E98CA;
    color: #fff;
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-content .tabulator-col-title {
    padding-right: 0;
    cursor: grab;
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=desc] .tabulator-col-content .tabulator-arrow {
    border-top: 6px solid #fff !important;
    border-bottom: none !important;
    cursor: grab;
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=asc] .tabulator-col-content .tabulator-arrow {
    border-top: none !important;
    border-bottom: 6px solid #fff !important;
    cursor: grab;
}
.tabulator-arrow {
    opacity: 1.0;
}
div.tabulator {
    border: 1px solid #e8e8e8;
    background-color: #efefef;
}
.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {
    border-right: 1px solid #ccc;
}
.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {
    border-left: 1px solid #ccc;
    border-right: 1px solid #e8e8e8;
}
.tabulator .tabulator-header .tabulator-col.tabulator-frozen.tabulator-frozen-left {
    border-right: 1px solid #aaa;
}
.tabulator .tabulator-header .tabulator-col.tabulator-frozen.tabulator-frozen-right {
    border-left: 1px solid #aaa;
    border-right: 1px solid #e8e8e8;
}
.tabulator-table .tabulator-row .tabulator-cell {
    border-right: 1px solid #ccc;
}

.tabulator-row .tabulator-cell.massActionColumn .tabulator-data-tree-control {
    float: right;
    margin: 4px 3px 0 -14px;
}
.tabulator-row .tabulator-cell.massActionColumn .tabulator-data-tree-branch {

}

.tabulator-row.tabulator-selectable.archived {
    background-color: #dceaf3;
}
.tabulator-row.tabulator-selectable.archived:hover {
    background-color: #bbb;
}

.tabulator-row.child{
    background-color: #dceaf3 !important;
}

.fade.show {
    opacity: 1;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.modal-open {
    overflow: hidden;
  }
  .modal {
    display: none;
    overflow: auto;
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
  }
  .modal.fade .modal-dialog {
/*    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
*/  }
  .modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
  }
  .modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: none;
  }
  .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
  }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .modal-backdrop.show {
    opacity: 0.3;
    filter: alpha(opacity=30);
  }
  .modal-header {
    display: block;
    padding: 15px;
    border-bottom: 1px solid transparent;
    min-height: 16.42857143px;
  }
  .modal-header .close {
    margin: -2px 0 0 0;
    padding: 0;
  }
  .modal-title {
    margin: 0;
    line-height: 1.42857143;
  }
  .modal-body {
    position: relative;
    padding: 20px;
  }
  .modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    border-top: 1px solid #e5e5e5;
    display: flex;
    bottom: 0px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    right: 0px;
    width: 100%;
    height: 80px;
  }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
  }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
  }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0;
  }
  @media (min-width: 768px) {
    .modal-dialog {
      width: 600px;
      margin: 30px auto;
    }
    .modal-content {
      -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
      width: 300px;
    }
  }
  @media (min-width: 992px) {
    .modal-lg {
      width: 900px;
    }
    .modal-lg, .modal-xl {
        max-width: 100%;
    }
    .admin-tile {
        max-width: 175px;
    }
  }

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: bold;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}
.dropdown-menu .divider {
    height: 2px;
    margin: 5px 0;
    overflow: hidden;
    background-color: #d6d9dd;
}

.sub-data-block header {
    padding: 10px 10px 10px 15px;
    background: #1274c0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
.sub-data-block header h2 {
    margin: 0;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
}

.table th {
    text-align: center;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 0.313rem;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs .nav-link.active {
    color: #ffffff !important;
    background: #2980b9 !important;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555 !important;
    background-color: #ecf0f1 !important;
    border: 1px solid #dddddd !important;
    border-bottom-color: transparent !important;
    cursor: default !important;
}
.nav-tabs > li > a {
    padding: 6px 15px;
    font-weight: bold;
    color: #7f8c8d;
    border: none;
    background: #f2f3f4;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left;
  }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }  
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}

.image-uploader .image-preview-container {
    width: 100%;
    height: 325px;
    display: table;
    padding: 10px;
    margin-bottom: 15px;
    border: 2px dashed #e1e1e1;
    cursor: pointer;
}
.image-uploader .action-buttons {
    text-align: center;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.modal-dialog-right {
    position: absolute;
}

.center-block > button {
    background-color: #f0f0f0;
}

div.tagsinput {
    margin: 0;
    padding: 0;
    border: none;
    color: #555555;
    width: auto !important;
    height: calc(1.47em + 1rem + 2px) !important;
    background-color: #ffffff;
}

.card-body {
    padding: 0;
}

.table th, .table td {
    padding: 0.4rem;
}

.nav-tabs .nav-item {
    margin-bottom: 0;
}

.image-uploader .image-preview-container .image-wrapper {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.image-uploader .image-preview-container .image-wrapper img {
    max-width: 100%;
    max-height: 250px;
    margin: auto;
}
.image-uploader .image-preview-container .loading-icon {
    font-size: 30px;
    display: none;
}

@media (max-width: 560px) {

  .admin-tile {
    width: 100% !important;
    height: 200px !important;
  }

}

@media (min-width: 560px) and (max-width: 768px) {

    .admin-tile {
      width: 100% !important;
      height: 200px !important;
      max-width: 40%;
    }

    .admin-tile i {
      font-size: 50px !important;
    }

    .m-hide {
      display: none !important;
    }

    ul#widgets-container li, ul#assigned-container li, ul#owned-container li, ul#follow-container li {
      width: 100% !important;
    }

}

@media (min-width: 768px) {
  .d-hide {
    display: none !important;
  }
}


.d-hide {
  display: block;
}

.admin-tile-set {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.admin-tile {
    width: 300px;
    height: 175px;
    /* display: inline-block; */
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #1577ba;
    border-radius: 20px;
    margin: 20px;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.10);
    transition: 0.25s ease-out;
}

.admin-tile i {
  color: #a1aab0;
  font-style: normal;
  font-size: 100px;
  transition: 0.25s ease-out;
}

.admin-tile:hover {
  background: #1577ba;
}

.admin-tile:hover > a {
    color: white;
}

.admin-tile .admin-text {
  color: #1577ba;
  display: block;
}

.admin-tile:hover h5, .admin-tile:hover i  {
  color: #fff;
}

.admin-tile .admin-text h5 {
  margin-top: 25px;
}

#pane-comments {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

#issue-landing-container .btn-primary {
    background-image: unset !important;
}

.pull-right {
    float: right !important;
}

.bg-trans-gradient {
    background: #1568a9;
}
.widget-tabs {
    border-bottom: 4px solid #2980b9 !important;
}

.widget > .report-widget {
    padding: 0 15px;
}
.table thead th {
    vertical-align: bottom;
}
.report-widget .dropdown-checklist {
    margin-top:15px;
}
.widget-info.widget-add-box {
    border: 1px solid #eee;
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 25px 15px;
}
.btn-success.disabled, .btn-success:disabled {
    color: #212529;
    background-color: #d8d8d8;
    border-color: #b5b5b5;
}
.widget-add-box label {
    font-weight: 600;
}
.widget-add-box button {
    margin-top: 15px;
}
.widget-info.widget-add-box i {
    background: #1477ba;
    height: 21px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 21px;
    text-align: center;
    color: #fff;
    font-size: 11px;
}
.btn-primary {
    color: #fff;
    background-color: #1477ba;
    border-color: #1477ba;
}
.btn-primary:hover {
    color: #fff;
    background-color: #333;
    border-color: #333;
}
.table.table-striped tbody td {
    max-width:300px;
}
.btn-info {
    color: #fff;
    background-color: #177abe;
    border-color: #177abe;
}
.btn-info:hover {
    color: #fff;
    background-color: #333;
    border-color: #333;
}
.btn-warning {
    color: #fff;
    background-color: #333;
    border-color: #333; 
}
.btn-warning:hover {
    color: #fff;
    background-color: #111;
    border-color: #111; 
}
a#js-nav-menu-wrapper-right-btn, a#js-nav-menu-wrapper-left-btn {
    display: none!important;
}
ul#js-nav-menu {
    padding-left: 10px;
}
@media (max-width:991px) {
    ul#js-nav-menu {
        padding-left: 0;
    }
    .nav-menu li b.collapse-sign {
        color: #fff;
    }
}
.nav-footer .nav-footer-buttons > li > a {
    color: #fff;
}

#dropzone {
    background: #e6e6e6;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    border: 2px dashed #b3b3b3;
}
#dropzone.in {
    font-size: larger;
}
#dropzone.hover {
    background: #f9f9f9;
}
#dropzone.fade {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
}
@media (max-width:991px) {
    .nav-footer .nav-footer-buttons > li > a {
        color: #1477ba;
    }
    .page-wrapper .page-sidebar .primary-nav {
        background: #1477ba;
    }
    .nav-function-fixed .nav-footer {
        background: #fff;
    }
    .nav-menu li a > [class*='fa-'], .nav-menu li a > .ni {
        color: #fff;
    }
    .nav-menu li a {
        color: #fff;
    }
    ul#widgets-container li, ul#assigned-container li, ul#owned-container li, ul#follow-container li {
      width: 50%;
    }
}

table.dataTable thead th, table.dataTable thead td {
    padding: 2px 10px !important;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 2px 10px !important;
    font-size: 14px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.5rem 1.125rem !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    background: transparent!important;
    border-left: 1px solid rgba(0,0,0,0.1) !important;
    border-right: 1px solid rgba(0,0,0,0.1) !important;
    margin-left: 0 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #187cc0 !important;
    border: 0 !important;
}
div .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    font-weight: 600!important;
    border-left: 1px solid rgba(0,0,0,0.1) !important;
    border-right: 1px solid rgba(0,0,0,0.1) !important;
    border-top: 0;
    border-bottom: 0;
    background: #eee!important;
}
div .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border-left: 1px solid rgba(0,0,0,0.1) !important;
    border-right: 1px solid rgba(0,0,0,0.1) !important;
}
div .dataTables_wrapper .dataTables_paginate span > span {
    padding-left: 5px;
    padding-right: 5px;
}
.dataTables_wrapper .dataTables_paginate > .paginate_button:last-child:hover {
    color:#187cc0!important;
}
div .tabulator .tabulator-header .tabulator-col {
    background: #fff;
<<<<<<< HEAD
    border-bottom: 1px solid #333;
=======
    border-bottom: 1px solid #333; /*this is the only change*/
>>>>>>> tb/bank-of-b
    color: #333;
}
div .tabulator .tabulator-header {
    border:0;
}

.dropdown-header {
  background: #177abf !important;
}

.modal-body, div#issue-import-modal,.modal-dialog.modal-dialog-right.modal-lg  {
  padding: 0px !important;
  max-width: 789px !important;
  margin: 15px;
}

.layout-buttons {
  margin: 15px 0px;
  text-align: center !important;
  display: flex;
  justify-content: flex-end;
}

#header.loginLogo.responsive-logo {
  width: auto;
}

#header.loginLogo.responsive-logo img {
  width: 100% !important;
  max-width: 467px;
  margin-left: 0 !important;
}

.d-flex {
  display: flex;
}

.d-flex.v-center.h-center {
  justify-content: flex-end;
  align-items: center;
}

.p-15 {
  padding:15px;
}

.m-15 {
  margin: 15px;
}

#filter {
    margin-top: 5px;
}

a.filter-btn {
    margin-bottom: 5px;
    color: white !important;
    border: none;
}

a.filter-btn.down {
    border: 2px solid #000;
}

.fa-trash-alt {
    color: #c0392b;
}
@media(max-width: 400px) {
    div.modal-footer {
        flex-wrap: wrap;
        justify-content: end;
    }
}
@media(max-width: 559px) {
    .tab-content .tab-pane ul#widgets-container li {
        width: 100%;
    }
}
#massEditForm #filesTable td div {
    word-break: unset !important;
}
#massEditForm, #default_reports, #pane-history, .dataTables_wrapper {
    overflow: auto;
}
@media(max-width: 767px) {
    #content #pane-company .form-group, #content #pane-company .form-group .col-sm-9 {
        max-width: 100%;
    }
}
@media(max-width: 595px) {
    #ssoForm .row:last-child .col-xs-12 > div {
        width: 100% !important;
    }
    #pane-sso img {
        width: 100% !important;
        height: auto !important;
    }
    #okta .ssoSettingsBlock, #okta .ssoLabel, #okta .ssoInput {
        display: block;
    }
    #okta .ssoSettingsBlock, #okta input {
        width: 100%;
    }
}
.modal-content .modal-body {
    overflow: auto;
}
@media (max-width: 350px) {
    .tabulator-cell.massActionColumn.tabulator-frozen.tabulator-frozen-left, .tabulator-col.massActionColumn.tabulator-frozen.tabulator-frozen-left {
        width: 30px !important;
        min-width: unset !important;
    }
    .tabulator .tabulator-headers {
        margin-left: 30px !important;
    }
    form#massEditForm span #selectAllBox {
        margin-left: -5px;
    }
    #audit-landing-container .tabulator .tabulator-col:nth-child(2) {
        width: 299px !important;
    }
    #issue-landing-container .tabulator .tabulator-col:nth-child(2) {
        width: 411px !important;
    }
}

.trial-notice-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  background-color: #fff;
  margin: 0.25rem 0.5rem;
  height: fit-content;
  max-height: 4.125rem;
}

.trial-notice-card-bg {
  position: absolute;
  inset: 0;
  background-color: rgba(20, 119, 186, 0.05);
  pointer-events: none;
}

.trial-notice-content {
  position: relative;
  padding: 0.5rem 0.75rem;
}

.trial-notice-main {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.trial-notice-left {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.trial-notice-icon-wrapper {
  display: flex;
  height: 2rem;
  width: 2rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
}

.trial-notice-icon-wrapper.urgent {
  background-color: rgba(253, 57, 149, 0.1);
}

.trial-notice-icon-wrapper.normal {
  background-color: rgba(20, 119, 186, 0.2);
}

.trial-notice-icon-wrapper.urgent i {
  color: #fd3995;
  font-size: 1rem;
}

.trial-notice-icon-wrapper.normal i {
  color: #1477BA;
  font-size: 1rem;
}

.trial-notice-info {
  display: flex;
  flex-direction: column;
  gap: 0;
  line-height: 1.2;
}

.trial-notice-days-row {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}

.trial-notice-days-number {
  font-size: 1.25rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  color: #333;
  line-height: 1;
}

.trial-notice-days-text {
  font-size: 0.75rem;
  font-weight: 500;
  color: #666;
  line-height: 1;
}

.trial-notice-description {
  font-size: 0.7rem;
  color: #666;
  margin: 0;
  line-height: 1.2;
  display: none;
}

.trial-notice-right {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0.5rem;
}

.trial-notice-button {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  background-color: #1477BA;
  color: white;
  padding: 0.375rem 0.875rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.875rem;
  transition: all 0.2s ease;
  border: 1px solid #0f619f;
  white-space: nowrap;
}

.trial-notice-button:hover {
  background-color: #0f619f;
  color: white;
  text-decoration: none;
}

.trial-notice-button i {
  transition: transform 0.2s ease;
  font-size: 0.875rem;
}

.trial-notice-button:hover i {
  transform: translateX(2px);
}

.trial-notice-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  width: 100%;
  overflow: hidden;
  border-radius: 0 0 4px 4px;
  background-color: rgba(233, 236, 239, 0.5);
}

.trial-notice-progress-bar {
  height: 100%;
  transition: width 0.5s ease;
  border-radius: 0 0 4px 4px;
}

.trial-notice-progress-bar.urgent {
  background-color: #fd3995;
}

.trial-notice-progress-bar.normal {
  background-color: #1477BA;
}

/* Desktop - full layout with icon and full text */
@media (min-width: 680px) {
  .trial-notice-days-text-mobile {
    display: none;
  }

  .trial-notice-days-text-desktop {
    display: inline;
  }

  .trial-notice-button-text-mobile {
    display: none;
  }

  .trial-notice-button-text-desktop {
    display: inline;
  }
}

/* Mobile adjustments for trial notice - phones only */
@media (max-width: 679px) {
  .trial-notice-icon-wrapper {
    display: none;
  }

  .trial-notice-left {
    gap: 0.5rem;
  }

  .trial-notice-days-text-mobile {
    display: inline;
  }

  .trial-notice-days-text-desktop {
    display: none;
  }

  .trial-notice-button-text-mobile {
    display: inline;
  }

  .trial-notice-button-text-desktop {
    display: none;
  }
}

/* Very small screen adjustments - vertical layout */
@media (max-width: 519px) {
  .trial-notice-card {
    margin: 0.25rem 0.375rem;
  }

  .trial-notice-content {
    padding: 0.375rem 0.5rem;
  }

  /* Stack vertically on very small screens */
  .trial-notice-main {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .trial-notice-left {
    gap: 0.375rem;
    width: 100%;
  }

  .trial-notice-days-row {
    gap: 0.375rem;
  }

  /* More aggressive text shrinking */
  .trial-notice-days-number {
    font-size: 1rem; /* 16px - down from 1.25rem */
  }

  .trial-notice-days-text {
    font-size: 0.625rem; /* 10px - down from 0.75rem */
  }

  .trial-notice-right {
    width: 100%;
  }

  .trial-notice-button {
    padding: 0.3125rem 0.625rem;
    font-size: 0.75rem; /* 12px - down from 0.875rem */
    width: 100%;
    justify-content: center;
  }

  /* Hide button arrow icon */
  .trial-notice-button i {
    display: none;
  }
}

/* Hide trial notice on very small screens */
@media (max-width: 379px) {
  .trial-notice-card {
    display: none;
  }
}