﻿/*
    LOAD ORDER REQUIRED — include this stylesheet BEFORE this file:
      1. design-system-variables.css

    The @import statement was removed to enable long-term HTTP caching (ARC-348).
    Pages/masters that reference this file must also reference design-system-variables.css
    first, or CSS variables will be missing.
*/

.ic-required-asterisk {
    color: #c42a27;
    margin-left: 4px;
}

a .ic-link-disabled:link,
a .ic-link-disabled:visited,
a .ic-link-disabled:active,
a .ic-link-disabled:hover {
    color: #EFEFEF;
    text-decoration: none
}

.err_out_msg.ic-input-client-error-pop {
    background-color: #f2dede;
    border: solid 1px #a94442;        
    border-radius: 0 0 6px 6px;
    margin: 0;
    margin-top: -1px;
    overflow: hidden;      
    padding: 6px 8px;
}

.err_out_msg.ic-input-client-error-pop p {
    color: #a94442;
    margin: 0;
    padding: 8px;
}

.err_out_msg.ic-input-client-warning-pop {
    background-color: #ffface;
    border: 1px solid #8a6d3b;
    border-radius: 0 0 6px 6px;
    margin: 0;
    margin-top: -15px;  
    overflow: hidden;
    padding: 6px 8px;
    position: absolute;
    z-index: 1001;
}

.err_out_msg.ic-input-client-warning-pop p {
    color: #000;
    padding: 12px 8px 6px 8px;
}

.err_out_msg.ic-input-client-error {
    background-color: #f2dede;
    border: solid 1px #a94442;
    border-top: none;    
    margin-bottom: 5px;
    border-radius: 0 0 6px 6px;
}
.err_out_msg.ic-input-client-error p {
    color: #a94442;
    padding: 12px 8px 6px 8px;
}

.err_out_msg.ic-input-client-warning-wrap,
.err_out_msg.ic-input-client-error-wrap,
.err_out_msg.ic-input-client-nc-wrap {
    border-radius: 6px !important;
    margin-top: -12px !important;
}

.err_out_msg.ic-input-client-nc-wrap {
    background: #fff !important;
    border-top: 1px solid #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    z-index: 1001;  
}

err_out_msg.ic-input-client-nc-warning-wrap {
    background: #fff !important;
    border-top: 1px solid #8a6d3b;      
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    z-index: 1001;  
}

.ic-input-client-overlay {
    background: #fff; 
    box-shadow: inset 0 1px 1px #ffffff, 0 0 6px #ffffff; 
    width: 12px;
    z-index: 1002;   
    overflow: hidden;
    position: absolute;
}
.err_out_msg.ic-input-client-error-wrap {
    border-top: 1px solid #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
          
 .err_out_msg.ic-input-client-warning {
    background-color: #ffface;
    border: 1px solid #8a6d3b;
    border-top: none;
    margin-top: -15px;
    margin-bottom: 5px;
    border-radius: 0 0 6px 6px;
}

.err_out_msg.ic-input-client-warning p {
    color: #000;
    padding: 12px 8px 6px 8px;
}

.cc-success {
    border: 1px solid #3c763d;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 4px #0d6d0e;
}

.chg-date {
    cursor: pointer;
}

.add-date-group {
    width: 150px;
    padding-top: 15px;
}

.custom-inline {
    display: inline !important;
}

.ic-dollar-gray {
    color: var(--utility-neutral-70);
    margin-left: var(--spacing-xs);
    margin-top: var(--spacing-xs);
    position: absolute;
}

 .ic-type-money {
    padding-left:16px;
 }

 .has-error-row {
    background-color: #f2dede !important;
 }

.has-ic-error .form-control {
    border: solid 1px #c42a27;
    border-left: solid 4px #c42a27;
    box-shadow: none;
}

.has-ic-error .ic-field-required {
    border: solid 1px #c42a27;
    border-left: solid 4px #c42a27;
    box-shadow: none;
}

.has-ic-error .input-group-addon {
    border: solid 1px #c42a27;
    border-left: 0px;
    color: #c42a27;
    background-color: #f2dede;
}

.has-ic-error .ic-checkbox > label::before {
    border: solid 1px #c42a27;    
}

.ic-input-client-error {
    color: #c42a27;
    font-size: small;
    margin: 0;
    padding: 6px 8px;
}

.form-control-feedback {
    width: 44px !important;
}
