/*.content-wrapper {
	margin-left:0px;
}*/
/*.navbar {
	padding: 0px 10px;
}*/
.form-error{
  color: red;
  font-size: 12px !important;
  display: table-cell;
}
#erroreform{
  color: red;
  font-size: 12px !important;
  display: table-cell;
}
img {
  max-width: 100%; /* This rule is very important, please do not ignore this! */
}
.dropdown-toggle::after{
	display: none;
}
.password-meter{font-size:13px;line-height:20px;text-align:left;padding-top:10px;display:none}.password-meter .message{color:rgba(0,0,0,.5);padding:0 0 0 22px;background-image:url(/core/i/password-check-fail.svg);background-position:3px 5px;background-repeat:no-repeat}.password-meter .message.success{color:rgba(0,0,0,.7);background-image:url(/core/i/password-check-success.svg)}
/*.select2-container input[type=text].select2-choice.form-error,.select2-container input[type=tel].select2-choice.form-error,.select2-container input[type=email].select2-choice.form-error,.select2-container input[type=password].select2-choice.form-error,.select2-container input[type=number].select2-choice.form-error,.select2-container textarea.select2-choice.form-error,.select2-container.select2-dropdown-open textarea.select2-choice.form-error,input[type=text].form-error,input[type=tel].form-error,input[type=email].form-error,input[type=password].form-error,input[type=number].form-error,textarea.form-error{background:#faf3c7!important;border-color:#d00!important;color:#d00!important;margin-bottom:0!important;border-radius:4px 4px 0 0}.form-error,.select2-container .select2-choice.form-error,.select2-container.select2-dropdown-open .select2-choice.form-error{background:#faf3c7;border-color:#d00;color:#d00}.error-message,.select2-container span.select2-choice.form-error,.select2-container.select2-dropdown-open span.select2-choice.form-error,span.form-error{margin:0;padding:5px 10px;background:#fffbe3;border:1px solid #d00;color:#d00;font-size:12px;border-radius:0 0 3px 3px;position:relative;top:-2px;width:100%;display:block}.checkbox-input--error label{margin-bottom:16px!important}.checkbox-input--error label:before{border-color:#d00!important}.checkbox-input--error .form-error,.checkbox-input--error .select2-container .select2-choice.form-error,.select2-container .checkbox-input--error .select2-choice.form-error{border-radius:3px}*/


#menuadmin{
  display: none !important;
}
@media all and (max-width: 991px){

  #menuadmin{
    display: block !important;
  }
}
.card {
  box-shadow: none;
}

.header-title {
  font-size: 1.6rem;
  margin: 0 0 10px 0;
}
.logo-sm, .logo-lg{
  
  /*background-color: #F9F9FA !important;*/
}