/* fallback */

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.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;
}
.width-100{
  width: 100px!important;
}
.width-150{
  width: 150px!important;
}
.width-200{
  width: 200px!important;
}
.width-250{
  width: 250px!important;
}
.width-50-percent{
  width: 50%!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 .chip-container-imp:focus-within{
  -webkit-box-shadow:inset 0 0 0 2px #14b253d1;
  box-shadow:inset 0 0 0 2px #14b253d1;
}

.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: 5;
    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-left-right{
  padding-left: 0px!important;
  padding-right: 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!important;
}
.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: 400px;
    overflow-x: auto;
}
.date-input-field{
    padding: 1px 0px;
}
.chip-input{
  width: 100%;
  padding: 0px 0px 0px 8px;
  border: 0px;
  height: 36px;
}
.chip-input:focus{
  outline: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;
}
#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;
}
.main-ul-mobile{
  padding: 0px 0px;
  margin-top: 0px;
  background-color: #f7f7f7;
}
.li-main{
  background-color: #FFF;
}

.generalToolbarSearch::placeholder{
  color:#cecece;
}
#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;
}
@media print {
  .print-invisible{
    display:none;
  }
  .print-visible{
    display:block;
  }
  #printContainer{
    display:block;
  }
  .page-break{
    page-break-before: always
  }
}
.menu-icon{
  margin-right: 12px; 
  font-size: 22px;
  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: 81px;
  align-items: center;
}
#locTittle{
  height: 100%;
  display: flex;
  line-height: 64px;
  font-size: 18px;
  color: #448aff;
  margin-left: 16px;
}
.generalToolbarSearch{
    border: none;
    font-size: 16px;
    padding: 8px 0px;
    background-color: transparent;
    
}

.generalToolbarSearch:focus{
  outline:none;
  /*border-bottom: 1px solid #14b253;*/
}
.android-search-box .material-icons{
  color: #B6B8BA!important;
}
/*
.mdl-button--fab.mdl-button--colored{
  background: rgb(20, 178, 83);
}
*/
@media (max-width: 900px) {
    .mdl-dialog {
      top: -200%;
      width: calc(100vw - 28px);
      left: 0;
      transition: all 450ms ease-in-out;
    }
	#generalToolbarSearchForm{
		display: none;
	}
	#notificationBtn{
		display: none;
	}
	#toolbarAccountName{
		max-width: 110px;
		overflow: hidden;
	}
  .android-navigation-container {
      display: block;
      width: calc(100% - 150px);
	  width:0px;
  }
  .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;
  }
}
.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:54px;
  padding: 0px 24px;
  line-height: 54px;
  text-decoration: none;
  cursor:pointer;
  overflow: hidden;
}
.mdl-navigation__link .menuMainItem.expandable{
  cursor:default;
}

.undermenuContainer .underMenuLink{
  width:calc(100% - 32px);
  padding: 12px 0px 12px 32px;
  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: 600;
  box-sizing: border-box;
  border: 0px;
  padding: 0px 8px 0px 8px;
  color: #00abe6;
  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:54px;
  color: #2196f3;
  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;
  width:22px;
  
}
.account-notification-container{
  order: 4;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0px 0px 0px 16px;
}
.mdl-textfield.mdl-js-textfield.mdl-textfield--floating-label.full-width.is-upgraded
.mdl-textfield__input[type=date]{
  color: #0000;
  padding: 2px 0;
}
.mdl-textfield.mdl-js-textfield.mdl-textfield--floating-label.full-width.is-upgraded.is-dirty
.mdl-textfield__input[type=date]{
  color: rgba(0, 0, 0, 0.87);
}
.mdl-chip.mdl-chip--deletable:focus-within {
  background-color: #448aff1f;
}
.mdl-chip.mdl-chip--deletable:focus-within .mdl-chip__action{
  color: rgb(68,138,255);
  opacity: 1;
}
.mdl-list__item.questions:focus-within {
  background-color: #448aff1f;
}
.material-icons.in-row{
  font-size: 20px;
}
.mdl-chip__text input{
  background-color: transparent;
  border: none;
  color: rgba(0,0,0,.87);
}

.mdl-chip__text input:focus{
  outline:none;
  color: rgb(0 0 0);
}
.mdl-textfield__input{
  white-space: pre-wrap;
}
.mdl-navigation{
  width: 304px;
  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: 54px;
  overflow: hidden;
  margin: 0;
  color: #757575;
  width: 304px;
  -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;
  }
}
.small-scrollbar-visible{
  overflow-y:auto;
}
.small-scrollbar-visible::-webkit-scrollbar {
  width: 9px;
  height:9px;
}

