/* ----------------------------------------------------/
 mailr custom
---------------------------------------------------- */

/* start bootstrap-taginput */

.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  display: inline-block;
  padding: 10px;
  vertical-align: middle;
  max-width: 100%;
  cursor: text;
  width: 100%;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  margin: 0;
  width: 100%;
  max-width: inherit;
  color: #888;
  font-size: 14px;
}
.bootstrap-tagsinput input::-moz-placeholder {
  color: #b5b9b;
  opacity: 1;
}
.bootstrap-tagsinput input:-ms-input-placeholder {
  color: #b5b9bf;
}
.bootstrap-tagsinput input::-webkit-input-placeholder {
  color: #b5b9bf;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  color: #fff;
  background: #888;
  padding: 2px 6px 2px 6px;
  border-radius: 4px;
  width: fit-content;
  display: inline-block;
  letter-spacing: initial;
  font-weight: inherit;
  font-size: 12px;
  text-transform: unset;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  color: red;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  color: red;
}
/* end taginput */

/* start container size */
/*
@media (min-width: 1200px) {
	.container {
	    padding-right: 30px;
	    padding-left: 30px;
	    width: 100%;
	    max-width: 100%;
	}
}
@media (max-width: 992px) {
	.container {
	    padding-right: 30px;
	    padding-left: 30px;
	    width: 100%;
	    max-width: 100%;
	}
	.mob-m30 {
		margin-right: 30px;
	}
}
@media (min-width: 768px) {
	.container {
	    padding-right: 30px;
	    padding-left: 30px;
	    width: 100%;
	    max-width: 100%;
	}
}

@media (min-width: 576px) {
	.container {
	    padding-right: 30px;
	    padding-left: 30px;
	    width: 100%;
	    max-width: 100%;
	}
}
*/
/* end container size */

.menulinks {
	display:block;
}
.menulinks a {
    color: rgba(117,117,117,0.8);
}
.menulinks a:hover {
    color: rgba(117,117,117,1);
}

/* summernote */
.note-editor.note-frame {
    border: 1px solid #eaeff4;
}
.note-editor.note-frame .note-editing-area .note-editable {
	line-height: normal !important;
}
/* summernote end */
.stick {
    background-color: rgba(255,255,255,0.75);
    -webkit-box-shadow: 0 1px 9px rgba(0,0,0,0.05);
    box-shadow: 0 1px 9px rgba(0,0,0,0.05);
}
.navbar {
	top: 0px;
	padding: 0px;
}
.footer {
 /* padding: 5px 0px 10px 0px; */
}
.note-btn {
	color: rgba(117,117,117,0.8);
}
.note-btn:hover, .note-btn:focus, .note-btn.focus {
    color: rgba(117,117,117,1);
    background-color: #fff;
}

.dropdown-menu-right {
	left: unset !important;
	right: 0 !important;
}
