body{
    margin: 0;
	margin-top: 25px;
	background: none;
}
body.override {
	margin-top:50px;
}
.fixPNG {
behavior: url(/lib/iepngfix.htc);
}
.strike{
	text-decoration: line-through;
}
div.topbutton{
	padding:2px;
	border:1px gray solid;
	width:70px;
	height:58px;
	text-align:center;
	background-color:#dce4ff;
	z-index: 12;
	float:left;
	margin:0 5px;
	top: 50px;
}
div.topbutton:hover {
	background-color: #bacaff;
}
body>#info{
	display: none;
	position:fixed;
	left:0;
	right:0;
	top:25px;
	height:auto;
	min-height:16px;
	z-index: 51;
	color:black;
	font-weight:bold;
	padding:6px 10px 6px 28px;
	background: #e1ffe1;
	border-bottom: 1px #808080 solid;
}
body>#info.override{
	top:50px;
}
* html #info{
	display: none;
	position:absolute;
	left:0;
	right:0;
	top:0;
	height:auto;
	min-height:16px;
	z-index: 51;
	color:black;
	font-weight:bold;
	padding:6px 10px 6px 28px;
	background: #e1ffe1;
	border-bottom: 1px #808080 solid;
}

#info img{
	position: fixed;
	left:6px;
	top:30px;
}

#question, #questionYesNo{
    display:none;
    position:absolute;
	 left:0;
	 top:0;
	 right:0;
	 bottom:0;
	 width:100%;
	 height:100%;
    color:#000000;
    font-size:1.1em;
    font-weight:bold;
    text-align:center;
    z-index:51;
}

#question>#box, #questionYesNo>#boxYesNo{
   top:45%;
   left:50%;
   width:320px;
   margin-left:-160px;
	position:fixed;
	min-height:16px;
	z-index: 51;
	color:black;
	font-weight:bold;
	height:auto;
	padding:6px 10px 6px 15px;
	background: #ffffe1;
	border: 1px #808080 solid;
}

* html #question #box, * html #questionYesNo #boxYesNo{
	position:fixed;
   left:50%;
   width:320px;
   margin-left:-160px;
   margin-top:30%;
	min-height:16px;
	z-index: 51;
	color:black;
	font-weight:bold;
	height:auto;
	padding:6px 10px 6px 15px;
	background: #ffffe1;
	border: 1px #808080 solid;
}

#question #box #questionmessage, #questionYesNo #boxYesNo #questionmessageYesNo {
	margin-left:10px;
}

#question>#box>img, #questionYesNo>#boxYesNo>img{
   position: absolute;
	left:5px;
	top:5px;
}

#question>#box>#yesno, #questionYesNo>#boxYesNo>#divyesno {
   position: relative;
	right:-4px;
	bottom:0;
	text-align:right;
	margin-top:5px;
}

* html #error,* html #warning{
	display: none;
	position:absolute;
	left:0;
	right:0;
	top:0;
	width:100%;
	min-height:16px;
	height:auto;
	z-index: 51;
	color:black;
	font-weight:bold;
	padding:6px 10px 6px 28px;
	background: #ffe1e1;
	border-bottom: 1px #808080 solid;
}

body>#error,body>#warning{
	display: none;
	position:fixed;
	left:0;
	right:0;
	top:25px;
	min-height:16px;
	height:auto;
	z-index: 51;
	color:black;
	font-weight:bold;
	padding:6px 10px 6px 28px;
	background: #ffe1e1;
	border-bottom: 1px #808080 solid;
}
body>#error.override,body>#warning.override{
	top:50px;
}
#error img,#warning img{
	position: fixed;
	left:6px;
	top:30px;
}

* html #warning{
	background: #ff7f00;
}
body>#warning{
	background: #ff7f00;
}

a,a:link,a:active,a:visited{
color:#00A0E8;
font-family:Trebuchet,Arial,Helvetica,sans-serif;
text-decoration:underline;
}


a:hover{
color:#002080;
font-family:Trebuchet,Arial,Helvetica,sans-serif;
text-decoration:underline
}
div.alarmbutton{
	bottom:20px;
	cursor:hand;
	left:auto;
	position:fixed;
	visibility:visible;
	z-index:1;
	right: 5px;
}
div.columns{
clear:both;
height:1%;
margin-bottom:25px
}
div.columns:after{
clear:both;
content:".";
display:block;
height:0;
visibility:hidden
}

input,select,textarea,option,p,td,body{
font:12px Trebuchet,Arial,Helvetica,sans-serif
}

