.custom-table {
    position: relative;
    overflow: auto;
}

.custom-table.indent {
    margin: 0 20px;
}

.custom-table.withReports {
    margin-right: 50px;
}

.custom-table.empty {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #9f9f9f;
}

.custom-pagination {
    display: flex;
    align-items: center;
}

.page-navigation {
    color: #7e7e7e;
    margin: 0 10px;
    font-size: 12px;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.detail {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}

.detail-data {
    font-weight: bold;
    text-align: right;
}

.detail .detail-title {
    color: #7b7b7b;
}

.filter {
    font-size: 14px;
    margin-left: 5px;
}

.tile-label {
    text-align: right;
    color: #929292;
}

.hidden {
    display: none;
}

.confirmation-text {
    padding: 0 25px 20px;
}

.summary {
    padding: 0px 10px;
    display: flex;
    flex-direction: column;
    line-height: 2.5;
    column-count: 1;
    font-size: 14;
    position: relative;
}

.m-summary {
    padding: 10px 13px;
    display: grid;
    grid-gap: 10px;
}

.output-buttons {
    display: flex;
}

.buttons {
    margin: 10px;
    display: flex;
    align-items: center;
    width: '100%';
}

.modal-buttons {
    position: absolute;
    right: 0;
    align-items:  center;
    padding-right: 10px;
}

.ctrlbtn {
    margin: 0 10px;
    display: grid;
    align-items: center;
    grid-auto-flow: column;
    grid-column-gap: 10px;
    justify-content: end;
    flex: 1;
}

.dg-summary-header-contents {
    display: flex;
    justify-content: space-between;
    top: 0;
    position: relative;
}

.dg-summary-content {
    position: relative;
    overflow: auto;
    overflow-y: auto;
    right: 0;
    width: auto;
    align-items: 'stretch';
    display: flex;
    height: 100%;
}

.dg-summary-table {
    height: 100%;
}

.dg-summary {
    display: block;
    position: relative;
    flex: 1;
}

.month-chooser {
    display: 'flex';
    justify-content: center;
    align-items: center;
    height: 50px;
}

.formdetail-form {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}
.formdetail-mainForm {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.formdetail-ctrlbar {
    height: 50px;
}

.Mui-disabled.Mui-checked {
    color: #1DB954 !important;
}

.test-content {
    flex: 1 0 auto;
}

.test-footer {
flex-shrink: 0;
}

@keyframes blinkingText{
    0%{     color: #000;    }
    49%{    color: #000; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #000;    }
}

.blinking{
    animation:blinkingText 1.2s infinite;
}

.noscroll {
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.noscroll::-webkit-scrollbar {
	display: none;
}

.unselectable {
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
}

.datagrid:nth-of-type(even) {
    background: #FAF9F6;
}

.datagrid-dark:nth-of-type(even) {
    /* background: #353030; */
    
}

.slideleft-enter {
    opacity: 0.01;
}
  
.slideleft-enter.slideleft-enter-active {
    opacity: 1;
    transition: opacity 500ms ease-in;
}
  
.slideleft-leave {
    opacity: 1;
}
  
.slideleft-leave.slideleft-leave-active {
    opacity: 0.01;
    transition: opacity 300ms ease-in;
}
