/*@import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css);*/

[ng-cloak] {
  display: none;
}

html, body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-family: Droid Arabic Kufi,Roboto,Helvetica Neue,sans-serif;
}
button, select, html, textarea, input {
    font-family: Droid Arabic Kufi,Roboto, "Helvetica Neue", sans-serif !important;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  height: 24px;
  width: 24px;
  font-size: 24px;
  color: inherit;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}
.material-icons.md-18 {
  height: 18px;
  width: 18px;
  font-size: 18px;
}
.material-icons.md-36 {
  height: 36px;
  width: 36px;
  font-size: 36px;
}
.material-icons.md-48 {
  height: 48px;
  width: 48px;
  font-size: 48px;
}
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}
.material-icons.md-light {
  color: #ffffff;
}

@md-media-sm: 600px;
@md-media-gt-sm: (@md-media-sm + 1px);

html, body, md-content {
  background-color: darken(#fff, 4%) !important;
  -moz-osx-font-smoothing: grayscale;
}

md-toolbar {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

md-card:first-child {
  padding: 8px 8px 8px 24px;
}

.checkboxes > md-checkbox {
  margin: 0;
  padding: 16px;
  min-width: 300px;
  flex: 0 0 auto;
}

@media all and (min-width: @md-media-gt-sm) {

  md-toolbar {
    .md-title {
      margin-left: 56px;
    }
  }
  
  md-card {
    margin: 72px;
    
    & + md-card {
      margin-top: 0;
    }
  }
}
md-toolbar.md-table-toolbar.ng-hide {
  display: none;
}
md-toolbar.md-table-toolbar.alternate .md-toolbar-tools {
  color: #1e88e5;
  font-size: 16px;
  background-color: #e3f2fd;
}
md-toolbar.md-table-toolbar form {
  margin-left: 16px;
}
md-toolbar.md-table-toolbar form > input {
  width: 100%;
  margin: 0;
  border: none;
  color: rgba(0, 0, 0, 0.87);
}
md-toolbar.md-table-toolbar form > input:focus {
  outline: none;
}

md-toolbar.md-table-toolbar.alternate.error {
  color: #e51e1e;
  background-color: #fde3e3;
  
  .md-toolbar-tools {
    font-size: 16px;
  }
}
.md-subheader.md-docs-dark-theme {
    background-color: rgb(44, 43, 43);
}
.differentBg {
 
}
.out-input {
    margin-bottom: 12px !important;
}
.radioValue {
  margin-left: 5px;
  color: #0f9d58;
  font-weight: bold;
  padding: 5px; }

.table-icons {
    color: #fff !important;
}

.card-media {
  background-color: #fafafa;
    overflow: hidden;  }
.md-button.md-primary {
	color: rgb(16,108,200);
}
.overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.57);
    z-index: 20;
}
.btn-file-upload {
	font-size: 14px;
	margin-left: initial;
	margin-right: initial;
	width: 112px;
}
.inputdemoErrorsAdvanced {
/* NOTE: Check the demo's HTML to see some additional RTL support CSS */
/* Setup animations similar to the ng-messages */ }
.progress-hint {
    position: absolute;
    left: 2px;
    right: auto;
    bottom: 26px;
    height: 3px;
}
.progress-hint .md-container {
    height: 3px;
}
.hint {
	/* Position the hint */
	position: absolute;
    left: 2px;
    right: auto;
	bottom: 7px;
	/* Copy styles from ng-messages */
	font-size: 12px;
	line-height: 14px;
	transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
	/* Set our own color */
	color: grey; 
}
.hint-login {
    left: auto;
    right: 2px;
}
.hint.ng-hide,
.hint.ng-enter,
.hint.ng-leave.ng-leave-active {
	bottom: 26px;
	opacity: 0; 
}
.hint.ng-leave,
.hint.ng-enter.ng-enter-active {
	bottom: 7px;
	opacity: 1; 
}
.docs-logotype {
    padding-top: 15px;
}
.nav-header {
    /*background: rgba(0,0,0,0.54) !important;*/
}
/* Toolbar area */
.docs-logo > img {
    transform: scale(1.1);
}
[dir=rtl] .md-toolbar-tools > .md-button:first-child {
    margin-left: 8px;
}
.doc-content {
    margin: auto !important;
}
.menu {
  background-color: transparent;
  border: none;
  height: 38px;
  margin: 16px;
  width: 36px;
}

md-toolbar h1 {
  margin: auto;
}

/* Sidenav area */

md-list .md-button {
  color: inherit;
  font-weight: 500;
  text-align: right;
  width: 100%;
}

md-list .md-button.selected {
  color: #03a9f4;
}

md-sidenav md-list {
  padding: 0px 0px 8px 0px;
}

/* Primary content area */

/*#content {
  overflow: hidden;
}*/

#content {
    padding-left: 20px;
    padding-right: 20px;
	padding-top: 5px;
    padding-bottom: 5px;
}

#content .md-button.share {
  background-color: transparent;
  border: none;
  width: 48px;
  height: 48px;
  margin: 8px auto 16px 0;
  position: absolute;
  top: 10px;
  right: 25px;
}

#content md-icon.avatar {
  margin-top: 10px;
}

#content .md-button.share > md-icon {
  fill: black;
  width: 36px;
  height: 36px;
}

md-button.menuBtn > md-icon {
  fill: white;
  width: 24px;
  height: 24px;
}

#content .md-button.share:active > md-icon {
  background-color: #dadada;
  border-radius: 75%;
  padding: 4px;
  transition: all 100ms ease-out 30ms;
}

#content img {
  display: block;
 /* height: auto;
  max-width: 500px;
      max-width: 100%;*/
    max-height: 100%;
}

/* Utils */

.content-wrapper {
  position: relative;
}

/* Typography support coming in 0.8.0 */

md-toolbar h1 {
  font-size: 1.250em;
  font-weight: 400;
}

.avatar {
  position: relative;
  width: 128px;
  height: 128px;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
  margin: 0px;
  vertical-align: middle;
  zoom: 0.70;
  transform: translateZ(0);
  -webkit-transform: scale(0.70);
  -moz-transform: scale(0.70);
}

md-bottom-sheet md-icon {
  margin-right: 20px;
}

span.name {
  font-weight: bold;
  font-size: 1.1em;
  padding-left: 5px;
}

