<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sdx_clearer{
    clear: both;
}
.sdx_dialog{
    position:absolute;
    top:100px;
    left:100px;
    background-color: #c9deea;
    border-radius: 10px;
    box-shadow: 1px 1px 2px #999999;
    display: none;
    overflow: hidden;
    z-index: 1001;
    box-shadow: 1px 1px 2px #999999;
}

.sdx_dialog_header{
    width:100%;
    height: 30px;
    line-height: 30px;
    text-align: left;
    vertical-align:middle;
    font-weight: bold;
    padding-left: 15px;
    padding-top: 5px;
    color: #124f88;
    float:left;
}

.sdx_close_button{
    width:32px;
    height:32px;
    background: url('../images/close.png');
    cursor: pointer;
    float: right;
    margin-right: 10px;
    margin-top: 2px;
}

.sdx_dialog_content{
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    float:left;
    /*background-color: #7fb7eb;*/
    background-color: #EFEFEF;
    box-shadow: inset 1px 1px 2px #999999;
    color: #000000;
}

.sdx_dialog_content h1{
    color: #000000 !important;
}

.sdx_dialog_content h2{
    color: #000000 !important;
}

.sdx_dialog_content h3{
    color: #000000 !important;
}

.sdx_dialog_content p{
    color: #000000 !important;
}

.sdx_dialog_content div h1{
    color: #000000 !important;
}

.sdx_dialog_content div h2{
    color: #000000 !important;
}

.sdx_dialog_content div h3{
    color: #000000 !important;
}

.sdx_dialog_content div p{
    color: #000000 !important;
}

.sdx_dialog_content div p strong{
    color: #000000 !important;
}

.sdx_dialog_content h1.sdx-header{
    color: #000000 !important;
}
.sdx_dialog_content h2.sdx-header{
    color: #000000 !important;
}
.sdx_dialog_content h3.sdx-header{
    color: #000000 !important;
}

.dialog-content h1.sdx-header{
    color: #000000 !important;
}

.dialog-content h2.sdx-header{
    color: #000000 !important;
}

.dialog-content h3.sdx-header{
    color: #000000 !important;
}

.dialog-content div p{
    color: #000000 !important;
}

.dialog-content div strong{
    color: #000000 !important;
}

::-webkit-scrollbar {
    width: 14px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
    border-radius: 5px;
    border: 1px solid #CCCCCC;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 3px rgba(100,100,100,0.5);
    background-color: #333333;
}

.sdx_dragger_space{
    top:0px;
    left:0px;
    position:absolute;
    width:100%;
    height: 100%;
    z-index: 1002;
    cursor: move;
}

.sdx_dialog_dragger{
    height: 30px;
    position:absolute;
    cursor: move;
    z-index: 1003;
}

.sdx_loading_icon{
    background: url('../images/loading_vito.gif');
    width: 128px;
    height: 128px;
}

.sdx_hidden{
    display: none;
}

.sdx_visible{
    display: block;
}

#page_blur{
    position: fixed;
    width:100%;
    height: 100%;
    top:0px;
    left: 0px;
    background-color: #000000;
    opacity: 0.5;
    display: none;
    z-index: 9998;
}

.page-blur{
    position: fixed;
    width:100%;
    height: 100%;
    top:0px;
    left: 0px;
    background-color: #000000;
    opacity: 0.5;
    display: none;
    z-index: 9998;
}

.sdx_dialog_drag_space{
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    z-index: 9999;
    display: none;
}

#notificator_page_blur{
    position: fixed;
    width:100%;
    height: 100%;
    top:0px;
    left: 0px;
    background-color: #000000;
    opacity: 0.5;
    display: none;
    z-index: 9998;
}

#free_loading{
    position: fixed;
    width: 120px;
    height: 128px;
    background: url('../images/free_loading.gif');
    top: 50%;
    left: 50%;
    margin-left: -60px;
    margin-top: -64px;
    z-index: 9999;
    display:none;
}

.sdx_dialog_drag_space{
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    z-index: 9999;
    display: none;
}

.sdx_rich_dialog{
    position: fixed;
    top: 5%;
    left: 50%;
    margin-left: -500px;
    box-sizing: border-box;
    border: none;
    z-index: 10000;
    transition: linear 0.01s;
}

.sdx_rich_dialog .dialog-container{
    position: static;
    height: 100%;
    width: calc(100% - 52px);
    float: left;
    background-color: blue;
    padding: 5px;
    box-sizing: border-box;
    box-shadow: 1px 1px 2px 1px #555555;
    background: linear-gradient(to bottom, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 15%,rgba(0,0,0,1) 100%);
    border-radius: 3px;
}

.sdx_rich_dialog .dragged{
    opacity: 0.50;
    cursor: move;
}

.sdx_rich_dialog .dialog-container .dialog-header{
    position: static;
    width: calc(100%);
    height: 32px;
    font-weight: bold;
    margin-bottom: 5px;
    box-sizing: border-box;
    -moz-user-select: none; 
    -khtml-user-select: none; 
    -webkit-user-select: none; 
    -o-user-select: none;

    background-image: url(../images/sdx_micro_branding.png);
    background-repeat: no-repeat;
    background-position: 50% 60%;
}

.sdx_rich_dialog .dialog-container .dialog-dragger{
    position: absolute;
    top: 0px;
    left: 0px;
    width: calc(100% - 102px);
    height: 42px;
    -moz-user-select: none; 
    -khtml-user-select: none; 
    -webkit-user-select: none; 
    -o-user-select: none;
    cursor:move;
}

.sdx_rich_dialog .dialog-container .dialog-header .header-label{
    width: calc(100% - 32px);
    height: 100%;
    line-height: 32px;
    vertical-align: middle;
    color: #EEEEEE;
    float:left;
    -moz-user-select: none; 
    -khtml-user-select: none; 
    -webkit-user-select: none; 
    -o-user-select: none;
}

.sdx_rich_dialog .dialog-container .dialog-header .header-close{
    width:32px;
    height:32px;
    background: url('../images/close.png');
    cursor: pointer;
    float: right;
    -moz-user-select: none; 
    -khtml-user-select: none; 
    -webkit-user-select: none; 
    -o-user-select: none;
}

.sdx_rich_dialog .dialog-container .dialog-content{
    position: static;
    width: calc(100%);
    height: calc(100% - 37px);
    background-color: #FEFEFE;
    overflow-y: scroll;
    overflow-x: hidden;
    opacity: 0.99;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 10px;
}

.sdx_rich_dialog .dialog-toolbar{
    margin-top: 42px;
    position: static;
    width: 52px;
    height: calc(100% - 42px);
    float: left;
    box-sizing: border-box;
}

.sdx_rich_dialog .dialog-toolbar .toolbar-button{
    width:32px;
    height:32px;
    background: linear-gradient(to bottom, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
    border-radius: 3px;
    cursor: pointer;
    margin-left: 5px;
    margin-bottom: 5px;
    box-shadow: 1px 1px 2px 0px #555555;
}

.sdx_rich_dialog .dialog-toolbar .toolbar-button .button-icon{
    width:32px;
    height:32px;
    border-radius: 5px;
}

.sdx-pattern-dialog-content {
    padding: 10px;
}

.sdx-dialog-message {
    margin: 10px 0px 10px 0px;
}

.sdx-dialog-button-bar {
    margin: 20px 0px 0px 0px;
}

.sdx-pattern-dialog-content .sdx-dialog-button-bar .sdx-button{
    float: right;
    margin-left: 20px;
}</pre></body></html>