/*****************************************************************
**								**
**		MEDIAPLAN. CSS					**
**								**
**		(c) M.Regh, 2006				**
**		Verwendung, auch auszugsweise, nicht gestattet	**
**								**
**								**
*****************************************************************/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	background-color: #DDDDDD;
}

#wrapper {

	width: 1000px;
	margin: 10px auto;
	padding: 0;
	height: 620px;
	border: 1px solid #555555;
	overflow: hidden;

}

#loader {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border: 16px solid #b9f3e9;
	border-radius: 50%;
	border-top: 16px solid #0600db;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	display: none;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/*****************************************
**					**
**		Infoleiste		**
**					**
******************************************/

#infoleiste {

	display: block;
	float: left;
	width: 140px;
	background-color: #838181;
	height: 620px;
	padding: 0px;
	background-repeat:no-repeat;
	background-position: bottom center;

}



#infoleiste #logo {
	height: 60px;
	width: 140px;
	background-image:url(../pics/adproject_logo.svg);
	background-repeat:no-repeat;
}


#userdata {
	width: 125px;
	height: 30px;
	padding-top: 5px;
	display: block;
	float: none;
	clear: both;
	overflow:hidden;
	padding-right: 5px;
	padding-left: 10px;
	border-bottom: 1px solid #B2B219;
	margin-bottom: 10px;
}

#userdata label {
	padding-top: 10px;
	display: block;
	width: 125px;
	color: #FFFFFF;
	text-align: center;
}

#userdata button {
/*OLD
    margin-right: 10px;
	margin-left: 10px;
	margin-top: 2px;
	width: 100px;
	display: block;
	clear: none;
	float: left;	
	background-image:url(../pics/button_red.gif);
    color:#FFFFFF;*/
/* NEW Ralf 05.04.18 */
    margin-right: 10px;
	margin-left: 10px;
	margin-top: 2px;
	width: 100px;
	display: block;
	clear: none;
	float: left;
    color:#FFFFFF;
}

#doaction {
	width: 120px;
	height: 210px;
	display: block;
	float: none;
	clear: both;
	overflow:hidden;
}

#info {
	display: block;
	float: none;
	clear: both;
	width: 125px;
	height: 470px;
	padding-right: 8px;
	padding-left: 6px;
	overflow: auto;

}
#info.selected {
}

#sender {
	margin-right:5px;
	display: block;
	float: none;
	height: 40px;
	overflow: hidden;
	background-position:center;
	background-repeat:no-repeat;
	padding-left: 10px;
	margin-top: 15px;
}

#sender button {
	/* OLD
    background-image:url(../pics/button_red.gif);
    */
	color: black;
	border: 3px solid #B2B219;
	height: 25px;
	width: 120px;
}

/*****************************************
**					**
**		Content-Teile		**
**					**
******************************************/

#content {
	display: block;
	float: left;
	width: 860px;
	height: 620px;
	overflow: hidden;
	background-color: #990000;
}

#header {
	width:860px;
	height:30px;
	padding: 0px;
	margin: 0px;
	/*background-color: #B2B219;*/
	display: block;
	clear: both;
	float: none;
}

.menu {
	width: 100%;
	height: 25px;
	display: block;
	clear: both;
	float: none;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin:0px;
	background-color: #838181;
	overflow: visible;
}


#textpart {
	width: 860px;
	height: 530px;
	background-color: #990000;
	display: block;
	clear: both;
	float: none;
	overflow: hidden;
}



#footer {
	width: 860px;
	height: 40px;
	clear: both;
	display: none;
	float: none;
}

/*****************************************
**					**
**		Header			**
**					**
******************************************/

#header h1 {
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 4px;
}


.menu ul {
	list-style-type: none;
	padding:0px;
	margin: 0px;
}

.menu li {
	display: block;
	clear: none;
	float: left;
	width: 105px;
	padding: 0px;
	margin: 0px;
	padding-top: 1px;
	margin-right: 5px;
	/*OLD 
    background-image:url(../pics/button_red.gif);*/
	background-repeat: repeat-x;
	background-position: top left;
	height:21px;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	z-index: 15;
	position:relative;
	white-space:nowrap;
}

.menu li:hover {
	background-image:none;
	background-color: #990000;
	font-weight: bold;
}


.menu li#zurueck_button {
	margin-left: 75px;
	border: 1px solid #B2B219;
}


.menu li.selbst {
	width: 145px;
	margin-right: 20px;
	border: 1px solid #990000;
}


.menu li label.subtitel {
	display: block;
	clear: both;
	float: none;
	height: 21px;
}

.menu ul.submenu {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 103px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #FFFFFF;
	display: block;
	float: none;
	clear: both;
}

.menu li.selbst ul.submenu {
	width: 143px;
}


