/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.mdl-layout__content{
  overflow-x: auto;
  display: flex;
}
#menuCover{
  /*
  background-image: url("../media/cover.jpg");
  background-size: cover;
  */
}
.full-width{
    width: 100%!important;
}
.width-35{
  width: 35px!important;
}
.width-50{
  width: 50px!important;
}
.width-80{
  width: 80px!important;
}
.max-width-80{
  max-width: 80px!important;
}
.width-100{
  width: 100px!important;
}
.width-150{
  width: 150px!important;
}
.width-200{
  width: 200px!important;
}
.width-250{
  width: 250px!important;
}
.width-300{
  width: 300px!important;
}
.width-400{
  width: 400px!important;
}
.width-90-perc{
  width:90%!important;;
}
.fill-height{
    height: 100%;
}
.demo-drawer-header{
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: end;
    justify-content: space-between;
    padding: 16px;
    height: 151px;
}
#menuUserCred{
  margin: 16px 0 0px;
  color: #404040;
}
.demo-avatar {
    width: 48px;
    height: 48px;
    border-radius: 24px;
}
.demo-avatar-dropdown {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
#menu_tittle{
    height:100px;
    line-height: 100px;
}
.float{
  position: fixed;
  display: block;
  right: 0;
  bottom: 0;
  margin-right: 40px;
  margin-bottom: 40px;
  z-index: 900;
  transform: scale(0);
  transition-delay: 400ms;
}
.float.float-active{
  transition-delay: 400ms;
  transform: scale(1);
}
.display-none{
  display:none!important;
}
.display-flex{
  display:flex;
}
.chip-container-imp{
  display: flex;
  width: auto;
  align-items: center;
  border: none;
}
.import-table td .chip-container-imp mdl-chip{
  margin-right: 4px;
}
.import-table td .chip-container-imp input{
  height: 38px;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 0px 16px 16px 0px;
  border: 1px solid #cdcdcd;
  border-left: none;
  padding-left: 0px;
  border: none;
}
.import-table td .chip-container-imp input:focus .import-table td .chip-container-imp{
  outline: 2px solid #14b253d1;
}
.import-table td .chip-container-imp div{
  min-width: 16px;
  height: 36px;
  border-radius: 16px 0px 0px 16px;
  border-left: 1px solid #cdcdcd;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  align-items: center;
  display: flex;
  padding-left: 2px;
  border: none;
}
.import-table td .chip-container-imp div .mdl-chip{
  margin-right:4px;
} 


.import-table td .chip-container-imp input:focus{
  outline:none;
}
.import-table td td .chip-container-imp input:focus{
  outline: none;
}

.import-table td .chip-container-imp:focus-within{
  -webkit-box-shadow:inset 0 0 0 2px #14b253d1;
  box-shadow:inset 0 0 0 2px #14b253d1;
}

.attribute-coll-imp{
  display: flex;
  width: auto;
  align-items: center;
  border: none;
}

.attribute-coll-imp .attributeSearchContainer{
  width:100%;
  height:150px;
  background-color:#000;
  position:absolute;
  bottom: -150px;
  
}
.mdl-data-table.import-table td td:nth-last-child(-n+2){
  display: table-cell;
}
.mdl-data-table.import-table td td:nth-last-child(-n+1){
  display: table-cell;
}
.mdl-data-table td td:last-of-type{
  padding-right: 0px;
}
.mdl-data-table.import-table td td:first-of-type{
  padding-left: 0px;
  padding-right: 0px;
  border-top: none;
  border-right: 1px solid #f6f6f6;
}
.mdl-data-table.import-table td td{
  border-top: none;
  height: 54px;
  padding: 0px 0px;
}
.import-table td td div{
  display: inline-flex;
  align-items: center;
  
}
.import-table td td .multiselectoptions{
  display: none;
  position:absolute;
  width:100%;
  left: 0px;
  height: auto;
  background-color: #FFF;
  top: 55px;
  z-index: 1;
}
.import-table td td .multiselectoptions.visible{
  display: block;
  -webkit-box-shadow: 0 0 8px 0 #D4D4D4;
  box-shadow: 0 0 8px 0 #D4D4D4;
}
.import-table td td .multiselectoptions .option .checkbox .checkbox__input{
  margin: 0px;
  height: 40px;
  margin-top: -12px;
}


.import-table td td .multiselectoptions .chip-container{
  min-width: 16px;
  height: 36px;
  border-radius: 16px 0px 0px 16px;
  border-left: 1px solid #cdcdcd;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  align-items: center;
  display: flex;
  padding-left: 2px;
  border: none;
}
/*
.import-table td td:focus .multiselectoptions{
  display: block;
}
*/
.import-table td td .multiselect .selectedContainerSearch{
  width:150px;
}
.import-table td td .multiselect .chip-container .mdl-chip{
  height: 26px;
  line-height: 26px;
  padding: 0 2px 0 8px;
}
.import-table td td .multiselect .chip-container .mdl-chip__action{
  height: 22px;
}
.import-table td td .multiselect .chip-container .mdl-chip__action .material-icons{
  font-size: 22px;
}

.import-table td td .multiselectoptions .option{
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 8px 8px;
}
.import-table td td .multiselectoptions .option:hover{
  background-color:#fbfbfb;
}
.import-table td td .multiselectoptions .option.focused{
  background-color:#f2f2f2;
}

.import-table td td .multiselectoptions .option .checkbox{
  width: 100%;
  text-align: left;
  margin: 0px;
}

.multiselect{
  
}

.atributEmri{
  padding: 0px 8px 0px 8px;
}