footer { text-align: center; }

footer p {
	color: #888;
	font-size: 13px;
	letter-spacing: .4px;
}

footer a {
	color: #4a89dc;
	text-decoration: none;
	transition: all .2s ease;
}

footer a:hover {
	color: #666;
	text-decoration: underline;
}

footer img {
	width: 80px;
	transition: all .2s ease;
}

footer img:hover { opacity: .83; }

footer img:focus , footer a:focus { outline: none; }

md-select.md-table-select > .md-select-value > span > .md-text {
	    display: initial;
}
.radioButtonMultiColumn div.radioTable {
  margin-bottom: 20px; }

.radioButtonMultiColumn h2 {
  margin-left: 15px; }

.radioButtonMultiColumn p {
  width: 400px;
  margin-top: 10px;
  margin-left: 10px;
  padding-top: 10px;
  border-top: 2px solid #ddd; }

.radioButtonMultiColumn .md-checked {
  background-color: #554c31;
  border-radius: 2px; }

.radioButtonMultiColumn md-button.md-raised, .radioButtonMultiColumn button.md-raised {
  width: 200px; }

.radioButtonMultiColumn .row {
  border-bottom: 1px dashed #ddd; }

.radioButtonMultiColumn div.row:last-child {
  border-bottom: 0px dashed #ddd; }

.radioButtonMultiColumn .summary {
  width: 100%;
  padding-top: 10px;
  margin-left: 25px;
  margin-top: 20px;
  margin-bottom: -5px; }

.radioButtonMultiColumn .title {
  font-weight: bolder; }

.radioButtonMultiColumn .selectedUser .md-checked {
  padding: 8px;
  width: 100px; }
  
.contentdemoBasicUsage div.demo-content {
  height: 450px; }

.contentdemoBasicUsage div[ng-controller] {
  height: 100%;
  padding-bottom: 15px; }
  
.contentdemoBasicUsage textarea {
    font-size: 14px;
    box-sizing: border-box;
    border: none;
    box-shadow: none;
    outline: none;
    width: 100%;
    padding: 0 15px;
    line-height: 40px;
    height: 40px;
}
.contentdemoBasicUsage .flex-offset-10-right {
    margin-left: initial;
	margin-right: 10%;
}
.md-mini-count {
   position: absolute;
    top: 0;
    left: auto;
    bottom: auto;
    right: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.70em;
    font-weight: 400;
    color: #FFF;
    background-color: rgba(141, 146, 147, 0.6);
    box-shadow: 0 1px 2px rgba(141, 146, 147, 0.1);
    padding: 3px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 1em;
   background-color: rgba(54, 38, 188, 0.78);
    box-shadow: 0 1px 2px rgba(252, 130, 41, 0.1);
    z-index: 1000;
}
.md-main-fab{
    border-radius: initial !important;
    background: initial !important;
    box-shadow: initial !important;
	height: 44px !important;
    width: 44px !important;
}
.md-main-fab .md-fab-back{
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #ff4081;
    z-index: -1;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.md-notification-item .md-notification-text p {
     font-size: 1.2rem;
	 margin: initial;
}
.md-notification-item .md-notification-text .md-text-scound {
  color: #8f8f8f;
   font-size: 1rem;
}
.md-chat-user {
  color: #8f8f8f;
}
.md-chat-user-selected{
   background-color: rgba(33, 150, 243, 0.17);
}
.md-chat-user-secondary{
    background: #ff4081;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    text-align: center;
    color: white;
}
.md-chat-icon {
    /*margin: 10px 0 10px;*/
	margin: initial;
}
.md-chat-icon.dp48 {
    font-size: 48px;
    width: 48px;
    height: 48px;
}

.md-chat-msg {
    padding: 15px;
	margin: initial;
}
.md-chat-me {
    direction: rtl;
}
.md-chat-me .md-chat-icon {
   color: #8f8f8f;
}
.md-chat-me .dp16 {
    font-size: 16px;
    padding: 2px;
    width: 16px;
    height: 16px;
}
.md-chat-me .md-chat-msg {
    background: #8f8f8f;
}
.md-chat-thim {
    direction: ltr;
}
.md-chat-thim .md-chat-icon {
   color: #daa520;
}
.md-chat-thim .dp16 {
    font-size: 16px;
    padding: 2px;
    width: 16px;
    height: 16px;
}
.md-chat-thim .md-chat-msg {
    background: #daa520;
}
.md-chat-thim .md-chat-msg::before {
    border-width: 0 10px 10px 0;
    border-color: transparent #F44336 transparent transparent;
    position: absolute;
    top: 0;
    left: -9px;
}
.dz-hidden-input {
	right: 0px;
}
.dropzone-no-margin {
	min-height: initial !important;
    padding: initial !important;
    height: 124px;
    width: 124px;
	/*background-image: url(img/M120x120.png) !important;*/
}
.dropzone-no-margin .dz-message {
   display: none;
}
.dropzone-no-margin .dz-preview.dz-file-preview .dz-details {
    display: none;
}

.dropzone-no-margin .dz-preview {
    margin: 0 !important;
}
.dropzone-no-margin .dz-preview.dz-image-preview {
    background: initial !important;
}
.dropzone-no-margin .dz-preview.dz-file-preview .dz-image {
    /*border-radius: 20px;
    background: #999;
    background: linear-gradient(to bottom, #eee, #ddd);*/
	background-image: url(img/M120x120.png) !important;
}
.selectdemoSelectHeader {
/* Please note: All these selectors are only applied to children of elements with the 'selectdemoSelectHeader' class */ }
.selectdemoSelectHeader .demo-header-searchbox {
	border: none;
	outline: none;
	height: 100%;
	width: 100%;
	padding: 0;
}
.selectdemoSelectHeader .demo-select-header {
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
	padding-left: 10.667px;
	height: 48px;
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	width: auto; 
}
.selectdemoSelectHeader md-content._md {
	max-height: 240px;
}
.total-row-black{
	background-color: #f6f6f6;
}
.checkboxdemoBasicUsage div.flex-xs {
  min-height: 40px; }

.checkboxdemoBasicUsage .checkboxDemo1 div {
  clear: both; }

.checkboxdemoBasicUsage p {
  padding-left: 8px; }

.checkboxdemoBasicUsage fieldset.standard {
  border-style: solid;
  border-width: 1px;
  padding: 1em;
}

.checkboxdemoBasicUsage legend {
  color: #2196f3; }

.checkboxdemoBasicUsage legend code {
  color: #2196f3;
  font-weight: normal; }

.checkboxdemoBasicUsage .ipsum {
  color: saddlebrown; }
.colorsdemoBasicUsage .card-media {
  margin-right: 16px;
      height: 100%;
  overflow: hidden;
    margin: initial;  }

.colorsdemoBasicUsage .md-subhead.description {
     font-size: 1em;
    font-weight: 400;
    color: #8d9293;
    text-transform: uppercase;
    text-align: end;
    margin-top: -8px;
    white-space: nowrap;	}
.colorsdemoBasicUsage .value {
    font-size: 1.8vw;
    line-height: 3.5rem;
    font-weight: 200;
    padding-top: 0.5rem;
    color: #444;
    text-align: end;
    margin-bottom: -8px;	}
.colorsdemoBasicUsage .value .sign {
    font-size: 0.4em;
    font-weight: 200;
    margin-right: 5px;
    opacity: 0.75;
	line-height: initial;
}
.colorsdemoBasicUsage .card-media md-icon {
    font-size: 4em;
  color: rgba(255, 255, 255, 0.87); }

.colorsdemoBasicUsage span.card-title {
  padding-left: 15px;
  margin-top: 20px; }

.colorsdemoBasicUsage code.css {
  background-color: #fffcc2; }

.colorsdemoBasicUsage p.footnote code {
  font-size: 0.85em; }

.colorsdemoBasicUsage p.footnote {
  font-size: 0.85em;
  margin: 30px;
  padding: 5px;
  background-color: rgba(205, 205, 205, 0.45); }
@media (max-width: 767px){
.colorsdemoBasicUsage .md-subhead.description {
	font-size: 0.9em;	}
.colorsdemoBasicUsage .value {
    font-size: 3em;
    padding-top: 1rem;	}
.colorsdemoBasicUsage .value .sign {
    font-size: 0.4em;
    font-weight: 200;
    margin-right: 5px;
    opacity: 0.75;
}
}
.autocomplete-custom-template li {
  border-bottom: 1px solid #ccc;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  white-space: normal;
}
.autocomplete-custom-template li:last-child {
  border-bottom-width: 0;
}
.autocomplete-custom-template .item-title,
.autocomplete-custom-template .item-metadata {
  display: block;
  line-height: 2;
}
.autocomplete-custom-template .item-title md-icon {
  height: 18px;
  width: 18px;
  font-size: 24px;
}
.autocomplete-custom-template .item-metadata strong {
    color: rgb(33,150,243);
}
.card-left-icon {
    padding: 16px;
    background-color: #2196f3;
    align-items: center;
    justify-content: center;
    color: white;
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    /*-webkit-box-flex: 0.3;
    -webkit-flex: 0.3;
    flex: 0.3;*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
}  
.result-card-upper-header {
    align-items: center;
    justify-content: center;
    background: #2196f3;
    padding: 6px;
	color: white;
}  
.result-card-upper-subheader {
    align-items: center;
    justify-content: center;
	margin: 0px 2px;
	padding-bottom: 2px;
}
.result-card-upper-subheader-text {
    background: #ecba19;
    padding: 6px 0px;
    width: 100%;
    text-align: center;
	font-size: 16px;
}
.result-card-content-text {
    background: #9e9e9e0a;
    width: 100%;
    text-align: center;  
	font-size: 18px;
	padding: 20px 0px;	
}  
 
md-dialog {
    min-width: 30%;
}
[dir=rtl] md-card md-card-header:last-child md-card-avatar {
    margin-left: 12px;
    margin-right: auto;
}
[dir="rtl"] .bidi {
	padding-right: 20px;
	padding-left:0;
}
[dir=rtl] .hint {
right: 2px;
left: auto;
}
[dir=rtl] .hint-login {
    left: 2px;
    right: auto;
}
[dir=rtl] table.md-table td.md-cell, [dir=rtl] table.md-table th.md-column {
    text-align: right;
}
[dir=rtl] table.md-table td.md-cell.md-numeric,[dir=rtl] table.md-table th.md-column.md-numeric {
    text-align: left;
}
[dir=rtl] table.md-table:not(.md-row-select) td.md-cell:nth-child(n+2):nth-last-child(n+2), [dir=rtl] table.md-table:not(.md-row-select) th.md-column:nth-child(n+2):nth-last-child(n+2) {
   padding: 0 0 0 56px;
}
[dir=rtl] table.md-table td.md-cell:last-child, [dir=rtl] table.md-table th.md-column:last-child {
    padding: 0 0 0 24px;
}
[dir=rtl] .md-button.md-icon-button md-icon, button.md-button.md-fab md-icon {
    direction: initial;
}
[dir=rtl] md-toolbar.md-table-toolbar .md-toolbar-tools > .md-button.md-icon-button:last-child {
    margin-right: 0;
}
[dir=rtl] table.md-table.md-row-select td.md-cell:first-child, [dir=rtl] table.md-table.md-row-select th.md-column:first-child {
    padding: 0 24px 0 0;
}
[dir=rtl] .pull-right {
    float: left;
}
.docs-menu > li {
    border-bottom: initial !important;
}
.fill-height{
  display: flex;
  flex: 1;
  min-height: 100%;
}

.fill-height > div{
  min-height: 100%;
  display: flex;
}
[dir=rtl] md-tabs-wrapper md-prev-button {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE3LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPiA8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPiA8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8ZyBpZD0iSGVhZGVyIj4gPGc+IDxyZWN0IHg9Ii02MTgiIHk9Ii0xMjA4IiBmaWxsPSJub25lIiB3aWR0aD0iMTQwMCIgaGVpZ2h0PSIzNjAwIi8+IDwvZz4gPC9nPiA8ZyBpZD0iTGFiZWwiPiA8L2c+IDxnIGlkPSJJY29uIj4gPGc+IDxwb2x5Z29uIHBvaW50cz0iMTUuNCw3LjQgMTQsNiA4LDEyIDE0LDE4IDE1LjQsMTYuNiAxMC44LDEyIAkJIiBzdHlsZT0iZmlsbDp3aGl0ZTsiLz4gPHJlY3QgZmlsbD0ibm9uZSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ii8+IDwvZz4gPC9nPiA8ZyBpZD0iR3JpZCIgZGlzcGxheT0ibm9uZSI+IDxnIGRpc3BsYXk9ImlubGluZSI+IDwvZz4gPC9nPiA8L3N2Zz4NCg==');
}
[dir=rtl] md-tabs-wrapper md-next-button {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE3LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPiA8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPiA8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8ZyBpZD0iSGVhZGVyIj4gPGc+IDxyZWN0IHg9Ii02MTgiIHk9Ii0xMzM2IiBmaWxsPSJub25lIiB3aWR0aD0iMTQwMCIgaGVpZ2h0PSIzNjAwIi8+IDwvZz4gPC9nPiA8ZyBpZD0iTGFiZWwiPiA8L2c+IDxnIGlkPSJJY29uIj4gPGc+IDxwb2x5Z29uIHBvaW50cz0iMTAsNiA4LjYsNy40IDEzLjIsMTIgOC42LDE2LjYgMTAsMTggMTYsMTIgCQkiIHN0eWxlPSJmaWxsOndoaXRlOyIvPiA8cmVjdCBmaWxsPSJub25lIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiLz4gPC9nPiA8L2c+IDxnIGlkPSJHcmlkIiBkaXNwbGF5PSJub25lIj4gPGcgZGlzcGxheT0iaW5saW5lIj4gPC9nPiA8L2c+IDwvc3ZnPg0K');
}
[dir=rtl] md-tabs-wrapper md-prev-button md-icon {
    transform: translate3d(-50%, -50%, 0) rotate(180deg);
}
[dir=rtl] md-tabs-wrapper md-next-button md-icon {
   transform: translate3d(-50%, -50%, 0);
}
md-tabs-wrapper {
	md-prev-button {
    @include rtl-prop(left, right, 0, auto);
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE3LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPiA8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPiA8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8ZyBpZD0iSGVhZGVyIj4gPGc+IDxyZWN0IHg9Ii02MTgiIHk9Ii0xMjA4IiBmaWxsPSJub25lIiB3aWR0aD0iMTQwMCIgaGVpZ2h0PSIzNjAwIi8+IDwvZz4gPC9nPiA8ZyBpZD0iTGFiZWwiPiA8L2c+IDxnIGlkPSJJY29uIj4gPGc+IDxwb2x5Z29uIHBvaW50cz0iMTUuNCw3LjQgMTQsNiA4LDEyIDE0LDE4IDE1LjQsMTYuNiAxMC44LDEyIAkJIiBzdHlsZT0iZmlsbDp3aGl0ZTsiLz4gPHJlY3QgZmlsbD0ibm9uZSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ii8+IDwvZz4gPC9nPiA8ZyBpZD0iR3JpZCIgZGlzcGxheT0ibm9uZSI+IDxnIGRpc3BsYXk9ImlubGluZSI+IDwvZz4gPC9nPiA8L3N2Zz4NCg==');

    // In RTL mode, we need to flip the chevron icon
    [dir="rtl"] & md-icon, & md-icon[dir="rtl"], &[dir="rtl"] md-icon {
      transform: translate3d(-50%, -50%, 0) rotate(180deg);
    }
  }
  md-next-button {
    @include rtl-prop(right, left, 0, auto);
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE3LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPiA8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPiA8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8ZyBpZD0iSGVhZGVyIj4gPGc+IDxyZWN0IHg9Ii02MTgiIHk9Ii0xMzM2IiBmaWxsPSJub25lIiB3aWR0aD0iMTQwMCIgaGVpZ2h0PSIzNjAwIi8+IDwvZz4gPC9nPiA8ZyBpZD0iTGFiZWwiPiA8L2c+IDxnIGlkPSJJY29uIj4gPGc+IDxwb2x5Z29uIHBvaW50cz0iMTAsNiA4LjYsNy40IDEzLjIsMTIgOC42LDE2LjYgMTAsMTggMTYsMTIgCQkiIHN0eWxlPSJmaWxsOndoaXRlOyIvPiA8cmVjdCBmaWxsPSJub25lIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiLz4gPC9nPiA8L2c+IDxnIGlkPSJHcmlkIiBkaXNwbGF5PSJub25lIj4gPGcgZGlzcGxheT0iaW5saW5lIj4gPC9nPiA8L2c+IDwvc3ZnPg0K');

    // In RTL mode, we need to double-flip the chevron icon (which is also a 0deg transform)
    [dir="rtl"] & md-icon, & md-icon[dir="rtl"], &[dir="rtl"] md-icon {
      transform: translate3d(-50%, -50%, 0);
    }
  }
}

.input-text-align {
    text-align: right;
}


/*md-sidenav {
  overflow: visible;

*/}
.side-menu, .side-menu ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
}

.side-menu .md-button.active {
  color: deeppink;
}

.side-menu .menu-toggle-list a.md-button {
  display: block;
  padding: 0 16px 0 32px;
  text-transform: none;
  text-rendering: optimizeLegibility;
  font-weight: 500;
}

.side-menu .menu-toggle-list .md-button {
  display: block;
  padding: 0 16px 0 32px;
  text-transform: none;
}

.side-menu > li {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.md-button-toggle .md-toggle-icon.toggled {
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
}

.side-menu .md-button-toggle .md-toggle-icon {
  background-size: 100% auto;
  display: inline-block;
  margin: auto 0 auto auto;
  width: 15px;
  color: darkgray;
  transition: transform .3s ease-in-out;
  -webkit-transition: -webkit-transform .3s ease-in-out;
}

.menu-toggle-list.ng-hide {
  max-height: 0;
}

.side-menu .md-button {
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  margin: 0;
  max-height: 40px;
  overflow: hidden;
  padding: 0px 16px;
  text-align: left;
  text-decoration: none;
  white-space: normal;
  width: 100%;
}

.menu-toggle-list {
 
  height: initial !important;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.75s cubic-bezier(0.35, 0, 0.25, 1);
  -webkit-transition-property: max-height;
  -moz-transition: 0.75s cubic-bezier(0.35, 0, 0.25, 1);
  -moz-transition-property: max-height;
  transition: 0.75s cubic-bezier(0.35, 0, 0.25, 1);
  transition-property: max-height;
}


.side-menu menu-toggle span{
  padding-top: 12px;
  padding-bottom: 12px;
}

.dropzone,
.dropzone * {
    box-sizing: border-box
}

.dropzone {
    border: 2px dashed #0087F7 !important;
    border-radius: 5px;
    background: white;
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    width: 120px;
    margin: 0.5em
}

.dropzone .dz-preview .dz-progress {
    display: block;
    height: 15px;
    border: 1px solid #aaa
}

.dropzone .dz-preview .dz-progress .dz-upload {
    display: block;
    height: 100%;
    width: 0;
    background: green
}

.dropzone .dz-preview .dz-error-message {
    color: red;
    display: none
}

.dropzone .dz-preview.dz-error .dz-error-message,
.dropzone .dz-preview.dz-error .dz-error-mark {
    display: block
}

.dropzone .dz-preview.dz-success .dz-success-mark {
    display: block
}

.dropzone .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark {
    position: absolute;
    display: none;
    left: 30px;
    top: 30px;
    width: 54px;
    height: 58px;
    left: 50%;
    margin-left: -27px
}
/*center-cropped {
  object-fit: none;
  object-position: center; 
  height: 161px;
  width: 161px;
}*/
.center-cropped {
    width: 100%;
    height: 161px;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* Set the image to fill its parent and make transparent */
.center-cropped img {
  min-height: 100%;
  min-width: 100%;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* modern browsers 
  opacity: 0;*/
}
.order-user-card{
	margin: auto 16px auto 0;
    /* margin: auto; */
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    fill: currentColor;
    height: 24px;
    width: 24px;
    /* min-height: 24px; */
    min-width: 24px;
 }
.chipsdemoContactChips md-content.autocomplete {
  min-height: 250px; }
  .chipsdemoContactChips md-content.autocomplete input {
    min-width: 400px; }

.chipsdemoContactChips .md-item-text.compact {
  padding-top: 8px;
  padding-bottom: 8px; }

.chipsdemoContactChips .contact-item {
  box-sizing: border-box; }
  .chipsdemoContactChips .contact-item.selected {
    opacity: 0.5; }
    .chipsdemoContactChips .contact-item.selected h3 {
      opacity: 0.5; }
  .chipsdemoContactChips .contact-item .md-list-item-text {
    padding: 14px 0;
    max-width: 190px; }
    .chipsdemoContactChips .contact-item .md-list-item-text h3 {
      margin: 0 !important;
      padding: 0;
      line-height: 1.2em !important; }
    .chipsdemoContactChips .contact-item .md-list-item-text h3, .chipsdemoContactChips .contact-item .md-list-item-text p {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
  @media (min-width: 960px) {
    .chipsdemoContactChips .contact-item {
      float: left;
      width: 33%; } }

.chipsdemoContactChips md-contact-chips {
  margin-bottom: 10px; }

.chipsdemoContactChips .md-chips {
  padding: 5px 0 8px; }

.chipsdemoContactChips .fixedRows {
  height: 250px;
  overflow: hidden; }
.item-title img {
    height: 40px;
    border-radius: 20px;
    margin-top: 8px;
}
.main-content {
	max-width: 864px;
	margin: auto !important;
}
.list-progress {
	top: -2px;
    height: 0;
    transition: opacity 1s;
}
.list-border-bottom {
	top: -2px;
    height: 0;
    transition: opacity 1s;
	border-bottom: 1px rgba(0, 0, 0, 0.12) solid;
}
.list-border-bottom md-icon {
    color: rgba(0, 0, 0, 0.54);
}
.list-border-bottom > .md-button.md-icon-button{
    margin: 0;
}
.list-border-bottom > .md-button.md-icon-button:last-child {
    margin-right: -12px;
}
/**********clear under to return to defeult****************/
.main-content {
	max-width: initial;
	margin: initial !important;
}
#content {
	padding: initial;
}
md-toolbar.inner-toolbar {
    border-radius: 3px 3px 0 0;
    box-shadow: 0 1px rgba(255, 255, 255, 0.1);
}
md-toolbar.demo-toolbar {
    display: none;
}
.demo-container {
	margin-bottom: initial !important;
}
.checkboxdemoBasicUsage fieldset.standard {
	margin-top: 5px;
}
@media (min-width: 960px){
	.main-content {
		max-width: 864px;
		margin: auto !important;
	}
	#content {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	md-toolbar.demo-toolbar {
		display: inherit;
	}
	.checkboxdemoBasicUsage fieldset.standard {
		margin-top: initial;
	}
}

/*
ipl-progress-indicator {
    opacity: 1;
    pointer-events: none;
    -webkit-transition: opacity cubic-bezier(.4, 0, .2, 1) 436ms;
    -moz-transition: opacity cubic-bezier(.4, 0, .2, 1) 436ms;
    transition: opacity cubic-bezier(.4, 0, .2, 1) 436ms;
    z-index: 9999;
}

ipl-progress-indicator .first-indicator, ipl-progress-indicator .second-indicator {
    background-color: #4285f4;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
}
ipl-progress-indicator .first-indicator {
    -webkit-animation: first-indicator 2000ms linear infinite;
    -moz-animation: first-indicator 2000ms linear infinite;
    animation: first-indicator 2000ms linear infinite;
}
ipl-progress-indicator .second-indicator {
    -webkit-animation: second-indicator 2000ms linear infinite;
    -moz-animation: second-indicator 2000ms linear infinite;
    animation: second-indicator 2000ms linear infinite;
}
ipl-progress-indicator > .adsense-logo-frame {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-animation: fadein 436ms;
    -moz-animation: fadein 436ms;
    animation: fadein 436ms;
    height: 98%;
}
ipl-progress-indicator .adsense-logo {
    -webkit-align-self: center;
    -moz-align-self: center;
    align-self: center;
}*/

/************
 * DOCS MENU
 ************/
.site-sidenav {
  background: #106CC8;
}
.site-sidenav md-content {
  background: transparent;
}
.site-sidenav,
.site-sidenav.md-locked-open-add-active,
.site-sidenav.md-locked-open {
  width:     272px;
  min-width: 272px;
  max-width: 272px;
}
.site-sidenav > * {
  min-width: 218px;
}

.docs-menu,
.docs-menu ul {
  list-style: none;
  padding: 0;
  max-width: 100%;
  overflow-x: hidden;
}
.docs-menu li {
  margin: 0;
}
.docs-menu > li:nth-child(1) {
  border-top: none;
}
.md-whiteframe-glow-z1 {
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.14),
              0px 0px 2px 2px rgba(0, 0, 0, 0.098),
              0px 0px 5px 1px rgba(0, 0, 0, 0.084);
}
.docs-menu > li {
  border-bottom: 1px solid #267ED5;
}

.docs-menu .md-button {
  border-radius: 0;
  color: white;
  cursor: pointer;
  display: block;
  -webkit-box-align: inherit;
  -webkit-align-items: inherit;
          align-items: inherit;
  line-height: 50px;
  margin: 0;
  max-height: 50px;
  overflow: hidden;
  padding: 0px 16px;
  text-align: left;
  text-decoration: none;
  white-space: normal;
  width: 100%;
  font-weight: 600;
}

html[dir=rtl] .docs-menu .md-button,
body[dir=rtl] .docs-menu .md-button {
  unicode-bidi: embed;
  text-align: right;
  font-weight: 500;
}


.docs-menu .md-button:hover,
.docs-menu .md-button:focus {
  background: #267ED5 !important;
}
.docs-menu .md-button md-icon {
  color: white;
}

.docs-menu md-select {

 /* Override md-select margins.  With margins the menu will look incorrect and causes mobile list
    to not be scrollable.
  */
  margin: 0;
  width: 100%;
}

.docs-menu md-select md-select-label {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  padding-top: 10px;
}

.docs-menu md-select md-select-label span {
  margin-right: auto;
  padding-left: 13px;
}

.docs-menu md-select .md-select-icon {
  margin-right: 28px;
}

.docs-menu button.md-button::-moz-focus-inner {
  padding: 0;
}
.docs-menu .md-button.active {
  background: #267ED5;
}
.menu-heading {
  display: block;
  line-height: 32px;
  margin: 0;
  padding: 8px 16px 0;
  text-align: left;
  width: 100%;
  color: rgba(255, 255, 255, 0.54)
}


html[dir=rtl] .menu-heading,
body[dir=rtl] .menu-heading {
  unicode-bidi: embed;
  text-align: right;
}

.menu-toggle-list {
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 0;
}
.docs-menu .menu-toggle-list a.md-button {
  display: block;
  padding: 0 16px 0 32px;
  text-transform: none;
  text-rendering: optimizeLegibility;
  font-weight: 600;
}
[dir=rtl] .docs-menu .menu-toggle-list a.md-button {
  padding: 0 32px 0 16px;
   font-weight: 500;
}
.parent-list-item:last-child {
  margin-bottom: 20px;

  /* Prevent the hidden License link from causing a double bottom-border */
  border-bottom: none;
}
.md-button-toggle .md-toggle-icon {
  display: block;
  margin-left: auto;
  speak: none;
  vertical-align: middle;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.md-button-toggle .md-toggle-icon.toggled {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.docs-logo {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 0 0 16px;
  margin: 0 auto;
}
.docs-logo:focus {
  outline: none;
}
.docs-logo > img {
  height: 150px;
  width: auto;
  display: block;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
	padding: 10px;
}
.nav-header {
  background-color: #106CC8;
  background: -webkit-linear-gradient(#185694, #106cc8);
  background: linear-gradient(#185694, #106cc8);
  border-bottom: 1px solid #267ED5;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  z-index: 2;
}
a.docs-logo {
  border-bottom: none;
}
.docs-logotype {
  color: white;
  text-align: center;
  font-weight: 400;
  font-size: 22px;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
h1 {
  font-size: 3.400rem;
  font-weight: 400;
  line-height: 4rem;
}
.demo-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
}
md-toolbar.demo-toolbar {
    border-radius: 3px 3px 0 0;
    box-shadow: 0 1px rgba(255, 255, 255, 0.1);
}
md-toolbar.demo-toolbar {
    display: none;
}
@media (min-width: 960px){
md-toolbar.demo-toolbar {
    display: inherit;
}
}

@media (min-width: 960px){
.flex-gt-sm-22 {
    max-width: 22%;
}
}

.label_quatation {
    padding: 10px;
}
.input_quatation {
    border: none;
    padding: 7px 15px;
	/*background: initial;
	    /* box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12); */
}
.textarea_database {
    border: none;
    outline: none;
    background: white;
    padding: 15px;
    line-height: 20px;
	resize: none;
}
/* End Docs Menu */

.md-id-header {
    padding: 2px 10px;
    /* background: #c1c1c1; */
    color: red;
    font-family: monospace;
    border-width: 1px 1px;
    border-style: solid;
    border-color: rgb(169, 169, 169);
	    min-height: 34px;
}
.md-flexible-table {
    display: block;
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border-collapse: collapse;
}
.md-flexible-table>thead {
    color: white;
	border-top-left-radius: 10px;
	border-width: 1px 1px;
    border-style: solid;
    border-color: rgb(169, 169, 169);
}
[dir=rtl] .md-flexible-table>thead {
	border-top-left-radius: initial;
	border-top-right-radius: 10px;
}
.md-flexible-table>thead>tr>th {
    padding: 10px 20px 10px 7px;
	text-align: start;
}
[dir=rtl] .md-flexible-table>thead>tr>th {
    padding: 10px 7px 10px 20px;
}
.md-flexible-table>thead>tr {
	/*display: block;*/
	color: white;
}
.md-flexible-table>thead>tr>th.expand {
	width: 100%;
}
.md-flexible-table>tbody {

}
.md-flexible-table>tbody>tr {
	background: white;
	border-width: 1px 1px;
    border-style: solid;
    border-color: rgb(169, 169, 169);
}
.md-flexible-table>tbody>tr.no-border {
	background: initial;
	border: none;
}
.md-flexible-table>tbody>tr.no-border>td {
	padding: 7px 5px 7px 5px;
}
.md-flexible-table>tbody>tr.no-border>td.td-start {
	text-align: end;
	padding: 7px 10px;
}
.md-flexible-table>tbody>tr.no-border>td.td-end {
	background-color: deepskyblue;
	min-width: 70px;
	color:white;
}
.md-flexible-table>tbody>tr.no-border>td.td-end.even {
	background-color: aliceblue;
}
.md-flexible-table>tbody>tr>td {
    /*padding: 0 20px 0 0;
	text-align: center;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);*/
}
.md-flexible-table>tbody>tr>td.td-tool {
	padding: initial;
	background-color: rgb(66, 165, 245);
    color: white !important;
}
.md-flexible-table>tbody>tr>td.td-tool.add {
	border-width: 0px 1px;
    border-style: solid;
    border-color: rgb(169, 169, 169);
}
.md-flexible-table>tbody>tr>td:first-child {
    text-align: center;
}
.md-flexible-table>tbody>tr>td:last-child {
     padding-right: 10px;
}
.md-flexible-table>tbody>tr>td>input.expand,
.md-flexible-table>tbody>tr>td>textarea.expand {
	max-width: 444px;
    width: 100% !important;
}
.md-flexible-table>tbody>tr>td>label,
.md-flexible-table>tbody>tr>td>textarea,
.md-flexible-table>tbody>tr>td>input {
    max-width: 70px;
	border: none;
	padding: 7px 2px 7px 7px;
	background: transparent;
}
[dir=rtl] .md-flexible-table>tbody>tr>td>label,
.md-flexible-table>tbody>tr>td>textarea,
.md-flexible-table>tbody>tr>td>input {
	padding: 7px 7px 7px 2px;
}
.md-flexible-table>tbody>tr>td>md-autocomplete>md-autocomplete-wrap {
     box-shadow: none;
}

.md-flexible-table>tbody>tr>td>textarea:focus,
.md-flexible-table>tbody>tr>td>input:focus {
    outline-width: 0;
}
.md-flexible-table>tbody>tr>td>input:disabled {
	background: transparent;
}
/************
 * STEPPER
 ************/
md-stepper {
    display: block
}

md-step-actions,
md-steppers-header,
md-steppers-mobile-header {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    box-sizing: border-box
}

.md-steppers-header-region {
    z-index: 1
}

@media (max-width:599px) {
    md-stepper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
    md-stepper>div {
        min-width: 0;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .md-steppers-content {
        min-height: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    md-step.md-active,
    md-step.md-active .md-stepper {
        min-height: 0;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    md-step-body,
    md-steppers-scope {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.md-steppers {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column
}

.md-steppers:not(.md-steppers-linear) .md-stepper-indicator.md-editable.md-completed:hover,
.md-steppers:not(.md-steppers-linear) .md-stepper-indicator:not(.md-active):not(.md-completed):hover {
    cursor: pointer
}

.md-steppers:not(.md-steppers-linear) .md-stepper-indicator.md-editable.md-completed:hover,
.md-steppers:not(.md-steppers-linear) .md-stepper-indicator.md-editable.md-completed:hover .md-stepper-indicator-wrapper,
.md-steppers:not(.md-steppers-linear) .md-stepper-indicator:not(.md-active):not(.md-completed):hover,
.md-steppers:not(.md-steppers-linear) .md-stepper-indicator:not(.md-active):not(.md-completed):hover .md-stepper-indicator-wrapper {
    background-color: #f6f6f6
}

.md-steppers-header {
    margin: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row;
    border-radius: 0;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.md-steppers-horizontal .md-stepper-indicator {
    min-height: 72px
}

.md-steppers-horizontal .md-stepper-indicator:first-child .md-stepper-indicator-wrapper {
    padding-left: 16px
}

.md-steppers-horizontal .md-stepper-indicator:after {
    width: 999em;
    height: 1px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    background-color: #e8e8e8;
    content: " "
}

.md-stepper-indicator {
    margin: 0;
    padding: 0 16px;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden;
    cursor: default;
    background: none;
    border: none;
    transition: all .4s cubic-bezier(.25, .8, .25, 1)
}

.md-stepper-indicator:focus {
    outline: none
}

.md-stepper-indicator.md-active .md-stepper-number,
.md-stepper-indicator.md-completed .md-stepper-number {
    background-color: #2196f3
}

.md-stepper-indicator.md-active .md-stepper-title,
.md-stepper-indicator.md-completed .md-stepper-title {
    color: rgba(0, 0, 0, .87)
}

.md-stepper-indicator.md-active .md-stepper-title,
.md-stepper-indicator.md-editable .md-stepper-title {
    font-weight: 500
}

.md-stepper-indicator.md-error .md-stepper-title {
    color: #f44336
}

.md-stepper-indicator:first-child {
    padding-left: 0
}

.md-stepper-indicator:last-child {
    padding-right: 0;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.md-stepper-indicator:last-child .md-stepper-indicator-wrapper {
    padding-right: 24px
}

.md-stepper-indicator .md-ripple-container {
    z-index: 3
}

.md-stepper-indicator-wrapper {
    padding: 0 8px 0 0;
    position: relative;
    z-index: 2;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background-color: #fff;
    transition: all .4s cubic-bezier(.25, .8, .25, 1)
}

.md-stepper-number {
    width: 24px;
    height: 24px;
    margin: 0 8px;
    border-radius: 24px;
    background-color: #bdbdbd;
    transition: all .4s cubic-bezier(.25, .8, .25, 1);
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    text-align: center
}

.md-stepper-number.ng-hide {
    transition: none
}

.md-error .md-stepper-error-indicator {
    margin: 0 8px;
    background-color: #fff
}

.md-error .md-stepper-error-indicator md-icon {
    color: #f44336
}

.md-error .md-stepper-error-message {
    color: #f44336;
    font-weight: 400
}

.md-stepper-icon {
    width: 18px;
    height: 18px;
    position: relative;
    top: -1px;
    color: #fff;
    font-size: 18px;
    font-weight: 700
}

.md-stepper-icon.md-stepper-icon-edit {
    width: 14px;
    height: 14px;
    font-size: 14px;
    font-weight: 400
}

.md-stepper-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column;
    position: relative;
    transition: all .4s cubic-bezier(.25, .8, .25, 1);
    font-size: 14px;
    line-height: 24px
}

.md-steppers-content {
    position: relative;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.md-stepper {
    box-sizing: border-box
}

.md-stepper.md-active {
    position: relative;
    pointer-events: auto
}

.md-steppers-actions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.md-stepper-optional .md-stepper-title {
    text-align: left;
    white-space: nowrap
}

.md-stepper-optional .md-stepper-title small:not(.md-stepper-error-message) {
    color: rgba(0, 0, 0, .54)
}

.md-stepper-optional .md-stepper-title small {
    transition: all .4s cubic-bezier(.25, .8, .25, 1);
    font-size: 12px;
    line-height: 1em
}

.md-steppers-linear .md-stepper-indicator {
    cursor: default
}

.md-steppers-linear .md-stepper-indicator.md-editable.md-completed:hover {
    cursor: pointer
}

.md-steppers-linear .md-stepper-indicator.md-editable.md-completed:hover,
.md-steppers-linear .md-stepper-indicator.md-editable.md-completed:hover .md-stepper-indicator-wrapper,
.md-steppers-linear .md-stepper-indicator.md-editable.md-completed:hover .md-stepper-number:after,
.md-steppers-linear .md-stepper-indicator.md-editable.md-completed:hover .md-stepper-number:before {
    background-color: #f6f6f6
}

.md-steppers-linear .md-stepper-title,
.md-steppers-linear .md-stepper-title small:not(.md-stepper-error-message) {
    color: rgba(0, 0, 0, .26)
}

.md-steppers-alternative:not(.md-steppers-linear) .md-stepper-indicator:not(.md-active):not(.md-completed):hover .md-stepper-indicator-wrapper {
    background: none
}

.md-steppers-alternative:not(.md-steppers-linear) .md-stepper-indicator:not(.md-active):not(.md-completed):hover .md-stepper-number:after,
.md-steppers-alternative:not(.md-steppers-linear) .md-stepper-indicator:not(.md-active):not(.md-completed):hover .md-stepper-number:before {
    background-color: #f6f6f6
}

.md-steppers-alternative .md-steppers-horizontal .md-stepper-indicator {
    min-height: 104px;
    padding: 24px 16px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.md-steppers-alternative .md-steppers-horizontal .md-stepper-indicator .md-stepper-indicator-wrapper {
    padding: 0
}

.md-steppers-alternative .md-steppers-horizontal .md-stepper-indicator:first-child {
    padding-left: 24px
}

.md-steppers-alternative .md-steppers-horizontal .md-stepper-indicator:first-child:after {
    left: 50%
}

.md-steppers-alternative .md-steppers-horizontal .md-stepper-indicator:last-child {
    padding-right: 24px
}

.md-steppers-alternative .md-steppers-horizontal .md-stepper-indicator:last-child:after {
    right: 50%;
    left: auto
}

.md-steppers-alternative .md-steppers-horizontal .md-stepper-indicator:after {
    margin-top: 0;
    top: 36px
}

.md-steppers-alternative .md-steppers-horizontal .md-stepper-indicator-wrapper {
    padding: 0 16px;
    min-height: 50px;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column;
    background: none
}

.md-steppers-alternative .md-steppers-horizontal .md-stepper-error-indicator,
.md-steppers-alternative .md-steppers-horizontal .md-stepper-number {
    position: relative
}

.md-steppers-alternative .md-steppers-horizontal .md-stepper-error-indicator:after,
.md-steppers-alternative .md-steppers-horizontal .md-stepper-error-indicator:before,
.md-steppers-alternative .md-steppers-horizontal .md-stepper-number:after,
.md-steppers-alternative .md-steppers-horizontal .md-stepper-number:before {
    width: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #fff;
    transition: all .4s cubic-bezier(.25, .8, .25, 1);
    content: " "
}

.md-steppers-alternative .md-steppers-horizontal .md-stepper-error-indicator:before,
.md-steppers-alternative .md-steppers-horizontal .md-stepper-number:before {
    left: -8px
}

.md-steppers-alternative .md-steppers-horizontal .md-stepper-error-indicator:after,
.md-steppers-alternative .md-steppers-horizontal .md-stepper-number:after {
    right: -8px
}

.md-steppers-alternative .md-steppers-horizontal .md-stepper-title {
    margin-top: 16px;
    line-height: 18px;
    text-align: center
}

.md-steppers-alternative .md-steppers-horizontal .md-stepper-title small {
    text-align: center
}

.md-steppers:not(.md-steppers-vertical) .md-steppers-header.md-steppers-vertical {
    display: none
}

.md-steppers-vertical .md-stepper {
    padding: 8px 24px
}

.md-steppers-vertical .md-steppers-scope {
    margin-left: 20px;
    border-left: 1px solid #e8e8e8;
    padding-left: 20px
}

.md-stepper-feedback-message,
.md-steppers-mobile-header,
.md-steppers-vertical .md-steppers-header.md-steppers-horizontal {
    display: none
}

@media (max-width:599px) {
    .md-steppers-mobile-step-text:not(.md-steppers-vertical) .md-stepper {
        padding: 0
    }
    .md-steppers-mobile-step-text:not(.md-steppers-vertical) .md-steppers-mobile-header {
        display: block
    }
    .md-steppers-mobile-step-text:not(.md-steppers-vertical) .md-stepper-feedback-message {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .md-steppers-mobile-step-text:not(.md-steppers-vertical) .md-steppers-header.md-steppers-horizontal {
        display: none
    }
    .md-steppers-mobile-step-text:not(.md-steppers-vertical) md-step-actions {
        background: #f6f6f6!important;
        color: #202020!important;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        box-sizing: border-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .137255), 0 2px 1px -1px rgba(0, 0, 0, .117647)
    }
}

.md-steppers-header-region {
    position: relative
}

.md-stepper-feedback-message {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    padding-left: 10px;
    z-index: 2;
    box-sizing: border-box
}

.md-steppers,
md-step-body {
    position: relative
}

md-step-body {
    overflow: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.md-step-body-loading {
    display: none
}

.md-steppers-has-feedback .md-steppers-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 6
}

.md-steppers-has-feedback .md-step-body-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 4;
    opacity: .75;
    background-color: #fff
}

.md-steppers-has-feedback .md-step-body-loading {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 5;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    max-width: 100%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
/* END STEPPER */


/************
 * RATING
 ************/
.jk-rating-stars-container .button {
    cursor: pointer
}

.jk-rating-stars-container .button .material-icons {
    font-size: 30px
}

.jk-rating-stars-container .star-button {
    text-shadow: .06em .04em #000
}

.jk-rating-stars-container .star-button.star-on .material-icons {
    color: #ee9a00
}

.jk-rating-stars-container .star-button.star-off .material-icons {
    color: #ddd
}

.jk-rating-stars-container[read-only=true] .button {
    cursor: default
}
/* END RATING */