li.alphabet{
background:#DCE4FF;
border:1px solid;
border-color:#808080;
border-left:none;
cursor:pointer;
font-size:10px;
font-weight:bold;
height:12px;
margin-bottom:1px;
text-align:center;
width:15px
}
span.display{
cursor:hand
}
th.stats{
background:#BACAFF;
color:#000000;
font:bold 12px Trebuchet,Arial,Helvetica,sans-serif;
padding-left:5px;
text-align:left
}

ul.alphabet{
	list-style-type:none;
	margin:0 10px 0 0;
	padding-left:0;
	top: 165px;
	left: 10px;
}
li.top{
	padding-left:10px;
}
.col-search{
padding:0 4px 5px 0;
}
.col-title{
font-weight:bold;
margin:0 0 5px 0;
}
.error{
color:#FF0000;
font:11px/15px Trebuchet,Arial,helvetica,sans-serif;
text-decoration:none
}
.green{
background:#008000;
border:1px solid #FFFFFF;
color:#FFFFFF;
font-weight:bold;
padding:10px
}
.h1{
background:#FFFFFF;
color:#000066;
font-size:20px;
font-weight:bold
}
.h2{
background:#FFFFFF;
color:#000066;
font-size:16px;
font-weight:bold
}
.h3{
background:#FFFFFF;
color:#000000;
font-size:12px;
font-weight:bold
}


a:visited{
	text-decoration: none;
}

.red{
background:#FF0000;
border:1px solid #FFFFFF;
color:#FFFFFF;
font-weight:bold;
padding:10px
}
.small{
font-size:10px
}
.standard_button{
background:#FFFFFF;
border:1px solid #00A0E8;
color:#000000;
font-size:11px;
height:18px;
cursor: pointer;
}
.standard_button[disabled] {
	background-color: #f9f9f9;
	color: #888;
}
.stats{
background:#DCE4FF;
color:#000000;
font:12px Trebuchet,Arial,Helvetica,sans-serif;
text-align:right
}
.statsw{
background:#F4F7FF;
color:#000000;
font:12px Trebuchet,Arial,Helvetica,sans-serif;
text-align:right
}

#content_area{
	margin-left:0;
	padding:0 10px 0 10px;
	margin-bottom:100px;
}
#content_area > #selectbox{
	top: 143px;
}

#log_tog{
float:right;
cursor:pointer;
}
#logfile{
background:#FFFFFF;
border-top:1px #FF0000 solid;
bottom:0;
height:15px;
left:0;
position:fixed;
right:0;
z-index:2999
}

#log_content ul{
	margin:0;
	padding:0;
	list-style-type: none;
	font-family: monospace;
}

#log_content li{
	height:15px;
	overflow:hidden;
}

#log_content li .close{
position:absolute;
right:16px;
cursor:pointer;
}

#log_content li .time{
	background-color:black;
	color:white;
	font-weight:bold;
	padding: 0 14px 0 13px;
}

#log_content li.l1 .time{
	background-color:#404040;
}

#loading-mask {
    position:absolute;
	 left:0;
	 top:0;
	 right:0;
	 bottom:0;
	 width:100%;
	 height:100%;
    color:#000000;
    font-size:1.1em;
    font-weight:bold;
    text-align:center;
    filter:alpha(opacity=80);
    -moz-opacity: 0.80;
    opacity: 0.80;
    z-index:10000;
    }

#loading-mask .loader {
    position:fixed;
	 top:45%;
    left:50%;
    width:120px;
    margin-left:-60px;
    padding:15px 60px;
    background:#ffffff;
    border:2px solid #bacaff;
    color:#000000;
    font-weight:bold;
    text-align:center;
    z-index:10001;
}

#alarmliste {
	position: fixed;
	right:-210px;
	top:140px;
	width:209px;
	bottom:16px;
	overflow: auto;
	background:#FFFFFF;
	border-left:1px #FF0000 solid;
	border-top:1px #FF0000 solid;
	z-index:999;
}
#alarmliste.override {
	top:165px;
}

.alarmlist .info{
	color: black;
	font-size: 0.9em;
	text-align: center;
	font-weight: bold;
}

#alarmcontent ul {
	list-style-type: none;
	margin-left:0;
	padding-left:0;
	list-style-position: inside;
	position:relative;
}

#alarmcontent ul li div{
	padding:2px 2px 2px 18px;
	display:inline;
}

#alarmcontent ul li{
	padding:2px;
}

#headerMainContainer{
left:0;
top:0;
width:100%;
height:100px;
background-color:white;
background-image:url(/images/pixline.gif);
background-repeat: repeat-x;
background-position: center 98px;
}