.mdl-layout__drawer{
    border-right: 1px solid #535b5f;
}
.mdl-layout__drawer .mdl-navigation .mdl-navigation__link:hover{
    background-color: #fafafa;
}
.mdl-dialog {
    top: 100px;
    position: absolute;
    z-index: 3;
    background-color: #FFF;
    padding: 14px;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
}
.big-dialog{
  width:1267px;
  left: calc(50% - 655px);
}
.medium-dialog{
  width: 900px;
  left: calc(50% - 453px);
}
.extra-small-dialog{
  width: 400px;
  left: calc(50% - 193px);
}
.small-dialog{
  width: 700px;
  left: calc(50% - 343px);
}
#toolbar_header{
  padding:8px;
	z-index: 2;
}
.cast-bottom-shadow{
	box-shadow: 0 0px 20px 4px #a1a1a1;
}
.white_bg{
    background-color: #FFF;
}
.white-text{
  color:#FFF;
}
.mdl-layout__header-row.toolbar-row{
  display: flex;
  padding: 8px 20px;
  border-top: 1px solid #eee;
  background-color: transparent;
  height: auto;
  justify-content: space-between;
  min-height:49px;
  overflow-x: auto;
}
.mdl-layout__header-row.toolbar-row .material-icons{ 
  color: #707171!important;
}


.toolbar-text-btn{
  height: 32px;
  line-height: 32px;
  text-transform: inherit;
}
.toolbar-icon-btn{
  margin: 0px 10px;
}
.toolbar-icon-btn:first-child{
  margin: 0px 10px 0px 0px;
}
.toolbar-icon-btn:last-child{
  margin: 0px 0px 0px 10px;
}
.toolbar-icon-btn .material-icons{
  font-size: 22px;
  color: #707171;
  /*color: #FFF;*/
}
.mdl-tabs__tab-bar{
    display: block;
}

#loader_2{
    visibility:hidden;
    position: absolute;
    top: 60px;
    z-index: 4;
}
.transition250{
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.transition350{
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.transition450{
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}
.transition600{
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -ms-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.li_middle_icon{ 
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
   align-items: center;
}
.li_middle_icon > .material-icons{
    width: 24px;
    height: 24px;
    margin-right: 8px;
    font-size: 20px;
    line-height: 24px;
}
.border-bottom-grey{
    border-bottom: 1px solid #eeeeee;
}
.border-top-grey{
    border-top: 1px solid #eeeeee;
}
.border-top-grey:last-child{
    border-bottom: 1px solid #eeeeee;
}
.no-margin-top{
    margin-top: 0px;
}
.margin-top-16{
  margin-top: 16px!important;
}
.no-margin-bottom{
    margin-bottom: 0px;
}
.no-margin-top-bottom{
    margin-top: 0px;
    margin-bottom: 0px;
}
.no-padding-top{
    padding-top: 0px;
}
.no-padding-top-bottom{
  padding-top: 0px!important;
  padding-bottom: 0px!important;
}
.no-padding{
  padding: 0px!important;
}
.margin-right-16{
    margin-right: 16px;
}
.margin-right-8{
    margin-right: 8px;
}
.margin-bottom-8{
    margin-bottom: 8px;
}
.margin-bottom-16{
    margin-bottom: 16px;
}
.space-between{
    justify-content: space-between;
}
.flex{
    display: flex;
}
.no-border-top{
    border-top:none;
}
.pre-wrap{
  white-space: pre-wrap!important;
}
.horizontal-separator{
    display: inline-block;
    height:100%;
    width:0px;
    margin-left:8px;
    border-left: 1px solid #eee;
}
.toolbar_select{
    color:#757575;
    text-transform:none;
    align-items:stretch;
}
.no-text-transform{
  text-transform:none;
}
.dialogForm{
    min-height: 420px;
    overflow-x: auto;
}
.date-input-field{
    padding: 1px 0px;
}
.mdl-button--raised-color{
  background: rgba(158,158,158,.2);
  box-shadow: 0 4px 4px 0 rgba(0,0,0,.3), 0 4px 2px -2px rgba(0,0,0,.4), 0 2px 6px 0 rgba(0,0,0,.28);
}
#dialogSearchResult{
  height: 400px;
  overflow-y: auto;
}
.inputUnderSearchContainer{
  display: none;
  width: 100%;
  position: absolute;
  min-height: 300px;
  background-color: #fff;
  margin-top: -20px;
  z-index: 9;
}
.inputUnderSearchContainer .closeSearchResult{
  display:block;
  float: right;
}
.searchContainerTittle{
  display:block;
}
.searchContainerTittle .tittle{
  float: left;
  height: 32px;
  line-height: 32px;
  margin-left: 8px;
  font-size: 15px;
}

#clientSearchResult{
  height: 400px;
  overflow-y: auto;
}
.messagePreview{
  width: 100%;
  height: 150px;
  font-size: 16px;
  font-family: "Helvetica","Arial",sans-serif;
}
.ns-resize{
	cursor: ns-resize;
}
.cursor-pointer{
  cursor: pointer;
}
.cursor-default{
  cursor: default;
}
.main-ul-mobile{
  padding: 0px 0px;
  margin-top: 0px;
  background-color: #f7f7f7;
}
.li-main{
  background-color: #FFF;
}


#toolbarSearch::placeholder{
  color:#cecece;
}
.order_2{
  order:2;
}
.li-icon{
  background-color: transparent!important;
  line-height: 40px;
  text-align: center;
  font-size: 30px!important;
}
.bold{
  font-weight: bold;
}
#printContainer{
  display:none;
  width:100%;
  height:auto;
}
.menu-icon{
  margin-right: 12px; 
  font-size: 26px;
  color: #455a64;
}
.active-tab:hover{
-webkit-box-shadow:inset 0 -2px 0 0 #448aff;
box-shadow:inset 0 -2px 0 0 #448aff;
}
.active-tab{
  -webkit-box-shadow:inset 0 -2px 0 0 #448aff;
  box-shadow:inset 0 -2px 0 0 #448aff;
}

.navigation-tabs-container{
  display:none;
}
.active-tab-container{
  display:block!important;
}
#hdrbtn{
display: flex;
    align-items: center;
    order: 6;
    background-color: transparent;
    border: none;
}
#hdrbtn:focus{
  outline:none;
}

