/*------------------------------------------------------------------
[Table of contents]

1. Forms
2. Error Page
3. Input Group
4. Select2
5. PNotify
6. UI
-------------------------------------------------------------------*/

/*--------------
[1. Forms]
*/
form label {
    font-weight: normal;
    cursor: pointer;
}

form .errorMessage {
    color:var(--themes-danger);
    margin-top: 5px;
}

.form-input label {
    font-weight: normal;
}

.form-input label.error {
    font-size: inherit;
}

.form-group.form-input {
    max-width: 300px;
    margin-bottom: 0;
}

.form-group.form-input label {
    margin: 0 0 8px 0;
}

.notice.notice-required,
label.required > span.required {
    color: var(--themes-danger) !important;
}

/*----------------
[2. Error Page]
*/
.error_content {
    margin-top: 20px;
    text-align: center;
}

.error_content .text {
    color: #555555;
    font-size: 14px;

    width: 50%;
    margin: 20px auto 0;
}

/*-------------
[3. Input Group]
*/

.input-group-addon {
    border-color: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}


/*----------------
[4. Select2]
*/

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 0;
}

/*-------------
[5. PNotify]
*/
.ui-pnotify-title {
    margin-bottom: 0;
}

.ui-pnotify-text {
    line-height: 1.3;
    /*padding-left: 25px;*/
    font-size: 13px;
    font-weight: normal;
}

.ui-pnotify-text a {
    font-weight: bold;
}

.ui-pnotify.terms-condition .ui-pnotify-icon, .ui-pnotify.terms-condition .ui-pnotify-closer, .ui-pnotify.terms-condition .ui-pnotify-sticker {
    padding: 0;
}

.ui-pnotify.terms-condition .ui-pnotify-title {
    line-height: 1.2;
}
.pnotify-info{
    padding: 0 !important;
    margin: 0px !important;
  }
  .pnotify-white-background{
    background-color: #FFF !important;
  }
  .pnotify-card .ui-state-highlight{
    background: #FFF !important;
    border: none;
  }
   
  .stack-bar-top .ui-pnotify-container {
    background-color: #f2be81;
    background-image: none;
}
/*---------------
[6. UI]
*/
.ui-state-error a, .ui-state-default a, .ui-state-default a:link {
    text-decoration: underline !important;
    /*font-family: gothic, Helvetica, sans-serif;*/
}

.ui-tabs .ui-tabs-panel {
    border: 1px solid #ddd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fbf9f7;
}

.ui-widget-content {
    border: 0;
}

.ui-widget-header {
    border: 0;
    background: 0;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee !important;
    color: #363636;
}