#headerLogoContainer{
position:absolute;
left:37px;
top:35px;
width:101px;
height:75px;
z-index:50
}
#headerLogoContainer.override {
	top:60px;
}

#headerMetanavContainer{
	position:absolute;
	top:30px;
	right:10px;
	height:95px;
	margin:1px 0 0 0;
	font-family:'Trebuchet MS',Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#a4a4a4;
	text-decoration:none;
	float:right;
}
#headerMetanavContainer.override {
	top:55px;
}
#headerMetanavContainer span.link{
	color:#727272;
	text-decoration:none;
}
#headerMetanavContainer span.link:hover{
	color:#11aaff;
	text-decoration:underline;
}
span#helplink:hover, span#helplink2:hover{
	color:#11aaff;
	text-decoration:underline;
	cursor: pointer;
}

#headerNavigationContainer{
position:absolute;
left:84px;
top:70px;
width:886px;
height:30px;
z-index:10
}
#headerNavigationContainer.override {
	top:95px;
}
#navigationList{
background:url(/images/tab_background.gif) no-repeat 0 0;
height:30px;
margin:25px 0 0 0;
padding:0 0 0 0;
list-style:none;
}
#navigationList li{
height:30px;
margin:0 0 0 0;
padding:0 0 0 0;
float:left
}
#navigationList li.spacerTab{
width:102px
}
#navigationList a{
background-position:0 0;
background-repeat:no-repeat;
height:30px;
display:block;
text-indent:-500px;
overflow:hidden
}
#navigationList a:hover{
background-position:0 -30px;
}
#navigationList li.active{
position:relative;
z-index:100;
margin:0 -8px 0 -8px;
}
#navigationList li.active a:hover{
background-position:0 0;
}

@-webkit-keyframes rotate{
  from{
    -webkit-transform:rotate(0deg)
  } to {
    -webkit-transform:rotate(360deg)
  }
}

@-moz-keyframes rotate{
  from{
    -moz-transform:rotate(0deg)
  } to {
    -moz-transform:rotate(360deg)
  }
}

.spinner{
  -webkit-animation-name:rotate;
  -webkit-animation-duration:5s;
  -webkit-animation-iteration-count:infinite;
  -moz-animation-name:rotate;
  -moz-animation-duration:5s;
  -moz-animation-iteration-count:infinite
}

div.expandable{
    background-image: url('/images/tree/elbow-plus-nl.gif');
    background-position: center center;
    display: inline-table;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
div.expanded{
    background-image: url('/images/tree/elbow-minus-nl.gif');
}

.numbera,.numberc{
    position:absolute;
    text-align: center;
    width:40px;
    color:white;
    font-weight:bold;
    margin-left:6px;
    margin-top:16px;
    font-size:10px;
}
#button-container {
    position: absolute;
    top: 50px;
    right:0;
	z-index: 10;
}
#button-container.override {
	top: 75px;
}
#text-list {
    padding:0;
    list-style:none;
    position: relative;
}
#text-list .card {
    padding:5px 0 0 0;
}
#text-list .card::after {
    content:'';
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    transition: opacity 0.4s ease-in-out;
    opacity:0;
    z-index: -1;
}
#text-list .card h2 {
	margin: 0 0 2px 0;
    padding: 0 0 2px 5px;
    font-size:14px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
#text-list .card:hover::after {
    opacity: 1;
}
#text-list .card.dragging {
    border: 3px dashed;
    border-radius: 10px;
    background: rgba(1, 1, 1, 0.1);
    padding:2px 0 0 0;
	opacity: 0.3 !important;
}
#text-list .row-container {
    padding: 2px 5px;
}
#text-list .row {
    position: relative;
    display: inline-block;
    padding:5px;
}
#text-list h2 img {
    opacity: .3;
    float:left;
    padding: 0 5px 0 0;
}
.card {
    position: relative;
    padding:10px;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    margin: 5px 0;
    box-sizing: border-box;
}
.move {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.grab {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

div#saveA,div#saveB{
	margin-top:10px;
	border: 1px #808080 solid;
	background-color:#dce4ff;
	float:left;
	padding:3px;
	cursor:pointer;
    margin-right: 10px;
}

div#saveA:hover,div#saveB:hover{
	background-color: #bacaff;
}

div#saveA img,div#saveB img{
	vertical-align: text-bottom;
}
.blinking{
    animation:blinkingText 2.8s infinite;
}
@keyframes blinkingText{
    100%{color: white;}
    10%{color: transparent;}
    0%{color: white;}
}