.small-scrollbar-visible::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.small-scrollbar-visible::-webkit-scrollbar-thumb {
  background: #888;
}
.small-scrollbar-visible::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.small-scrollbar{
  overflow-y:hidden;
}
.small-scrollbar:hover{
  overflow-y:auto;
}
.small-scrollbar::-webkit-scrollbar {
  width: 9px;
}

.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;
}
.leftContainerExtraBtns .toolbar-icon-btn:first-child{
  margin: 0px 10px 0px 0px;
}

.toolbar-icon-btn.visible{
  display:block;
}
.toolbar-icon-btn.hidden{
  display:none;
} 
.activeMenu .menu-icon{
  color: #2196f3;
}
.activeMenu span{
  color: #2196f3;
  /*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;
}
#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;
}
.mdl-list__item--three-line .mdl-list__item-primary-content{

  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#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;
}
.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{
  width:100%;
  min-height: 100%;
  background-color: #E5E5E5;
}
.page-content.split{
  overflow-x:scroll;
  background-color: #ffffff;
}
.page-content-right{
  min-height: 100%;
  background-color: #ffffff;
  overflow-x:scroll;
  z-index:3;
}
.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;
}

.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%;
}
.page-content.animating{
  position: fixed;
  width: 100%;
  top: 135px;
  -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: 135px;
  -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;
  width: 240px;
  height: calc(100% - 80px);
  max-height: 100%;
  position: absolute;
  top: 80px;
  left: 0;
  box-sizing: border-box;
  border-right: 1px solid #e0e0e0;
  background: #ffffff;
  color: #424242;
  overflow-x: hidden;
  z-index: 5;
  width:72px;
}



.main-logo-btn-container{
  height: 100%;
  width: 0;
  display: flex;
  justify-content: flex-start;
}
.main-logo-btn-container img{
  width: 100%;
}
.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;
}
.logo-menu-container.full{
  width: 71px;
  /*width: 304px;*/
}
.logo-menu-container.small{
  width: 71px;
}
.logo-menu-container.small .main-logo-btn-container{
  width: 0;
}
.android-header.mdl-layout__header.permanent .mdl-layout__header-row.path-row{
  height:54px;
  background-color:#FFF;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eee;
}
.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;
}
.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{
  width:304px;
}
.drawer.open:hover{
  box-shadow: none;
}

