/*.base-internal-background {
  background-image: url("../img/background.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
  min-height: 100%;
  width: 100%;
  display: block;
  content: ' ';
  position: fixed;

  filter: blur(20px);
  -webkit-filter: blur(20px);
  transform: scale(1.1);
}*/
.wrapper .sidebar {
  background-color: #3a3d51 !important;
}
.wrapper .sidebar:after {
  background-color: transparent !important;
}
.wrapper .main-panel {
  z-index: -2;
  height: 100%;
}

/* button pillar for small buttons in pillar style */
.btn-as-pillar {
  padding: 3px 10px;
  margin: 1px 1px !important;
  min-width: 75px;
  font-size: 0.8em;
  color: white !important;
}

@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
    max-width: 1200px;
  }
}
li.list-group-item:hover {
  background-color: aliceblue;
}

path.point {
  pointer-events: all;
}

.fixed-table-body {
  height: auto !important;
}

input {
  height: 38px;
  border-radius: 19px;
  border: none !important;
  padding-left: 8px;
  padding-right: 8px;
  background-color: whitesmoke !important;
}

textarea {
  display: block;
  margin-bottom: 10px;
  border-radius: 20px;
  border: none;
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  background-color: whitesmoke !important;
  resize: none;
  padding-top: 5px;
}

textarea:focus, textarea:focus, input:focus, input:focus {
  outline: none;
}
textarea:hover, textarea:active, textarea:focus, input:hover, input:active, input:focus {
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
}

select {
  width: 100%;
  background-color: whitesmoke !important;
  height: 38px;
  display: block;
  margin-bottom: 10px;
  border-radius: 20px !important;
  -webkit-border-radius: 20px;
  border: none;
}

.submit {
  display: block !important;
  height: 50px;
}
.submit .button-submit {
  horiz-align: right;
  margin-bottom: 0;
  float: right;
}

.django-ckeditor-widget {
  display: block !important;
  margin-bottom: 20px;
}