div.last_edit {
	position: relative;
	left: 3px;
	margin-bottom: 5px;
	font-size: 10px;
	color: #777;
}

/*Save, abbrechen buttons*/
div.saveA, div.saveB{
	margin-top:10px;
	border: 1px #808080 solid;
	background-color:#dce4ff;
	float:left;
	padding:3px;
	cursor:pointer;
    margin-right: 10px;
	white-space: nowrap;
}

div.saveA img, div.saveB img{
	margin-right: 2px;
	vertical-align: text-bottom;
}

input#saveButton{
	background: #DCE4FF url("/images/save.gif") no-repeat 2px center;
	border: 1px solid gray;
	cursor: pointer;
	padding: 4px 3px 4px 21px;
}
input#abortButton{
	background: #DCE4FF url("/images/Delete16.png") no-repeat 2px center;
	border: 1px solid gray;
	cursor: pointer;
	padding: 4px 3px 4px 21px;
}
input#returnButton{
	background: #DCE4FF url("/images/Reload30.png") no-repeat 2px center;
	background-size: 16px 16px;
	border: 1px solid gray;
	cursor: pointer;
	padding: 4px 3px 4px 21px;
}
input#saveButton:hover, input#abortButton:hover, input#returnButton:hover{
	background-color: #bacaff;
}
input#addButton{
	background: #DCE4FF url("/images/save.gif") no-repeat 2px center;
	border: 1px solid gray;
	cursor: pointer;
	padding: 4px 3px 4px 21px;
}
input#addButton:hover{
	background-color: #bacaff;
}

ul#alertlist_ul li:nth-child(odd){
	background:#e0e0e0;
}

div.clock{
background:url(/images/Clock16.png) no-repeat left
}
div.folder{
background:url(/images/tree/folder.gif) no-repeat left
}
div.folderperm{
background:url(/images/tree/folder_per.gif) no-repeat left
}
div.foldervert{
background:url(/images/tree/folder_ver.gif) no-repeat left
}
div.folderclock{
background:url(/images/tree/folder_clock.gif) no-repeat left
}
div.rgroupclock{
background:url(/images/Reload16_clock.png) no-repeat left
}
div.template{
background:url(/images/Book16.png) no-repeat left
}
div.konferenz{
background:url(/images/icon_phone.gif) no-repeat left
}
div.scenario{
background:url(/images/Paste16.png) no-repeat left
}
div.event{
background:url(/images/Quote16.png) no-repeat left
}
div.rgroup{
background:url(/images/Reload16.png) no-repeat left
}
div.root{
background:url(/images/tree/folder-root.gif) no-repeat left
}
div.user{
	background:url(/images/Person16.png) no-repeat left 1px;
}

#menucontainer {
	display:block;
	width: 100%;
	font-size:11px;
	background:#F0F0F0;
	height: 25px;
	z-index: 10000;
	top:0;
	position: absolute;

}
#menucontainer.override {
	top:25px;
}
div#tabelle{
top: 243px;
left: 30px;
}

div#filter{
top:190px;
left: 30px;
}

