/*

* Override Pages default styles or create your own styles here

*/
.jumbotron h1.large-demo-text{
	font-size: 150px;
}

.icon-text-search{
	font-size: 42px;
	width: 150%;
}

.clickable {
  cursor: pointer;
}
.clickable-disable {
  cursor: not-allowed;
}
.small-title {
  font-size: 10px;
  font-weight: bold;
}
.text-small {
  font-size: 10px;
}
.select2-container--open,.datepicker {
  z-index: 99999 !important;
}
.text-no-ellipsis {
  white-space: normal !important;
}
.text-disabled {
  color: #dfdfdf !important;
}
.text-cancel, tr.text-cancel > td {
  text-decoration: line-through !important;
  color: #990000 !important;
}
.text-underline {
  text-decoration:underline !important;
}
.btn-xs {
  font-size: 10px;
}
.btn-success,.btn-info,.btn-danger {
  color: #ffffff;
}
.select2-selection--multiple {
  overflow: hidden !important;
  height: auto !important;
}
.select2-selection__rendered {
  display: inline-block !important;

}
.select2-selection__choice {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}
hr {
  margin-top: 4px;
  margin-bottom: 4px;
}