html {
    height: 100%;
}

body {
    height: 100%;
    background: white;
}

.badge-space {
    min-width: 4em;
    padding: 0.4em;
    text-align: center;
}

.yellow-bottom {
    border-bottom: 0.3em solid #ffc107;
}

#tableStatuses tr:nth-child(1) {
    background-color: #f2f2f2;
}

.tableAlerts th {
    background-color: white;
    border: 0px;
    border-bottom: 1px solid #dee2e6;
}

.tableAlerts td {
    border-left:0;
    border-right:0;
    color: #555;
    border-bottom: 1px solid #dee2e6;
}

.all-statuses-class {
    font-weight: bold;
}

table .collapse.in {
    display: table-row;
}

.compact .card {
    margin-bottom: 0.5rem;
}

.compact .card-body {
    padding: 0.75rem;
}

.navbar-custom {
    background-color: #ffffff;
    padding: 0.1em;
    padding-left: 0.5em;
    margin-bottom: 6px;
}

.navbar-custom .navbar-brand, .navbar-custom .navbar-text {
    color: #26292d!important;
    font-weight: normal;
}

/* change the link color */

.navbar-custom .navbar-nav .nav-link {
    color: #26292d !important;
    font-weight: bold;
}

/* change the color of active or hovered links */

.navbar-custom .nav-item.active .nav-link, .navbar-custom .nav-item:hover .nav-link {
    color: #26292d!important;
    font-weight: bold;
}

.blue-background{
    background: #0086e6 
}



.join-group-left {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon-sm {
    padding: .3rem .2rem;
}

.nav-item .input-group {
    min-width: 15em;
}

.module-header {
    text-align: center;
    padding: 15px 0 15px 0;
}

.scrollable {
    overflow-y: auto;
    overflow-x: auto;
}

.nav-tabs {
    border-color: #e85040;
    border-bottom-color: transparent;
}

.nav-tabs>li a {
    background-color: #0085e2;
    color: #fff;
    margin-left: 5px;
    padding: 8px;
    width: 100px;
    font-size: 1.1em;
}

.nav-tabs a.active {
    background-color: #fff;
    color: #575a52;
    border: 2px solid white;
    border-bottom: transparent;
}

.nav-tabs>li a:hover {
    background-color: whitesmoke
    border-radius: 0px;
    color: #000;
}

.nav-tabs>li a .close {
    color: white;
}

.nav-tabs a.active .close {
    color: black;
}

.tab-close {
    float: none;
}

.tab-content {
    position: relative;
    height: 80%;
    width: 100%;
}

.tab-header-text {
    padding-right: 1em;
    padding-left: 1em;
}

.app-tab {
    position: relative;
    width: 100%;
    height: 100%;
}

.tail-bckgr {
    background: #2b2b2b;
    color: #bababa;
    border: 1px black solid;
    width: 100%;
    display: table;
    height: 81vh;
}

.log-ace-cls {
    width: 100%;
    height: 47vh;
}

@media (max-width: 575px) {
    #log-ace-cls {
        min-height: 1000px;
    }
}

.ace_editor .ace_marker-layer .ace_selection {
    background: blue !important;
}

.toolbar-ul {
    margin: 0.4em;
    margin-bottom: 0.4em!important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #e85040;
}

.btn-info {
    box-shadow: 0 3px 0 0 #007399c0;
}

.toolbar-buttons>* {
    margin: 5px 3px;
}

.toolbar-container {
    float: left;
    display: inline-block;     
}


.vertical-line {
    border-left: 2px solid grey;
    border-right: 2px solid darkgray;
    height: 1.7em;
    width: 4px;
}

button[disabled]:active, button[disabled], input[type="button"][disabled]:active, input[type="button"][disabled], input[type="submit"][disabled]:active, input[type="submit"][disabled], button[disabled]:hover, input[type="button"][disabled]:hover, input[type="submit"][disabled]:hover {
    color: darkgray;
    cursor: inherit;
    background-color: #ddd;
    background: #ddd;
}

.lookupGridCol {
    padding: 0px;
}

.modal-dialog {
    width: 40rem;
    max-width: 100%;
    margin: 0 auto;
}

aside.left-panel {
    padding: 15px;
    background-color: #0086e6;
}

