.link {
  cursor:pointer;
}

.calPicker {
  cursor:pointer;
}


.callout a{
  text-decoration: none;
}

[data-toggle="collapse"] {
  padding-right: 30px;
  position: relative;
  cursor:pointer;
}

.accordion>.card-header:after {
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f078";
  position: absolute;
  font-size: 20px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.accordion>.card-header.collapsed:after {
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f053";
}

.sifra:hover{
  color: #00a181;
}

.card-info.card-outline{
  border-top:3px solid #00a181 !important;
}

.btn-outline-info{
  border-color: #00a181;
  color: #00a181;
}

.btn-outline-info:hover{
  color: #ffffff;
  background-color: #00a181;
}

a{
  color: #00a181;
}

.text-info{
  color: #00a181 !important;
}

.page-item.active .page-link{
  background-color: #00a181;
  border-color: #00a181;
}

.form-control:focus {
  border-color: #00a181;
  box-shadow: inset 0 1px 1px rgba(0, 63.1, 50.6, 0.075), 0 0 8px rgba(0, 63.1, 50.6, 0.6);
}

.elevation-4{
  box-shadow: 0 14px 28px rgba(0,63.1, 50.6,.25),0 10px 10px rgba(0,63.1, 50.6,.22) !important;
}

.elevation-3{
  box-shadow: 0 10px 20px rgba(0,63.1, 50.6,.19),0 6px 6px rgba(0,63.1, 50.6,.23) !important;
}

input[type=checkbox]{
  accent-color: #00a181;
}

#toast-container .toast-success {
  background-color: #00a181;
}

.callout.callout-info{
  border-left-color: #00a181;
}

textarea {
  resize: none;
}

.direct-chat-info .right > .direct-chat-text{
  background-color: #696969;
  border-color: #696969;
}

.direct-chat-info .right > .direct-chat-text::after, .direct-chat-info .right > .direct-chat-text::before {
  border-left-color: #696969;
}

.border-info{
  broder-color: #00a181;
}

.direct-chat-messages{
  height:400px;
}

.direct-chat-messages.short{
  height:255px !important;
}

.card-header.collapsed{
  background-color: rgba(0, 161, 129, .5);
}

.btn-secondary{
  background-color: #fff;
  border-color: #00a181;
  color: #00a181;
}

.btn-secondary:hover{
  background-color: #00a181;
  border-color: #00a181;
  color: #fff;
}

.maxhigh{
  max-height:400px;
  overflow: scroll;
}

.waitpage {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.waitpage-box {
  background: none repeat scroll center center #fff;
  border: 1px solid #999;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 1px 4px 0 #666;
  left: 44%;
  overflow: auto;
  padding: 16px;
  position: fixed;
  text-align: center;
  top: 46%;
  z-index: 99999;
}
.waitpage-box p img {
  color: #d0622b;
  float: left;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
}
.waitpage-box p span {
  float: left;
  font-size: .8125em;
  font-weight: bold;
  padding: 6px 0 0 12px;
  white-space: nowrap;
}

a.nostyle{
  color: inherit; 
  text-decoration: inherit; 
}

.custom-control-input:checked~.custom-control-label::before{
    background-color: #00a181 !important;
}