.tree-category button + button.v-treeview-node__checkbox{ display: none !important; }
.theme--light.v-application {
     background: #ffffff!important;
     color: rgba(0, 0, 0, 0.87);
 }
 @media screen and (min-width: 768px) {
     .cellanowrap {
         white-space: nowrap !important;
     }
 }
 .forocenowrap {
     white-space: nowrap !important;

 }
 .minorder{
     min-width: 175px;
 }
 .tdbreak {
     word-wrap: break-word;
 }
  /*mobile*/
 @media screen and (max-width: 768px) {
     .mobile table.v-table tr {
         max-width: 100%;
         position: relative;
         display: block;
     }

     /* .mobile .v-data-table__wrapper table ul:nth-child(odd) {
          border-left: 6px solid deeppink;
      }

      .mobile .v-data-table__wrapper table ul:nth-child(even) {
          border-left: 6px solid cyan;
      }*/
     .mobile .v-data-table__wrapper table ul{
         border-bottom: 1px solid #e0e0e0;
     }

     .mobile .v-data-table__wrapper table ul li {
         display: flex;
         width: 100%;

         height: auto;
         padding: 10px;

     }
     .mobile .v-data-table__wrapper table ul li {
         height: auto;
     }

     .mobile .v-data-table__wrapper table  ul li:before {
         content: attr(data-label);
         padding-right: .5em;
         text-align: left;
         display: block;
         font-weight: normal;
         color: #999;
     }
     .v-datatable__actions__select
     {
         width: 50%;
         margin: 0;
         justify-content: flex-start;
     }
     .mobile .theme--light.v-table tbody tr:hover:not(.v-datatable__expand-row) {
         background: transparent;
     }

 }

 .flex-content {
     padding: 0;
     margin: 0;
     list-style: none;
     display: flex;
     flex-wrap: wrap;
     width: 100%;
 }

 .flex-item {
     padding: 5px;
     width: 50%;
     height: 40px;
     font-weight: bold;
 }


 .put__slot{ margin-right: 0; margin-bottom: 0 !important;}
 .v-card:not(.v-sheet--tile):not(.v-card--shaped) {
     border-radius: 0;
 }



 .theme--dark.v-tabs > .v-tabs-bar .v-tab:not(.v-tab--active), .theme--dark.v-tabs > .v-tabs-bar .v-tab:not(.v-tab--active) > .v-icon, .theme--dark.v-tabs > .v-tabs-bar .v-tab--disabled {
     color: rgba(255, 255, 255, 1)!important;
 }
 .v-tabs-bar.theme--dark .v-tab:not(.v-tab--active):not(.v-tab--disabled) {
     opacity: 1!important;
 }
 .v-application--wrap{ min-height: auto!important;}

 .v-btn::before {
     background-color: transparent!important;
 }

 .preparated{
     background: #eaf6ea;
     color: #4caf50 !important;
     font-weight: 500;
 }

 .cancelled{
     background: #FFEBEB;
     font-weight: 500;
     color: #ff5252 !important;
 }
 .put--selection-controls:not(.put--hide-details) .put__slot {
     margin-bottom: 0 !important;
 }



 .notActive {
     background-color: #FFFFFF
 }

 table thead th.word-wrap-example {
     word-wrap: break-word;
     white-space: normal;
 }

 .mobile {
     color: #333;
 }



 #create .v-speed-dial {
     position: absolute;
 }

 #create .v-btn--floating {
     position: relative;
 }

 .v-menu__content {
     box-shadow: none;
     border: 1px solid #d1d1d1;


 }

 aside {
     border-bottom: 1px solid #e0e0e0;
     border-left: 1px solid #e0e0e0;
     border-top: 1px solid #e0e0e0;
 }

 .treeview {


     font-size: 14px;
     width: 100%

 }


 .v-treeview-node__content, .v-treeview-node__label {
     flex-shrink: 1 !important;
     word-break: break-all !important;
     display: inline;
 }

 .v-treeview-node__root {

     min-height: 35px !important;
     font-size: 14px !important;
 }

 .v-application--is-ltr .v-treeview-node {
     /*margin-left: 10px !important;*/
 }

 .v-application--is-ltr .put--selection-controls__input {
     margin-right: 0;
 }


/* .v-messages {
     display: none
 }*/




 .theme--light.put--selection-controls.put--is-disabled:not(.put--indeterminate) .v-icon {
     color: #01579b !important
 }

 .input-group--disabled.checkbox .input-group__input {
     color: #000 !important;
 }

 .input-group--disabled.input-group--select label {
     color: #000 !important;
 }

 [class$="--disabled"],
 [class*="--disabled "] * {
     color: #000 !important;
 }

 /* .v-icon{color: #01579b!important}*/

 /*.v-data-table

 tr:hover:not(.v-data-table__expanded__content) {
     background: #ffffff !important;
 }
 tr.active:hover:not(.v-data-table__expanded__content) {
     background: #F5F5F5 !important;
 }*/



 .notActive {
     background-color: #FFFFFF
 }



 .v-tab {
     justify-content: start;
     text-transform: none;
     font-size: 1rem;
     font-weight: normal;
     letter-spacing: normal;
 }

 .v-data-table th {

     font-size: 14px;
 }
 .theme--light.v-data-table > .v-data-table__wrapper > table > thead > tr:last-child > th {
     white-space: nowrap;
 }
.headerTable{
    color: #ffffff!important;
    font-size: 14px!important;
    font-weight: normal;
}
/*.listpreload{
    z-index:5000!important;
}*/
 .v-dialog__content--active{
     /*z-index:244!important;
     z-index:240!important;*/
 }

 .panelckeditor .v-dialog__content--active{
     /*z-index:244!important;*/
 }
 .nowrap{
     white-space: nowrap;
 }
 .v-text-field__slot input[type=text] { max-width:auto!important;}
 .v-text-field__slot input[type=number] { max-width:auto!important;}
 .v-select__slot input[type=text] { max-width:auto!important;}
tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.03);
}
 .classSuccess {
     color: #4caf50 !important;
     caret-color: #4caf50 !important;
     background: #EAF6EA !important;
 }
 .classError {
     background: #FFEBEB !important;
     color: #ff5252 !important;
     caret-color: #ff5252 !important;
 }
 .classInfo {
     color: #2196f3 !important;
     caret-color: #2196f3 !important;
     background: #E5F3FE !important
 }
 .classWarning {
     color: #fb8c00 !important;
     caret-color: #fb8c00 !important;
     background: #FFF1E1 !important
 }
 .classNothing {

 }
 .v-data-footer__select input[type=text]{
     max-width: 50px  ;
 }