.control-panel{
        background: white!important;
}

.sm-nav{
    margin-top: 20px;
}

.open aside.left-panel {
    display: none !important;
}

.open aside.left-panel .navbar .sm-nav:before {
    display: none !important;
}

.open aside.left-panel .navbar .sm-nav li {
    position: relative;
}

.open aside.left-panel .navbar .sm-nav > li > a:first-child{
    font-size: 0;
    z-index: 0;
    transition: none;
    width: 40px;
    height: 40px;
    
}

.open aside.left-panel .navbar .sm-nav li a:first-child .menu-icon {
    font-size: 20px;
    z-index: -1;
    width: inherit;
}

.open aside.left-panel .navbar .sm-nav li a:first-child .menu-title-text {
    font-size: 0;
}

.open aside.left-panel .navbar .sm-nav li a:first-child .badge {
    display: none;
}

.open aside.left-panel .navbar .sm-nav li>a:first-child {    
    padding-left: 7px;
}


.open aside.left-panel .navbar .sm-nav li span.count {
    display: none;
    margin-right: 5px;
    z-index: 1;
}

.open aside.left-panel .navbar .sm-nav li.active a:after {
    content: '';
    display: none;
}

.open aside.left-panel .navbar .sm-nav .menu-title {
    font-size: 0;
    line-height: 0;
    opacity: 0;
    padding: 0;
}

.open aside.left-panel .navbar .sm-nav li a:first-child .sub-arrow{
    right: -3px;
}

.sm-nav li a i {
    padding-right: 10px;
}

.menutoggle {
    position: absolute;
    border-radius: 0%;
    background: #0086e6;
    color: #fff!important;
    margin: -15px 20px 0 -25px;
}


.open .menutoggle {
    background: 0086e6;
    color: #fff!important;
    margin: -3px 20px 0 -20px;
}

#main-menu-sm{
    width: 100%;
}

.ag-cell {
    -webkit-user-select:text;
    -moz-user-select:text;
    -ms-user-select:text;
    user-select:text;
    }

.dashboard-panel-container{
    cursor: pointer;
    min-width: 220px;
}
  
.dashboard-panel{
    padding-bottom: 10px;
    padding-top: 5px;
    padding-left: 15px;
}

.dashboard-panel-text {
    font-size: 0.9em;
    color: #868e96;
    text-align: center; 
}  

.dashboard-panel-track{
    background-color: white; 
    height: 36px;
    margin-top: 5px;
    padding-top: 3px;
    padding-left: 5px;
    border-bottom: 1px solid gray;
}

.fix-dropdown-menu{
    top: 88%!important;
}

.stat-widget-four i {
    display: block;
    font-size: 1.7em;
}

.dashboard-red-block-bottom{
    background-color: red;
    border: 1px solid #FDDD5C;
    border-top: 0px;
}

.dashboard-red-block-top{
    background-color: red;
    border: 1px solid #FDDD5C;
    border-bottom: 0px;
}

.dashboard-alert-block-bottom{
    background-color: #FDDD5C;
    border: 1px solid darkgreen;
    border-top: 0px;
    color: black !important;
}

.dashboard-alert-block-top{
    background-color: #FDDD5C;
    border: 1px solid darkgreen;
    border-bottom: 0px;
    color: black !important;
}

.vdivide [class*='col-']:not(:last-child):after {
    background: #f1f2f7;
    width: 8px;
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    bottom: -10px;
    right: 0;
    min-height: 3em;
}

.filepng:after{
    content: '';
    display: block;
    height: 40px;  /*height of icon */
    width: 40px;  /*width of icon */
    position: absolute;
      /*where to replace the icon */
    top: 0px;
    left: -40px;
      /*background */
    background: #F8E6AE url("../assets/images/diricons/file.png") no-repeat 0px 0px;
}