.button-primary {
  background-image: linear-gradient(to bottom right, #00c2e5, #00df94);
  border-radius: 19px;
  color: white;
  padding-left: 40px;
  padding-right: 40px;
  height: 38px;
  border: none;
  font-weight: 600;
}
.button-primary:hover {
  background-image: linear-gradient(to bottom right, #05d9ff, #00fea8) !important;
}

.button-secondary {
  background-image: transaprent;
  border-radius: 100px;
  color: #51cbce;
  border-width: 0 !important;
  border-style: solid;
  background-color: transparent;
  font-weight: bold;
}
.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  background-color: transparent !important;
  color: #79d7d9 !important;
  text-decoration: none;
}

table.table-responsive {
  overflow: auto;
  padding-bottom: 10px;
}
table.table-responsive td:hover {
  background-color: red;
}

.table-actions {
  text-align: right !important;
  horiz-align: right !important;
  right: 0;
  padding-right: 0;
  padding-left: 2px;
  width: 60px !important;
}

.cke_chrome {
  border-radius: 19px;
  border: none !important;
  overflow: hidden;
  background-color: whitesmoke;
}
.cke_chrome .cke_top {
  border: none;
  background-color: whitesmoke;
}
.cke_chrome .cke_bottom {
  border: none;
}
.cke_chrome .cke_bottom .cke_resizer_ltr {
  margin-right: 4px !important;
  margin-top: -1px !important;
}
.cke_chrome .cke_contents {
  background-color: whitesmoke !important;
}
.cke_chrome .cke_contents iframe {
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 19px;
  width: calc(100% - 20px) !important;
}

.survey-editor-body input[type=text], .survey-editor-body input[type=email] {
  width: 100%;
  margin-bottom: 10px;
}
.survey-editor-body textarea {
  height: 120px;
}
.survey-editor-body input[type=submit] {
  background-image: linear-gradient(to bottom right, #00c2e5, #00df94);
  border-radius: 19px;
  color: white;
  padding-left: 40px;
  padding-right: 40px;
  height: 38px;
  border: none;
  font-weight: 600;
}
.survey-editor-body input[type=submit]:hover {
  background-image: linear-gradient(to bottom right, #05d9ff, #00fea8) !important;
}
.survey-editor-body .buttonHolder {
  text-align: left !important;
  width: 100%;
}
.survey-editor-body .buttonHolder input[type=submit] {
  float: right !important;
}
.survey-editor-body table {
  max-width: 98% !important;
}
.survey-editor-body table tbody tr td {
  padding-right: 10px;
  border-width: 1px !important;
  border-bottom: solid whitesmoke 2px !important;
  vertical-align: top;
}
.survey-editor-body table tbody tr td:last-child {
  border-bottom: none !important;
  vertical-align: middle !important;
}
.survey-editor-body table textarea {
  height: 80px;
}
.survey-editor-body table a {
  height: 30px;
  line-height: 30px !important;
}
.survey-editor-body legend {
  font-size: 1.214em;
  font-weight: 600;
}

.card-header {
  text-align: left !important;
  width: 100%;
  height: 60px;
}
.card-header .card-title {
  float: left !important;
}
.card-header .card-action {
  float: right !important;
}

.card-footer {
  text-align: left !important;
  width: 100%;
  min-height: 60px;
}
.card-footer .card-footer-left {
  float: left !important;
}
.card-footer .card-footer-center {
  float: left;
}
.card-footer .card-footer-right {
  float: right;
}

.modal-content {
  border-radius: 12px;
  border: none;
}
.modal-content .modal-body input {
  width: 100%;
  background-color: red;
  margin-bottom: 15px;
}

.no-decoration,
.no-decoration:hover {
  text-decoration: none;
  color: inherit;
}

.container {
  width: 100%;
  margin-bottom: 30px;
  display: table;
}

.progressbar {
  counter-reset: step;
}

.progressbar li {
  list-style-type: none;
  float: left;
  width: 20%;
  position: relative;
  text-align: center;
}

.progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ddd;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: white;
}

.progressbar li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  top: 15px;
  left: -50%;
  z-index: -1;
}

.progressbar li:first-child:after {
  content: none;
}

.progressbar li.active {
  color: green;
}

.progressbar li.active:before {
  border-color: green;
}

.progressbar li.active + li:after {
  background-color: green;
}

.contact-box {
  display: block;
}
.contact-box .card-body form input {
  display: block !important;
  margin-bottom: 15px;
}
.contact-box .card-body form .submit {
  display: block !important;
  height: 35px;
}
.contact-box .card-body form .submit input[type=submit] {
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 100px;
  margin-bottom: 0;
  background-image: linear-gradient(to bottom right, #00c2e5, #00df94);
  font-weight: 800;
  float: right;
}
.contact-box .card-body form input[type=text], .contact-box .card-body form input[type=email] {
  width: 100%;
}
.contact-box .card-body form input {
  height: 38px;
  border-radius: 19px;
  border-width: 1px;
  border: none;
  border-color: lightgray;
  padding-left: 8px;
  padding-right: 8px;
  background-color: whitesmoke !important;
}

.login-background {
  background-image: url("../img/background.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.7;
  min-height: 100%;
  width: 100%;
  display: block;
  content: " ";
  position: absolute;
  filter: blur(3px);
  -webkit-filter: blur(3px);
  transform: scale(1);
}

.login-panel {
  width: 100% !important;
  height: 100%;
  background: transparent;
}
@media (orientation: landscape) and (max-height: 680px) {
  .login-panel .login-container {
    top: 15% !important;
  }
}
@media (orientation: landscape) and (max-height: 680px) {
  .login-panel .login-container {
    top: 15% !important;
  }
}
@media (orientation: landscape) and (max-height: 680px) {
  .login-panel .login-container {
    top: 15% !important;
  }
}
.login-panel .login-container {
  top: 25%;
}
.login-panel .login-container .login-header {
  margin-top: 5px;
  margin-bottom: 15px;
}
.login-panel .login-container form .login-form {
  margin: 10px;
}
.login-panel .login-container form .login-form .login-button {
  width: 100%;
  margin-bottom: 0;
}
.login-panel .login-container form .login-form p input {
  width: 100%;
}

table.user-management-table .dropdown-selection {
  width: 140px;
  text-align: left;
}
table.user-management-table .dropdown-selection[aria-expanded=true] {
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transition: none;
}
table.user-management-table td .add {
  display: none;
}
table.user-management-table td .error {
  border-color: #b94a48;
}
table.user-management-table td button {
  color: #2c2c2c !important;
  height: 38px;
  border: 1px solid !important;
  border-color: #DDD !important;
  font-weight: 400;
  padding-top: 0.375rem !important;
  padding-right: 0.75rem !important;
  padding-bottom: 0.375rem !important;
  padding-left: 0.75rem !important;
  text-transform: none !important;
}
table.user-management-table .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #403D39 !important;
  color: #FFF;
  border-width: 0 1px 1px 1px;
  border-style: solid !important;
  border-color: #DDD !important;
  min-width: 140px !important;
  max-width: 140px !important;
  margin-top: 80px;
}

.accordion-section .panel-default > .panel-heading {
  border: 0;
  background: #f4f4f4;
  padding: 0;
}

.accordion-section .panel-default .panel-title a {
  display: block;
  font-style: italic;
  font-size: 1.2rem;
  color: #34A9CC;
}

.accordion-section .panel-default .panel-title a:after {
  font-family: "FontAwesome";
  font-style: normal;
  font-size: 2rem;
  content: "\f106";
  color: #34A9CC;
  float: right;
  margin-top: -12px;
}

.accordion-section .panel-default .panel-title a.collapsed:after {
  content: "\f107";
}

.accordion-section .panel-default .panel-body {
  font-size: 1rem;
}
/*# sourceMappingURL=ui-design.css.map */
