input.input-full
{
  min-width: 50%;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 0px;
  margin: 6px 0 1px 0;
  background-color: transparent;
  outline: none;
  border: none;
  border-bottom: 2px solid rgba(0,0,0,0.15);
}

/* placeholders */
input.input-full::-webkit-input-placeholder
{
  font-size: 18px;
  font-weight: 500;
	color: #8c8c8c;
}

input.input-full:-moz-placeholder
{
  font-size: 18px;
  font-weight: 500;
	color: #8c8c8c;
}

input.input-full::-moz-placeholder
{
  font-size: 18px;
  font-weight: 500;
	color: #8c8c8c;
}

input.input-full:-ms-input-placeholder
{
  font-size: 18px;
  font-weight: 500;
	color: #8c8c8c;
}

/* uploader */
.input-uploader > input.input-file
{
  /*width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;*/
}

.input-uploader > input.input-file + label
{
  font-size: 13px;
  font-weight: 500;
  background-color: #f2f3f4;
  padding: 16px;
  display: block;
  width: 240px;
  border-radius: 8px;
  border: 2px dashed rgba(0,0,0,0.15);
}

.input-group
{
	display: flex;
  /*align-items: center;*/
	justify-content: flex-end;
	position: relative;
  min-height: 36px;

  background-color: #edeeef;
	border: 2px solid rgba(0,0,0,0.05);
  /*box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2);*/
	border-radius: 6px;
}

.input-group.border
{
  border-color: #2196f3;
}

.input-group.border > .input-tip
{
  background-color: #2196f3;
  color: #fff;
}

.input-group:not(button):hover
{
  border-color: #2196f3;
}

.input-group.flat
{
  background-color: transparent;
  border: none;
  border-bottom: 2px solid rgba(0,0,0,0.15);
	border-radius: 0;
}

.input-group.error
{
  border: 2px solid #f85557;
}

.input-group > *
{

}

.input-group > .input-icon
{
	min-width: 32px;
  height: auto;
	font-size: 14px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #8c8c8c;
  /*border-right: 2px solid rgba(0,0,0,0.15);*/
}

.input-group > .input-tip
{
  min-width: 32px;
  height: auto;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8c8c8c;
  padding: 0 6px;
}

.input-group > .input-clear
{
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;

  min-width: 26px;
  height: auto;
  background-color: transparent;
  border: none;
  outline: none;
  margin-right: 4px;
  color: #F44336;
  cursor: pointer;
}

.input-group > button.input-icon
{
  min-width: 24px;
  height: 24px;

  background-color: #edeeef;
  border: none; /*1px solid rgba(0,0,0,0.15);*/
  outline: none;
  border-radius: 4px;
  margin-top: 4px;
  margin-right: 4px;
  color: #2196f3;
  cursor: pointer;
}

.input-group > span.input-placeholder
{
	font-weight: 500;
}

.input-group > .input
{
	background-color: transparent;
	border: none;
	outline: none;
	min-height: 32px;
	font-weight: 500;
	font-size: 12px;
	padding: 0 8px;

	flex: 1;
}

.input-group > input.input
{
  width: 100%;
}

.input-group > textarea.input
{
	width: 100%;
	height: 77px;
  padding: 12px 8px;
  resize: vertical;
  position: relative;
}

.input-group > button.input
{
  display: flex;
  align-items: center;
  max-width: fit-content;
  background-color: rgba(0,0,0,0.05);
  color: #2196f3;
  /* border-radius: 4px; */
  /* padding: 0 12px 0 8px; */
  /* margin: 4px 4px 4px 0px; */
  font-weight: 500;
  cursor: pointer;
}

.input-group > .input > .material-icons
{
  width: 20px;
  font-size: 18px;
  margin-right: 6px;
}

button.input-group
{
  width: 100%;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  cursor: pointer;
  border: none;
  /*border-bottom: 3px solid rgba(0,0,0,0.1);*/
  background-color: #396 !important;
  color: #fff;
}

button.input-group.positive
{
  color: #fff;
  background-color: #396;
}

button.input-group:hover
{
	background-color: #f4f8f9;
}

/*button.input-group.positive:hover
{
	background-color: #173;
}*/

.input-group > .input:disabled
{
	/*opacity: 0.4;*/
	cursor: not-allowed;
}

/* tags */
.tags
{
	padding: 6px 0 0 6px;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 6px;
}

.tag
{
	display: flex;
  align-items: center;
	min-height: 26px;
  margin: 0px 6px 6px 0;
  /* margin-right: 4px; */
  float: left;
  /*padding: 3px 4px 4px 6px;*/
  border-radius: 6px;
	border: 1px solid rgba(0,0,0,0.15);
  border-bottom-width: 2px;
  background-color: #fff;
	position: relative;

	/*opacity: 0.6;*/

	cursor: pointer;
}

.tag:after
{
	position: absolute;
	content: '';
	box-sizing: border-box;
	width: 6px;
	height: 10px;
	transform: rotate(45deg);
	border-width: 3px;
	border-style: solid;
	border-color: rgba(0,0,0,0.1);
	border-top: 0;
	border-left: 0;
	top: 6px;
	right: 10px;
}

.tag:hover,
.tag.active
{
	opacity: 1.0;
	border-color: #396;
}

.tag:hover:after,
.tag.active:after
{
	border-color: #396;
}

.tag *
{
  font-size: 13px;
}

.tag > .tag-label
{
	width: 12px;
  height: 12px;
  min-width: 12px;
  min-height: 12px;
  border-radius: 50%;
  background-color: #607d8b;
  margin-left: 6px;
}