.mdl-layout__drawer-button-right{
    background: transparent;
    color: #767777;
    margin: 4px;
    display: block;
    position: relative;
    height: 48px;
    width: 48px;
    border: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    font-size: 26px;
    line-height: 56px;

    top: 0;
    left: 0;
    z-index: 4;
    order: 3;
}
.mdl-layout__drawer-right{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 294px;
    height: 100%;
    max-height: 100%;
    position: absolute;
    top: 0px;
    right: 0;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    box-sizing: border-box;
    border-right: 1px solid #e0e0e0;
    background: #fafafa;
    -webkit-transform: translateX(-250px);
    transform: translateX(calc(100vh + 430px));
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    will-change: transform;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    color: #424242;
    overflow: visible;
    overflow-y: auto;
    z-index: 3;
}
.visible-drawer-right{
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.mdl-layout__drawer-button2 {
    display: block;
    float: left;
    position: relative;
    height: 35px;
    width: 35px;
    border: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    font-size: 26px;
    line-height: 45px;
    font-family: Helvetica,Arial,sans-serif;
    margin: 8px 12px;
    top: 0;
    right: 0;
    color: rgb(66,66,66);
    z-index: 4;
}
.drawer-right-tittle{
  /*width: calc(100% - 83px);*/
  
  float: left;
  margin: 8px 12px;
  flex-shrink: 0;
  line-height: 48px;
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  font-size: 18px;
  line-height: 1;
  letter-spacing: .02em;
  font-weight: 400;
}
#rightMenuButton{
  display:none;
}
.drawer-right-head{
  background-color: #FFF;
  display: flex;
  height: 80px;
  align-items: center;
  justify-content: space-between;
  -webkit-box-shadow: 0 2px 4px 0 #CCCCCC;
  box-shadow: 0 2px 4px 0 #CCCCCC;
  z-index: 1;
}
#nagiationLbl{
  padding: 0;
}
#locTittle{
  height: 100%;
  display: flex;
  line-height: 64px;
  font-size: 18px;
  color: #14b253;
}
.generalToolbarSearch{
  border: none;
  font-size: 18px;
  margin-left: 0px;
  padding: 8px 0px;
  height: 100%;
  box-sizing: border-box;
}
.generalToolbarSearch::placeholder{
  color:#cecece;
}
.generalToolbarSearch:focus{
  outline:none;
}
.android-search-box .material-icons{
  color: #B6B8BA!important;
}

.mdl-button--fab.mdl-button--colored{
  background: rgb(20, 178, 83);
}
.android-search-box{
  margin-left: 0px;
}
@media (max-width: 900px) {
    .android-header.mdl-layout__header.permanent .mdl-layout__header-row{
      background-color: #FFF;
      padding: 0 20px 0 0px;
    }
    .mdl-dialog {
      top: -200%;
      width: calc(100vw - 28px);
      left: 0;
      transition: all 450ms ease-in-out;
    }
  .android-navigation-container {
      width: calc(100% - 150px);
  }
  .account-notification-container{
    border-left: none;
  }
  .drawer-right-tittle{
    height:42px;
    line-height:42px;
  }
  .mdl-layout__drawer-button2{
    height:42px;
  }
  #loader_2{
    display: block;
    visibility:hidden;
    position: absolute;
    top: 56px;
    z-index: 2;
    height: 4px;
    max-width: 100%;
  }
  .android-search-box.is-focused + #locTittle {
    opacity: 0;
  }
  #extraToolbarButton{
    display:none;
  }
  #extraToolbarButtonIcon{
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
  }
  .drawer{
    width: 0px;
    border-right: none;
    top: 56px;
    height: calc(100% - 56px);
  }
  .drawer.open{
    width:100vw;
  }
  .mdl-layout__content.permanent.full{
    margin-left: 0px;
  }
  .mdl-layout__content.permanent.small{
    margin-left:0;
  }
  
  .android-header.mdl-layout__header.permanent .toolbar-row.full{
    padding:8px 20px 8px 20px;
  }
  .android-header.mdl-layout__header.permanent .toolbar-row.small{
    padding:8px 20px 8px 20px;
  }
  .logo-menu-container.full{
    width: 71px;
  }
  .logo-menu-container.small{
    width: 71px;
  }
  .android-header.mdl-layout__header.permanent .mdl-layout__header-row{
    justify-content: space-between;
  }
  .generalToolbarSearch{
    width:113px;
  }
  #hdrbtn{
    display:none;
  }
  .android-header.mdl-layout__header.permanent .mdl-layout__header-row.path-row.small{
    padding: 8px 20px 8px 20px;
  }
  .android-header.mdl-layout__header.permanent .mdl-layout__header-row.path-row.full{
    padding: 8px 20px 8px 20px;
  }
}
@media (min-width: 901px) {
  .android-header.mdl-layout__header.permanent .mdl-layout__header-row{
    background-color: #FFF;
    padding: 0 20px 0 0px;
    height: 80px;
  }
  .drawer{
    width: 72px;
    border-right: 1px solid #e0e0e0;
    top: 80px;
    height: calc(100% - 80px);
  }
  .drawer.open{
    width:304px;
  }
  .account-notification-container{
    border-left: 1px solid #e0e0e0;
  }
  #hdrbtn{
    display:flex;
  }
  .android-header.mdl-layout__header.permanent .mdl-layout__header-row.path-row.small{
    padding: 8px 20px 8px 92px;
  }
  .android-header.mdl-layout__header.permanent .mdl-layout__header-row.path-row.full{
    padding: 8px 20px 8px 324px;
  }
  
  .generalToolbarSearch{
    width:243px;
  }
  .mdl-navigation::-webkit-scrollbar {
    width: 4px;
    height:4px;
  }
  .mdl-navigation::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-left: 1px solid #b4b4b4;
    border-right: 1px solid #dcdcdc;
    border-top:1px solid #b4b4b4;
  }
  .mdl-navigation::-webkit-scrollbar-thumb:hover {
    background: #bcbcbc;
  }
  .mdl-layout__content.permanent.full{
    margin-left: 72px;
  }
  .mdl-layout__content.permanent.small{
    margin-left:304px;
  }
  .drawer:hover{
    width:304px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
  }
  .drawer.open:hover{
    box-shadow: none;
  }
  
  .android-header.mdl-layout__header.permanent .toolbar-row.full{
    padding:8px 20px 8px 92px;
  }
  .android-header.mdl-layout__header.permanent .toolbar-row.small{
    padding:8px 20px 8px 324px;
  }
  .logo-menu-container.full{
    width: 304px;
  }
  .logo-menu-container.small{
    width: 71px;
  }
}
.smallinputContainer{
  height: auto;
  min-height: 10px;
  padding: 20px;
  left: calc(50% - 140px);
  display:block;
  background-color:#FFF;
  width:auto;
  position:fixed;
  bottom:-100px;
}
.smallinputContainer .mdl-textfield{
  width: 150px;
}
.smallinputContainer .mdl-button{
  margin-left: 20px;
  height: 30px;
  line-height: 30px;
}
.smallDialogTittle{
  width:100%;
  line-height: 28px;
  color: #646464;
  font-size: 13px;
  margin-bottom: 5px;
}
.smallDialogTittle .material-icons{
  cursor:pointer;
}
.font-bold{
  font-weight:bold;
}
.basket-remove{
  margin: 0 0 0 8px;
  text-align: right;
}
.basket-remove:hover{
  color:#2d2d2d!important;
}
.delete-icon-table{
  color: #767777 !important;
  cursor:pointer;
}
.delete-icon-table:hover{
  color:#2d2d2d!important;
}
.mdl-list__chack-box{
  float: left;
  margin-right: 16px;
  height: 40px;
  width: auto;
  box-sizing: border-box;
  font-size: 40px;
  color: #fff;
  line-height: 40px;
}
.errorBorder{
  border-bottom: 1px solid rgba(255, 0, 0, 0.9);;
}
.noOutline:focus{
  outline: none;
}
.no-border{
  border:none;
}
.grey-right-border{
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.grey-left-border{
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.filter-li{
  padding: 0px 16px;
  /*cursor: pointer;*/
}
.filter-li:hover{
  background-color: #eaeaea;
}
.filter-li .mdl-checkbox{
  /*line-height: 23px;*/
  line-height: 23px;
  /*min-height: 48px;*/  
}
.drawer-right-body h6{
  margin:24px 16px 0px;
}
.drawer-right-body .mdl-list{
  margin-top: 0px;
  max-height: 240px;
  overflow-y: auto;
  padding: 0;
}
.drawer-right-body .mdl-list:first-child{
  border-top: 1px solid #eeeeee;
}
#drawer-right-body{
  height: calc(100% - 66px);
  overflow: auto;
  box-shadow: inset 0 2px 2px 0 #DEDEDE;
}
.right-filter-form{
  height: calc(100% - 16px);
  overflow-y:auto;
}
#toast{
  z-index:5;
}
.current-link{
  background-color: #eceff1;
}
.border-bottom-greyer{
  border-bottom: 1px solid #dcdcdc;
}
.demo-card-wide > .mdl-card__title {
  color: #fff;
  height: 220px;
}
.demo-card-wide > .mdl-card__menu {
  color: #fff;
}
.mdl-navigation__link .menuMainItem{
  display:block;
  height: 60px;
  padding: 0px 24px;
  line-height: 60px;
  text-decoration: none;
  cursor:pointer;
  overflow: hidden;
}
.mdl-navigation__link:first-child{
  background-color: #f6f6f6;
  box-shadow: inset 0 2px 2px 0 #DEDEDE;
}
.mdl-navigation__link:nth-child(2) {
  box-shadow: inset 0 2px 4px 0 #e7e7e7;
}

