/*
spezielle anpassungen an das css des admin templates fuer hyperspace,
verursacht durch aenderungen am layout,
sowie zusaetzliche styles
*/

/* hoehe der Kopfzeile mit logo */
#header {
min-height: 65px;
}

.cursor_pointer {
    cursor: pointer !important;
}

.onlyprint { display: none; }

/* elemente aus der druckansicht ausblenden, sowie druck-elemente einblenden: */
@media print {
.printhide {	display:none;	}
.onlyprint { display: block; margin-left: 25px;}
.content { margin-left: 0 !important; margin-top: 0 !important; padding-top: 0px !important; }
#footer {  margin-left: 0 !important;}
.page-header-fixed { padding-top: 0 !important;}	
 a[href]:after { content: none  !important; }
}

.stats-desc {
	color: #ffffff !important;
}

.stats-desc {
	color: #ffffff !important;
}

.stats-desc a {text-decoration:none; color: #ffffff;}
.stats-desc a:link {color: #ffffff; text-decoration:none; }
.stats-desc a:visited {color: #ffffff; text-decoration:none;}
.stats-desc a:hover {color: #242a30; text-decoration:none; }
.stats-desc a:active {color: #242a30; text-decoration:none;}

/* Abstand des footers korrigieren wenn seitenmenue nicht vorhanden ist */
.page-without-sidebar #footer {
 margin-left: 0;
 margin-left: 24px !important;
}

/* Buttons in Bearbeitungslisten : */
.panel-body .hylist_buttonarea {
display: block;
position: relative;
margin: 0 0 10px 0;
}
.panel-body .hylistbuttons {
width: 370px;
float:left;
}
.panel-body .hylistbuttons a, .hysortbuttons {
margin-right:12px;
}
/* listenfilter */
.hylist_filterarea {
display: block;
position: relative;
margin: 0 0 20px 0;
}

/* Buttons in Listen auf Registerkarten */
.panel-body .tab-pane .hylistbuttons {
width: 100%;
float: left;
margin-top: -20px;
padding-top: 0;
margin-bottom: 15px;
}

/* text in roter schrift, abwaertskompatibel zu vorherigen hyscore-versionen */
.red {
margin-left: 5px;
font-weight:bold;
color: #cc0000;
}

/* anzeige wann ein objekt erstellt, geaendert wurde, etc: tabellen-zelen format */
.info_chkinuserdt td {
padding-right: 10px;
}

/* messages popup im header: template formatierung aufheben */
abbr[title] {
  border: 0 !important;
}

/* th.rotate {
  white-space: nowrap;
}

th.rotate > div {
  transform: 
    translate(10px, 0px) 
    rotate(-90deg) !important;
  width: 20px;
}
th.rotate > div > span {
	 margin-left: 10px !important; 
	 padding: 0 0 0 0 !important;
}
*/

th.rotate {
  /* Something you can count on */
  /* height: 140px; */
  white-space: nowrap;
}

th.rotate > div {
	display: inline-block;
	overflow: hidden;
	width: 1.5em;
  white-space: nowrap;
}
th.rotate > div > span {
	display: inline-block;
	white-space: nowrap;
	line-height: 1.5em;
	transform: translate(0,100%) rotate(-90deg);
	transform-origin: 0 0;
	padding: 0 0 0 0 !important;
	margin-bottom:0;
}
/* This element stretches the parent to be square
   by using the mechanics of vertical margins  */
th.rotate > div > span:after {
	content: "";
	display: block;
	margin: -1.5em 0 100% 0;
}
.table > tfoot > tr > td {
  color: #242a30;
  font-weight: 600;
  border-top: 2px solid #e2e7eb !important;
 /*  border-bottom: 2px solid #e2e7eb !important; */
}

table .gerahmt {
	border: 2px solid #cccccc;
	border-collapse: collapse;
}

.gerahmt td, .gerahmt th {
	border: 1px solid #cccccc;
	border-collapse: collapse;
	padding: 4px;
}  

table.gepunktet td, table.gepunktet th{
	border: 2px dotted #cccccc;
	border-collapse: collapse; 
	padding: 4px;
}
table.gestrichelt td, table.gestrichelt th{
	border: 2px dashed #cccccc;
	border-collapse: collapse; 
	padding: 4px;
}
table.roteLine td, table.roteLine th{
	border: 1px solid red;
	border-collapse: collapse; 
	padding: 4px;
}
table.schwarzeLine td, table.schwarzeLine th{
	border: 1px solid black;
	border-collapse: collapse; 
	padding: 4px;
}

/* grosse icons auf leitseiten mit duennem grauen rand */
.floatbox {
	float: left !important;
	display: block !important;
	position: relative !important;
	margin: 10px 30px 20px 0 !important; 
	border: 1px solid #E3E7E8 !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
}

/* grosse icons auf leitseiten mit breitem farbigen rand */
.floatbox_border {
	float: left !important;
	display: block !important;
	position: relative !important;
	margin: 10px 30px 30px 0 !important; 
	border: 10px solid #E3E7E8 !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
}

.floatbox-container {
	min-height: 200px;
	width: 200px;
	float: left;
	
}
/* container fuer standorte */
.facilitybox {
	float: left !important;
	display: block !important;
	position: relative !important;
	margin: 10px 30px 20px 0 !important; 
	border: 1px solid #cccccc;
	width: 250px;
	height: 150px; 
	overflow: auto;
	padding: 15px 15px;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
}

.progress-bar.progress-bar-grey {
    background-color: #666666;
}

.border {
	border: 1px solid #E3E7E8 !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
}

.border-3px {
	border: 3px solid #E3E7E8 !important;
}

.dotted {
	border-style: dotted !important;
}
.dashed {
	border-style: dashed !important;
}
.bblack {
	border-color: #000000 !important;
}
.bdanger {
	border-color: #ff5b57 !important;
}


.hilite {
	/* background: #E3E7E8 !important; */
	background: #f0f3f5 !important;
}

/* farben der dicken umrandungen */
.border-silver-lighter { border-color: #E3E7E8 !important; }
.border-silver { border-color: #D7DBDC !important; }
.border-silver-darker { border-color: #b4b6b7 !important; }

.border-black { border-color: #2d353c !important; }
.border-black-darker { border-color: #242a30 !important; }
.border-black-lighter { border-color: #575d63 !important; }

.border-grey { border-color: #b6c2c9 !important; }
.border-grey-darker { border-color: #929ba1 !important; }
.border-grey-lighter { border-color: #c5ced4 !important; }

.border-red { border-color: #ff5b57 !important; }
.border-red-darker { border-color: #cc4946 !important; }
.border-red-lighter { border-color: #ff7c79 !important; }

.border-orange { border-color: #f59c1a !important; }
.border-orange-darker { border-color: #c47d15 !important; }
.border-orange-lighter { border-color: #f7b048 !important; }

.border-yellow { border-color: #e3fa3e !important; }
.border-yellow-darker { border-color: #b6c832 !important; }
.border-yellow-lighter { border-color: #e9fb65 !important; }

.border-green { border-color: #00acac !important; }
.border-green-darker { border-color: #008a8a !important; }
.border-green-lighter { border-color: #33bdbd !important; }

.border-blue { border-color: #348fe2 !important; }
.border-blue-darker { border-color: #2a72b5 !important; }
.border-blue-lighter { border-color: #5da5e8 !important; }

.border-aqua { border-color: #49b6d6 !important; }
.border-aqua-darker { border-color: #3a92ab !important; }
.border-aqua-lighter { border-color: #6dc5de !important; }

.border-purple { border-color: #727cb6 !important; }
.border-purple-darker { border-color: #5b6392 !important; }
.border-purple-lighter { border-color: #8e96c5 !important; }

.border-project-red { border-color: #ff5b57 !important; }
.border-project-red-darker { border-color: #cc4946 !important; }
.border-project-red-lighter { border-color: #ff7c79 !important; }


.border-project-yellow { border-color: #ffcc00 !important; }
.border-project-yellow-darker { border-color: #DDB619 !important; }
.border-project-yellow-lighter { border-color: #ffff66 !important; }

.border-project-green { border-color: #006600 !important; }
.border-project-green-darker { border-color: #0B4E0B !important; }
.border-project-green-lighter { border-color: #2BB82B !important; }

/* keine festen hoehen, sondern mindesthoehen, fuer skalierbare panels */
.min-height-xs { min-height: 150px !important; }
.min-height-sm { min-height: 300px !important; }
.min-height-md { min-height: 450px !important; }
.min-height-lg { min-height: 600px !important; }
.min-height-md30 { min-height: 490px !important; }
.height-md30 { height: 490px !important; }


/* IE Bugfix, verhindert zusaetzliche hoehe bei min-height */
.panel-body .min-height-lg p {
padding: 0 0;
margin: 0 0;
}

.ohne {
   color: #707478;
}


a.ohne {text-decoration:none; color: ##707478;}
a.ohne:link {color: ##707478; text-decoration:none; }
a.ohne:visited {color: ##707478; text-decoration:none;}
a.ohne:hover {color: ##707478; text-decoration:underline; }
a.ohne:active {color: ##707478; text-decoration:underline;}

.chats a.ohne {color: #707478; text-decoration:none;}
.chats a.ohne:link {color: #707478; text-decoration:none; }
.chats a.ohne:visited {color: #707478; text-decoration:none;}
.chats a.ohne:hover {color: #707478; text-decoration:none; }
.chats a.ohne:active {color: #707478; text-decoration:none;}


.hybg-yellow { background: #ffcc00 !important; }
.hybg-yellow-darker { background: #DDB619 !important; }
.hybg-yellow-lighter { background: #ffff66 !important; }

.hybg-red { background: #CC3333 !important; }
.hybg-red-darker { background: #B01C1C !important; }
.hybg-red-lighter { background: #FA7D7D !important; }

.hybg-green { background: #006600 !important; }
.hybg-green-darker { background: #0B4E0B !important; }
.hybg-green-lighter { background: #2BB82B !important; }

.hy-green {color: #006600;}
.hy-red {color: #CC3333;}
.hy-yellow {color: #ffcc00;}

.hybg-white { background: #ffffff !important; }



.text-black {
color: #000000;
}

.text-silver {
color: #dddddd;
}

/* Custom Zeitraum css fuer bootstrap */
.input-customrange .input-group-addon {
    background: #d6d8dd !important;
    border: none !important;
    text-shadow: none !important;
}
.input-customrange input {
  text-align: center;
}
.input-customrange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-customrange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-customrange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #cccccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}   

.embeddedtable td {
padding: 2px 8px 2px 8px;
width: 40px;
text-align: left;
border: none !important;
}

.hide {
	display: none;
}

.sharedbookmark {
	margin-bottom: 30px !important;
}


.br-3 {
border: 1px solid #E3E7E8 !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
border-radius: 3px !important;

}

.br-3-darker-dashed {
border: 1px dashed #aaaaaa !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
border-radius: 3px !important;
border-style:dashed;
}

.br-3-darker-dashedbold {
border: 3px dashed #aaaaaa !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
border-radius: 3px !important;
border-style:dashed;
}

.widget-stats .stats-link-disabled {
    display: block;
    margin: 15px -15px -15px;
    padding: 7px 15px;
    background: none;
    text-align: right;
    font-weight: 300;
    text-decoration: none;
}

.iconlinkcontainer {
	width: 100px !important;
	min-height: 120px !important;
	float: left !important;
	display: block !important;
	position: relative !important;
	margin: 0px 15px 15px 0px !important; 
    text-align: center !important;
}


.fa-rotate-45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.p-t-6 {
	padding-top: 6px !important;
}

.p-t-7 {
	padding-top: 7px !important;
}

.p-t-8 {
	padding-top: 8px !important;
}

.p-t-9 {
	padding-top: 9px !important;
}

.p-t-65 {padding-top: 65px !important}


.p-b-60 {
	padding-bottom: 60px !important;
}

.p-b-90 {
	padding-bottom: 90px !important;
}

.m-t-m30 {margin-top: -30px !important;}


.bg-bluegreen { background: #00acac !important; }
.bg-bluegreen-darker { background: #008a8a !important; }
.bg-bluegreen-lighter { background: #33bdbd !important; }

.bg-default { background: #f59c1a !important; }
.bg-default-darker { background: #c47d15 !important; }
.bg-default-lighter { background: #f7b048 !important; }

.faq_answer {
	padding-left: 50px;
}

.media-heading {
	line-height: 1.4em !important;
}


#status-6-q {
	background: url(../../assets/status_6_q.gif);
	width: 15px; 
	height: 15px; 
/*
	background: #ffffff;
	border: 1px solid #99aa99;
	height: 15px;
	width: 15px;
	text-align:center;
	vertical-align:middle;
*/
}

#status-5-q {
	width: 15px; 
	height: 15px; 
	background: #006600; 
}

#status-4-q {
	background: #66cc33;
	width: 15px;
	height: 15px;
	border-radius: 7px 7px 0 0;
}

#status-3-q {
  width: 15px;
  height: 15px;
  border-radius: 7px;
  background-color: #ffcc00;
}

#status-2-q {
	background: #ff6600;
	width: 15px;
	height: 15px;
	border-radius: 0 0 7px 7px;
}

#status-1-q {
	width: 0; 
	height: 0;
	border-top: 15px solid #ff0033;
	border-left: 8px solid transparent; 
	border-right: 8px solid transparent; 
}

#status-0-q {
	width: 15px; 
	height: 15px; 
	background: #999999;
}

.btn-icon.btn-xxxl {
    width: 120px ;
    height: 120px ;
    font-size: 60px ;
    line-height: 120px ;
}

/* BEGINN: neue Buttons */
.btn.btn-purple {
    color: #fff;
    background: #727CB6;
    border-color: #727CB6;
}
.btn-purple:hover, 
.btn-purple:focus, 
.btn-purple:active, 
.btn-purple.active, 
.open .dropdown-toggle.btn-purple {
    background: #9197B8;
    border-color: #9197B8;
}
.btn-group .btn.btn-purple:not(.active) + .btn.btn-purple,
.input-group-btn .btn.btn-purple:not(.active) + .btn.btn-purple {
    border-left-color: #9197B8;
}
/* ENDE: neue Buttons */

/* Tabelle fuer grosse datenmengen */
.bigtable {
    border-color: #e2e7eb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.bigtable > thead > tr > th {
    color: #242a30;
    font-weight: 600;
    border-bottom: 2px solid #e2e7eb !important;
}
.bigtable > thead > tr > th, 
.bigtable > tbody > tr > th, 
.bigtable > tfoot > tr > th, 
.bigtable > thead > tr > td, 
.bigtable > tbody > tr > td, 
.bigtable > tfoot > tr > td {
    border-color: #e2e7eb;
    padding: 7px 15px;
}
.bwizard-steps .label {
    margin-bottom: 10px !important;
}

.note.note-default {
    border-color: #707478 !important;
    background: #f0f0f0 !important;
    color: #707478 !important;
}
.note.note-default h1, 
.note.note-default h2, 
.note.note-default h3, 
.note.note-default h4, 
.note.note-default h5, 
.note.note-default h6 {
    color: #707478 !important;
}


.rm_folder {
background: #ffffff url(assets/icons/folder.gif) 2px 0px no-repeat;
padding: 2px 2px 4px 24px;
min-height: 24px;
position:relative;
}
.rm_item {
background: #ffffff url(assets/icons/page.gif) 26px 0px no-repeat;
padding: 2px 2px 4px 48px;
min-height: 24px;
position:relative;
}

.rm_color1 {
	font-size: 8pt;	 
	font-family: Verdana, Arial, Helvetica, Univers, 'Zurich BT', sans-serif; 
	font-weight:bold;
	color: #000000;
	padding: 2px 2px 2px 2px;
	background-color: #66a366 !important;
	min-height: 30px;
}
.rm_color2 {
	font-size: 8pt;	 
	font-family: Verdana, Arial, Helvetica, Univers, 'Zurich BT', sans-serif; 
	font-weight:bold;
	color: #000000;
	padding: 2px 2px 2px 2px;
	background-color: #a3e085 !important;
	min-height: 30px;
}
.rm_color3 {
	font-size: 8pt;	 
	font-family: Verdana, Arial, Helvetica, Univers, 'Zurich BT', sans-serif; 
	font-weight:bold;
	color: #000000;
	padding: 2px 2px 2px 2px;
	background-color: #ffe066 !important;
	min-height: 30px;
}
.rm_color4 {
	font-size: 8pt;	 
	font-family: Verdana, Arial, Helvetica, Univers, 'Zurich BT', sans-serif; 
	font-weight:bold;
	color: #000000;
	padding: 2px 2px 2px 2px;
	background-color: #ffa366 !important;
	min-height: 30px;
}
.rm_color5 {
	font-size: 8pt;	 
	font-family: Verdana, Arial, Helvetica, Univers, 'Zurich BT', sans-serif; 
	font-weight:bold;
	color: #000000;
	padding: 2px 2px 2px 2px;
	background-color: #ff6685 !important;
	min-height: 30px;
}

/* elemente aus der druckansicht ausblenden, sowie druck-elemente einblenden: */
@media print {
.rm_color1 {
	background-color: #66a366 !important;
}
.rm_color2 {
	background-color: #a3e085 !important;
}
.rm_color3 {
	background-color: #ffe066 !important;
}
.rm_color4 {
	background-color: #ffa366 !important;
}
.rm_color5 {
	background-color: #ff6685 !important;
}
body {
	background-color: #ffffff !important;
}
}

.inline {
	display:inline !important;
	whitespace: nowrap;
}

.img_with_frame {
	border: 1px solid #cccccc;
}

.dataTables_wrapper > .row{
	max-width:100%;
	margin-left:0;
}
.dataTables_wrapper > .row >.col-sm-6{
	padding:0px;
} 
.underline{
    border-bottom: 2px dotted ##000;
    width: 100%;
    display: block;
}

.bigger {font-size: large;}

.text-kursiv, .text-italic {font-style: italic !important;}
.text-fett, .text-bold {font-weight: bold !important;}
.text-smaller {
	font-size: smaller !important;
}


.form-control-inline {
	display:inline !important;
	width: 200px !important;
}

.border-bottom {
	border-bottom: 1px solid #E3E7E8 !important;
	padding-bottom: 10px;
}

.footer {
	font-size: smaller !important;
}
.btn.btn-orange {
    color: #ffffff;
    background: #ff6600;
    border-color: #ff6600;
}
.btn-orange:hover, 
.btn-orange:focus, 
.btn-orange:active, 
.btn-orange.active, 
.open .dropdown-toggle.btn-orange {
    background: #ff6600;
    border-color: #ff6600;
}

.panel-orange > .panel-heading {
    color: #ffffff;
}
.panel-orange > .panel-heading { background: #ff6600; }


@media only screen and (max-width:767px) {
 #hdrspace { display:block;}
   }

@media only screen and (min-width:768px) {
 #hdrspace { display:none;}
   }
   
.statable {
   	width:30px;
   	height:30px;
   	border-left: 1px solid transparent;
   	border-bottom: 1px solid transparent;
   }


.hynote {
  position: relative;
  padding: 20px;
  margin-bottom: 10px;
  background: #fff783;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.hynote:before,
.hynote:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.hynote:before {
  top: -1px;
  right: -1px;
  border-top: 20px solid white;
  border-left: 20px solid transparent;
}
.hynote:after {
  top: -1px;
  right: -1px;
  border-bottom: 20px solid rgba(0, 0, 0, 0.1);
  border-right: 20px solid transparent;
}


.durchgestrichen {
	text-decoration: line-through !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

