/** jquery validation css start **/
#errorContainer, #errorContainerModal, .errorContainer {
  display: none;
  overflow: auto;
  border: 1px solid #ff0000;
  border-radius: 4px;
  padding-top: 0;
  margin: 10px 0;
  color: black;
  background-color: #ff6666;
}

#errorContainer > p, #errorContainerModal > p, .errorContainer > p {
  color: #ffffff;
  padding: 10px 0 10px !important;
  margin: 12px 0 0 !important;
  font-weight: 600 !important;
}

#errorContainer > ul, #errorContainerModal > ul, .errorContainer > ul {
  color: #ffffff;
  margin-top: 10px !important;
  /*margin-left: 24px !important;*/
  list-style: circle !important;
}

#errorContainer button.close, #errorContainerModal button.close {
  float: right !important;
  margin-top: 20px;
  background: transparent;
  border: none;
  font-size: 20px;
}

#errorContainer label, #errorContainerModal label {
  font-weight: 600 !important;
  color: #ffffff !important;
}

label.error {
  color: #ff0000 !important;
}

input.error, select.error, .select2.error, .select-2.error, textarea.error, .nice-select.error {
  border: 1px solid #ff0000 !important;
  border-radius: 5px !important;
}

.select2.error + .select2-container--default {
  border: 2px solid #cc0000 !important;
  border-radius: 5px !important;
}

/** jquery validation css end **/

.hide {
  display: none;
}

#valid-msg {
  color: #00C900;
}

#error-msg, .validation-errors, .validation-errors label {
  color: red !important;
}

.login-form label.error {
  color: #ff0000 !important;
}

#errorContainer .close {
  color: #ffffff !important;
}

#schedule input.error, #schedule select.error, #schedule .select2.error, #schedule .select-2.error, #schedule textarea.error, #schedule .select2.error + .select2-container--default {
  border: 1px solid #F0F0F0 !important;
  border-radius: 5px !important;
}
.jnoty-close {
  color: #ffffff !important;
}

.jnoty-message {
  color: white !important;
}

.jnoty-title {
  font-weight: bold;
}

.jnoty-info .jnoty-message {
  color: black !important;
}

.jnoty-container.success {
  background: #28a745 !important;
  color: white !important;
  font-weight: bold !important;
}

.jnoty-container.warning {
  background: #e0a800 !important;
  color: white !important;
  font-weight: bold !important;
}

.jnoty-container.info {
  background: #3898EC !important;
  color: white !important;
  font-weight: bold !important;
}

.jnoty-container.danger {
  background: #c82333 !important;
  color: white !important;
  font-weight: bold !important;
}