.mdl-navigation__link .menuMainItem.expandable{
  cursor:default;
}

.undermenuContainer .underMenuLink{
  width:calc(100% - 24px);
  padding: 12px 0px 12px 24px;
  color: #212121;
}
.undermenuContainer .underMenuLink.activeMenu{
  color: #14b253;
}
.undermenuContainer .underMenuLink:hover{
  background-color: #f5f5f5;
}
.undermenuContainer .underMenuLink.activeMenu:hover{
  background-color: #e8f0fe;
}
.menuMainItem:hover{
  background-color: #f5f5f5;
}
.menuMainItem:first-child:hover{
  background-color: #f5f5f5;
  box-shadow: inset 0 2px 2px 0 #DEDEDE;
}
.menuMainItem.activeMenu:hover{
  /*
  background-color: #e8f0fe;
  */
}
.activeMenu{
  /*
  background-color: #e8f0fe;
  -webkit-box-shadow:inset 1px 1px 0 0 #dde1e1;
  box-shadow:inset 1px 1px 0 0 #dde1e1;
  */
}
.expandable{
  display:flex!important;
  justify-content: space-between!important;
}
.android-title button{
  display: block;
  position: relative;
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  font-size: 20px;
  line-height: 1;
  letter-spacing: .02em;
  font-weight: 400;
  box-sizing: border-box;
  border: 0px;
  padding: 0px 8px 0px 8px;
  color: #14b253;
  background-color: transparent;
  
}
.android-title button:hover{
  /*cursor:pointer;*/
}
.android-title button:focus{
  outline: none;
}
.android-title button:first-child{
  padding: 0px 8px 0px 0px;
}
.android-title .material-icons.next-arrow{
  color: #14b253!important;
  line-height: 64px;
}
.expandIcon{
  line-height: 60px;
  color: #14b253;
  transform: rotate(0deg);
  font-size: 18px;
}
.expanded .expandIcon{
  transform: rotate(180deg);

}
.underMenuLink{
  width: calc(100% - 16px);
  display: block;
  padding: 10px 0px 10px 0px;
  text-decoration: none;
  font-size: 13px;
  cursor:pointer;
}
.underMenuLink .menu-icon{
  font-size:22px;
  
}
.account-notification-container{
  order: 4;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0px 0px 0px 16px;
}

