.change-count {
  margin-left: 10px;
}

.unsaved-change {
  display: none;
  text-align: left !important;
}

.has-success .col-md-6::after,
.has-error .col-md-6::after {
  position: absolute;
  right: -10px;
  top: 10px;
  font: normal normal normal 14px/1 FontAwesome;
}

.has-success .col-md-6::after {
  content: "\f00c";
  color: #28acb8;
}

.has-error .col-md-6::after {
  content: "\f071";
  color: #e73d4a;
}

.dust-required-error {
  display: none;
}

.show-required .dust-required-error {
  display: block;
}

.rounded-image {
  width: 120px;
  height: 120px;
  border: 1px solid #777;
  overflow: hidden;
  border-radius: 60px;
}

.rounded-image-palette {
  width: 600px;
  height: 120px;
  margin-left: -240px;
  text-align: center;
}

.profile-photo,
.org-logo {
  max-height: 120px;
  max-width: 100%;
}

.file-photo {
  width: 200px;
  height: auto;
}

.no-image {
  margin-top: 7px;
  font-style: italic;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background: #EEE !important;
  color: #000;
}

.dust-full-height {
  height: 400px;
  transition: height 0.3s;
}

.dust-form {
  margin-bottom: 125px;
}

.dust-form .panel-body {
  padding: 15px 30px;
}


/*.dust-form .form-group > .col-md-3, .dust-form .form-group > .col-md-4, .dust-form .form-group > .col-md-6 {
  display: inline-block;
  vertical-align: middle;
  float: none;
}*/

.dust-form .dust-static-text {
  /*padding: 8px 0;*/
  padding-top: 12px;
}

.dust-form .wizard-steps>li.complete>a.step>.number {
  border: 2px solid #337ab7;
  /*margin: -2px 0;*/
}

.dust-form .wizard-steps>li.complete>a.step>.desc:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f00c";
}

.dust-form .dust-required-tagline {
  font-size: 14px;
  font-style: italic;
  margin-top: 8px;
}

.dust-form .control-label .required {
  position: absolute;
  top: 4px;
  font-size: 24px;
  right: 4px;
}

.dust-form .issue-block {
  clear: both;
  font-weight: bold;
}

.dust-form .panel-body .issue-block {
  text-align: center;
  padding-top: 10px;
}

.dust-form .has-error label {
  color: #e73d4a;
}

.dust-form .dust-nowrap label {
  width: calc(100% - 30px);
  vertical-align: top;
}

.dust-checkbox {
  display: block;
}

.dust-form .checkbox:first-child {
  margin-top: 3px
}

.dust-form .no-icheck {
  margin-left: 4px !important;
}

.dust-form .dust-radio {
  margin-top: 6px;
}

.dust-form .dust-radio label {
  padding-top: 1px;
  padding-left: 5px;
}

.dust-form .progress-bar-success {
  background: #4c87b9;
}

.dust-form .form-group p {
  margin: 8px 0;
}

.dust-checkbox-select-toggle {
  margin-top: 8px;
}

.dust-checkbox-select-none {
  display: none;
}

.dust-filter-hide {
  display: none;
}

.dust-filter-value {
  padding-bottom: 2px;
}

.has-error .dust-filter-value label span {
  color: #000 !important;
}

.dust-filter-no-match {
  display: none;
  margin-left: 15px;
}

.dust-action-wrapper {
  display: none;
}

.dust-action-wrapper.dust-stay {
  display: block;
}

.dust-action-wrapper.dust-fixed {
  display: block;
  position: fixed;
  padding: 20px 0;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  bottom: 0px;
  z-index: 1000;
  left: 0;
  border-top: 1px solid #CCC;
}

.dust-action-wrapper .full-count {
  display: none;
  margin-right: 10px;
  margin-top: 7px;
  float: right;
}

.dust-action-wrapper .full-count.show-count {
  display: block;
}

.dust-action-wrapper .short-count {
  display: none;
}

.dust-action-wrapper .dust-submit {
  float: right;
}

@media(max-width: 768px) {
  .dust-action-wrapper .full-count.show-count {
    display: none;
  }
  .dust-action-wrapper .short-count {
    display: inline;
  }
}

.dust-action-wrapper.dust-fixed .dust-action-container {
  width: 50%;
  margin-left: 25%;
}

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

.select2-container.select2-container--default .select2-selection--single {
  height: 34px;
  border-color: #c2cad8;
}

.select2-container.select2-container--default .select2-selection--single:focus {
  outline: 0;
}

.has-success .select2-container.select2-container--default .select2-selection--single {
  border-color: #28acb8;
}

.has-error .select2-container.select2-container--default .select2-selection--single {
  border-color: #e73d4a;
}

.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  padding-left: 12px;
  padding-top: 2px;
  color: #4d6b8a;
}

.select2-container.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
}

.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 4px;
  right: 3px;
}

.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
  color: #b1b1b1;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background: #EEE;
}

.note-editor .note-editing-area .note-editable {
  min-height: 275px;
}

.note-editor .note-editing-area .note-editable p {
  font-weight: normal !important;
}

.note-editor .dropdown-menu>li>a {
  color: #333 !important;
}

.summernote-modal {
  z-index: 80000;
}

.summernote-modal .checkbox input[type=checkbox] {
  margin-left: 0px !important;
}

.sweet-alert h2 {
  margin-top: 40px;
}

.dust-success.sweet-alert {
  margin-top: 10px !important;
  top: 0;
  width: auto;
  height: 70px;
  margin-left: -84px;
}

.dust-success.sweet-alert .sa-icon.sa-success {
  margin: -25px 0 0 -31px;
  display: inline-block !important;
  vertical-align: top;
  border-color: #FFF;
  -ms-transform: scale(.5, .5);
  -webkit-transform: scale(.5, .5);
  -moz-transform: scale(.5, .5);
  transform: scale(.5, .5);
}

.dust-success.sweet-alert,
.dust-success.sweet-alert .sa-icon.sa-success::before,
.dust-success.sweet-alert .sa-icon.sa-success::after,
.dust-success.sweet-alert .sa-icon.sa-success .sa-fix {
  background: #5cb85c;
}

.dust-success.sweet-alert .sa-icon.sa-success .sa-line {
  background: #FFF;
}

.dust-success.sweet-alert .sa-icon.sa-success .sa-placeholder {
  border: 4px solid rgba(255, 255, 255, 0.48);
}

.dust-success.sweet-alert h2 {
  margin-top: 9px;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  color: #FFF;
}

@media (max-width: 1023px) {
  .dust-success.sweet-alert {
    left: 50%;
    right: auto;
  }
}