.tag > .tag-icon
{
	align-self: stretch;
  color: #f85557;
	align-items: center;
	justify-content: center;
	display: flex;
	padding: 4px;
}

.tag > .tag-text
{
	flex: 1;
  padding: 0 24px 0 10px;
  /* color: #8c8c8c; */
  font-size: 13px;
  font-weight: 500;
	text-transform: capitalize;
}

.tag > .tag-icon.material-icons
{
  font-size: 13px;
  font-weight: bold;
}

/* placeholders */
.placeholders
{

}

.placeholders > .placeholder
{
  display: flex;
  align-items: center;
  float: left;
  background-color: #fff;
  padding: 8px 12px 8px 4px;
  margin: 0px 6px 6px 0;
  border: 1px solid rgba(0,0,0,0.15);
  border-bottom-width: 2px;
  border-radius: 4px;
  cursor: copy;
}

.placeholders > .placeholder:hover
{
  background-color: #f4f8f9;
}

.placeholders > .placeholder > .placeholder-icon
{
  min-width: 32px;
  height: 32px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8c8c8c;
}

.placeholders > .placeholder > .placeholder-content
{
  flex: 1;
}

.placeholders > .placeholder > .placeholder-content > .placeholder-desc
{
  font-size: 13px;
  font-weight: 500;
}

.placeholders > .placeholder > .placeholder-content > .placeholder-tag
{
  font-size: 12px;
  color: #8c8c8c;
}

/* files */
.files
{
  margin: 12px 0;
}

/* file */
.files > .file
{
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 2px solid rgba(0,0,0,0.15);
  border-radius: 8px;
  padding: 12px 8px;
  margin-bottom: 4px;

  cursor: pointer;
}

.files > a.file
{
  color: inherit;
  text-decoration: none;
}

.files > .file:hover
{
  background-color: #f4f8f9;
}

.files > .ui-sortable-placeholder
{
  visibility: visible !important;
  background-color: transparent;
  border-style: dashed;
}

.files > .file > .icon
{
  font-size: 20px;
}

.files > .file > .file-content
{
  flex: 1;
  padding: 0 12px;
  white-space: normal;
  word-break: break-word;
}

.files > .file > .file-content > .name
{
  font-size: 12px;
  font-weight: bold;
}

.files > .file > .file-content > .path
{
  margin-top: 4px;
  color: #8c8c8c;
  font-size: 11px;
}

.files > .file > .file-content > .info
{
  margin-top: 2px;
  display: flex;
  align-items: center;
}

.files > .file > .file-content > .info > .type
{
  background-color: rgba(0,0,0,0.1);
  padding: 4px 4px 2px 4px;
  border-radius: 2px;
  margin-right: 6px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
}

.files > .file > .file-content > .info > .size
{
  font-size: 11px;
  font-weight: 500;
  color: #396;
}

.files > .file > .file-content > .info > .actions
{
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.files > .file > .file-content > .info > .actions > .action
{
  width: 24px;
  height: 24px;

  display: flex;
  align-items: center;
  justify-content: center;

  background-color: transparent;
  margin-left: 4px;

  color: inherit;
  cursor: pointer;
}

.files > .file > .file-content > .info > .actions > .action:hover
{
  background-color: rgba(0,0,0,0.1);
  border-radius: 4px;
  opacity: 0.8;
}

.files > .file > .file-content > .info > .actions > a.action
{
  text-decoration: none;
}

.files > .file > .file-content > .info > .actions > button.action
{
  border: none;
  outline: none;
}

.files > .file > .file-content > .info > .actions > .action.material-icons
{
  font-size: 15px;
}

.files > .file > .file-content > .info > .actions > .action[data-action="file-preview"]
{
  opacity: 0.5;
}

.files > .file > .file-content > .info > .actions > .action[data-action="file-remove"]
{
  color: #F44336;
}

/* small file */
.files > .file.small-file
{
  padding: 4px;
}

.files > .file.small-file > .icon
{
  font-size: 16px;;
}

.files > .file.small-file > .file-content
{
  display: flex;
  align-items: center;
  padding: 0 0 0 12px;
}

.files > .file.small-file > .file-content > .info
{
  margin: 0;
  margin-left: 4px;
}

.files > .file.small-file > .file-content > .info > .actions > .action
{
  margin: 0;
}

/* The switch - the box around the slider */
.input-switch
{
  position: relative;
  display: inline-block;
  width: 48px !important;
  height: 32px;
  vertical-align: middle;
}

/* Hide default HTML checkbox */
.input-switch  input
{
  display:none;
}

/* The slider */
.input-switch  > .slider
{
  position: absolute;
  cursor: pointer;
  top: 6px;
  left: 4px;
  right: 4px;
  bottom: 6px;
  background-color: #ffc1073d;
  -webkit-transition: .4s;
  transition: .4s;
}

.input-switch  > .slider:before
{
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  top: 3px;
  bottom: 3px;
  background-color: #2a333a;
  -webkit-transition: .4s;
  transition: .4s;
}

.input-switch input:disabled + .slider
{
  background-color: #396 !important;
}

.input-switch input:focus + .slider
{
  box-shadow: 0 0 1px #2196F3;
}

.input-switch input:checked + .slider
{
  background-color: #ffc107;
}

.input-switch input:checked + .slider:before
{
  -webkit-transform: translateX(18px);
      -ms-transform: translateX(18px);
          transform: translateX(18px);
}

/* Rounded sliders */
.input-switch > .slider.round
{
  border-radius: 34px;
}

.input-switch > .slider.round:before
{
  border-radius: 50%;
}
