﻿
/* Add your own CSS classes to this file and reference them using the $cssclassname property */

/* Anpassung des JS Datepicker CBO: 05/2016 */
	
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	width: 1.5em !important; /*alt 1.8em*/ 
	height: 1.5em  !important; /*alt 1.8em*/
}

.ui-datepicker {
	width: 12em !important;
}

.ui-datepicker .ui-datepicker-title {
	font-size:0.8em !important;  /*ergänzung CBO*/
}
.ui-datepicker table {
	font-family: Verdana,Arial,sans-serif !important; /* Schriftart Datepicker */
	font-size: 0.7em !important; /* Schriftgrösse Datepicker Tagesfelder*/
}
/* Heute Button und Close Button*/
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	width: auto !important;
	height: 20px !important;
	font-size: 0.7em !important;
	padding: .1em .1em .1em .1em !important;
}

.ui-datepicker .ui-datepicker-buttonpane button {
	font-size: 0.7em !important;
	padding: .2em .2em .2em .2em !important;
	font-weight: normal !important;
	
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close{
	background-image: url('../images/button_cancel_16x16.png');
	background-repeat: no-repeat;
	width: 20px !important;
	height: 20px !important;
}
	
/* Radius des Subform und der Achtung Meldung */
.omnis-wf-radii   
{
	
	-webkit-border-top-left-radius:2px;   
	-webkit-border-top-right-radius:2px;   
	-moz-border-radius-topleft:2px;   
	-moz-border-radius-topright:2px;   
	border-top-left-radius:2px;   
	border-top-right-radius:2px; 
}   

/*Kopfzeile des Subwindows und auch der Achtung Meldung */
.omnis-wf-title-active   
{   
	background:url('../images/sfs_titlebar_active_cbo.png');   
	color:black ;   
}   
/* Header des Datagrid */
.ctrl-dgrd-header {  
	border-bottom: 0;  
	border-top: 0;  
	background: url('images/header-bg_cbo.gif') repeat-x center top; 
}	   

.ctrl-drop-button {
	background-size: 16px 40px !important;
	
}