.noty_type__jira {
    background-color: #428bca;
    border-bottom: 1px solid #428bca;
    color: #fff; }

.noty_type__jira   a {
        color: lightgray;
    }
.modal-backdrop {
    /* bug fix - no overlay */    
    display: none;    
}

.custom-date-filter a {
    position: relative;
    right: 32px;
    color: rgba(0, 0, 0, 0.54);
    cursor: pointer;
  }
  .custom-date-filter:after {
    content: '\f073';
    font-weight: 400;
    font-family: 'FontAwesome';
    position: relative;
    right: 34px;
    pointer-events: none;
    color: rgba(0, 0, 0, 0.54);
  }
  .dash-bell{
    min-width: 2em;
    min-height: 2em;
    text-align: center;
    padding-top: 0.23em;
    padding-bottom: 0.23em;
    font-size: 0.9rem;
    color: white;
    text-shadow: 2px 2px 4px #000000;
    position: absolute;
    top: 1px;
    right: 0.1em;
    cursor: pointer;
  }

.dash-bell-disable{
    background-color: #e85040;   
    border: 1px solid white;
}

.dash-bell-hidden{
    color: rgba(255, 255, 255, 0.2); 
    text-shadow: none;
}

.square-holder{
    
    text-align: center;
}
.square{
    width: 1rem;
    height: 1rem;
    margin-right: 0.3rem;
    margin-top: 5px;
    
    float: left;    
}
.error-square{
    border: 1px solid white;
    background: red;
}

.disable-square{
    border: 1px solid white;
    background: #6c757d;
}

.shadow-square{
    filter: drop-shadow(1px 1px 0px #000);
}

.ok-square{
    border: 1px solid darkgreen;
    background: greenyellow;
}

.border-square{
    border: 1px solid white;
}

.dash-header{
    text-align:center;
    font-size:100%!important;
    font-weight:bold;
}

.multy-box-square-holder{
    width: 100%;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.multy-box-square{
    min-width: 25%;
    min-height: 40%;
    margin-right: 0.1rem;
    font-size: 100%!important;
    font-weight: bold;
    margin-left: 3px;
    margin-top: 5px;
    display:inline-block;
    box-shadow: 0 0 10px #9ecaed;
    color: white!important;
    padding-bottom: 3px;
    text-shadow: 1px 1px #4d4d4d;
 
}

.dashboard-header{
    text-align: center;
    font-size: 1.1rem!important;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 4px #000000;
    padding-bottom: 10px;
}

.table tfoot tr td{
    background-color:white;
    border-top: 2px solid black;
}

.recently-used-numeric{
    width: 20%;
    padding: 0px;
    margin: 2px 0 0 8px;
    box-sizing: border-box;
    border: 1px solid white;
    background-color: #0086e6;
    color: #fff;
    text-align: center;
}

.text-muted {
    color: #fff !important;
  }

.navbar .navbar-nav li .dropdown-toggle::after{
    display: inline-block;
}

.swal-copy-referenced-data-review{
    min-width: 40%;
}

.ag-row-warning{
    background-color: #fdfd96 !important;
    border: 1px solid white;
}

.ag-row-alert{
    background-color: #ff6961 !important;
    border: 1px solid white !important;
}

.ag-floating-filter-body input {
    height: 22px !important;
}

.schema-select-picker{

    border: 1px solid #ced4da!important;

}

.bs-searchbox input.form-control{
    width:85%;
}

.bs-searchbox input.form-control::placeholder{
    color:gray;
}

.dropdown-header .text{
    font-weight: 600;
    font-size: 1.4em;
    color: #4f4e4e;
}

/* toggle switches with bootstrap default colors */
.custom-control-input-success:checked ~ .custom-control-label::before {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}

.custom-control-input-danger:checked ~ .custom-control-label::before {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.custom-control-input-warning:checked ~ .custom-control-label::before {
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
}

.custom-control-input-info:checked ~ .custom-control-label::before {
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
}

/* Large toggl switches */
.custom-switch-lg .custom-control-label::before {
    left: -2.25rem;
    width: 3rem;
    border-radius: 1.5rem;
}

.custom-switch-lg .custom-control-label::after {
    top: calc(.25rem + 3px);
    left: calc(-2.25rem + 4px);
    width: calc(1.5rem - 6px);
    height: calc(1.5rem - 6px);
    border-radius: 1.5rem;
}

.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(1.4rem);
}

.custom-switch-lg .custom-control-label::before {
    height: 1.5rem;
}

.custom-switch-lg .custom-control-label {
    padding-left: 1.5rem;
    line-height: 1.7rem;
}

.custom-side-nav{
    background: white; 
    margin-left: 10px; 
    width: 100%; padding:15px; 
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.dual-listbox__button{

    background-color: #777575!important;
}

.hrdiv {
    display: block;
    height: 1px;
    border: 0;
    border-top: 3px solid #fe4902;
    margin: 1em 0;
    padding: 0;
}

.btn-primary {
   border-radius: 35px;
}

.btn-secondary {
   border-radius: 35px;
}

.btn-danger {
   border-radius: 35px;
  }

.btn-success {
   border-radius: 35px;
  }

.right-panel .breadcrumbs{
    background-color:#CDE7FA;
}

.right-panel .page-header{
    background-color:#CDE7FA;
}

.right-panel .page-header h1 {
    font-size: 24px;
  }
#nav-track{
    background-color: #ffd892;
}

.right-panel header.header {
    background-color: #ffd892;
    box-shadow: initial !important;
    padding: 15px 20px 6px 20px;
}

.login-btn{
    background: #00ca00;
    border-radius: 17px;
    max-width: 300px;
    color:white;
    font-weight: bold;
}

.login-content {
    max-width: 490px;
}

.card {
    border: 0;
    box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -ms-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid #e6e4e9;
    border-radius: 8px;
}

.card .card-header.no-border {
    border: 0;
}
.card .card-header {
    background: none;
    padding: 0 0.9375rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    min-height: 50px;
}
.card-header:first-child {
    border-radius: calc(8px - 1px) calc(8px - 1px) 0 0;
}

.custom-table-responsive {
    background-color: #cde7fa;
    padding: 20px;
    border-radius: 4px; }
  
  .custom-table {
    min-width: 900px; }
    .custom-table thead tr, .custom-table thead th {
      border-top: none;
      border-bottom: none !important;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: .1rem; }
    .custom-table tbody th, .custom-table tbody td {
      color: #777;
      font-weight: 400;
      padding-bottom: 5px;
      padding-top: 5px;
      font-weight: 300; }
      .custom-table tbody th small, .custom-table tbody td small {
        color: #b3b3b3;
        font-weight: 300; }
    .custom-table tbody tr:not(.spacer) {
      border-radius: 7px;
      overflow: hidden;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .custom-table tbody tr:not(.spacer):hover {
        -webkit-box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 0.1); }
    .custom-table tbody tr th, .custom-table tbody tr td {
      background: #fff;
      border: none; }
      .custom-table tbody tr th:first-child, .custom-table tbody tr td:first-child {
        border-top-left-radius: 7px;
        border-bottom-left-radius: 7px; }
      .custom-table tbody tr th:last-child, .custom-table tbody tr td:last-child {
        border-top-right-radius: 7px;
        border-bottom-right-radius: 7px; }
    .custom-table tbody tr.spacer td {
      padding: 0 !important;
      height: 10px;
      border-radius: 0 !important;
      background: transparent !important; }
    .custom-table tbody tr.active {
      opacity: .4; }
  
  /* Custom Checkbox */
  .control {
    display: block;
    position: relative;
    margin-bottom: 25px;
    cursor: pointer;
    font-size: 18px; }
  
  .control input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
  
  .control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 4px;
    border: 2px solid #ccc;
    background: transparent; }
  
  .control--radio .control__indicator {
    border-radius: 50%; }
  
  .control:hover input ~ .control__indicator,
  .control input:focus ~ .control__indicator {
    border: 2px solid #007bff; }
  
  .control input:checked ~ .control__indicator {
    border: 2px solid #007bff;
    background: #007bff; }
  
  .control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
    border: 2px solid #ccc; }
  
  .control__indicator:after {
    font-family: 'icomoon';
    content: '\e5ca';
    position: absolute;
    display: none; }
  
  .control input:checked ~ .control__indicator:after {
    display: block;
    color: #fff; }
  
  .control--checkbox .control__indicator:after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -52%);
    -ms-transform: translate(-50%, -52%);
    transform: translate(-50%, -52%); }
  
  .control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b; }
  
  .control--checkbox input:disabled:checked ~ .control__indicator {
    background-color: #007bff;
    opacity: .2;
    border: 2px solid #007bff; }

.scrollable-form{

        max-height:400px;
        overflow-y: auto;
    }



