.hand
{
	cursor: hand;
	cursor: pointer;
}
.ember-view
{
	min-height: 100%;
}
.no-click {
	pointer-events: none;
}

.no-sort {
    pointer-events: none;
    background-image: none !important;
}
.form-group-default .input-group .input-group-addon .map-lookup {
	background-color: #6d5cae;
}
th {
    padding-left: 8px !important;
}
.dynamic-table-row {
	padding-bottom: 15px; 
	padding-top: 15px;
	border-bottom: 3px solid #fafafa;
}
.dynamic-table-row:last-of-type {
	border-bottom: 0px;
}
.dynamic-table-row:hover {
	background-color: #fafafa;
}
.dynamic-table-header {
	border-bottom: 1px solid #cccccc;
}
.cuscus-image { 
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}
.circular {
	border-radius: 50%;
	width: 100%;
}
.align-center {
	text-align: center;
}
.hor-vert-center {
  position: absolute; 
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%);
}

.summernote-wrapper .note-editor .note-toolbar {
	margin-left: 0px;
}

.dtc-subtitle {
  color: #333333;
}
/*
.page-sidebar {
	width: 300px !important;
}
body.menu-pin .page-container .page-content-wrapper .content {
	//padding-left: 300px;
}
*/
.navchild-arrow:before {
	margin-right: 4px !important;
}

/* override for pace loading: */

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #10cfbd;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 5px;
}
.mobile-table-header {
	color: black;
	font-family: 'Montserrat';
	text-transform: uppercase;
	letter-spacing: 0.02em;
	font-size: 12px;
	font-weight: 600;
	line-height: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-stroke: 0px;
	filter: alpha(opacity=40);
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.mobile-table-header-margin {
	margin-top: 10px;
}

.form-group label.checkbox-label
{
    font-family: Arial, sans-serif !important;
    font-size: 14px !important;
    text-transform: none !important;
    font-weight: normal !important;
    color: #2c2c2c !important;
    opacity: 1 !important;
}
.form-group-default textarea.form-control {
	height: 89px;
}
.html-editor {
	white-space: pre !important;
	word-wrap: none !important;
	min-height: 300px !important;
	height: 80% !important;
}
.form-slide-in {
	-webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 2s;	
}
@-webkit-keyframes .form-slide-in {
    100% { left: 0; }
}

@keyframes .form-slide-in {
    100% { left: 0; }
}
.radio label.checked:before {
	border-width: 5px;
}
.radio.radio-success label.checked:before {
	border-color: #10cfbd;
}
.radio.radio-primary label.checked:before {
  border-color: #6d5cae;
}
.radio.radio-info label.checked:before {
  border-color: #3b4752;
}
.radio.radio-warning label.checked:before {
  border-color: #f8d053;
}
.radio.radio-danger label.checked:before {
  border-color: #f55753;
}
.radio.radio-complete label.checked:before {
  border-color: #48b0f7;
}
.map {
    height: 400px;
}
.map img {
    max-width: none;
}
.pac-container:after {
	background-image: none !important;
	height: auto !important;
}


// typography override for mobile previews

/* Headings 
------------------------------------
*/
.no-text-resize h1,
.no-text-resize h2,
.no-text-resize h3,
.no-text-resize h4,
.no-text-resize h5,
.no-text-resize h6 {
  margin: 10px 0;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-weight: 300;
  color: #2c2c2c;
}
.no-text-resize h1 {
  font-size: 44px;
  line-height: 55px;
  letter-spacing: -0.08px;
}
.no-text-resize h2 {
  font-size: 31px;
  line-height: 40px;
}
.no-text-resize h3 {
  font-size: 27px;
  line-height: 35px;
}
.no-text-resize h4 {
  font-size: 22px;
  line-height: 31.88px;
}
.no-text-resize h5 {
  font-size: 18px;
  line-height: 25.88px;
}
.no-text-resize h3 small,
.no-text-resize h4 small,
.no-text-resize h5 small {
  font-weight: 300;
}
.no-text-resize h1.block,
.no-text-resize h2.block,
.no-text-resize h3.block,
.no-text-resize h4.block,
.no-text-resize h5.block,
.no-text-resize h6.block {
  padding-bottom: 10px;
}
/* Lins and Others
------------------------------------
*/
.no-text-resize a {
  text-shadow: none !important;
  color: #3a8fc8;
  transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s !important;
}
.no-text-resize a:focus,
.no-text-resize a:hover,
.no-text-resize a:active {
  color: #48b0f7;
}
.no-text-resize a,
.no-text-resize a:focus,
.no-text-resize a:hover,
.no-text-resize a:active {
  outline: 0 !important;
  text-decoration: none;
}
.no-text-resize a[ng-click] {
  cursor: pointer;
}
.no-text-resize br {
  line-height: normal;
  clear: both;
}
.no-text-resize code {
  color: #c64643;
  background-color: #f0f0f0;
}
.no-text-resize code:hover {
  background-color: #fddddd;
}
.no-text-resize p {
  display: block;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.01em;
  line-height: 22px;
  margin: 0px 0px 10px 0px;
  font-style: normal;
  white-space: normal;
}
.no-text-resize small,
.no-text-resize .small {
  line-height: 18px;
}
.no-text-resize label.inline {
  display: inline-block;
  position: relative;
  top: 0px;
  font-size: 13px;
}
.no-text-resize ul > li,
.no-text-resize ol > li {
  padding-left: 3px;
  line-height: 24px;
}
.no-text-resize ul.lg-icon > li,
.no-text-resize ol.lg-icon > li {
  font-size: 21px;
}
.no-text-resize ul.lg-icon > li span,
.no-text-resize ol.lg-icon > li span {
  font-size: 14px;
}
.no-text-resize ul.no-style,
.no-text-resize ol.no-style {
  list-style: none;
  padding-left: 5px;
}
.no-text-resize address {
  margin-bottom: 0px;
}
.no-text-resize address a {
  color: #626262;
}
.no-text-resize blockquote {
  padding: 0 0 0 18px;
  border-left: 0;
}
.no-text-resize blockquote:before {
  content: '';
  font-family: FontAwesome;
  content: "\f10d";
  margin-right: 13px;
  float: left;
}
.no-text-resize blockquote p {
  font-size: 16px;
}
.no-text-resize blockquote small {
  line-height: 29px;
  color: #8b91a0;
  padding-left: 30px;
}
.no-text-resize blockquote small:before {
  content: "";
}
.no-text-resize blockquote.pull-right {
  border-right: 0;
}
.no-text-resize blockquote.pull-right:before {
  float: right;
  content: '';
  font-family: FontAwesome;
  content: "\f10d";
  margin-left: 13px;
  margin-right: 0;
}
.no-text-resize blockquote.pull-right small {
  padding-right: 30px;
}
.no-text-resize blockquote.pull-right small:after {
  content: "";
}
.no-text-resize hr {
  border-color: #e6e6e6;
}
.no-text-resize hr.double {
  border-width: 2px;
}
.no-text-resize hr.dotted {
  border-style: dotted none none;
}
/* Font Sizes 
------------------------------------
*/
.no-text-resize .small-text {
  font-size: 12px !important;
}
.no-text-resize .normal-text {
  font-size: 13px !important;
}
.no-text-resize .large-text {
  font-size: 15px !important;
}
/* Font Weights
------------------------------------
 */
.no-text-resize .normal {
  font-weight: normal;
}
.no-text-resize .semi-bold {
  font-weight: 400 !important;
}
.no-text-resize .bold {
  font-weight: bold !important;
}
.no-text-resize .light {
  font-weight: 300 !important;
}

/* Pages form fix */

.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
	margin-top: 10px;
}

