/* Buttons */
.btn {
  font-weight: 700;
  text-transform: uppercase;
}
.btn.focus, .btn:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.btn.tooltips {
  font-size: 14px;
  margin-right: 2px;
  padding: 3px 11px;
}
.btn-default, .btn-default:focus, .btn-default:hover {
  color: #fff;
  background-color: #844D9E;
  border-color: #844D9E;
}
.note-btn {
  background-color: #fff;
  border: 1px solid rgba(26,26,26,.4) !important;
  color: #373a3c;
  cursor: pointer !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  margin-bottom: 5px;
  margin-right: 2px;
  text-transform: uppercase;
}
.note-btn input[type="checkbox"] {
  clip: rect(0,0,0,0);
  pointer-events: none;
  position: absolute;
}

.note-btn.note-btn-sm {
  cursor: default!important;
  font-size: 11px!important;
  margin: 0 1px 0 0;
  padding: 2px 7px
}

.note-btn.active,
.note-btn:focus,
.note-btn:hover {
  border-bottom-width: 1px;
  color: #fff;
  margin-top: 0
}

.ajax-group .purple.active,
.Block .purple.active,
.purple:active,
.purple:hover {
  background-color: purple!important;
  border-color: purple!important
}

.ajax-group .silver.active,
.Block .silver.active,
.silver:active,
.silver:hover {
  background-color: silver!important;
  border-color: silver!important
}

.ajax-group .lightred.active,
.Block .lightred.active,
.lightred:active,
.lightred:hover {
  background-color: #f1622c!important;
  border-color: #f1622c!important
}

.ajax-group .green.active,
.Block .green.active,
.green:active,
.green:hover {
  background-color: #6d7e31!important;
  border-color: #6d7e31!important
}

.ajax-group .blue.active,
.Block .blue.active,
.blue:active,
.blue:hover {
  background-color: #456272!important;
  border-color: #456272!important
}

.ajax-group .fuchsia.active,
.Block .fuchsia.active,
.fuchsia:active,
.fuchsia:hover {
  background-color: #f0f!important;
  border-color: #f0f!important
}

.ajax-group .teal.active,
.Block .teal.active,
.teal:active,
.teal:hover {
  background-color: teal!important;
  border-color: teal!important
}

.ajax-group .orange.active,
.Block .orange.active,
.orange:active,
.orange:hover {
  background-color: #d97a21!important;
  border-color: #d97a21!important
}

.ajax-group .red.active,
.Block .red.active,
.red:active,
.red:hover {
  background-color: #d3574c!important;
  border-color: #d3574c!important
}

.ajax-group .maroon.active,
.Block .maroon.active,
.maroon:active,
.maroon:hover {
  background-color: maroon!important;
  border-color: maroon!important
}

.ajax-group .gray.active,
.Block .gray.active,
.gray:active,
.gray:hover {
  background-color: gray!important;
  border-color: gray!important
}

.ajax-group .hotpink.active,
.Block .hotpink.active,
.hotpink:active,
.hotpink:hover {
  background-color: #ff69b4!important;
  border-color: #ff69b4!important
}

.ajax-group .darkturquoise.active,
.Block .darkturquoise.active,
.darkturquoise:active,
.darkturquoise:hover {
  background-color: #00ced1!important;
  border-color: #00ced1!important
}

.ajax-group .chocolate.active,
.Block .chocolate.active,
.chocolate:active,
.chocolate:hover {
  background-color: #d2691e!important;
  border-color: #d2691e!important
}

.uploadphoto {
  font-weight: 500!important;
  padding: 5px 9px 4px;
  text-transform: capitalize;
  width: auto
}

body.stop-scrolling {
  height: 100%;
  overflow: hidden
}

.sweet-overlay {
  background-color: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  background-color: rgba(0, 0, 0, .4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000
}

.sweet-alert {
  background-color: #fff;
  font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999
}

@media (max-width:540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px
  }
}

.sweet-alert h2 {
  color: #575757;
  font-size: 24px;
  font-weight: 600;
  text-transform: none;
  margin: 25px 0;
  line-height: 32px;
  display: block
}

.sweet-alert h2,
.sweet-alert p {
  text-align: center;
  position: relative;
  padding: 0
}

.sweet-alert p {
  color: #797979;
  font-size: 16px;
  font-weight: 300;
  text-align: inherit;
  float: none;
  margin: 0;
  line-height: normal
}

.sweet-alert fieldset {
  border: none;
  position: relative
}

.sweet-alert .sa-error-container {
  background-color: #f1f1f1;
  margin-left: -17px;
  margin-right: -17px;
  overflow: hidden;
  padding: 0 10px;
  max-height: 0;
  webkit-transition: padding .15s, max-height .15s;
  -webkit-transition: padding .15s, max-height .15s;
  transition: padding .15s, max-height .15s
}

.sweet-alert .sa-error-container.show {
  padding: 10px 0;
  max-height: 100px;
  webkit-transition: padding .2s, max-height .2s;
  -webkit-transition: padding .25s, max-height .25s;
  transition: padding .25s, max-height .25s
}

.sweet-alert .sa-error-container .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: #fff;
  line-height: 24px;
  text-align: center;
  margin-right: 3px
}

.sweet-alert .sa-error-container p {
  display: inline-block
}

.sweet-alert .sa-input-error {
  position: absolute;
  top: 29px;
  right: 26px;
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transform: scale(.5);
  transform: scale(.5);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all .1s;
  transition: all .1s
}

.sweet-alert .sa-input-error:after,
.sweet-alert .sa-input-error:before {
  content: "";
  width: 20px;
  height: 6px;
  background-color: #f06e57;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -9px
}

.sweet-alert button {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 15px;
  font-weight: 500;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0;
  cursor: pointer;
}