.mdl-navigation{
  width: 100%;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-top: 0px;
  overflow: auto;
  /*height: 100%;*/
  height: auto;
}
.mdl-navigation:hover{
  height: auto;
}
.mdl-navigation__link{
  display: block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0px 0px;
  height: 60px;
  overflow: hidden;
  margin: 0;
  color: #757575;
  width: 100%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: .77;
}
.mdl-navigation__link.expanded{
  height:auto!important;
  overflow:auto!important;
  opacity: 1;
}
.ul-kerko-container{
  height: 260px;
  display: none;
  position: absolute;
  background-color: #ffffff!important;
  margin-top: 55px;
  width: calc(100% - 52px);
  z-index: 5;
  overflow-y: auto;
  padding:0px;
}
.ul-kerko-container .mdl-list__item:hover{
  background-color: #f5f5f5;
}
.toolbar-ul{
  padding:0px 16px;
}
.toolbar-ul .search-ul{
  
}
.date-input{
  padding: 1px 0px;
}
.tr-selected{
  background-color: #f8f8f8;
}
.toolbar-disbled-btn{
  background-color: #eee;
}
@media print {
  .mdl-data-table td{
    padding: 3px 6px!important;;
    font-size: 8px!important;;
  }
  .mdl-data-table tbody tr{
    height:auto!important;
  }
  .mdl-data-table th{
    padding: 0 6px 3px 6px!important;;
    font-size: 8px!important;
  }
  .print-invisible{
    display:none;
  }
  .print-visible{
    display:block;
  }
  #printContainer{
    display:block;
  }
  .page-break{
    page-break-before: always
  }
  button {
    display: none !important;
  }
  input,
  textarea {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
  }
}
.small-scrollbar{
  overflow-y:hidden;
  
}
.small-scrollbar:hover{
  overflow-y:auto;
}
.small-scrollbar::-webkit-scrollbar {
  width: 10px;
  height:10px;
}

.small-scrollbar::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.small-scrollbar::-webkit-scrollbar-thumb {
  background: #888;
}
.small-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #555;
}


#mainLayoutDrawer::-webkit-scrollbar {
    width: 10px;
}
#mainLayoutDrawer::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
#mainLayoutDrawer::-webkit-scrollbar-thumb {
    background: #888; 
}
#mainLayoutDrawer::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
.toolbar-icon-btn .mdl-badge:after{
  font-size: 11px;
  width: 20px;
  height: 20px;
}
.basketItemsContainer{
  max-height: 288px;
  overflow-y: auto;
}
.leftContainerExtraBtns{
  display:inline-block;
}
.leftContainerExtraBtns .toolbar-icon-btn{
  margin: 0px 10px;
}
.toolbar-icon-btn.visible{
  display:block;
}
.toolbar-icon-btn.hidden{
  display:none;
} 
.activeMenu .menu-icon{
  color: #14b253;
}
.activeMenu span{
  color: #14b253;
  /*font-weight: bold;*/
}


#shitjeArtikujCard{
  min-height:100%;
}
.itemQuantityInput{
  text-align: right;
}
#totaleFaturaLabel{
  margin-top: 20px;
  text-align: right;
  font-size: 15px;
  color: #525252;
}
#totaleFatura{
  text-align:right;
  margin-top:8px;
  color: #f00;
  margin-bottom: 8px;
}
#klientiFaturaLabel{
  margin-top: 20px;
  text-align: right;
  font-size: 15px;
  color: #525252; 
}
#totaleFaturaMonedha{
  text-align:right;
  margin-top:8px;
}
#totaleFaturaMonedhaLabel{
  margin-top: 0px;
  text-align: right;
  font-size: 15px;
  color: #525252; 
}
#totaleFaturaAll{
  text-align:right;
  margin-top:8px;
}
#totaleFaturaAllLabel{
  margin-top: 20px;
  text-align: right;
  font-size: 15px;
  color: #525252; 
}

#restoLabel{
  margin-top: 20px;
  text-align: right;
  font-size: 15px;
  color: #525252; 
}
#restoVlera{
  text-align:right;
  margin-top:8px;
  margin-bottom: 8px;
}


#klientiFatura{
  text-align:right;
  margin-top:8px;
  cursor:default;
}
.td-changed{
  background-color: #afdfb1;
}
.td-error{
  background-color: #f00;
  color: #000;
}
.td-warning{
  background-color: #fd9726;
  color: #000;
}
.td-note{
  background-color: #fff5c5;
  color: #000;
}
#userFaturaLabel{
  margin-top: 20px;
  text-align: right;
  font-size: 15px;
  color: #525252; 
}
#userFatura{
  text-align:right;
  margin-top:8px;
  cursor:default;
}
#userFatura:focus{
  outline:none;
}
#monedhaFaturaLabel{
  margin-top: 20px;
  text-align: right;
  font-size: 15px;
  color: #525252; 
}
/*
#monedhaFatura{
  text-align:right;
  margin-top:8px;
  cursor:default;
}
#monedhaFatura:focus{
  outline:none;
}
*/

.mdl-list__item-avatar, .mdl-list__item-avatar.material-icons.small-avatar{
  width: 22px;
  height: 22px;
  font-size: 14px;
  text-align: center;
  line-height: 22px;
}

