.note-toolbar{
    position: inherit!important;
}

.note-toolbar {
    position: inherit;
}

.note-editor {
    width: 100%;
}

.note-editor.note-frame{
    border: 1px solid #D7DBE5; }

.panel-heading.note-toolbar {background: #F6FAFE; }
.note-toolbar .note-btn-group .btn{
    min-width: auto;
    background: #dde6ef;
    color: #333;
}
.dynamic-template-class{
    display: none;
}
#toast-container.toast-bottom-center>div, #toast-container.toast-top-center>div{
    width: 510px;

}
#toast-container>.toast-info {
    background-color: #ce003a;
}
.toast-top-center{
    top:15px;
  }
  #toast-container>.toast-success{
    background-position: 15px 15px;
  }
  #toast-container>.toast-success .btn-toastr{
    margin-right: 30px;
  }
  #toast-container .toast-close-button{
      right: 0;
  }
/*.text-editor*/

.form_row input[type=text].error {
    border-bottom: 1px solid #ff0000;
}

label.error {
    color: #ff0000;
}

.hiddenDiv {
    display: none;
}

.ui-dialog .ui-dialog-titlebar-close {
    background: url(../images/icons/close.png) no-repeat scroll 0 0 #fff;
    border: none;
    content: "\e5cd";
    outline: none;
}
.ui-widget-header {
    background: #ffffff;
}
.otp-validation{
    width: 100%;
}
.otp-validation. form-group{
    width: 100%;
}
.current-logo {
    display: none;
}

/* Add a hover effect (blue shadow) */
#imgLogo:hover {
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

input::placeholder{
    opacity: 0.6 !important;
}

input::-webkit-input-placeholder { /* Edge */
    opacity: 0.6 !important;
}

input:-ms-input-placeholder { /* Internet Explorer */
    opacity: 0.6 !important;
}

.pad-top-25{
    padding-top:25px;
}

.leftAlign{
   text-align:justify;
}

.hide{
    display:none !important;
}

.reset-phone .phone-title, .psw-title
{
    cursor: pointer;
    display: block;
    padding: 10px 0;
}


.change-password{
    display: none;
}
.change-phone{
    display: none;
}
.icon-edit, .reset-password .psw-title{
    cursor: pointer;
}
.hide{
    display:none;
}

.light{
    opacity: 0.7;
}
.font-13{
    font-size: 0.8rem !important;
}

.no-border{
    border: none !important;
}

.required{
    color:red;
}

.ml-3{
    padding-left: 5px;
}

#dialog_footer {
    height: 23px;
}
p {
    margin: 10px;
}


@media screen and (max-width: 767px) {
    .font-13,label,
    span {
        font-size: 0.9rem !important;
    }
    #toast-container.toast-bottom-center>div, #toast-container.toast-top-center>div{
        width: 90%;
    
    }
}