*{
  overflow-anchor: none;
}
/* *::-webkit-scrollbar {
  width: 10px;
}
*::-webkit-scrollbar-track {
  box-shadow: none;
}
*::-webkit-scrollbar-thumb {
  background: transparent;
}
*::-webkit-scrollbar-thumb:hover {
  background: transparent;
} */
.tim-row {
  margin-bottom: 20px;
}

.tim-white-buttons {
  background-color: #777777;
}

.btn-bordered{
  border: 1px solid #ddd !important;
}
.bootstrap-tagsinput{
  border: 1px solid #ddd !important;
}

.typography-line {
  padding-left: 25%;
  margin-bottom: 35px;
  position: relative;
  display: block;
  width: 100%;
}

.typography-line span {
  bottom: 10px;
  color: #c0c1c2;
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  left: 0;
  position: absolute;
  width: 260px;
  text-transform: none;
}

.tim-row {
  padding-top: 60px;
}

.tim-row h3 {
  margin-top: 0;
}

.offline-doc .page-header {
  display: flex;
  align-items: center;
}

.offline-doc .footer {
  position: absolute;
  width: 100%;
  background: transparent;
  bottom: 0;
  color: #fff;
  z-index: 1;
}

#map {
  position: relative;
  width: 100%;
  height: 100vh;
}

.demo-iconshtml {
  font-size: 62.5%;
}

.demo-icons body {
  font-size: 1.6rem;
  font-family: sans-serif;
  color: #333333;
  background: white;
}

.demo-icons a {
  color: #608CEE;
  text-decoration: none;
}

.demo-icons header {
  text-align: center;
  padding: 100px 0 0;
}

.demo-icons header h1 {
  font-size: 2.8rem;
}

.demo-icons header p {
  font-size: 1.4rem;
  margin-top: 1em;
}

.demo-icons header a:hover {
  text-decoration: underline;
}

.demo-icons .nc-icon {
  font-size: 34px;
}

.demo-icons section h2 {
  border-bottom: 1px solid #e2e2e2;
  padding: 0 0 1em .2em;
  margin-bottom: 1em;
}

.demo-icons ul {
  padding-left: 0;
}

.demo-icons ul::after {
  clear: both;
  content: "";
  display: table;
}

.demo-icons ul li {
  width: 20%;
  float: left;
  padding: 16px 0;
  text-align: center;
  border-radius: .25em;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}

.demo-icons ul li:hover {
  background: #f4f4f4;
}

.demo-icons ul p,
.demo-icons ul em,
.demo-icons ul input {
  display: inline-block;
  font-size: 1rem;
  color: #999999;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.demo-icons ul p {
  padding: 20px 0 0;
  font-size: 12px;
  margin: 0;
}

.demo-icons ul p::selection,
.demo-icons ul em::selection {
  background: #608CEE;
  color: #efefef;
}

.demo-icons ul em {
  font-size: 12px;
}

.demo-icons ul em::before {
  content: '[';
}

.demo-icons ul em::after {
  content: ']';
}

.demo-icons ul input {
  text-align: center;
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  display: none;
}

.fast{
  cursor: pointer;
  padding: 6px 0px;
}

.slow{
  cursor: pointer;
  padding: 6px 0px;
}

.popover{
  width: 300px;
}

.popover .popover-header{
  border-bottom: 1px solid #e6e6e6;
  color:#666565;
  font-size: 12px;
}

.popover-body{
  color: #5b5a59;
  font-size: 13px;
}

.radio-toolbar {
  margin: 10px;
  display: flex;
  overflow: hidden;
  justify-content: center;
  flex-wrap: wrap;
}

.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.radio-toolbar label {
  display: inline-block;
  background-color: #4cb7cc;
  padding: 3px 15px;
  margin-right: 5px;
  font-family: sans-serif, Arial;
  font-size: 12px;
  border: 1px solid #fff;
  border-radius: 4px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.radio-toolbar label:hover {
  background-color: #ef8156;
  color: #fff;
  font-weight: 300;
}

.radio-toolbar input[type="radio"]:focus + label {
  background-color: #ef8156;
  color: #fff;
  font-weight: 300;
}

.radio-toolbar input[type="radio"]:checked + label {
  background-color: #ef8156;
  color: #fff;
  font-weight: 300;
}




.stv-radio-tabs-wrapper {
  clear: both;
  display: flex;
  width: 100%;
  position: relative;
}

input.stv-radio-tab {
  position: absolute;
  left: -99999em;
  top: -99999em;
}
input.stv-radio-tab + label {
  font-family: 'Nunito', sans-serif !important;
  font-size: 17px !important;
  font-weight: 700;
  cursor: pointer;
  float: left;
  border: 1px solid #d2d2d2;
  margin-right: -1px;
  padding: 15px;
  position: relative;
  width: 100%;
  text-align: center; 
}
.label-first-child {
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.label-last-child {
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
input.stv-radio-tab + label:hover {
  background-color: #eee;
}
input.stv-radio-tab:checked + label {
  border-color: #4caf50;
  color: #4caf50;
  z-index: 1;
}
.btn-outline-secondary{
  background: transparent;
  color: #757e85;
  border: 1px solid #757e85;
}

.order{
  cursor: pointer;
}

.lds-roller {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  text-align: center;
  background-color: rgba(0,0,0,0.4);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-perspective: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.list-group-item{
  cursor: pointer;
}

.list-group-item i{
  display: none;
}

.list-group-item.active{
  border-color: #28a745;
  z-index: 9;
  color: #28a745;
  background-color: transparent;
}

.list-group-item.active i{
  display: initial;
  position: absolute;
  right: 10px;
}

.not-read{
  background-color: yellow !important;
}

.rotate-loading{
    animation: rotating 1.2s linear infinite;
}
@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.dataTables_empty{
  display: table-cell !important;
}
.b-notify{
  position: absolute;
  left: 25px;
  top: 0;
  border-radius: 50%; 
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
} 