.quick-select{
  display: none;
  position: absolute;
  background-color: #FFF;
  width: calc(100% - 32px);
  margin-top: 0px;
  max-height: 400px;
  min-height: 150px;
  z-index:2;
  margin-top: 53px;
}
.quick-select .toolbar {
  display: block;
  padding: 0px 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  box-sizing: border-box;
  align-items: center;
}
.quick-select .mdl-list{
  height: 228px;
  overflow: auto;
  margin: 0px;
  padding: 0px;
  background-color: #fcfcfc;
}
.font-size-15{
  font-size: 15px;
}
.fatura-btn{
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .02em;
}
#notificationUlContainer{
  height:350px;
  overflow:auto;
  padding:16px;
  width:350px;
}
#notificationUlContainer .mdl-list__item-primary-content{
  height:auto;
}
#notificationUlContainer li{
  flex-direction: row;
  flex-wrap: wrap;
  height: auto;
  margin: 8px 0px;
}
#notificationUlContainer li .actions{
  padding: 16px 0;
}
.li-checkbox-container{
  display: inline-block;
  padding: 8px 10px 7px 10px;
  margin-right: 8px;
  float: left;
}
.card-image-container{
  width: calc(100% - 32px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-left: 0px;
  margin-top: 16px;
}
.card-image{
  height: 260px;
  cursor: move;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-right: 8px;
  margin-bottom: 8px;
}
.card-image > .mdl-card__actions {
  display: flex;
  box-sizing:border-box;
  align-items: center;
  background: rgba(0, 0, 0, 0.2);
}
.card-image > .mdl-card__actions > .material-icons {
  padding-right: 10px;
  cursor: pointer;
}
.card-image:first-child{
  margin-left: 0px;
}
.dipatcher-input{
 width:100%;
 font-size: 13px!important;
}
.dipatcher-input > .mdl-textfield__input{
  font-size: 13px!important;
}
.dipatcher-input > .mdl-textfield__label{
  font-size: 13px!important;
  top: 22px!important;
}

.dispather-td-add-row{
  padding: 0px 18px!important;
}

.mdl-selectfield .mdl-js-selectfield .dipatcher-input{
  padding: 16px 0;
}
.diImgContainer{
  display: block;
  float: left;
  height: 33px;
  margin-left: 8px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.menuHoverContainer{
  display:flex;
  /*transform: scale(0);*/
  overflow: hidden;
  width: 32px;
  float: right;
  height: calc(100% - 5px);
  position: absolute;
  justify-content: flex-start;
  /*margin-top: -28px;*/
  margin-top: -23px;
  align-items: center;
  right: 0px;
  padding-right: 24px;
  padding-left: 256px;
  padding-left: 0px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.menuHoverContainer:hover{
  width: auto;
  padding-left: 256px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,eeeeee+13&0+1,1+43 */
  background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(18,18,18,0) 1%, rgba(238,238,238,0.29) 13%, rgba(238,238,238,1) 43%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(18,18,18,0) 1%,rgba(238,238,238,0.29) 13%,rgba(238,238,238,1) 43%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(18,18,18,0) 1%,rgba(238,238,238,0.29) 13%,rgba(238,238,238,1) 43%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#eeeeee',GradientType=1 ); /* IE6-9 */
  
  /*display:flex;*/
  /*transform: scale(1);*/
}
.menuHoverContainer:hover .more-horizontal-expand{
  
  transform: scale(0);
}
.menuHoverContainer .material-icons.menu-icon{
  color: #707171!important;
}
.grey-icons{
  color: #707171!important;
}

.page-content.split{
  overflow-x:scroll;
  background-color: #ffffff;
}
.page-content-right{
  min-height: 100%;
  background-color: #ffffff;
  overflow-x:scroll;
  
}
.page-content.split::-webkit-scrollbar {
  width: 10px;
  height:10px;
}

.page-content.split::-webkit-scrollbar-track{
  background: #FFF;
}
.page-content.split::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-left: 1px solid #b4b4b4;
  border-right: 1px solid #dcdcdc;
  border-top:1px solid #b4b4b4;
}
.page-content.split::-webkit-scrollbar-thumb:hover {
  background: #bcbcbc;
}
.mdl-layout__content::-webkit-scrollbar {
  width: 10px;
  height:10px;
}
.mdl-layout__content::-webkit-scrollbar {
  width: 10px;
  height:10px;
}
.mdl-layout__content::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-left: 1px solid #b4b4b4;
  border-right: 1px solid #dcdcdc;
  border-top:1px solid #b4b4b4;
}
.mdl-layout__content::-webkit-scrollbar-thumb:hover {
  background: #bcbcbc;
}

.page-content-right::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.page-content-right::-webkit-scrollbar-track{
  background: #FFF;
}
.page-content-right::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-left: 1px solid #b4b4b4;
  border-right: 1px solid #dcdcdc;
  border-top:1px solid #b4b4b4;
}
.page-content-right::-webkit-scrollbar-thumb:hover {
  background: #bcbcbc;
}


.page-content-right-toolbar{
  display: flex;
  background-color: #FFF;
  height: 49px;
  justify-content: space-between;
  overflow-x: auto;
  padding: 8px 20px;
  flex-shrink: 0;
  box-sizing: border-box;
  flex-wrap: nowrap;
  flex-direction: row;
  align-self: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #eee;
}
.page-content-right-toolbar .material-icons{
  color: #707171!important;
}
.page-content-right-body{
  min-height: calc(100% - 49px);
  background-color: #FFF;
}
.layout-horizontal-devider{
  width:2px;
  
    cursor: col-resize;
    background-color: rgba(255,255,255,0.1);
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    height: 100%;
}
.more-horizontal-expand{
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
-moz-transform: scale(1) rotate(90deg);
-webkit-transform: scale(1) rotate(90deg);
-o-transform: scale(1) rotate(90deg);
-ms-transform: scale(1) rotate(90deg);
transform: scale(1) rotate(90deg);
}
.upload-btn-dialog{
  float: right;
  margin: 8px 0px;
}
.page-content{
  min-height: 100%;
  background-color: #eeeeee;
}



.page-content.animating{
  position: fixed;
  width: 100%;
  top: 115px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  opacity:0.8;
}
.page-content.fromNext{
  position: fixed;
  width: 100%;
  transform:translate(100%, 0);
  top: 115px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  /*opacity:0.8;*/
  z-index:2;
}
.translate0{
  transform:translate(0, 0);
}
.toolbar-icon-btn > .mdl-tooltip{
  text-transform: none;
}
#mainPageHeader{
  border-bottom: 1px solid #eee;
  box-shadow:none;
  min-height: 0px;
}
.drop-zone{
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.on-dragenter{
  background-color: rgba(68, 138, 255, 0.2);
}
.paymentMethodContainer{
  display: flex;
  justify-content: space-evenly;
  padding: 32px 0px;
  flex-direction: column;
}
.paymentMethodContainer h3{
  text-align:right;
  width:100%;
  margin-top:8px;
  color: #f00;
}
.pagesPjesshmeLbl{
  margin-top: 20px;
  text-align: right;
  font-size: 15px;
  color: #525252;
  display: block;
  width: 100%;
}
.llogaria_lbl_error{
  background-color: #f00;
  color: #FFF;
}
#floatChipsContainer{
    position: fixed;
    display: block;
    right: 0;
    bottom: 0;
    margin-right: 40px;
    margin-bottom: 40px;
    z-index: 900;
    transform: scale(0);
    transition-delay: 400ms;
}
.mdl-spinner--single-color .mdl-spinner__layer-1{
  border-color: rgb(20, 178, 83);
}
.mdl-spinner--single-color .mdl-spinner__layer-2{
  border-color: rgb(20, 178, 83);
}
.mdl-spinner--single-color .mdl-spinner__layer-3{
  border-color: rgb(20, 178, 83);
}
.mdl-spinner--single-color .mdl-spinner__layer-4{
  border-color: rgb(20, 178, 83);
}
.mdl-chip--contact{
  padding-left: 0;
  padding-right: 6px;
}
#selectAllMenu{
  display:none;
}
.invisibleMenuElement{
  display:block;
  position:absolute;
  width:0px;
  height:0px;
  overflow:visible;
  background-color:#000;
  border: none;
  padding: 0px;
}
#impTable .mdl-data-table th{
  padding: 0 0px 0px 0px;
}
#impTable  .mdl-data-table td{
  padding: 0px 0px;
}
.drawer{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-height: 100%;
  position: absolute;
  left: 0;
  box-sizing: border-box;
  background: #ffffff;
  color: #424242;
  overflow-x: hidden;
  z-index: 5;
}

