label.error {
  color: #ff0000;
}

input.error {
  border: 1px solid #ff0000;
}

.profile_name_first_letter {
  border-radius: 50%;
  margin: 0;
  color: #438eb9;
  background: #fff;
  font-size: 20px;
  display: inline-block;
  width: 45px;
  text-align: center;
  margin-right: 8px;
  /* padding-left: 8px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin: -4px 8px 0 0;
  color: #438eb9;
  background: #fff;
  font-size: 23px;
  padding-right: 8px; */
}

input[type="checkbox"].ace-switch.ace-switch-4 + .lbl::before {
  font-size: 11px;
  line-height: 20px;
}
span.plus {
  padding-left: 12px;
  cursor: pointer;
}
.itooltip {
  position: relative;
  display: inline-block;
  opacity: 1;
  font-size: 11px;
  line-height: 1.4;
  cursor: pointer;
}
.itooltip i {
  vertical-align: middle;
}
.itooltip .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 6px;
  position: absolute;
  z-index: 99;
  top: 30px;
  left: 92px;
  margin-left: -220px;
  opacity: 0;
  transition: opacity 0.3s;
}

.itooltip .tooltiptextsmall {
  visibility: hidden;
  width: 100px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 6px;
  position: absolute;
  z-index: 99;
  top: 30px;
  left: 130px;
  margin-left: -220px;
  opacity: 0;
  transition: opacity 0.3s;
}

.itooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: -9%;
  left: 50%;
  border-width: 5px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  transform: rotateZ(180deg);
}

/*.itooltip .tooltiptext {
	visibility: hidden;
	width: 200px;
	background-color: #000;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 6px;
	position: absolute;
	z-index: 99;
	bottom: 150%;
	left: 0;
	margin-left: -99px;
	opacity: 0;
	transition: opacity 0.3s;
}

.itooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #000 transparent transparent transparent;
}*/

.itooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.success {
  padding: 5px 20px 5px 20px;
}

.success a {
  color: #fff;
}

#alertMessage {
  position: absolute;
  top: 50px;
  right: 0px;
}

#newsms_alert_box {
  display: none;
  width: 300px;
  background-color: #cc7708;
  border: 1px solid #f77722;
  color: #fff;
  position: relative;
  bottom: 0;
  float: right;
  z-index: 9999;
}

#message_alert_box {
  width: 50px;
  position: fixed;
  right: 10px;
  top: 50px;
  z-index: 999;
}
.showmessage img {
  border-radius: 50%;
  cursor: pointer;
}
.close_newsms_alert {
  float: right;
  cursor: pointer;
  font-size: 20px;
}
.ui-autocomplete-loading {
  background: white url(../images/ui-anim_basic_16x16.gif) right center
    no-repeat;
}

#loading {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../images/loading.gif") 50% 50% no-repeat rgb(249, 249, 249);
}
.wrapper {
  position: relative;
}
#loader {
  display: none;
  border: 16px solid #f3f3f3;
  border-top: 16px solid #3498db;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.unseen {
  display: none;
}
#messageBox {
  display: none;
  background-color: #4db33d;
  border: 1px solid #4db33d;
  color: white;
  position: fixed;
  padding: 20px;
  top: 0;
  left: 40%;
  z-index: 9999;
  font-size: 15px;
}
#sidebar .nav.nav-list {
  height: 100%;
  overflow: scroll;
  overflow-x: hidden;
  width: 200px;
}

.tablesorter tfoot .tablesorter-headerDesc,
.tablesorter tfoot .tablesorter-headerAsc {
  background: #eff3f8 !important;
}

.wrapper {
  position: relative;
}

.listing_loading:before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  background: url("../images/icons/loading.gif") 10% 100% no-repeat
    rgb(249, 249, 249);
}

.template {
  color: #000;
}

.nav-list > li .submenu > li.active > a {
  color: #0b6cbc;
  font-size: 15px;
  font-weight: 700;
}
.ace-file-multiple label:before {
  font-size: 15px;
  margin: 2px;
}
.table-striped tbody > tr:nth-child(odd) > td.merge_row {
  color: #f9f9f9;
}
td.merge_row {
  color: #fff;
}
/*.ordernotes{ white-space:normal;}*/
