/*START : Scroll Bar */
*::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

*::-webkit-scrollbar {
    width: 4px;
    background-color: #f5f5f5;
    height:4px;
}

*::-webkit-scrollbar-thumb {
    background-color: #18aed6;
}
/*START : End Bar */
#main{
    min-height:600px;
}

/*START : Default Fonts, colors etc */
button, input, optgroup, select, textarea {
    /*font-size:13px !important;*/
    margin-bottom:8px !important;
}

select {
    padding:0px !important;
}



select:focus-visible {
   outline: 2px dotted #bdbdbd;
 }

select:focus {
   outline: 2px dotted #bdbdbd;
 }


.input-field > label {
      /*font-size:13px !important;*/
       
}



[type='checkbox'] + span:not(.lever) {
      /*font-size:13px !important;*/
}
input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea {
    /*font-size:13px !important;*/
    
}


input:not([type]):focus[readonly], input[type=text]:not(.browser-default):focus[readonly], input[type=password]:not(.browser-default):focus[readonly], input[type=email]:not(.browser-default):focus[readonly], input[type=url]:not(.browser-default):focus[readonly], input[type=time]:not(.browser-default):focus[readonly], input[type=date]:not(.browser-default):focus[readonly], input[type=datetime]:not(.browser-default):focus[readonly], input[type=datetime-local]:not(.browser-default):focus[readonly], input[type=tel]:not(.browser-default):focus[readonly], input[type=number]:not(.browser-default):focus[readonly], input[type=search]:not(.browser-default):focus[readonly], textarea.materialize-textarea:focus[readonly] {
    border-bottom: 1px solid #ff9100;
    box-shadow: 0 1px 0 0 #ff9100;
}

.tabs .tab a {
        /*font-size:13px !important;*/
}

/*END : Default Fonts etc  */


/* START: Horizontal Menu */

.disabled-menu{
    background-color:#fafafa !important;
    cursor: default!important;
}

.disabled-menu span{
    color: #bdbdbd !important;

}


/* END: Horizontal Menu */