#navigationList a.tabde1{
background-image:url(/images/tab1_d.gif);
width:98px
}
#navigationList a.tabde2{
background-image:url(/images/tab2_d.gif);
width:84px
}
#navigationList a.tabde3{
background-image:url(/images/tab3_d.gif);
width:70px
}
#navigationList a.tabde4{
background-image:url(/images/tab4_d.gif);
width:70px
}
#navigationList li.active a.tabde1{
background-image:url(/images/tab1_active_d.gif);
width:114px
}
#navigationList li.active a.tabde2{
background-image:url(/images/tab2_active_d.gif);
width:100px
}
#navigationList li.active a.tabde3{
background-image:url(/images/tab3_active_d.gif);
width:86px
}
#navigationList li.active a.tabde4{
background-image:url(/images/tab4_active_d.gif);
width:86px
}
#navigationList li.spacerTabde{
width:238px
}
#navigationList a.taben1{
background-image:url(/images/tab1_e.gif);
width:77px
}
#navigationList a.taben2{
background-image:url(/images/tab2_e.gif);
width:81px
}
#navigationList a.taben3{
background-image:url(/images/tab3_e.gif);
width:70px
}
#navigationList a.taben4{
background-image:url(/images/tab4_e.gif);
width:70px
}
#navigationList li.active a.taben1{
background-image:url(/images/tab1_active_e.gif);
width:93px
}
#navigationList li.active a.taben2{
background-image:url(/images/tab2_active_e.gif);
width:97px
}
#navigationList li.active a.taben3{
background-image:url(/images/tab3_active_e.gif);
width:86px
}
#navigationList li.active a.taben4{
background-image:url(/images/tab4_active_e.gif);
width:86px
}
#navigationList li.spacerTaben{
width:86px
}
#navigationList a.tabfr1{
background-image:url(/images/tab1_f.gif);
width:80px
}
#navigationList a.tabfr2{
background-image:url(/images/tab2_f.gif);
width:81px
}
#navigationList a.tabfr3{
background-image:url(/images/tab3_f.gif);
width:70px
}
#navigationList a.tabfr4{
background-image:url(/images/tab4_f.gif);
width:70px
}
#navigationList li.active a.tabfr1{
background-image:url(/images/tab1_active_f.gif);
width:96px
}
#navigationList li.active a.tabfr2{
background-image:url(/images/tab2_active_f.gif);
width:97px
}
#navigationList li.active a.tabfr3{
background-image:url(/images/tab3_active_f.gif);
width:86px
}
#navigationList li.active a.tabfr4{
background-image:url(/images/tab4_active_f.gif);
width:86px
}
#navigationList li.spacerTabfr{
width:228px
}
#navigationList a.tabit1{
background-image:url(/images/tab1_i.gif);
width:93px
}
#navigationList a.tabit2{
background-image:url(/images/tab2_i.gif);
width:96px
}
#navigationList a.tabit3{
background-image:url(/images/tab3_i.gif);
width:63px
}
#navigationList a.tabit4{
background-image:url(/images/tab4_i.gif);
width:70px
}
#navigationList li.active a.tabit1{
background-image:url(/images/tab1_active_i.gif);
width:109px
}
#navigationList li.active a.tabit2{
background-image:url(/images/tab2_active_i.gif);
width:112px
}
#navigationList li.active a.tabit3{
background-image:url(/images/tab3_active_i.gif);
width:79px
}
#navigationList li.active a.tabit4{
background-image:url(/images/tab4_active_i.gif);
width:86px
}
#navigationList li.spacerTabit{
width:294px
}

/*A Table which has alternating colors for each row*/
table.alternating_table tr:nth-child(odd){
	background-color:#f4f7ff;
}
table.alternating_table tr:nth-child(even){
	background-color:#dce4ff;
}
table.alternating_table tr.table_head{
	background-color:#BACAFF;
}

table.durchwahl_number_table {
    border-collapse: collapse;
    border: 1px solid black;
}
table.durchwahl_number_table td {
    border: 1px solid black;
    padding: 3px;
}
table.durchwahl_number_table tr {
    background: #F4F7FF;
}
table.durchwahl_number_table th {
    background: #BACAFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.4);
}
.tooltip {
	z-index: 1000;
	background: #E2E7FF;
}

.datei_upload {
	border: 1px solid #c5c5c5;
	background: #f3f3f3 url(/images/upload/add.png) 3px center no-repeat;
	padding: 3px 3px 3px 20px;
	margin-right: 10px;
	border-radius: 3px;
	cursor: pointer;
}

input.startupload {
	border: 1px solid #c5c5c5;
	background: #F3F3F3 url(/images/upload/accept.png) 3px center no-repeat;
	padding: 3px 3px 3px 20px;
	margin-right: 10px;
	border-radius: 3px;
	cursor: pointer;
}

img.loadingw {
	content:url(/images/loadingw.gif);
}
img.skinpix2 {
	content:url(/images/pix2.gif);
}
img.skintextlang1 {
	content:url(/images/text_lang_1.gif);
}
img.skintextlang2 {
	content:url(/images/text_lang_2.gif);
}
img.skintextlang3 {
	content:url(/images/text_lang_3.gif);
}
img.skintextlang4 {
	content:url(/images/text_lang_4.gif);
}
img#skinlogo {
	content:url(/images/logo.gif);
}
img#skinlogo:after {
	content: "Swisscom Logo";
}
#showsupport {
	top:40%;
	left:calc(40% - 100px);
	position:fixed;
	padding:5px;
	max-width: 600px;
	z-index:9999;
	display:none;
	background-color: #DCE4FF;
	border: 1px solid black;
	box-shadow: 0 0 8px 6px rgba(0, 0, 0, 0.4);
}
input.inputFieldsResizable {
	padding-left: 0.3em;
	padding-right: 0.3em;
}

.hovertag {
	color:#00A0E8;
	cursor: pointer;
}
.hovertag:hover {
	color:#002080;
}
