﻿html, body, table {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif !important;
    font-size: 16px !important;
}
.noTheme {
    background-color: #046bd2 !important;
    border: none !important;
    color: white !important;
    box-shadow: none !important;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif !important;
    height: 30px;
    font-size: 17px !important;
}
    .noTheme:hover {
        background-color: #06488a !important;
        border: none !important;
        color: white !important;
        box-shadow: none !important;
        font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif !important;
        height: 30px;
        font-size: 17px !important;
    }
 
.my-upload-control {
    color: white !important;
    padding: 5px !important;
  
    text-decoration-color: white !important;
}

    /* Upload-Button innerhalb des Controls */
    .my-upload-control .dxucBrowseButton_CustomPtsTheme{
        color: white !important;
        background-color: #046bd2 !important;
        text-decoration-color: white !important;
    }
    .my-upload-control .dxucBrowseButton_CustomPtsTheme a {
        color: white !important;
      
    }
    .my-upload-control .dxucBrowseButtonHover_CustomPtsTheme {
        color: white !important;
        background-color: #045cb4 !important;
        text-decoration-color: white !important;
    }
    .my-upload-control .dxucControl_CustomPtsTheme {
        color: white !important;
        background-color: #046bd2 !important;
    }


    .my-upload-control .dxeToken_CustomPtsTheme {
        background-color: #046bd2 !important;
      
    }
    .my-upload-control .dxucCancelButton_CustomPtsTheme {
        background-color: #046bd2 !important;
        position: relative;
        top: 6px;
        padding: 5px;
        
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
        z-index: 2;
        width: 24px;
        height: 24px;
        color: white;
        border-radius: 4px;
        cursor: pointer;
    }
    .my-upload-control .dxucButton_CustomPtsTheme {
        background-color: #046bd2 !important;
        padding: 5px !important;
    }
    .my-upload-control .dxucButton_CustomPtsTheme a {
        color: white !important;
        text-decoration:none;
        
    }
    .my-upload-control .dxucProgressBarContainer_CustomPtsTheme {
        position: relative;
        padding-right: 40px; /* Platz schaffen für Cancel-Button */
    }

    .myUploadedFilesTokenBox .dxeToken_CustomPtsTheme {
        background-color: #72afed !important;
    }
.myDropDownList .dxgvSelectedRow_CustomPtsTheme {
    background-color: #72afed !important;
}

.textareaResize textarea {
    resize: vertical !important;
    min-block-size:130px;
} 
  