﻿.hcmchosen-tag {
  content: "";
  top: 0;
  height: 0;
  line-height: 0.2;
  border-color: rgba(0, 0, 0, 0) #72A7CF rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 12px 12px 12px 0;
  padding: 0 10px 0 12px;
  background: #72A7CF;
  color: #fff;
  text-decoration: none;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.hcmchosen-tag:before {
  content: "";
  float: left;
  position: absolute;
  top: 0;
  left: -12px;
  width: 0;
  height: 0;
  border-color: transparent #72A7CF transparent transparent;
  border-style: solid;
  border-width: 12px 12px 12px 0;
}
.hcmchosen-tag:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  float: left;
  width: 4px;
  height: 4px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
}
.hcmchosen-tag .choise-close {
  position: absolute;
  right: 17px;
  display: block;
  width: 5px;
  height: 12px;
  color: #FFF !important;
  top: 4px !important;
  margin: 0;
  padding: 0;
}
.hcmchosen-tag .choise-close:before {
  font-size: 15px;
  color: #fff;
}
.hcmchosen-tag .choise-close:hover:before {
  color: #808080;
}
.FormSectionContainer.ChosenFormContainer {
  overflow: visible;
}
/*--- Override ---*/
.chosen-container {
  width: 100% !important;
}
.chosen-choices {
  margin-top: 3px;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}
.chosen-choices li,
.tags a {
  float: left;
  height: 24px;
  line-height: 24px;
  position: relative;
  font-size: 11px;
}
.search-choice {
  margin-left: 20px !important;
  padding: 0 10px 0 12px !important;
  background: #72A7CF !important;
  /*#0089e0;*/
  color: #fff !important;
  text-decoration: none !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  -moz-border-radius-bottomright: 4px !important;
  -webkit-border-bottom-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  -moz-border-radius-topright: 4px !important;
  -webkit-border-top-right-radius: 4px !important;
  border-top-right-radius: 4px !important;
  padding-right: 20px !important;
}
.chosen-disabled {
  opacity: 1 !important;
  background-color: #eeeeee;
}
.chosen-disabled .chosen-single {
  cursor: not-allowed !important;
}
.chosen-disabled .chosen-single abbr {
  display: none !important;
}
.chosen-disabled .chosen-single div b {
  display: none !important;
}
.ChosenStlye-classic .search-choice {
  margin-left: 0;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  margin-left: 2px !important;
  padding: 0 20px 0 8px !important;
}
.ChosenStlye-tags .search-choice:before {
  content: "";
  float: left;
  position: absolute;
  top: 0;
  left: -12px;
  width: 0;
  height: 0;
  border-color: transparent #72A7CF transparent transparent;
  border-style: solid;
  border-width: 12px 12px 12px 0;
}
.ChosenStlye-classic .search-choice:after {
  display: none;
}
.search-choice:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  float: left;
  width: 4px;
  height: 4px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
}
.search-choice span {
  height: 24px;
  line-height: 24px;
}
a.search-choice-close {
  color: white !important;
  top: 6px !important;
  background: url("chosen-sprite-white.png") -42px 1px no-repeat !important;
}
a.search-choice-close:hover {
  background: url("chosen-sprite-white.png") -42px -10px no-repeat !important;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  font-family: inherit;
}
.chosen-container-multi .chosen-choices li.search-field,
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  width: 100% !important;
}
.HCMChosenLoading.spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}
.HCMChosenLoading.spinner > div {
  width: 10px;
  height: 10px;
  background-color: #3E8DCD;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.2s infinite ease-in-out both;
  animation: sk-bouncedelay 1.2s infinite ease-in-out both;
}
.HCMChosenLoading.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.HCMChosenLoading.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
#CFTagsContainer[data-status=read] .chosen-choices,
#CFTagsContainer[data-status=read] .EditEntityTags {
  border: 0;
  background-image: none;
  background-color: transparent;
}
#CFTagsContainer[data-status=read] .search-choice-close,
#CFTagsContainer[data-cancel=false] .search-choice-close {
  display: none;
}
#CFTagsContainer {
  padding: 13px;
  border-top: 1px solid #ddd;
  margin-top: 20px;
}
#CFTagsContainer .input-group {
  width: 100%;
}
#CFTagsContainer .chosen-choices {
  padding: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#CFTagsContainer .input-group-addon {
  padding-right: 0;
  padding-left: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 0 !important;
}
#CFTagsContainer .glyphicons:before {
  font-size: 20px;
  margin-top: -7px;
  margin-left: 16px;
  color: #428BCA;
}
#CFTagsContainer .EditEntityTags,
#CFTagsContainer .SaveEntityTags {
  cursor: pointer;
}
#CFTagsContainer .EditEntityTags .glyphicons:before {
  margin-top: -9px;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.tagdialog {
  width: 500px;
  height: 40px;
}
.TagsGridContainerLink {
  cursor: pointer;
}
.TagsGridContainerLink ~ .popover {
  max-width: 100% !important;
}
.TagsGridContainerLink ~ .popover #CFTagsContainer {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.TagsGridContainer {
  display: none;
  height: 0 !important;
}
.TagsGridContainer td {
  padding: 0 !important;
  background-color: transparent !important;
}
.TagsGridContainer #CFTagsContainer {
  border-top: 0;
  margin-top: 0;
}
[data-tagusage=F] {
  background: #72A7CF !important;
  border-color: rgba(0, 0, 0, 0) #72A7CF rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) !important;
}
[data-tagusage=W]:before {
  border-color: rgba(0, 0, 0, 0) #72A7CF rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) !important;
}
[data-tagusage=W] {
  background-color: #C30065 !important;
  border-color: rgba(0, 0, 0, 0) #C30065 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) !important;
}
[data-tagusage=W]:before {
  border-color: rgba(0, 0, 0, 0) #C30065 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) !important;
}
[data-tagusage=E] {
  background-color: #FF8141 !important;
  border-color: rgba(0, 0, 0, 0) #FF8141 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) !important;
}
[data-tagusage=E]:before {
  border-color: rgba(0, 0, 0, 0) #FF8141 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) !important;
}
.ChosenStlye-classic .chosen-single {
  background-color: #fff;
  background-image: none !important;
  background: none;
  height: 35px;
  line-height: 35px;
}
.ChosenStlye-classic .chosen-single div,
.ChosenStlye-classic .chosen-single abbr {
  margin-top: 4px;
}
.ChosenStlye-classic .chosen-single.chosen-single-with-deselect div,
.ChosenStlye-classic .chosen-single.chosen-single-with-deselect abbr {
  margin-top: 4px;
}
.ChosenStlye-classic .chosen-search input {
  border-radius: 5px !important;
}
.ChosenStlye-classic.chosen-with-drop .chosen-single {
  background-color: #fff;
  background-image: none !important;
  background: none;
  height: 35px;
  line-height: 35px;
}