.drawer.is-visible{
  width:256px;
}
.android-header.mdl-layout__header.permanent .mdl-layout__header-row{
  background-color: #FFF;
  /* color: #FFF; */
  padding: 0 20px 0 0px;
  height: 80px;
}
.android-header.mdl-layout__header.permanent .mdl-layout__header-row.toolbar-row{
  background-color: #FFF;
  height: 55px;
}
.android-header.mdl-layout__header.permanent .toolbar-row{
  padding: 8px 20px 8px 92px;
}
.main-manu-btn-container{
  display:flex;
  width:72px;
  height:80px;
  justify-content:center;
  align-items: center;
}
.main-manu-btn-container .material-icons{
  font-size:26px;
}
.mdl-layout__content.permanent.full{
  margin-left:72px;
}
.mdl-layout__content.permanent.small{
  margin-left:304px;
}
.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;
}
@media (max-width: 900px) {
  .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 324px;
  }
  #toolbarAccountName{
    display:none;
  }
}
.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;
}
.page-content .dialogForm .mdl-data-table{
  border-left: 1px solid rgba(0,0,0,.12);
}
.mdl-data-table td a{
  cursor:pointer;
}
@media (max-width: 840px){
	.drawer{
		width:0px;
	}
	.mdl-layout__content.permanent.full{
		margin-left: 0px;
	}
	#nagiationLbl{
	  padding: 0 8px;
	}
	#navigationBeforeBtn{
	  margin: 0px 2px;
	}
	#navigationNextBtn{
	  margin: 0px 2px;
	}
}
.mdl-data-table td{
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.trData.selected{
  background-color:#2196f32b;
}
.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:#2196f378;
  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-color--blue{
  background-color: #2196f3 !important;
}
/*
.mdl-text-color--green{
  color: #14b253 !important;
}
*/

.mdl-text-color--blue{
  color: #2196f3 !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 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{
  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;
}
.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);
}
.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;
}
.multiselectSearchField{
  font-size: 16px;
  padding: 0px;
  color: rgba(0,0,0,.86);
  width: auto;
  border: none;
  height: auto;
  line-height: 26px;
}
.multiselectSearchField:focus{
  outline:none;
}
.multiselectSearchContainer{
  width: 100%;
  max-height: 350px;
  background-color: #fff;
  position: absolute;
  margin-top: 28px;
  z-index: 1;
  overflow: auto;
  display: none;
  top: 0;
  left: 0;
}
.multiselectOptions{
  width: 100%;
  height: auto;
  padding: 0px 0px;
  box-sizing: border-box;
  max-height: 150px;
  display: flex;
  flex-direction: column;
}
.multiselectOptions .option{
  padding:8px;
}
.multiselectOptions .option .checkbox{
  margin: 0;
}
.text-align-center{
  text-align: center!important;
}
.border-left-td{
  border-left: 1px solid rgba(0,0,0,.12);
}
.border-top-td{
  border-top: 1px solid rgba(0,0,0,.12);
}
.weighDisplayLabel{
  width: 100%;
  line-height: 32px;
  box-sizing: content-box;
  display: block;
  font-size: 12px;
}
.weighDisplay{
  width: calc(100% - 32px);
  line-height: 32px;
  padding: 0 8px;
  box-sizing: content-box;
  display: block;
  border: none;
  background-color: #f0f0f0;
  font-size: 16px;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.searchContainerTittle .tittle {
    float: left;
    height: 32px;
    line-height: 32px;
    margin-left: 8px;
    font-size: 15px;
}
.inputUnderSearchContainer .closeSearchResult {
    display: block;
    float: right;
}
.legendConcatiner{
  display: flex;
  align-items: center;
}
.legendConcatiner .legendItem{
  margin-right: 8px;
  display: flex;
  align-items: center;
}
.legendConcatiner .legendItem .color{
  height: 16px;
  width: 16px;
  margin-right: 4px;
}
.legendConcatiner .legendItem .desc{
  height: 20px;
  line-height: 20px;
}
.fileContainer{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  color: #2196f3;
  cursor: pointer;
}
.fileContainer .fileName{
  margin-left: 8px;
  
}
.otherDataContainer{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  cursor: pointer;
  font-size: 13px;
}

.workflow{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  -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;
}

.workflow .treeContainer{
  height: 100%;
  width: 30%;
  padding: 0px;
  background-color: #FFF;
  overflow: hidden;
}
.workflow.smallTree .treeContainer{
  width: 75px;
}
.workflow.smallTree .treeContainer .treeviewTittle{
  display:none;
}

.workflow .detailsContainer{
  height: 100%;
  width: calc(70% - 8px);
  padding: 0px;
  box-sizing: border-box;
  overflow-y: scroll;
  background-color: #FFF;
  flex-grow: 1;
}
.workflow .detailsContainer.editor{
  height: auto;
  overflow-y: visible;
}
.workflow.smallTree .detailsContainer{
  width: calc(100% - 83px);
}

.workflow .treeContainer .processContainer{
  width: 100%;
  height: 100%;
  display: flex;
  overflow-y:auto;
  padding: 16px;
  box-sizing: border-box;
}


.processContainer ul li {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
ul, #myUL {
  list-style-type: none;
}

#myUL {
  margin: 0;
  padding: 0;
}
.item {
  cursor: pointer;
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none;
  padding: 8px 8px 8px 26px;
  display:flex;
}
.item .material-icons{
  color: rgba(0,0,0,0.7);
}
.item .label{
  color: rgba(0,0,0,0.7);
  margin-left: 8px;
}


.item.parent::before {
  content: "\25B6";
  color: rgba(0,0,0,0.7);
  display: inline-block;
  margin-right: 6px;
}

.item.parent.down::before {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);  
}

.nested {
  display: none;
}

.active {
  display: block;
}

.imageContainer{
  width:100%;
  overflow:scroll;
  position: relative;
}

.imageContainer::-webkit-scrollbar {
    width: 10px;
    height:10px;
}
.imageContainer::-webkit-scrollbar-track {
    background: transparent; 
}
.imageContainer::-webkit-scrollbar-thumb {
    background: #2196f36e; 
    border-radius: 4px;
}
.imageContainer::-webkit-scrollbar-thumb:hover {
    background: #2196f3d1; 
}
.imageContainer::-webkit-scrollbar-corner {
    background: transparent; 
}



