.zayls-hide {
	display: none;
}

.logo {
	background: url(../img/logo.png) center center;
	width: 300px;
	height: 300px;
}

.wrapper .middle-box {
	margin-top: 80px;
}

ul.help-block {
	list-style-type: none;
}

.form-group.has-error .checkbox .help-block,
.form-group.has-error .radio .help-block,
.form-group.has-error .checkbox + .help-block,
.form-group.has-error .radio + .help-block {
  position: relative;
  top: 5px;
}

.form-group.has-error .checkbox .help-block:before,
.form-group.has-error .radio .help-block:before,
.form-group.has-error .checkbox + .help-block:before,
.form-group.has-error .radio + .help-block:before,
.form-group.has-error .checkbox .help-block:after,
.form-group.has-error .radio .help-block:after,
.form-group.has-error .checkbox + .help-block:after,
.form-group.has-error .radio + .help-block:after {
  display: none;
}

.has-warning .help-block,
.has-error .help-block,
.has-success .help-block {
  display: block;
  border: 1px solid;
  padding: 5px 10px;
  border-radius: 2px;
  margin-top: 2px;
  position: relative;
}

.has-warning .help-block:before,
.has-error .help-block:before,
.has-success .help-block:before,
.has-warning .help-block:after,
.has-error .help-block:after,
.has-success .help-block:after {
  content: "";
  position: absolute;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.has-warning .help-block:before,
.has-error .help-block:before,
.has-success .help-block:before {
  border-bottom: solid;
  border-width: 7px;
  left: 16px;
  top: -7px;
}

.has-warning .help-block:after,
.has-error .help-block:after,
.has-success .help-block:after {
  border-bottom: 6px solid;
  left: 17px;
  top: -6px;
}

.has-warning.simple .help-block,
.has-error.simple .help-block,
.has-success.simple .help-block {
  background: none !important;
  border: none;
  padding: 3px 0;
}

.has-warning.simple .help-block:before,
.has-error.simple .help-block:before,
.has-success.simple .help-block:before,
.has-warning.simple .help-block:after,
.has-error.simple .help-block:after,
.has-success.simple .help-block:after {
  display: none;
}

.has-feedback:not(.form-group) {
  position: relative;
}

.has-feedback:not(.form-group) .form-control-feedback {
	top: 0;
}

.has-warning .control-label {
  color: #333333;
}

.has-warning .help-block {
  background: #f9f1c7;
  border-color: #f6deac;
  color: #af8640;
  background-size: 20px 20px;
}

.has-warning .help-block:before {
  border-bottom-color: #f1cc7e;
}

.has-warning .help-block:after {
  border-bottom-color: #f9f2cc;
}

.has-warning .form-control {
  border-color: #eebf5e;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-warning .form-control:focus,
.has-warning .form-control.focus {
  border-color: #e9ad30 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-warning .input-group-addon {
  color: #af8640;
  border-color: #f6deac;
  background-color: #f9f1c7;
}

.has-warning .form-control-feedback {
  color: #e9ad30;
}

.has-error .control-label {
  color: #333333;
}

.has-error .help-block {
  background: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
  background-size: 20px 20px;
}

.has-error .help-block:before {
  border-bottom-color: #dda7b0;
}

.has-error .help-block:after {
  border-bottom-color: #f3e2e2;
}

.has-error .form-control {
  border-color: #d38e99;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-error .form-control:focus,
.has-error .form-control.focus {
  border-color: #c46978 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-error .input-group-addon {
  color: #b94a48;
  border-color: #ebccd1;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #c46978;
}

.has-success .control-label {
  color: #333333;
}

.has-success .help-block {
  background: #dff0d8;
  border-color: #d0e6be;
  color: #468847;
  background-size: 20px 20px;
}

.has-success .help-block:before {
  border-bottom-color: #b5d899;
}

.has-success .help-block:after {
  border-bottom-color: #e2f1dc;
}

.has-success .form-control {
  border-color: #a3ce7f;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-success .form-control:focus,
.has-success .form-control.focus {
  border-color: #88c05b !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-success .input-group-addon {
  color: #468847;
  border-color: #d0e6be;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #88c05b;
}

.has-warning.dark .control-label {
  color: #333333;
}

.has-warning.dark .help-block {
  background: #f4b04f;
  border-color: #f19a1f;
  color: #ffffff;
  background-size: 20px 20px;
}

.has-warning.dark .help-block:before {
  border-bottom-color: #d0800d;
}

.has-warning.dark .help-block:after {
  border-bottom-color: #f4b254;
}

.has-warning.dark .form-control {
  border-color: #f4b04f;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-warning.dark .form-control:focus,
.has-warning.dark .form-control.focus {
  border-color: #f19a1f !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-warning.dark .input-group-addon {
  color: #ffffff;
  border-color: #f19a1f;
  background-color: #f4b04f;
}

.has-warning.dark .form-control-feedback {
  color: #f19a1f;
}

.has-warning.dark .help-block {
  background: #f4b04f;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.06)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.06)), color-stop(0.75, rgba(255, 255, 255, 0.06)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
}

.has-error.dark .control-label {
  color: #333333;
}

.has-error.dark .help-block {
  background: #e66454;
  border-color: #df3c28;
  color: #ffffff;
  background-size: 20px 20px;
}

.has-error.dark .help-block:before {
  border-bottom-color: #b92c1b;
}

.has-error.dark .help-block:after {
  border-bottom-color: #e76858;
}

.has-error.dark .form-control {
  border-color: #e66454;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-error.dark .form-control:focus,
.has-error.dark .form-control.focus {
  border-color: #df3c28 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-error.dark .input-group-addon {
  color: #ffffff;
  border-color: #df3c28;
  background-color: #e66454;
}

.has-error.dark .form-control-feedback {
  color: #df3c28;
}

.has-error.dark .help-block {
  background: #e66454;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.04)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.04)), color-stop(0.75, rgba(255, 255, 255, 0.04)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.04) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.04) 50%, rgba(255, 255, 255, 0.04) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.04) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.04) 50%, rgba(255, 255, 255, 0.04) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.04) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.04) 50%, rgba(255, 255, 255, 0.04) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
}

.has-success.dark .control-label {
  color: #333333;
}

.has-success.dark .help-block {
  background: #5ebd5e;
  border-color: #43a543;
  color: #ffffff;
  background-size: 20px 20px;
}

.has-success.dark .help-block:before {
  border-bottom-color: #358035;
}

.has-success.dark .help-block:after {
  border-bottom-color: #62be62;
}

.has-success.dark .form-control {
  border-color: #5ebd5e;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-success.dark .form-control:focus,
.has-success.dark .form-control.focus {
  border-color: #43a543 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-success.dark .input-group-addon {
  color: #ffffff;
  border-color: #43a543;
  background-color: #5ebd5e;
}

.has-success.dark .form-control-feedback {
  color: #43a543;
}

.has-success.dark .help-block {
  background: #5ebd5e;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.06)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.06)), color-stop(0.75, rgba(255, 255, 255, 0.06)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
}

.has-warning.simple .help-block {
  color: #f29f29 !important;
}

.has-error.simple .help-block {
  color: #e14430 !important;
}

.has-success.simple .help-block {
  color: #46ac46 !important;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

[ajax-cloak], [data-ajax-cloak], [x-ajax-cloak], .ajax-cloak {
    display: none !important;
}

.select2-close-mask{
    z-index: 2099 !important;
}
.select2-dropdown{
    z-index: 3051 !important;
}

.select2-results {
    z-index: 3051 !important;
}

.select2-result {
    z-index: 3051 !important;
}

.select2-results__option{
    z-index: 3051 !important;
}

.select2-results__options{
    z-index: 3051 !important;
    padding-top: 15px !important;
}

.select2-selection {
    padding-top: 5px !important;
    height: 38px !important;
}

.select2-selection__rendered {
    height: 32px !important;
}

.select2-selection__arrow {
    padding-top: 10px !important;
}

.select2-container {
	width: 100% !important;
}

.badge-form-row {
    margin-bottom: 20px;
}

.badge-color-cell {
    color: white;
}

.gray-text {
  color: #676A6C;
} 

.green-bg {
  background-color: #1ab394;
  color: #ffffff;
}

.teal-bg {
  background-color: #23c6c8;
  color: #ffffff;
} 

.orange-bg {
  background-color: #f8ac59;
  color: #ffffff;
} 

.badge-ui-select {
    cursor: pointer;
}

.badge-ui-select:hover {
    box-shadow: 0px 0px 150px #000000;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.2);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.2);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.2);
    transition: all 200ms ease-in;
    transform: scale(1.2);
}

.badge-preview, .badge-preview > a {
  display: inline;
  cursor: default;
}

.label-green, .badge-green {
  background-color: #4CAF50;
  color: #FFFFFF;
}

.cursor-default {
  cursor: default;
}

.user-profile.dl-horizontal dd,
.user-profile.dl-horizontal dt {
	line-height: 2em;	
}

/** group **/
.group .group-title {
	/* white-space: nowrap; */
	text-overflow: ellipsis;
	max-height: 60px;
	line-height: 30px;
	overflow: hidden; 	
}

.group .group-description {
	text-overflow: ellipsis;
	max-height: 76px;
	line-height: 19px;
	overflow: hidden;
}

div.ibox-title div.location,
div.ibox-title div.c-desc {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media (min-width: 768px) {
	.group .dl-horizontal dt {
	    text-align: left;
	}
	
	.group .dl-horizontal dd {
	    margin-left: 140px;
	}
}

.note-editor.note-frame {
  border: 1px solid #e5e6e7;
  border-radius: 1px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.group-title .label {
  font-size: 0.45em;
}

#vertical-timeline {
  position: relative;
  padding: 0;
  margin-top: 2em;
  margin-bottom: 0;
}

.vertical-timeline-block:last-child {
  margin-bottom: 2em;
}

.pull-right .dropdown-action {
  right: 1.3em;
}

.table > thead > tr > th {
  vertical-align: bottom;
}

.member-img-d12 {
  border-radius: 50%;
  border: 3px solid #f8ac59;
}

.member-img-dGroup {
  border-radius: 50%;
  border: 3px solid #00a3b7;
}

.member-img-member {
  border-radius: 50%;
  border: 3px solid #bbbbbf;
}

.clickable-feed-ibox {
  padding: 0px;
}

.clickable-feed-item {
  padding: 20px 12px 12px 12px;
  margin-top: 0px;
  cursor:pointer;
}

.clickable-feed-item:hover {
  background:#EEEEEE;
}

.clickable-ibox {
  cursor:pointer;
}

.clickable-ibox:hover .ibox-title {
  background: rgba(255, 255, 255, 0.54);
}

.clickable-ibox:hover .ibox-content {
  background: rgba(255, 255, 255, 0.54);
}

.clickable-ibox:hover .ibox-footer {
  background: rgba(255, 255, 255, 0.54);
}

.description-no-truncate {
  word-wrap: break-word;
}

.angular-with-linebreaks {
  white-space: pre;
}

.list-group-badge-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.list-group .list-group-badge-item {
    border: 1px solid #e7eaec;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative;
}

.fh-80 {
  height: 80px;
}

.fh-100 {
  height: 100px;
}

.center-crop {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.center-crop img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: auto;
  width: 100%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.center-crop img.portrait {
  width: 100%;
  height: auto;
}

.single-line-only {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    width: 100%;
}

ul.course-completion-list {
	list-style-type: none;
	padding: 0px;
}

ul.course-completion-list > .hide-level {
	visibility: hidden;
}

ul.course-completion-list > .levels,
ul.course-completion-list > .date {
	padding: 4px;
	padding-bottom: 0;
	margin-bottom: 5px;
}

@media (min-width: 1200px) {
	.footer div:last-child p {
		text-align: right;
  }
}
  
.glc-announcements .alert-info {
	background-color: #fbffcc;
	border-color: #f0dc9b;
	color: #293846;
}

.life-journey #journey-levels .opacity {
	opacity: 0.5;
}

.life-journey #journey-levels>a {
	color: inherit;
}

.life-journey #journey-levels .ibox>.ibox-content:hover {
	cursor: pointer;
}

.life-journey #journey-courses .vertical-timeline-icon i {
  color: #fff;
}

.register-sweet-alert-text {
  font-size: 14px;
}

.register-sweet-alert-title {
  font-size: 20px;
}

.training-search-result .panel-heading {
  padding: 0px;
}

.training-search-result .panel-title {
  margin-top: 0;
}

.training-search-result a.accordion-toggle {
  display: block;
  padding: 15px;
}

.training-search-result a.accordion-toggle:focus {
  outline: none;
}

#terms-content {
  overflow: scroll;
  overflow-x: hidden;
  height: 350px;
  border: solid; 
  border-width: 1px;
  border-color: #ccc;
}

.word-break {
  word-wrap: break-word;
}

.group-member-box-height {
  min-height: 200px;
}

.switch input {
  display: none;
}

.switch i {
  display: inline-block;
  cursor: pointer;
  padding-right: 20px;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  border-radius: 20px;
  box-shadow: inset 0 0 1px rgba(0,0,0,.5);
}

.switch i:before {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: white;
  box-shadow: 0 1px 2px rgba(0,0,0,.5);
}

.switch :checked + i {
  padding-right: 0;
  padding-left: 20px;
  box-shadow: inset 0 0 1px rgba(0,0,0,.5), inset 0 0 40px lightblue;
  -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.5), inset 0 0 40px lightblue;
}