.menu ul.submenu li {
	display: block;
	clear: both;
	float: none;
	background-image: none;
	width: 93px;
	color: #000000;
	height: 20px;
	text-align: left;
	padding-left: 5px;
	font-weight: normal;
}

.menu li.selbst ul.submenu li {
	width: 133px;
}

.menu ul.submenu li.trenner {
	padding-bottom: 2px;
	border-bottom: 1px solid #999999;
	margin-bottom: 2px;
}

.menu ul.submenu li:hover {
	background-color: #B2B219;
	color: #FFFFFF;
}

.menu li.iconbutton {
	width: 23px;
	height: 23px;
	/* OLD 
    background-image:url(../pics/button_white.gif);
    */
        color: white;
}

.menu li#homebutton {
	/* OLD
    background-image:url(../pics/icon_home.svg);
    */
    
	/* NEW RH 05.04.18 */
	background-image: url("../pics/icon_home.svg");
	background-repeat: no-repeat;
	background-size: contain;
    background-color: #838181;
    height: 20px;
    width: 20px;
    border-radius: 3px !important;
    border: 1px solid white;
    font-weight: bold;
    
}

.menu li#helpbutton {
	/* OLD
    background-image:url(../pics/button_white.gif);
    */
   
    /* NEW RH 05.04.18 */
	background-image: url("../pics/icon_help.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #838181;
    height: 20px;
    width: 20px;
    border-radius: 3px !important;
    border: 1px solid white;
    font-weight: bold;
}

.menu li#searchbutton {
	/* OLD
    background-color: #990000;
	background-image:url(../pics/lupe.gif);
	margin-left: 167px;*/
    
        /* NEW RH 05.04.18 */
	background-image: url("../pics/icon_lupe.svg");
	background-repeat: no-repeat;
	background-size: contain;
    background-color: #838181;
    height: 20px;
    width: 20px;
    border-radius: 3px !important;
    border: 1px solid white;
    font-weight: bold;
}


#bottom_menu {
	padding-left: 0px;
}

#bottom_menu li {
	/* OLD
    background-image:url(../pics/button_white.gif);
	color: #000000;
	padding-top: 3px;
	height: 22px;
	width: 108px;
	z-index: 9;
    */
   
   /* FUNKTIONSBUTTONS NEW RH 05.04.2018 */
    background-image: none !important;
    background-color: #838181;
    height: 20px;
    width: 100px;
    border-radius: 3px !important;
    border: 1px solid white;
    font-weight: normal;
    background-repeat: no-repeat;
    background-position: center bottom;
}


#bottom_menu li.disabled {
	color: #FFFFFF;
}

#bottom_menu li:hover {
	font-weight: bold;
    /* NEW RH 05.03.18 */
    background-color: #990000;
    color: #b2b219;
}

#bottom_menu li.disabled:hover {
	cursor: wait;
	font-weight: normal;
    /* NEW RH 05.03.18 */
    color: #990000;
}

/*****************************************
**					**
**		Allgemeines		**
**					**
******************************************/




/************************* DoAction *******************************/


#doaction h1 {
	display: block;
	float: none;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #DDDDDD;
	font-weight:bold;
	font-size: 9pt;	
}

#doaction button {
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0;
	margin-left: 0px;
}

#doaction .button_disabled {
	color: #666666;
}


/************************* Info *******************************/

#info h1 {
	display: block;
	float: none;
	clear: both;
	margin-top: 5px;
	margin-bottom: 2px;
	color: #DDDDDD;
	font-weight:bold;
	font-size: 9pt;	
	border-bottom: 1px solid #DDDDDD;
}

#info h2 {
	display: block;
	float: left;
	clear: none;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 3px;
	color: #CCCCCC;
	font-size: 10pt;	
	font-weight:normal;
	overflow: hidden;
	white-space:nowrap;
	width: 125px;
}

#info img.klapp {
	display: block;
	float: left;
	clear: none;
	width:11px;
	height:11px;
	margin-right: 3px;
	margin-top: 3px;
}

#info h2.selected {
	font-weight:bold;
	color: #FFFFFF;
	font-size:larger;
}

#info h1.nextone {
	padding-top: 20px;
}

#info label {
	display: block;
	float: left;
	font-size:8pt;
	color: #EEEEEE;
	padding-left:2px;
	margin-bottom: 2px;
	width: 50px;
}

#info label.bottom {
	border-bottom: 1px solid #EEEEEE;
}
	


#info label.nextline {
	clear: right;
	text-align:right;
	width: 60px;
}
	
#info button {
	width:122px;
}


/***************************************
**
**	Fehlerbox
**
***************************************/

#showerror {
	display: block;
	top: 200px;
	left: 240px;
	border: 5px solid #FF0000;
	width: 500px;
}