.main-logo-btn-container{
  height: 100%;
  width: calc(100% - 72px);
  display: flex;
  justify-content: flex-start;
}
.main-logo-btn-container img{
  width: 80%;
}
.not-selectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.logo-menu-container{
  height: 100%;
  display: flex;
  /*border-right: 1px solid #e0e0e0;*/
}
.logo-menu-container.small .main-logo-btn-container{
  width: 0;
}
.android-header.mdl-layout__header.permanent .mdl-layout__header-row.path-row{
  height: 60px;
  background-color:#f6f6f6;
  box-shadow: inset 0 2px 2px 0 #DEDEDE;
  display: flex;
  justify-content: space-between;
}

.drawer.is-visible{
  width:256px;
}

.android-header.mdl-layout__header.permanent .mdl-layout__header-row.toolbar-row{
  background-color: #FFF;
  height: auto;
  box-shadow: inset 0 2px 4px 0 #e7e7e7;
}
.android-header.mdl-layout__header.permanent .toolbar-row{
  padding: 8px 20px 8px 92px;
}
.main-manu-btn-container{
  display:flex;
  width:72px;
  height:100%;
  justify-content:center;
  align-items: center;
}
.main-manu-btn-container .material-icons{
  font-size:26px;
}

.drawer .mdl-navigation .mdl-navigation__link .menuMainItem div span{
  opacity:0;
  transition-delay: 100ms;
  margin-left: 12px;
}
.drawer:hover .mdl-navigation .mdl-navigation__link .menuMainItem div span{
  opacity:1;
}
.drawer.open .mdl-navigation .mdl-navigation__link .menuMainItem div span{
  opacity:1;
}
.drawer .mdl-navigation .mdl-navigation__link .undermenuContainer .underMenuLink span{
  opacity:0;
  transition-delay: 100ms;
  margin-left: 12px;
}
.drawer:hover .mdl-navigation .mdl-navigation__link .undermenuContainer .underMenuLink span{
  opacity:1;
}
.drawer.open .mdl-navigation .mdl-navigation__link .undermenuContainer .underMenuLink span{
  opacity:1;
}
.page-content .mdl-data-table{
  border-left: none;
}
.trData.selected{
  background-color:#94dab05c;
}
.mdl-data-table tbody .trData:hover{
  background-color:transparent;
  box-shadow:0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
.mdl-data-table tbody .trData.selected:hover{
  background-color:#77cd9982;
  box-shadow:0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
.info-container{
  display: flex;
  align-items: center;
}
.info-container p{
  /*
    font-weight: 400;
    line-height: 24px;
    font-weight: 400;
    line-height: 24px;
    font-size: 14px;
    letter-spacing: 0;
    margin: 0 0 0px;
    font-family: "Helvetica","Arial",sans-serif;
    color: rgba(0,0,0,.87);
  */
  margin: 0 0 0px;
}
#toolbarAccountName{
    margin: 0px 16px 0px 8px;
    font-size: 16px;
}
.mdl-color--green{
  background-color: #14b253 !important;
}
.mdl-text-color--green{
  color: #14b253 !important;
}
.mdl-text-color--red{
  color: #de1313 !important;
}

.import-table th{
  padding: 0px 0px 0px 8px;
  text-align: center;
  line-height: 40px;
  border-right: 1px solid #eaeaea;
}
.import-table tbody tr:hover{
  background-color:#f8f8f8;
}
.import-table td .checkbox{
  height: auto;
}
.import-table td input{
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-left: none;
  padding: 0px 8px 0px 8px;
  background-color: transparent;
  border: none;
}

.import-table td input:focus{
  outline: 2px solid #14b253d1;
}
.import-table td td input:focus{
  outline: none;
}
.import-table td select{
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-left: none;
  padding: 0px 8px 0px 8px;
  background-color: transparent;
  border: none;
}
.import-table td select:focus{
  outline: 2px solid #14b253d1;
}
.import-table td td select:focus{
  outline: none;
}

.import-table td{
  padding: 0px; 
  height: 100%;
  border: none;
  height: 54px;
  border-top: 1px solid #989898;
  border-right: 1px solid #f6f6f6;
}
.import-table td div {
  height:100%;
  background-color: transparent;
}
.mdl-data-table.import-table td:first-of-type{
  padding-left: 16px;
  padding-right: 16px;
  border-top: 1px solid #989898;
  border-right: 1px solid #f6f6f6;
}

.mdl-data-table.import-table td:first-of-type:focus-within{
  -webkit-box-shadow:inset 0 0 0 2px #14b253d1;
  box-shadow:inset 0 0 0 2px #14b253d1;
}
.mdl-data-table.import-table td:nth-last-child(-n+2){
  display:none;
}
.mdl-data-table.import-table td:nth-last-child(-n+1){
  display:none;
}
.mdl-data-table.import-table th:nth-last-child(-n+2){
  display:none;
}
.mdl-data-table.import-table th:nth-last-child(-n+1){
  display:none;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.dispatcher-input{
  padding: 6px;
  border-width: 1px;
  border-style: inset;
}
.dispatcher-input:read-only{
  background-color: #f6f6f6;
}
.chip-input{
  width: 100%;
  padding: 0px 0px 0px 8px;
  border: 0px;
  height: 36px;
}
.chip-input:focus{
  outline:0px;
}
.icon-btn-container{
  padding-right: 16px;
  border-radius: 16px;
  height: 32px;
  display:flex;
  align-items:center;
}
.icon-btn-container p{
  margin: 0 0 0px;
}

.icon-btn-container:hover{
  cursor:pointer;
  background-color: rgba(158,158,158,.2);
}
.delete-right-floating{
  position: absolute;
  right: 8px;
  margin-top: -16px;
  background-color: #ffffff;
  color: #14b253;
}

/* ---------- Start Stars rating ---------- */

.rating {
  display: inline-block;
  position: relative;
  height: 23px;
  line-height: 23px;
  font-size: 23px;
  margin-top: 4px;
}

.rating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}

.rating label:last-child {
  position: static;
}

.rating label:nth-child(1) {
  z-index: 5;
}

.rating label:nth-child(2) {
  z-index: 4;
}

.rating label:nth-child(3) {
  z-index: 3;
}

.rating label:nth-child(4) {
  z-index: 2;
}

.rating label:nth-child(5) {
  z-index: 1;
}

.rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.rating label .icon {
  float: left;
  color: transparent;
}

.rating label:last-child .icon {
  color: #8d8d8d;
}

.rating:not(:hover) label input:checked ~ .icon,
.rating:hover label:hover input ~ .icon {
  color: #14b253;
}

.rating label input:focus:not(:checked) ~ .icon:last-child {
  color: #8d8d8d;
  text-shadow: 0 0 5px #09f;
}

/* ---------- END Stars rating ---------- */




/* ---------- Multiselect styles ---------- */
.multiselectSearchContainer{
  width: calc(100% - 32px);
  max-height: 350px;
  background-color: #fff;
  position: absolute;
  margin-top: -20px;
  z-index: 1;
  overflow: auto;
  display:none;
}
.multiselectSearchContainer .multiselectOptions{
  width: 100%;
  height: auto;
}

.multiselectSearchContainer .multiselectOptions .option{
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 8px 8px;
}
.multiselectSearchContainer .multiselectOptions .option:hover{
  background-color: #f2f2f2;
}
.multiselectSearchContainer .multiselectOptions .option.focused{
  background-color: #f2f2f2;
}

.multiselectSearchContainer .multiselectOptions .option .checkbox {
    width: 100%;
    text-align: left;
    margin: 0px;
}
.multiselectSearchContainer .multiselectOptions .option .checkbox .checkbox__input{
  
}
.multiselectSearchContainer .searchContainerTittle{
  display:block;
}
.multiselectSearchContainer .closeSearchResult{
  display:block;
  float: right;
}

/* ---------- END Multiselect styles ---------- */


.filterTableColumnContainer{
  display: block;
  width: 240px;
  position: absolute;
  margin: 0px 0px 0px 0px;
  height: 0px;
  box-sizing: border-box;
  left: 0;
  right: 0;
  background-color: #FFF;
  z-index: 2;
  transition-duration: .25s;
  overflow-y: auto;
  padding: 0;
  
}
.filterTableColumnContainer.show{
  height: 381px;
  padding: 8px 0;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.filterContListContainer{
  box-sizing: border-box;
  height: calc(100% - 70px);
}
.filterContSearchContainer{
  width: 100%;
  height: auto;
  display: flex;
  padding: 8px 0px;
  border-bottom: 1px solid #eee;
}
.filterContSearchContainerInput{
  width: 90%;
  margin-left: 5%;
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid #c5c5c5;
  box-sizing: border-box;
}
.filterContValueSelector{
  min-width: 100%;
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid #c5c5c5;
  box-sizing: border-box;
}
.fliterActions{
  justify-content: space-around;
  margin-top: 16px;
  border-top: 1px solid #eee;
}
.checkbox.filterCheckbox{
  margin: 0px;
}
.mdl-list__item.filterCheckbox:hover{
    background-color: #f7f7f7;
}
.mdl-list__item.input{
  flex-direction:column;
}
.mdl-list__item.input p {
  text-align: left;
  width: 100%;
  margin-bottom: 8px;
}
.mdl-data-table .mdl-data-table tbody tr td {
    border-collapse: collapse;
}

.mdl-data-table-new {
  position: relative;
  border: 1px solid rgba(0,0,0,.12);
  border-collapse: collapse;
  white-space: normal;
  font-size: 13px;
  background-color: #fff;
  border-spacing: 0;
  table-layout: fixed;
}

.mdl-data-table-new thead{
  padding-bottom: 3px;
  background-color: #f7f7f7; 
}

.mdl-data-table-new tbody tr{
  position: relative;
  height: 48px;
  transition-duration: .28s;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-property: background-color;
}

.mdl-data-table-new td:first-of-type, .mdl-data-table-new th:first-of-type{
  padding-left: 24px;
}

.mdl-data-table-new td, .mdl-data-table-new td .mdl-data-table__select{
  position: relative;
  height: 48px;
  border-top: 1px solid rgba(0,0,0,.12);
  border-bottom: 1px solid rgba(0,0,0,.12);
  padding: 12px 0px;
  box-sizing: border-box;
  vertical-align: middle;
  border-collapse: collapse;
}


.mdl-data-table__cell--non-numeric.mdl-data-table__cell--non-numeric{
  text-align: left;
}
.dispatcherSelectedContainer{
  display: flex;
  width: 280px;
  height: 56px;
  background-color: #14b253;
  position: fixed;
  bottom: -60px;
  margin-left: 16px;
  z-index: 2;
  justify-content: flex-start;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  cursor: grab;
}
.dispatcherSelectedContainer.visible{
  bottom: 40px;
}
.dispatcherSelectedContainer .iconCont{
  height: 100%;
  width: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dispatcherSelectedContainer .iconCont .material-icons{
  color:#FFF;
}
.dispatcherSelectedContainer .labelCont{
  cursor: grab;
}
.dispatcherSelectedContainer .labelCont .selectedLabel{
  color:#FFF;
  line-height:56px;
  font-weight: bold;
  cursor: grab;
}

.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, Opera and Firefox */
}
.path-right-container{
  display:flex;
  justify-content: flex-end;
  flex-direction: row;
}