<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* DNN-Popup: überschreibt die Position aus Portals\_default\default.css damit es oben ist */
.dnnFormPopup {
    top: 20px !important;
    margin-top: auto !important;
}

/* DNN-Popup: entfernt Title oben */
/*.dnnFormPopup  .ui-dialog-titlebar, .ui-dialog-title {
    color:transparent;
    height:0px;
    border-bottom: 0px solid #ddd;
}*/

/* DNN-Popup: entfernt Max and Close oben rechts */
/*.dnnFormPopup .dnnModalCtrl {
    display: none !important;
}*/

/* DNN-Popup: entfernt Close oben rechts */
.dnnFormPopup .ui-dialog-titlebar-close {
    display: none !important;
}
.dnnFormPopup .dnnModalCtrl {
    width: 40px !important;
}

.reTextArea, .RadEditor
{
    width:100% !important;
}

.dnnTextPanelView
{
    display:none !important;
}

/* Html_Edit */
.Body_Dialog
{
    font-family: Arial, Verdana, sans-serif;
    background-color: #ffffff;
    margin: 10px;
}

.size-custom {
    width: 815px;
}

/* Format je nach Gültigkeit */
.sqlActiveFuture 
{
    color: Green;
    font-weight: bold;
}

.sqlActiveExpiration 
{
    color: Red;
    font-weight: bold;
}

.sqlActiveExpirationPlusThreeYears 
{
    color: Black;
    font-weight: bold;
}

.sqlActiveExpired 
{
    color: Gray;
    font-weight: bold;
}

.grd_Actif_combined
{
    font-size: 10px ;
}


/* Set the desired properties to the custom button */
a.PropertyButton.rtbWrap .rtbText
{
    font-size: 12px;
    background: url('ics.png') no-repeat left center;
}

/* Style des GridView */
div.RadGrid  .rgRow  td {
    /*line-height: 36px !important;*/
    line-height: normal !important;
    vertical-align: top;
    padding-top:5px !important; 
    padding-bottom:5px !important; 
}

/* Style des GridView -&gt; Zeilenumbruch in den Zellen */
.rfeFileExtension{
    white-space: pre-wrap !important;      /* CSS3 */   
    white-space: -moz-pre-wrap !important; /* Firefox */   
    white-space: -o-pre-wrap !important;   /* Opera 7 */    
    word-wrap: break-word !important;      /* IE */
}
div.RadFileExplorer .qdft{
    background-position: 0 !important; 
    background: url('images/qdft.ico') no-repeat left center !important;
}
div.RadFileExplorer .dotm{
    background-position: 0 !important; 
    background: url('images/dotm.gif') no-repeat left center !important;
}
div.RadFileExplorer .xlsm,.xlsxm{
    background-position: 0 !important; 
    background: url('images/xlsm.gif') no-repeat left center !important;
}
div.RadFileExplorer .xltm{
    background-position: 0 !important; 
    background: url('images/xltm.gif') no-repeat left center !important;
}

/* Style der TreeView selektierten Elemente */
/*.rtSelected .rtIn
{
    background-color: lime !important;
    background-image: none !important;
    color: brown !important;
}*/

.divSearch
{
    padding: 10px;
}

/* Popup */
.tblPopup
{
    width: 100%;
}

.tblPopupFields
{
    width: 100%;
    padding: 3px;
}

.tblPopupFields tr
{
    height: 24px;
}

.tdLbl
{
    width: 32%;
    vertical-align: top;
    padding: 4px;
}

.tdFld
{
    width: 68%;
    vertical-align: top;
    padding: 4px;
}


.list_itemTB {
    margin-left: 5px;
    padding: 0px;
    width: 350px;
    float: left;
    /*border: 1px solid #EAEAEA;*/
}

.list_item {
    margin: 5px;
    padding: 0px;
    width: 330px;
    float: left;
    /*border: 1px solid #EAEAEA;*/
}

.list_item2 {
    margin: 5px;
    padding: 0px;
    width: 210px;
    float: left;
    /*border: 1px solid #EAEAEA;*/
}

.list_item_3 {
    margin: 5px;
    padding: 0px;
    padding-left: 3px;
    padding-right: 3px;
    min-width: 280px;
    width: 31%;
    float: left;
    /*border: 1px solid #EAEAEA;*/
}

.list_item_Version {
    margin: 5px;
    padding: 0px;
    padding-left: 3px;
    padding-right: 3px;
    min-width: 280px;
    width: 48%;
    float: left;
    /*border: 1px solid #EAEAEA;*/
}

.kip_LblText
{
    font-size: 12px;
}
.kip_Normal
{
    font-weight: 300;
    color: #006699 !important;
    font-size: 11px;
}
.kip_NormalBold
{
    font-weight: bold;
    color: #006699 !important;
    font-size: 12px;
}
.kip_Small
{
    color: #006699 !important;
    font-size: x-small !important;
    font-weight: normal;
}

.kip_Msg
{
	font-weight: bold;
	color: #ff0000;
    font-size: 12px;
}

</pre></body></html>