table.highlight>tbody>tr:hover {
   /* background-color: rgba(194, 206, 23, 0.5) !important;*/
   background: linear-gradient(
45deg
, #0288d1, #26c6da) !important;
    font-weight:900;
    color:#fff;
}

table.highlight>tbody>tr {
   
}

.tr-keyboard-hover{
background: linear-gradient(
45deg
, #0288d1, #26c6da) !important;
    font-weight:900;
    color:#fff;
}

/* START: Action Button */

.fixed-action-btn {
    
    right: 23px;
    bottom: 23px;
}


/* END: Action Button */

.h-100{

    height:100%;
}

.font-s-7{
    font-size:0.7rem;
}

.font-s-8{
    font-size:0.8rem;
}

.font-s-9{
    font-size:0.9rem;
}

.font-s-10{
    font-size:1rem;
}


#notification {
    letter-spacing: 0.01em;
    position: fixed;
    top: -16px;
    width: 100%;
   
}

/*
.form-error-msg {
    color: #F44336;
    display: none;
    font-size: .85rem;
}
    */

.form-error-msg {
    color: #F44336;
    display: none;
    font-size: .85rem;
    transform: translateY(-8px) scale(1);
    position: absolute;
}

.form-bottom-text {
    font-size: .7rem;
    transform: translateY(-8px) scale(1);
    position: absolute;
}


.icon-text-vertical-center{
    display: inline-flex;
    vertical-align: middle
}

.sidenav-modules{
    margin-left:10px;
}

.sidenav-sub-modules{
    margin-left:20px;
}

.sidenav-functions {
    margin-left: 40px;
}

.sidenav-functions  i.material-icons{
    margin-right: 3px !important;
}


.save-btn{
    
    background-color: #3f51b5 !important;

}

.cancel-btn{
      
    background-color: #ff9c1a !important;
}

.search-btn{
    background-color: #ff9c1a !important;
    color:#fff;
}

.btn-small:focus-visible {
   outline: 2px solid #bdbdbd;
 }

.btn-small:focus {
   outline: 2px solid #bdbdbd;
 }

.position-relative{
position:relative;
}

.form-error-msg-spacer{
    min-height:15px;
}

.transform-none{
    transform:none !important;
}

/*START : Grid*/

.grid-wrapper .header
{
    color:white;
}

.grid-wrapper .header-align-center
{
    text-align:center;
}

.grid-wrapper .header-align-right
{
    text-align:right;
}

.grid-wrapper .align-center
{
    text-align:center;
}

.grid-wrapper th
{
    font-weight:bold;
    /*font-size:14px;*/
    
}

.grid-wrapper td
{
  
    /*font-size:13px;*/
}

.grid-wrapper.compact  td, .grid-wrapper.compact th {
      padding-bottom:10px;
      padding-top:10px;
}

.grid-wrapper.compact  .material-icons {
      font-size:19px;
}

/*END : Grid*/

/*START : Grid Paging*/

.grid-pager-wrapper{
    margin-top:20px;
    line-height:20px;
}


.grid-pager-wrapper .paginate-button.current,
.grid-pager-wrapper .paginate-button:hover
{
    margin-left :.15em;
    margin-top: .25rem;
    padding: .25em .65em;
    color: white !important;
    border: 1px solid #3f51b5;
    border-radius: 4px;
    background: #3f51b5;
    box-shadow: 0 0 8px 0 #3f51b5;
}

.grid-pager-wrapper .paging
{
    text-align:right;
}

.grid-pager-wrapper .pagerinfo
{
    font-size: 13px;
}


a.paginate-button
{
     color: inherit;
     padding: .25em .65em;
     margin-left :.15em;
     font-size: 13px;
}
/*END : Grid Paging*/




.table-layout-fixed{

    table-layout:fixed;
}

.table-fixed-col-no-wrap, .table-fixed-col-no-wrap div{
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
}

.table-fixed-col, .table-fixed-col div{
      
       overflow:hidden;
        text-overflow:ellipsis;
}

/*START : Mask*/
.mask {
    position: fixed;
    background-color: #000;
    display: none;
}
/*END : Mask*/

/*START : LOADER*/
.loader {
    width: 100%;
    text-align: center;
    left: 0 !important;
    right: 0;
    position: absolute;
}

    .loader > div {
        width: 18px;
        height: 18px;
        background-color: #333;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .loader .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loader .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

    .loader .bounce1 {
        background-color: #ff5050;
    }

    .loader .bounce2 {
        background-color: #62b75f;
    }

    .loader .bounce3 {
        background-color: #5fa3ff;
    }

@-webkit-keyframes sk-bouncedelay {

    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-bouncedelay {

    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/*END : LOADER*/

/*START : Popup Container */
.fixed-popup-container {
    position: fixed;
    top: 0px !important;
    bottom: 0px !important;
    left: initial;
    right: 0 !important;
    background-color: #fff;
    box-shadow: 0px 5px 18px -9px;
    height: 100%;
}

.fixed-popup-container .wrapper {
  display: flex;
  flex-flow: column;
  height: 100%;
}

.fixed-popup-container .wrapper .header {
     flex: 0 1 auto;
    color: white;
    padding-left: 10px;
    left: 0px;
    line-height: 64px;
    height: 64px;
    width: 100%;
    font-weight:bold;
    
}

.fixed-popup-container .wrapper .header .material-icons-outlined{

        line-height: revert !important;

}

/*.fixed-popup-container .wrapper .header .input-field .custom-ctrl-button-2 {
    position: absolute;
    top: 21px;
    right: 40px;
} */


.fixed-popup-container .wrapper .header i.left{

            margin-right: 6px;

}

.fixed-popup-container .wrapper .content {
   flex: 1 1 auto;
   overflow: auto;
 }

.fixed-popup-container .wrapper .content .partitioner {
   display: flex;
   flex-flow: column;
   height: 100%;
 }

.fixed-popup-container .wrapper .content .partitioner .growable {
 flex-grow: 1;
 overflow: auto;
 }


.fixed-popup-container .wrapper .content .tabs .tab a{
   text-overflow: clip;
 }

.fixed-popup-container .wrapper .content .tabs .tab i{
   vertical-align:middle;
 }

.fixed-popup-container .wrapper .footer {
  flex: 0 1 40px;
   line-height: 40px;
 }

.fixed-popup-container .wrapper .footer .btn-small {
   font-size: 0.85rem;
   line-height: 30.4px;
   height: 30.4px;
   padding-left: 10px;
   padding-right: 10px;
 }

.fixed-popup-container .wrapper .footer .btn-small i.left {
   margin-right: 4px;
 }

.fixed-popup-container .inner-btn-small {
   font-size: 0.85rem;
   line-height: 30.4px;
   height: 30.4px;
   padding-left: 10px;
   padding-right: 10px;
 }

.fixed-popup-container .inner-btn-small i.left {
   margin-right: 4px;
 }

.fixed-popup-container .wrapper .footer .row {
   margin-right: 4px;
 }



/*END : Popup Container */

/*START : List Popup Container */
.fixed-popup-list-container {
    background-color: #fff;
    box-shadow: 0px 5px 18px -9px;
    bottom:0px;
}

.fixed-popup-list-container .form-error-msg {
    color: #F44336;
    display: none;
    font-size: .75rem;
}


.fixed-popup-list-container .wrapper {
  display: flex;
  flex-flow: column;
  height: 100%;
}

.fixed-popup-list-container .wrapper .header {
    flex: 0 1 auto;
    color: white;
    padding-left: 10px;
    left: 0px;
    width: 100%;
    font-weight:bold;
    line-height: unset;
    height: unset;
    background-color: #c7c7c740;
}

.fixed-popup-list-container .wrapper .header .input-field {
    position: relative;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    height: 54px;
    font-size:12px;
}

.fixed-popup-list-container .wrapper .header .input-field.col label {
    left: 1rem;
    font-size: 12px;
}
.fixed-popup-list-container .wrapper .header .input-field input:not([type]),
.fixed-popup-list-container .wrapper .header .input-field input[type=text]:not(.browser-default), 
.fixed-popup-list-container .wrapper .header .input-field input[type=password]:not(.browser-default), 
.fixed-popup-list-container .wrapper .header .input-field input[type=email]:not(.browser-default), 
.fixed-popup-list-container .wrapper .header .input-field input[type=url]:not(.browser-default), 
.fixed-popup-list-container .wrapper .header .input-field input[type=time]:not(.browser-default), 
.fixed-popup-list-container .wrapper .header .input-field input[type=date]:not(.browser-default), 
.fixed-popup-list-container .wrapper .header .input-field input[type=datetime]:not(.browser-default), 
.fixed-popup-list-container .wrapper .header .input-field input[type=datetime-local]:not(.browser-default), 
.fixed-popup-list-container .wrapper .header .input-field input[type=tel]:not(.browser-default), 
.fixed-popup-list-container .wrapper .header .input-field input[type=number]:not(.browser-default), 
.fixed-popup-list-container .wrapper .header .input-field input[type=search]:not(.browser-default), 
.fixed-popup-list-container .wrapper .header .input-field textarea.materialize-textarea
 {
    font-size: 0.8rem;
}

.fixed-popup-list-container .wrapper .header .btn-small {
    font-size: 0.85rem;
    line-height: 30.4px;
    height: 30.4px;
    padding-left: 10px;
    padding-right: 10px;
}


.fixed-popup-list-container .wrapper .content {
   flex: 1 1 auto;
   overflow: auto;
 }



.fixed-popup-list-container .wrapper .footer {
  flex: 0 1 40px;
   line-height: 40px;
 }

.fixed-popup-list-container .wrapper .footer .select-control {
   font-size: 0.85rem;
   line-height: 30.4px;
   height: 30.4px;
   padding-left: 10px;
   padding-right: 10px;
   display: inline-block !important;
 }


.fixed-popup-list-container .wrapper .footer .btn-small {
   font-size: 0.85rem;
   line-height: 30.4px;
   height: 30.4px;
   padding-left: 10px;
   padding-right: 10px;
 }

.fixed-popup-list-container .wrapper .footer .btn-small i.left {
   margin-right: 4px;
 }

.fixed-popup-list-container .inner-btn-small {
   font-size: 0.85rem;
   line-height: 30.4px;
   height: 30.4px;
   padding-left: 10px;
   padding-right: 10px;
 }

.fixed-popup-list-container .inner-btn-small i.left {
   margin-right: 4px;
 }

.fixed-popup-list-container .wrapper .footer .row {
   margin-right: 4px;
 }

.fixed-popup-list-container .wrapper .footer .form-error-msg {
    display:inline-block;
    color:white;
    position: unset;
    transform: none;
 }


.fixed-popup-list-container .content .grid-wrapper {
   height:93%;
       overflow: auto;
}

.fixed-popup-list-container .content .grid-wrapper .header-align-center
{
    text-align:center;
}

.fixed-popup-list-container .content .noRecordsFound
{
    text-align:center;
    font-size:1.1rem;
}


.fixed-popup-list-container .content .grid-wrapper .align-center
{
    text-align:center;
}

.fixed-popup-list-container .content .grid-wrapper th
{
    color:white;
    font-weight:bold;
    font-size:12px;
    line-height: 18px;
    height: 18px;
    padding: 10px 5px;
    border-radius:0px !important;
}

    .fixed-popup-list-container .content .grid-wrapper td {
        font-size: 12px;
        /*line-height: 10px;*/
        line-height: 13px !important;
        height: 10px;
        padding: 6px 5px;
        border-radius: 0px !important;
    }



.fixed-popup-list-container .content .grid-wrapper td  i.material-icons{
    font-size:18px;
}


.fixed-popup-list-container .content .grid-pager-wrapper{
    margin-top:20px;
    line-height:20px;
}


 .fixed-popup-list-container .content  .grid-pager-wrapper .paginate-button.current,
 .fixed-popup-list-container .content  .grid-pager-wrapper .paginate-button:hover
{
    margin-left :.15em;
    margin-top: .25rem;
    padding: .25em .65em;
    color: white !important;
    border: 1px solid #3f51b5;
    border-radius: 4px;
    background: #3f51b5;
    box-shadow: 0 0 8px 0 #3f51b5;
}

.fixed-popup-list-container .content  .grid-pager-wrapper .paging
{
    text-align:right;
}

.fixed-popup-list-container .content  .grid-pager-wrapper .pagerinfo
{
    font-size: 10px;
}


.fixed-popup-list-container .content  .grid-pager-wrapper .paging a.paginate-button
{
     color: inherit;
     padding: .20em .60em;
     margin-left: .15em;
     font-size: 10px;
}

.fixed-popup-list-container .wrapper .header .custom-ctrl-button 
{
    position: absolute;
    top: 0px;
    right: 15px;
    background: #f1f1f1 !important;
    background-image: url(/images/down-16x16.png) !important;
    height: 45px;
    width: 16px;
    background-repeat: no-repeat !important;
    background-position: center !important;

}


.fixed-popup-list-container .wrapper .header .custom-ctrl-button-2 
{
    position: absolute;
    top: 0px;
    right: 31px;
    background: #f1f1f1 !important;
    background-image: url(/images/close-16X16.png) !important;
    height: 45px;
    width: 16px;
    background-repeat: no-repeat !important;
    background-position: center !important;

}
/*END : List Popup Container */


/*START : Tree Popup Container */
.fixed-popup-tree-container {
    background-color: #fff;
    box-shadow: 0px 5px 18px -9px;
    bottom:0px;
}

.fixed-popup-tree-container .form-error-msg {
    color: #F44336;
    display: none;
    font-size: .75rem;
}


.fixed-popup-tree-container .wrapper {
  display: flex;
  flex-flow: column;
  height: 100%;
}

.fixed-popup-tree-container .wrapper .header {
    flex: 0 1 auto;
    color: white;
    padding-left: 10px;
    left: 0px;
    width: 100%;
    font-weight:bold;
    line-height: unset;
    height: unset;
    background-color: #c7c7c740;
}

.fixed-popup-tree-container .wrapper .header .input-field {
    position: relative;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    height: 54px;
    font-size:12px;
}

.fixed-popup-tree-container .wrapper .header .input-field.col label {
    left: 1rem;
    font-size: 12px;
}
.fixed-popup-tree-container .wrapper .header .input-field input:not([type]),
.fixed-popup-tree-container .wrapper .header .input-field input[type=text]:not(.browser-default), 
.fixed-popup-tree-container .wrapper .header .input-field input[type=password]:not(.browser-default), 
.fixed-popup-tree-container .wrapper .header .input-field input[type=email]:not(.browser-default), 
.fixed-popup-tree-container .wrapper .header .input-field input[type=url]:not(.browser-default), 
.fixed-popup-tree-container .wrapper .header .input-field input[type=time]:not(.browser-default), 
.fixed-popup-tree-container .wrapper .header .input-field input[type=date]:not(.browser-default), 
.fixed-popup-tree-container .wrapper .header .input-field input[type=datetime]:not(.browser-default), 
.fixed-popup-tree-container .wrapper .header .input-field input[type=datetime-local]:not(.browser-default), 
.fixed-popup-tree-container .wrapper .header .input-field input[type=tel]:not(.browser-default), 
.fixed-popup-tree-container .wrapper .header .input-field input[type=number]:not(.browser-default), 
.fixed-popup-tree-container .wrapper .header .input-field input[type=search]:not(.browser-default), 
.fixed-popup-tree-container .wrapper .header .input-field textarea.materialize-textarea
 {
    font-size: 0.8rem;
}

.fixed-popup-tree-container .wrapper .header .btn-small {
    font-size: 0.85rem;
    line-height: 30.4px;
    height: 30.4px;
    padding-left: 10px;
    padding-right: 10px;
}


.fixed-popup-tree-container .wrapper .content {
   flex: 1 1 auto;
   overflow: auto;
 }



.fixed-popup-tree-container .wrapper .footer {
  flex: 0 1 40px;
   line-height: 40px;
 }

.fixed-popup-tree-container .wrapper .footer .btn-small {
   font-size: 0.85rem;
   line-height: 30.4px;
   height: 30.4px;
   padding-left: 10px;
   padding-right: 10px;
 }

.fixed-popup-tree-container .wrapper .footer .btn-small i.left {
   margin-right: 4px;
 }

.fixed-popup-tree-container .inner-btn-small {
   font-size: 0.85rem;
   line-height: 30.4px;
   height: 30.4px;
   padding-left: 10px;
   padding-right: 10px;
 }

.fixed-popup-tree-container .inner-btn-small i.left {
   margin-right: 4px;
 }

.fixed-popup-tree-container .wrapper .footer .row {
   margin-right: 4px;
 }


.fixed-popup-tree-container .content .tree-wrapper {
   height:93%;
       overflow: auto;
}
.fixed-popup-tree-container .content .group-caption {
    
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 3%;
   
}

.fixed-popup-tree-container .content .tree-wrapper table {
    display: table;
    width: initial;
    border-spacing: 0;
    border-collapse: initial;
}

.fixed-popup-tree-container .content .tree-wrapper .header-align-center
{
    text-align:center;
}

.fixed-popup-tree-container .content .tree-wrapper .align-center
{
    text-align:center;
}

.fixed-popup-tree-container .content .tree-wrapper th
{
    color:white;
    font-weight:bold;
    font-size:12px;
    line-height: 10px;
    height: 10px;
    padding: 10px 5px;
    border-radius:0px !important;
}

.fixed-popup-tree-container .content .tree-wrapper td {
    font-size: 14px;
    line-height: 10px;
    height: 10px;
    padding: 0px 2px;
    border-radius: 0px !important;
}

.fixed-popup-tree-container .content .tree-wrapper td  i.material-icons{
    font-size:18px;
}




/*END : Tree Popup Container */



/*START : Prompt Container */
.prompt-container {
    width:400px;
    position: absolute;
    top: 50% !important;
    left:50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    box-shadow: 0px 5px 18px -9px;
    border-radius: 7px;
    border: outset 5px #4493ca;
   
}

.prompt-container .wrapper {
  display: flex;
  flex-flow: column;
  height: 100%;
}

.prompt-container .wrapper .header {
     flex: 0 1 auto;
    color: white;
    padding-left: 10px;
    left: 0px;
    line-height: 40px;
    height: 40px;
    width: 100%;
    font-weight:bold;
    
}

.prompt-container .wrapper .header .material-icons-outlined{

        line-height: revert !important;

}

.prompt-container .wrapper .header i.left{

            margin-right: 6px;

}

.prompt-container .wrapper .content {
   flex: 1 1 auto;
   overflow: auto;
   height: 100px;
   background-color:#f9f9f9;
 }

.prompt-container .wrapper .content i.material-icons {
   font-size:3.5rem;
   color:#2196f3;
 }


.prompt-container .wrapper .footer {
  flex: 0 1 40px;
   line-height: 40px;
 }

.prompt-container .wrapper .footer .btn-small {
   font-size: 0.85rem;
   line-height: 30.4px;
   height: 30.4px;
   padding-left: 10px;
   padding-right: 10px;
 }


.prompt-container .wrapper .footer .btn-small i.left {
   margin-right: 4px;
 }

.prompt-container .wrapper .footer .row {
   margin-right: 4px;
 }

/*END : Prompt Container */



/*START : Filter Panel */

.filter-panel .btn-small {
   font-size: 0.85rem;
   line-height: 30.4px;
   height: 30.4px;
   padding-left: 10px;
   padding-right: 10px;
 }

.filter-panel .input-field {
   
  min-height:4.6rem!important;
 
 }

.filter-panel .card-panel {
   
  padding-bottom:12px!important;
  padding-top:12px!important;
 
 }


/*END : Filter Panel */



/*START : Zebra Calendar */
.zebrapicker{

    padding-right:0px !important;
}

.Zebra_DatePicker_Icon_Wrapper{
    padding-bottom:0px !important;
    width:100%!important;
}

.Zebra_DatePicker_Icon{
    top: 15px; 
    right:17px;
}

/*END : Zebra Calendar */


/* START : Custom pop-up */

.custom-ctrl-button {
    position: absolute;
    top: 0px;
    right: 15px;
    background: #ffffff;
    background-image: url(/images/down-16x16-blue.png);
    height: 45px;
    width: 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.custom-ctrl-button.aspNetDisabled {
    
    background-image: url(/images/down-16x16-gray.png) !important;
   
}


.custom-ctrl-button-2 {
    position: absolute;
    top: 0px;
    right: 31px;
    background: white;
    background-image: url(/images/close-16X16-blue.png);
    height: 45px;
    width: 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.custom-ctrl-button-2.aspNetDisabled {
    
    background-image: url(/images/close-16x16-gray.png) !important;
   
}


.custom-ctrl-button-3 {
   position: absolute;
    top: 0px;
    right: 47px;
    background: white;
    background-image: url(/images/download-16X16-blue.png);
    height: 45px;
    width: 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.custom-ctrl-button-3.aspNetDisabled {
    
    background-image: url(/images/download-16x16-gray.png) !important;
   
}

.btn-small.aspNetDisabled{
    background: gray;
}

.custom-ctrl-button.aspNetDisabled i.material-icons-outlined {

    color:#e0e0e0;

    }

    .custom-ctrl-button-2.aspNetDisabled i.material-icons-outlined {
            color:#e0e0e0;
    }

     .custom-ctrl-button-3.aspNetDisabled i.material-icons-outlined {
            color:#e0e0e0;
    }

.custom-ctrl-button-2 i.material-icons-outlined {
    font-size:16px;
}

.custom-ctrl-button-3 i.material-icons {
    font-size:16px;
}

/*END : Custom pop-up*/
/*START : Caption */
.caption-light-grey-s-10{

    background-color: #f5f5f5 !important;
    color:#000;
    height: 2rem;
    line-height: 2rem;
    font-size:1rem;
    text-transform: uppercase;
}

.caption-white-s-10{

    background-color: #fff !important;
    color:#000;
    height: 2rem;
    line-height: 2rem;
    font-size:1rem;
    text-transform: uppercase;
}

/*END : Caption */

/* START :MATERIALIZE label */

.input-field.col label {
    left: 1rem;
}
/*END : MATERIALIZE label */

/* START : select2 customization */

    .select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--multiple {
     background-color: transparent;
     font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}

    .select2-container {
   
    margin-bottom: 8px;
}

/* END : select2 customization */

/* START : fieldset customization */
fieldset{
  border-color: #77bef8;
  border-style: solid;
  border-width:thin;
}

/* END : fieldset customization */


/* START : Transaction */
@media (min-width: 600px) {
    .img-logo {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.transact-wrapper{

}

.transact-wrapper .px-36
{
    padding-right: 36px;
    padding-left: 36px;
}

.transact-wrapper .inner-btn-small {
    font-size: 0.85rem;
    line-height: 30.4px;
    height: 30.4px;
    padding-left: 10px;
    padding-right: 10px;
}

.transact-wrapper .btn-small {
   font-size: 0.85rem;
   line-height: 30.4px;
   height: 30.4px;
   padding-left: 10px;
   padding-right: 10px;
 }

.transact-wrapper .btn-small i.left {
   margin-right: 4px;
 }

.transact-wrapper table{
    table-layout: fixed;
}

.transact-wrapper .grid-wrapper.h-70 td{
   padding-bottom: 8px;
   padding-top: 8px;
   overflow: hidden;
   word-wrap:break-word;
 }

.transact-wrapper .grid-wrapper.h-70 .custom-th{
   padding: 0px;
}

.transact-wrapper .grid-wrapper.h-70 .adjust-checkbox 
{
        padding-left: 18px;
}

.transact-wrapper .grid-wrapper.h-70 .delete-button 
{
            font-size: 28px;
    line-height: 24px;
}

    .transact-wrapper .grid-wrapper.h-70 .history-button {
        font-size: 18px;
       
    }
.transact-wrapper .grid-wrapper.h-70 .input-field {
    position: relative;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.transact-wrapper .grid-wrapper.h-70 .Zebra_DatePicker_Icon {
    top: 8px;
    right: 2px;
}

.transact-wrapper .grid-wrapper.h-70 input:not([type]), 
.transact-wrapper .grid-wrapper.h-70 input[type=text]:not(.browser-default), 
.transact-wrapper .grid-wrapper.h-70 input[type=password]:not(.browser-default), 
.transact-wrapper .grid-wrapper.h-70 input[type=email]:not(.browser-default), 
.transact-wrapper .grid-wrapper.h-70 input[type=url]:not(.browser-default), 
.transact-wrapper .grid-wrapper.h-70 input[type=time]:not(.browser-default), 
.transact-wrapper .grid-wrapper.h-70 input[type=date]:not(.browser-default), 
.transact-wrapper .grid-wrapper.h-70 input[type=datetime]:not(.browser-default), 
.transact-wrapper .grid-wrapper.h-70 input[type=datetime-local]:not(.browser-default), 
.transact-wrapper .grid-wrapper.h-70 input[type=tel]:not(.browser-default), 
.transact-wrapper .grid-wrapper.h-70 input[type=number]:not(.browser-default), 
.transact-wrapper .grid-wrapper.h-70 input[type=search]:not(.browser-default){

    font-size: 1rem;
    box-sizing: content-box;
    width: 100%;
    height: 2rem !important;
    margin: 0 0 8px 0;
    padding: 0;
    -webkit-transition: box-shadow .3s, border .3s;
    transition: box-shadow .3s, border .3s;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    background-color: transparent;
    box-shadow: none;
}

.transact-wrapper .grid-wrapper.h-70 textarea.materialize-textarea {
    font-size: 1rem;
    box-sizing: content-box;
    width: 100%;
    min-height: 2.3rem !important;
    height: 2rem !important;
    margin: 0 0 8px 0;
    padding: 0;
    -webkit-transition: box-shadow .3s, border .3s;
    transition: box-shadow .3s, border .3s;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    background-color: transparent;
    box-shadow: none;
    overflow-y: scroll;
}

.transact-wrapper .grid-wrapper.h-70 .dropdown-wrapper{
    display: inline-flex;
    align-items: center;
} 

.transact-wrapper .grid-wrapper.h-70 .dropdown-wrapper .dropdown  {
   cursor: pointer;
   text-align: center;
}

.transact-wrapper .grid-wrapper.h-70 .dropdown-wrapper .dropdown i {
   font-size: 0.7rem;
   padding-right: 2px;
}

.transact-wrapper .grid-wrapper.h-70 .dropdown-wrapper .dropdown table{
    table-layout: initial !important;
    font-size: 0.9rem;
}

.transact-wrapper .grid-wrapper.h-70 select {
    height:1.7rem !important;
}


    .posting-wrapper .grid-wrapper.h-70 td {
        padding-bottom: 0px;
        padding-top: 0px;
        overflow: hidden;
        word-wrap: break-word;
    }

/* END : Transaction */

.imgCompanyForm{
    object-fit: scale-down;
    width:100%;
    height:100%;
}
    
.line-ht-20{
    line-height:20px !important;
}

.line-ht-54{
    line-height:54px !important;
}

.line-ht-27 {
    line-height: 27px !important;
}


.sub-item-italic {
    font-size: 0.7rem;
    font-style: italic;
    margin-top: -9px !important;
    line-height: 13px;
}

.sub-item-italic2 {
    font-size: 0.7rem;
    font-style: italic;
    margin-top: -4px
}

.fixed-popup-list-container .content .grid-wrapper .sub-item-italic {
    font-size: 0.7rem;
    font-style: italic;
    margin-top: -0px !important;
    line-height: 13px;
}

.pr-5p {
    padding-right: 5px !important;
}

.pl-5p{

    padding-left: 5px !important;
}


/* START :UPLOAD File customization*/

.ajax__fileupload_dropzone {
    background-color: #18aed6;

}

.ajax__fileupload_selectFileButton {
    background-color: #ff9c1a !important;
    color: #fff !important;
}
/* END :UPLOAD File customization*/

/* START :devexpress customization*/
 .dx-texteditor-input {
    margin: 0 !important;
   padding: 0px 5px 5px !important;
    background: rgba(0,0,0,0) !important;
    color: #333 !important;
    font-size: 1em !important;
    border-radius: 4px !important;
    min-height: 34px !important;
    -webkit-appearance: none !important;
    width: 100% !important;
    height: 100% !important;
    outline: 0 !important;
    border: 0 !important;
    -webkit-user-select: text unset !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
    box-sizing: unset !important;
    border-bottom: unset !important;
}

 /* END :devexpress customization*/


 /* START: Custom Control*/

.control-row input[type="text"] {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-left: 10px;
}

    .control-row input:not([type]):focus:not([readonly]),
    .control-row input[type="text"]:not(.browser-default):focus:not([readonly]),
    .control-row input[type="password"]:not(.browser-default):focus:not([readonly]),
    .control-row input[type="email"]:not(.browser-default):focus:not([readonly]),
    .control-row input[type="url"]:not(.browser-default):focus:not([readonly]),
    .control-row input[type="time"]:not(.browser-default):focus:not([readonly]),
    .control-row input[type="date"]:not(.browser-default):focus:not([readonly]),
    .control-row input[type="datetime"]:not(.browser-default):focus:not([readonly]),
    .control-row input[type="datetime-local"]:not(.browser-default):focus:not([readonly]),
    .control-row input[type="tel"]:not(.browser-default):focus:not([readonly]),
    .control-row input[type="number"]:not(.browser-default):focus:not([readonly]),
    .control-row input[type="search"]:not(.browser-default):focus:not([readonly]),
    .control-row textarea.materialize-textarea:focus:not([readonly]) {
        border-bottom: none !important;
        box-shadow: none !important;
    }

div.control-row:focus-within {
    border-bottom: 1px solid #ff9100 !important;
    -webkit-box-shadow: 0 1px 0 0 #ff9100 !important;
    box-shadow: 0 1px 0 0 #ff9100 !important;
}

.control-row {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #cacaca;
    margin-right: 5px !important;
    margin-bottom: 0.5rem !important;
}

    .control-row .input-field {
        width: 100% !important;
        margin: 0 !important;
    }


.column-content {
    display: contents;
}

    .column-content .form-error-msg {
        transform: translateY(1px) scale(1);
    }

.dx-icon-custom-style {
    font-size: 14px;
    color: #4a80c3;
    margin: 0 1px;
}

.dx-icon-chevrondown::before {
    font-weight: 900;
    font-size: 15px;
}

.dx-icon-close::before {
    font-size: 13px;
    font-weight: 900;
}


/* END: CUSTOM Control*/


.chart-filter {
    position: absolute;
    top: 12px;
    right: 40px;
    cursor: pointer;
}

.left-0{
    left:0px !important
}

.grid-wrapper .dropdown-content li > a {
    font-size: 16px;
    line-height: 26px;
    display: flex !important;
    justify-content: left;
}

.highlight-search {
    background-color: yellow; 
}

.margin-top-0{
    margin-top: 0px !important
}

.custom-txt-area {
    border: none !important;
    overflow: auto;
    outline: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none !important;
    resize: none !important;
    padding-right: 0 !important;
    margin-top: -10px !important;
   margin-bottom: 0px !important;
}

    .custom-txt-area::-webkit-scrollbar {
        display: none;
    }

.avatar-contact img {
    width: 38px;
    border-radius: 50%;
    background-color: #f5f5f5;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .12);
}

/* Devexpress override */

.dx-designer .dx-texteditor:not(.dx-multiline):not(.dx-textarea) .dx-texteditor-input {
    font-size: 11px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    text-overflow: ellipsis !important;
    min-height: 0 !important;
}

.dx-designer .dx-texteditor .dx-texteditor-input {
    font-size: 11px !important;
    min-height: 26px !important;
    padding-top: 5px !important;
    padding-bottom: 7px !important;
}

.dx-dropdowneditor-button-visible .dx-texteditor-input {
    padding-right: 0 !important;
}

.dx-dropdowneditor-input-wrapper .dx-texteditor-input {
    text-overflow: ellipsis !important;
}

.grid-wrapper.h-70 th select {
    height: 1.7rem !important;
    font-size: smaller;
    width: 50%;
    display: inline-block;
    float: right; /* Ensures it aligns to the right within the th */
}

.delete-button.aspNetDisabled {
    color: gray;
}