#showerror label {
	display: block;
	clear: none;
	float: left;
	width: 90px;
}

#showerror label.data {
    font-weight: bold; 
    width: 380px;
}

#showerror .buttons {
	display: block;
	clear: both;
	float: none;
	margin-top: 15px;
	padding-left: 10px;
}

/*****************************************
**					**
**		Grafische Buttons	**
**					**
******************************************/


button {
/*	OLD 
    background-image:url(../pics/button_white.gif);
	height: 21px;
	width: 100px;
	border: 0;
	color:#000000;
*/
    
/*  NEW RH 30.04.18 Buttonstyle für Navi-, Edit-, und Abmeldebutton */
    background-color: #c8c8c8;
    height: 25px;
    width: 100px;
    border: 1px solid #990000;
	border-radius: 3px;
}

button.ui-button {
    height: auto;
}

button.labelbutton {
	display: block; 
	clear: none; 
	float:left; 
}

button.gobutton {
	display: block;
	clear: none;
	float: left;
	margin-left: 4px;
	margin-right: 0px;
	width: 21px;
}

button.noformat {
	width: auto;
	height: auto;
}

button.autowidth {
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
}

button.disabled {
	cursor: auto;
	color: #FFFFFF;
}

button.white {
}

button.red {
	background-image:url(../pics/button_red.gif);
	color:#000000;
}

button.green, button.forward {
	/* OLD 
    background-image:url(../pics/button_green.gif);*/
	color:#000000;
    /* NEW RH 05.04.18 */
    background-color: #b2b219;
}

button.blue {
	background-image:url(../pics/button_blue.gif);
	color:#000000;
}

button.graphbutton_small {
	background-image:url(../pics/butt_xsmall.gif);
	height: 20px;
	width: 20px;
	color:#FFFFFF;
	background-color:transparent;
}

button.graphbutton_xsmall {
	background-image:url(../pics/butt_xxsmall.gif);
	height: 15px;
	width: 20px;
	color:#FFFFFF;
	background-color:transparent;
}

button.graphbutton_xsmall_red {
	background-image:url(../pics/butt_haken.gif);
	height: 15px;
	width: 20px;
	color:#FFFFFF;
	background-repeat:no-repeat;
	background-position:center;
	background-color:transparent;
}

button.deletebutton {
	background-image:url(../pics/butt_red_m.gif);
	height: 18px;
	width: 38px;
	color:#FFFFFF;
	background-repeat:repeat-x;
	background-position:center;
	background-color:transparent;
}

button.graphbutton_xsmall_green {
	background-image:url(../pics/butt_haken_green.gif);
	height: 15px;
	width: 20px;
	color:#FFFFFF;
	background-repeat:no-repeat;
	background-position:center;
	background-color:transparent;
}

button.graphbutton_xsmall_white {
	background-image:url(../pics/butt_white.gif);
	height: 17px;
	width: 20px;
	color:#000000;
	background-repeat:no-repeat;
	background-position:center bottom;	
	background-color:transparent;
	padding-top: 0px;
}

button.btn-remove-cart {
	height: 25px;
	width: 150px;
    color: #990000;
	background-color:lightgray;
}

/*****************************************
**					**
**	Überlappende Tabs		**
**					**
******************************************/


ul.tabs {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
        height: 25px;
		clear: both;
}

ul.tabs li {
        /* OLD TABREITER
    display: block;
    clear: none;
    float: left;
    width: 151px;
    background-image: url(../pics/register_off.gif);
    background-repeat: no-repeat;
    cursor: pointer;
    height: 22px;
    padding-top: 3px;
    font-size: 10pt;
    padding-left: 20px;
    color: #000000;
    position: relative;
    z-index: 6;
    */
    
/* NEW Tab-reiter RH 05.04.18*/
    display: block;
    clear: none;
    float: left;
    width: 151px;
    cursor: pointer;
    height: 22px;
    padding-top: 3px;
    font-size: 10pt;
    color: white;
    padding-left: 20px;
    background-color: #838181;
    border-radius: 15px 15px 0 0;
    border: solid #ffffff;
    border-width: 1px 1px 0 0;
    position: relative;
    z-index: 6;
}

ul.tabsshort li {
        width: 131px;
        /*background-image: url(../pics/register_short_off.gif);
        padding-left: 17px;*/
    /* NEW Ralf 05.04.2018 */
    padding-left: 25px;
}

ul.tabs li.folgend {
        left: -10px;
        z-index: 5;
}

ul.tabs li.folgend2 {
        left: -20px;
        z-index: 4;
}

ul.tabs li.folgend3 {
        left: -30px;
        z-index: 3;
}

ul.tabs li.folgend4 {
        left: -40px;
        z-index: 2;
}

ul.tabs li.folgend5 {
        left: -50px;
        z-index: 1;
}