.dropLayer{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.dropLayerExplore{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.dropLayerExplore .hotSoptElement{
  cursor:pointer!important;
}




img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

.hotSoptElement{
  position: absolute;
  width: 100px;
  height: 70px;
  background-color: #2196f3ed;
  color: #FFF;
  font-size: 11px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: grab;
  border-radius: 8px;
  border: 2px solid #FFF;
  box-shadow: 0 0 2px 1px #00000070;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hotSoptElement.invisible{
  /*
  opacity:0;
  cursor: pointer;
  */
  
}
.hotSoptElement .resizeHandle{
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  cursor: nwse-resize;
  border-radius: 50%;
  box-shadow: 0 0 2px 1px #00000070;
  -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;
}

.hotSoptElement .resizeHandle:hover{
  -moz-transform: scale(1.6);
  -webkit-transform: scale(1.6);
  -o-transform: scale(1.6);
  -ms-transform: scale(1.6);
  transform: scale(1.6);
}


.hotSoptElement .deleteBtn{
  position: absolute;
  right: -5px;
  top: -5px;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 0 2px 1px #00000070;
  -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;
  background-image: url('../media/baseline_close_black_18dp.png');
  background-position: center;
  background-size: 0%;

  
}

.hotSoptElement .deleteBtn:hover{
  -moz-transform: scale(1.6);
  -webkit-transform: scale(1.6);
  -o-transform: scale(1.6);
  -ms-transform: scale(1.6);
  transform: scale(1.6);
  background-size: 80%;
}

.dragedOver{
  box-shadow: inset 0 0 6px 2px #00000033;
}

.floatingDescrition{
  position: absolute;
  width: 460px;
  max-height: 300px;
  background-color: #FFF;
  border-radius: 4px;
  z-index: 4;
  padding: 8px;
}
.floatingDescritionDesc{
  min-height: 80px;
}
.floatingDescritionDocumentContainer{
  width: auto;
  display: flex;
  align-items: center;
  cursor:pointer;
  padding: 8px 0;
}
.floatingDescritionDocumentContainer label{
  cursor:pointer;
}
.floatingDescritionBtnContainer{
    padding: 16px 8px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
}
.mdl-button.mdl-js-button.mdl-js-ripple-effect.toolbar-text-btn.toolbar-middleTittle{
  color: rgba(0,0,0,.95);
}
.one-card-style-form{
  background-color: #FFF;

}
#treeContainerUl{
  margin-top: 0;
  background-color: #FFF;
      -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;
}
#question-cointainer{
  margin: 8px 0;
}
#question-cointainer .mdl-grid{
  padding: 0;
  margin-bottom: 16px;
}
.quillEditorCellQuizz{
  height: fit-content;
}
.mdl-textfield.points-input{
  width: 100px;
  margin-left: 16px;
  margin-right: 16px;
}
.options-ul.quizz .mdl-list__item--three-line .mdl-list__item-primary-content{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  height: fit-content;
}
.quizzQuillEditorCont .fill-empty-space{
  position: relative;
  min-width: 90px;
  display: inline-block;
  border-width: 3px;
  border-style: solid;
  text-align: center;
  box-sizing: border-box;
  padding: 0px 6px 0;
  font-weight: bold;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 0 0 0 0;
  -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;
}
.quizzQuillEditorCont .fill-empty-space::after{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: rgb(68,138,255);
  border-radius: 0;
  bottom: -2px;
  left: 0;
  opacity: 1;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.quizzQuillEditorCont .fill-empty-space.option-hovered,
.word-spaces-container .fill-empty-space.option-hovered{
  background-color: rgb(68 138 255 / 25%);
}
.question-li.option-has-correct-place:hover{
  background-color: rgb(68 138 255 / 25%);
}



.find-word-container{
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.find-word-container .word-spaces-container{
  align-self: center;
  margin: auto 0 auto;
  display: grid;
  grid-auto-columns: minmax(30px,55px);
  grid-auto-flow: column;
}
.find-word-container .tries-container{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px 0 0;
  flex-direction: column;
}
.find-word-container .tries-container .mistakes-numbers{
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.find-word-container .tries-container span{
  margin: 2px 0 0;
  color: rgb(255 255 255 / 85%);
  font-size: 0.85em;
  font-weight: bold;
}
.find-word-container .tries-container #tries-container-current{
  font-size: 2em;
  line-height: 0.9em;
}
.find-word-container .tries-container #tries-container-total{
  color: rgb(255 255 255 / 67%);
  font-size: 1.3em;
  margin-left: 6px;
}
.find-word-container .word-spaces-container .fill-empty-space{
  min-width: unset;
  height: unset;
  flex-grow: 1;
  line-height: 100%;
  font-size: 2.6em;
  font-weight: bold;
  border-width: 6px;
  overflow: visible;
  text-align: center;
  padding: 4px 0;
}
.mdl-grid.hide .toggleDisplayQuizz{
  display: none!important;
}
.optionsCellBtnCont{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#contentsContainer{
  padding: 0;
}
.contents-container-cell{
  margin: 0;
}
.mdl-cell.content-editor-cell{
  height: fit-content;
}
.ql-toolbar.ql-snow{
  border:1px solid rgba(0,0,0,.12)
}
.ql-container.ql-snow{
  border:1px solid rgba(0,0,0,.12)
}
.questions-cell-ul{
  padding: 16px 0;
}
.question-actions-container{
  display: flex;
  flex-direction: row;
  justify-content:space-between;
  margin: 16px 0;
}
.activity-question-li{
  padding: 16px 0;
}
.subtittle{
  margin-block-start: 0.67em;
  margin-block-end: 0.33em;
  font-size: 18px;
}