.kt-form__actions div {
  cursor: pointer;
}

.pagination li {
  background: #ead9d9;
  padding: 5px 13px;
  margin: 0 4px 0 0px;
}
.pagination li:hover,
.pagination li.active {
  background: #1cd2e1;
  transition: all ease-in-out 0.5s;
  color: #fff !important;
}
.pagination li:hover a,
.pagination li.active a {
  color: #fff !important;
}

@keyframes glowing {
  0% {
    box-shadow: 0 0 -10px #c4a300;
  }
  40% {
    box-shadow: 0 0 20px #c4a300;
  }
  60% {
    box-shadow: 0 0 20px #c4a300;
  }
  100% {
    box-shadow: 0 0 -10px #c4a300;
  }
}
.button-glow {
  animation: glowing 5000ms infinite;
}

#password_model .modal-body .row .input-group span {
  font-size: 14px;
  padding: 8px 10px;
}

#select_items .row {
  padding: 10px 15px;
}

.selected_items {
  background: #f7f7f7;
  padding: 10px 8px;
  margin: 5px 0;
}
.selected_items i {
  float: right;
  font-size: 20px;
}
.selected_items i:hover {
  cursor: pointer;
  color: #ff0000;
}

.tt-menu {
  background: #f7f7f7 none repeat scroll 0% 0% !important;
  width: 100%;
  padding: 4% 1%;
}
.tt-menu .tt-dataset {
  background: #fff;
}
.tt-menu .tt-dataset .tt-suggestion {
  padding: 2%;
  border-bottom: 1px solid #f77d7d26;
}

.twitter-typeahead {
  display: block !important;
}

#search_form .form-group {
  margin-top: 15px;
}

#customer_information_form {
  font-family: "Courier Prime", monospace;
}
#customer_information_form h1 {
  font-family: "Courier Prime", monospace !important;
}
#customer_information_form .info-item-head {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 14px;
  color: #999;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: underline;
}
#customer_information_form .info-item {
  font-size: 16px;
  color: #000;
  letter-spacing: 3px;
  margin-bottom: 0px;
  text-transform: capitalize;
}
#customer_information_form .custom_border {
  border: 1px solid #000;
  padding: 10px 10px;
}
#customer_information_form .form-group {
  margin-bottom: 0px;
}
#customer_information_form .empty_slot {
  background: #dfdfdf;
}
#customer_information_form .total-center {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
#customer_information_form .is_dead {
  background: #ac2929;
}

#form-values {
  font-family: "Courier Prime", monospace;
}
#form-values .info-item-head {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 12px;
  color: #999;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: underline;
}
#form-values .info-item {
  font-size: 16px;
  color: #000;
  letter-spacing: 1px;
  margin-bottom: 0px;
  text-transform: capitalize;
}
#form-values .custom_border {
  border: 1px solid #000;
  padding: 10px 10px;
}
#form-values .form-group {
  margin-bottom: 0px;
}
#form-values .empty_slot {
  background: #dfdfdf;
}
#form-values .total-center {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
#form-values .is_dead {
  background: #ac2929;
}
#form-values .custom_sub_heading {
  background: #dedede;
}
#form-values .custom_sub_heading p {
  color: #000;
  font-weight: 600;
}

.cussor_value {
  cursor: pointer;
}

#single_item_view {
  border-bottom: 1px solid #000;
  margin-bottom: 5px;
  padding-bottom: 13px;
  border-top: 1px solid #000;
  font-family: "Courier Prime", monospace;
}
#single_item_view h2,
#single_item_view img {
  letter-spacing: 5px;
  margin-top: 13px;
}
#single_item_view h5 {
  letter-spacing: 5px;
}
#single_item_view .custom_text {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #999;
  margin-bottom: 0;
}
#single_item_view .custom_text_small {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #999;
  margin-bottom: 0;
}

#item_db_form .short_input {
  width: 25%;
}
#item_db_form .age_value {
  width: 10%;
}

/* CSS talk bubble */
.talk-bubble {
  margin: 40px;
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 15px;
  background-color: #00d2d2;
}

.border {
  border: 8px solid #666;
}

.round {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}

/* Right triangle placed top left flush. */
.tri-right.border.left-top:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: -40px;
  right: auto;
  top: -8px;
  bottom: auto;
  border: 32px solid;
  border-color: #666 transparent transparent transparent;
}

.tri-right.left-top:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: -20px;
  right: auto;
  top: 0px;
  bottom: auto;
  border: 22px solid;
  border-color: lightyellow transparent transparent transparent;
}

/* Right triangle, left side slightly down */
.tri-right.border.left-in:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: -40px;
  right: auto;
  top: 30px;
  bottom: auto;
  border: 20px solid;
  border-color: #666 #666 transparent transparent;
}

.tri-right.left-in:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: -20px;
  right: auto;
  top: 38px;
  bottom: auto;
  border: 12px solid;
  border-color: lightyellow lightyellow transparent transparent;
}

/*Right triangle, placed bottom left side slightly in*/
.tri-right.border.btm-left:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: -8px;
  right: auto;
  top: auto;
  bottom: -40px;
  border: 32px solid;
  border-color: transparent transparent transparent #666;
}

