body { 
    font-size: 0.8rem !important;
    background-color: #fafafa;

} 

.form-control  {
    font-size: 0.75rem !important;
}

.form-control-xss  {
    height: calc(1.0em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    line-height: 1.0em;
    border-radius: 0.2rem;
}

.input-group-text {
    font-size: 0.8rem !important;
}

.input-group-text-xss
{
    padding:0.05rem 0.75rem;
}        


.block-header-default {
    background-color: #f6f6f6;
    border-bottom: 1px solid #f0f0f0;
}

.block-sysynkt-loading{
    opacity: 0.3 !important;
}

.block-sysynkt-loading-overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 999;
    
}

.block-sysynkt-loading-under{
    position: relative;
    top: 0;
    right: 0;
}





.col-sysynkt-2-6{

    max-width: 50% !important;
    flex: 0 0 50% !important;
}


.col-sysynkt-2-3{

    max-width: 25% !important;
    flex: 0 0 25% !important;
}




.bg-sysynkt-green{
    background-color: #e9ff5f;
}
.bg-sysynkt-navy{
    background-color: #202432;
}
.bg-sysynkt-blue{
    background-color: #2E5DEA;
}
.bg-sysynkt-sky{
    background-color: #70A7FB;
}


/*TABLES*/

.thead-sysynkt-dark{
    background-color: #2c343faa;
    color: #fff;
    border-top-right-radius: 0.25rem;
}

.thead-sysynkt-light{
    background-color: #eeeeee;
    color: #333333;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;

    border-top-style: 1px;
    border-top-width: 1px;
}

.split-row-child{
    border-top: 1px dashed #e8e8e8 !important;
}

.split-row-child-date{
    border-top: 0px !important;
}

.table-sysynkt-success-lighter{
    background-color: #f1faf5 !important;
}

.table-sysynkt-corrected-lighter{
    background-color: #f0f9ff !important;
}

.table-sysynkt-split-row-parent{
    background-color: #f8f8f8 !important;
}

.table-sysynkt-split-row-child{
    border-top-style: dotted !important;
}


/*BUTTONS*/

/*Should replace btn-alt-dark*/
.btn-sysynkt-grey{
    background-color: #E8EAED;
    /*border-color: #E8EAED;*/
}
.btn-sysynkt-grey:hover{
    background-color: #6c757d;
    border-color: #6c757d;
    color:	#ffffff;
}

.btn-xss, .btn-group-xss > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    line-height: 1;
    border-radius: 0.2rem;
}

/*******************************
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem;
*/

/*CUSTOM CLASSES*/

.is-confirm{
    border-color: #f0a73c;
}

/*BORDERS*/

.border-sysynkt-green{
    border-color: #e9ff5f !important;
}

.border-sysynkt-navy{
    border-color: #202432 !important;
}

.border-sysynkt-blue{
    border-color: #2E5DEA !important;
}

.border-sysynkt-sky{
    border-color: #70A7FB !important;
}


.text-sysynkt-green{
    color: #e9ff5f;
}

.text-sysynkt-sky{
    color: #70A7FB;
}

.text-sysynkt-navy{
    color: #202432 !important;
}

.text-sysynkt-blue{
    color: #2E5DEA !important;
}

/*Remove default datatable bottom border*/
.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 0 !important;
}
table.dataTable.no-footer {
    border-bottom: 0 !important;
    
}

.dataTables_processing>div:last-child>div{
    background: rgba(30,30,30,0.9) !important;
}

.br-narrow{
    padding: 	2px 8px !important;
}

.transactions-narrow{
    padding: 	2px 8px !important;
}

/*Fix for Datables ScrollY headers appearing twice*/
.dataTables_scrollBody thead {
    visibility: hidden;
    line-height: 0;
    opacity:0.0;
    width: 0px;
    height:0px;
}


/*Dropdown Narrow */

.dropdown-item-sysynkt{
    padding: 0.25rem 0.5rem;
}

.sysynkt-checkbox:before{
    width: 0.75rem  !important;
    height: 0.75rem  !important;
}


.debug-block{
    border-radius: 0.25rem;
    border: 1px solid maroon;
    margin-bottom: 1.875rem;
    background-color: #F5ECEC;
    padding: 0.5rem;
    font-size: xx-small;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    color: darkred;
    font-family: monospace;
}





/*Tigher Select2 & Control*/
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 8px;
    height: 23px;
}
.select2-container--default .select2-selection--multiple{
    padding: 0.25rem;
}



.select2-selection__rendered {
    /*line-height: 21px !important;*/
    /*height: 23px !important;*/
    margin-bottom: 0px;
    
}
.select2-container .select2-selection--single {
    height: 25px !important;
    
}
.select2-selection__arrow {
    height: 24px !important;
    
}


.sysynkt-input-narrow{
    height: 25px;
    padding: 0.25rem 0.50rem;
}


.sysynkt-input-group-narrow{
    height: 25px;
}



.sysynkt-label{
    font-size: 0.7rem;
}

.correction-marker{
    text-decoration: line-through;  
    text-decoration-line: line-through;  
    -webkit-text-decoration: line-through; 
    -webkit-text-decoration-line: line-through; 
    color: red;
}

.invoice-header-totals-container{
    container-type: inline-size;
}

.conditional-break {
    display: none;
}

@media screen and (max-width: 1300px) {
    .conditional-break {
        display: block;
    }
}

/* If the container is larger than 700px */
@container (max-width: 600px) {
    .invoice-header-totals-container-object {
      flex: 0 0 50%;
      max-width: 50%;
    }
}


.invoice-header-action-buttons-container{
    container-type: inline-size;
}

/* If the container is larger than 700px */
@container (max-width: 220px) {
    .invoice-header-action-buttons-container-object {
      flex: 0 0 100%;
      max-width: 100%;
      text-align: left !important;
      margin-bottom: 2px;
    }
}


.dt-currency-rate-cell{
    padding-left: 10px !important;
    padding-right: 0px !important;

}

.sysynkt-info-pill{
    display: flex;
    border-radius: 5px;
}