ul.tabsshort li.folgend {
        left: -20px;
}

ul.tabsshort li.folgend2 {
        left: -40px;
}

ul.tabsshort li.folgend3 {
        left: -60px;
}

ul.tabsshort li.folgend4 {
        left: -80px;
}

ul.tabsshort li.folgend5 {
        left: -100px;
}


ul.tabs li.selected {
        /*background-image: url(../pics/register_on.gif);*/
    background-color: #b2b219;
    border-radius: 15px 15px 0 0;
    border: solid #ffffff;
    border-width: 1px 1px 0 0;
    position: relative;
	z-index: 10;
}

ul.tabsshort li.selected {
        /*background-image: url(../pics/register_short_on.gif);*/
}

ul.tabs li:hover {
        font-weight: bold;
}


/*******************************************************
**
**	popup - Elemente
**
*******************************************************/

.popup {
        width: 500px;
        height: auto;
        top: 120px;
        left: 200px;
        z-index: 10;
        padding: 0;
        padding-top: 10px;
        border: 3px solid #990000;
        overflow: hidden;
}

.popup h1 {
	width: 100%;
	margin-left: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	border-bottom: 1px solid #AAAAAA;
	margin-bottom: 10px;
	font-size: 11pt;
}

.popup h2 {
	padding-left: 10px;
}

.popup .zeile {
	padding-top: 3px;
	padding-left: 10px;
}

.popup p {
	padding-left: 10px;
	padding-right: 10px;
}

.popup label, .popup input, .popup select, .popup textarea {
	display: block;
	float: left;
	clear: none;
	width: 90px;

}
.popup select, .popup input, .popup textarea {
	margin-left: 10px;
}

.popup label.text {
	width: 200px;
}

.popup label.auto{
	width: auto;
}
.popup input, .popup textarea, .popup label.long{
	width: 350px;
}

.popup input.check { 
	width: 18px;
}

.popup input.short {
	width: 30px;
}


.popup input.numbers {
	width: 70px;
	text-align: right;
}

.popup select {
	width: 205px;
}


.popup .buttons {
	float: none;
	clear: both;
	display: block;
	margin: 0px;
	border-top: 1px solid #555555;
	margin-top: 50px;
	padding-top: 5px;
	height: 30px;
	background-color: #990000;
}

.popup .buttons button {
	width: auto;
    padding: 0px 10px 0px 10px;
    margin-left: 10px
}


/****************************************
**                                      **
**      Wartefenster                    **
**                                      **
******************************************/

#waitwindow {
        top: 300px;
        left: 300px;
	border: 2px solid #336699;
	padding: 10px;
}


/****************************************
**                                      **
**      DIV-Tabellen                **
**                                      **
******************************************/

div.table {
   display: block;
   clear: both;
   float: none;
}

div.table div.thead,div.table div.tbody,div.table div.tfoot, div.table div.tr {
   display: block;
   clear: both;
   float: none;
   width: 100%;
}

div.table div.tbody {
   overflow: auto;
}

div.table div.td {
   display: block;
   clear: none;
   float: left;
}

div.table div.thead .tr.letztezeile td {
   border-bottom: 2px solid #336699;
}


/* jQuery-Dialog */

.jdialog {
    display: none;
}

div.ui-dialog {
	font-size: 90%;
	line-height: 1.4em;
	text-align: justify;
}

div.ui-dialog-titlebar {
	background-color: #003872;
   color: #FFFFFF;
	background-image: none;
}

div.ui-dialog button.ui-button {
	height: 30px;
	width: 90px;
	font-size: 90%;
}

.jdialog label.datenlabel {
   display: block;
   clear: none;
   float: left;
   width: 120px;
}

.jdialog .dateninhalt {
   display: block;
   clear: none;
   float: left;
   width: 350px;
}


#errornachrichten {
   width: 600px;
}

#errornachrichten .fehlercode {
   width: 220px;
}

#errornachrichten .fehlertext {
   width: 370px;
}


#feedback {
    width: 800px;
}

#feedback .feedback_meldungen {
    width: 100%;
    overflow: auto;
    max-height: 180px;
}

#feedback .feedback_meldungen label.datacaption {
    width: auto;
    white-space: normal;

}


div.ui-dialog {
	font-size: 85%;
	line-height: 1.4em;
	text-align: justify;
}

div.ui-dialog-titlebar {
	background-color: #B2B219;
	background-image: none;
}

div.ui-dialog button.ui-button {
	height: 30px;
	width: 90px;
	font-size: 90%;
}

#netzsplitDiv {
	width:400px;
	margin-left:30px;
	clear:both;
	position:relative;
}
#netzsplitDiv label {
	width:300px;
}

#netzsplitDiv input {
	width:100px;
	margin: auto;
}