.tri-right.btm-left:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 0px;
  right: auto;
  top: auto;
  bottom: -20px;
  border: 22px solid;
  border-color: transparent transparent transparent lightyellow;
}

/*Right triangle, placed bottom left side slightly in*/
.tri-right.border.btm-left-in:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 30px;
  right: auto;
  top: auto;
  bottom: -40px;
  border: 20px solid;
  border-color: #666 transparent transparent #666;
}

.tri-right.btm-left-in:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 38px;
  right: auto;
  top: auto;
  bottom: -20px;
  border: 12px solid;
  border-color: lightyellow transparent transparent lightyellow;
}

/*Right triangle, placed bottom right side slightly in*/
.tri-right.border.btm-right-in:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: 30px;
  bottom: -40px;
  border: 20px solid;
  border-color: #666 #666 transparent transparent;
}

.tri-right.btm-right-in:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: 38px;
  bottom: -20px;
  border: 12px solid;
  border-color: lightyellow lightyellow transparent transparent;
}

/*
	left: -8px;
  right: auto;
  top: auto;
	bottom: -40px;
	border: 32px solid;
	border-color: transparent transparent transparent #666;
	left: 0px;
  right: auto;
  top: auto;
	bottom: -20px;
	border: 22px solid;
	border-color: transparent transparent transparent lightyellow;

/*Right triangle, placed bottom right side slightly in*/
.tri-right.border.btm-right:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -8px;
  bottom: -40px;
  border: 20px solid;
  border-color: #666 #666 transparent transparent;
}

.tri-right.btm-right:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: 0px;
  bottom: -20px;
  border: 12px solid;
  border-color: lightyellow lightyellow transparent transparent;
}

/* Right triangle, right side slightly down*/
.tri-right.border.right-in:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -40px;
  top: 30px;
  bottom: auto;
  border: 20px solid;
  border-color: #666 transparent transparent #666;
}

.tri-right.right-in:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -20px;
  top: 38px;
  bottom: auto;
  border: 12px solid;
  border-color: lightyellow transparent transparent lightyellow;
}

/* Right triangle placed top right flush. */
.tri-right.border.right-top:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -40px;
  top: -8px;
  bottom: auto;
  border: 32px solid;
  border-color: #666 transparent transparent transparent;
}

.tri-right.right-top:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -20px;
  top: 0px;
  bottom: auto;
  border: 20px solid;
  border-color: lightyellow transparent transparent transparent;
}

/* talk bubble contents */
.talktext {
  padding: 1em;
  text-align: left;
  line-height: 1.5em;
}

.talktext p {
  /* remove webkit p margins */
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}

#add_more_to .existing_panel,
#show_interviews .existing_panel {
  padding: 10px 20px;
  max-height: 255px;
  min-width: 255px;
  overflow: scroll;
  background: #ecf2f7;
}
#add_more_to .talk-bubble,
#show_interviews .talk-bubble {
  background-color: #fff;
  border-radius: 0;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}
#add_more_to .tri-right.right-in:after,
#show_interviews .tri-right.right-in:after {
  border-color: #000 transparent #00d2d200 #000;
}
#add_more_to .talktext p,
#show_interviews .talktext p {
  color: #000;
}
#add_more_to .talktext .text_custom,
#show_interviews .talktext .text_custom {
  font-size: 12px;
  text-decoration: underline;
  color: #63b4f9;
  font-weight: 600;
}

#show_interviews .existing_panel {
  padding: 10px 20px;
  max-height: 500px;
  min-width: 500px;
  overflow: scroll;
  background: #ecf2f7;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#checklist_view .checklist-item {
  font-size: 15px;
  font-weight: 600;
  display: flex;
  vertical-align: middle;
}
#checklist_view .checklist-item span {
  margin-right: 10px;
}

.close_text {
  font-size: 11px;
  font-weight: 600;
  text-decoration: underline !important;
  margin-left: 4px;
  color: #ff0000 !important;
  cursor: pointer;
}
.close_text:hover {
  text-decoration: underline;
  color: #1cd2e1;
}

.table_rw_disable {
  background: #ffcece;
}

.discontinuedText {
  letter-spacing: 2px;
  font-weight: 600;
}

#olderFollowUp #base_layout {
  padding: 0 10px;
}
#olderFollowUp #base_layout .item_boxs {
  background: #ffffff;
  padding: 10px 0;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.17);
  border-radius: 9px;
  margin-bottom: 10px;
}
#olderFollowUp #base_layout .item_boxs h5 {
  margin-bottom: 0;
  text-decoration: underline;
}
#olderFollowUp #base_layout .item_boxs span {
  font-weight: 600;
}

#exit_interview .radioAlign {
  display: inline-block;
  margin-left: 50px;
}

#customChecks input[type=checkbox] + label:before {
  top: 0;
  bottom: auto;
}

#measurementImages .featured_image_div button {
  position: absolute;
  top: 11%;
  left: 46%;
}
#measurementImages .delete_set {
  top: 12% !important;
  left: 73% !important;
}

.item_seperator {
  background: #fff;
  padding: 14px 5px 2px 5px;
  box-shadow: 1px -1px 5px 2px #ecebeb;
  margin-bottom: 5px !important;
}
.item_seperator .btn {
  padding: 11px;
  margin: -8px 0 5px 0;
}

/*# sourceMappingURL=outputsass.css.map */
