﻿.dx-toast-content{
           padding: 0;
           border-radius: 4px;
}
.dx-toast-message {
    line-height: 16px;
    font-family: 맑은 고딕;
    font-size: 13px;
    color: #333;
    letter-spacing: -0.2px;
}
.dx-toast-icon{
           background-image: url('') !important;
           text-align:center;
}
.dx-toast-info .dx-toast-icon::before{        
           content: "\f05a";
           font-family: "Font Awesome 5 Free";
           font-weight: 600;
           font-size:16px;
           color: #2985DB
}
.dx-toast-info{
           background-color: #DAE8F8;
           border: 1px solid #A8CDF0
}
.dx-toast-success .dx-toast-icon::before{    
           content: "\f058";
           font-family: "Font Awesome 5 Free";
           font-weight: 600;
           font-size:16px;
           color: #44A242
}
.dx-toast-success{
           background-color: #E3F8D2;
           border: 1px solid #B3DDB2;   
}
.dx-toast-error .dx-toast-icon::before{       
           content: "\f05e";
           font-family: "Font Awesome 5 Free";
           font-weight: 600;
           font-size:16px;
           color: #D84A49
}
.dx-toast-error{
           background-color: #FEE5DF;
           border: 1px solid #FAB5B5;   
}
.dx-invalid-message > .dx-overlay-content{
    background-color:transparent;
    color: #D84A49;
    padding:3px 10px;
    white-space: nowrap;
}
.dx-invalid-message > .dx-overlay-content:before{
    content: "\f057";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    margin-right: 5px;  
           font-size:13px;
}
.dx-invalid.dx-texteditor.dx-editor-filled .dx-texteditor-container:after, 
.dx-invalid.dx-texteditor.dx-editor-underlined .dx-texteditor-container:after,
.dx-invalid.dx-texteditor.dx-editor-outlined .dx-texteditor-container:after{
           display:none;
}
.aga-required-label::after
{    
    content: '*';
    color: #D84A49;
    padding-left:1px
}
.control-item-label-width{
           flex-basis:85px; 
}
.control-item-label-left{
}
.control-item-label-right{
}
.control-item-label-top{
}
.control-item-label-bottom{
}
.aga-gridstack-item{
}