/* Pages tag improvement */

.select2-container-multi .select2-choices .select2-search-choice {
	background-color: #6D5CAE !important;
	color: white;
}
.select2-search-choice-close:before {
	color: white;
}

/* more select improvements */
.select2-container--default, .select2-container--focus, .select2-selection--multiple {
  border: 0px solid black !important;
}
.select2-selection.select2-selection--multiple {
  line-height: 12px;
}

.select2-search--inline {
  padding-left: 0px;
}

/* select2 v4 improvements */
.select2-hidden-accessible {
  
  background-color: rgba(0,0,0,0) !important;
  border: 0px solid rgba(0,0,0,0);
  position: inherit !important;
}
.select2-hidden-accessible:focus {
  outline-style: none !important;
}

.select2-selection--single {
  border: 0px !important;;
}

.select2-dropdown {
  border: 1px solid rgba(0,0,0, 0.07);
  outline: none; /* Safari, iOS, and Android … */
  box-sizing: content-box;
  margin-left: -1px;
}

span.select2-container {
  display: block;
}

.select2-selection__rendered {
  padding-left: 12px !important;
}

.select2-results__option {
  padding-left: 10px !important;
}

*:focus {
  outline-style: none;
}

/* Media library */

.builder:before {
  top: 10%;
}

/* Alert styling for non-alerts */
.alert-neutral {
    background-color: #fafafa;
    color: #333333;
    border-color: #cccccc;
}