

/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#C0E0DF;
	/*background:#C9DBB8; C0E0DF*/
    /*background: #E8F9D6; 8EA2AD*/
    /*background:#8EA2AD url("/image/bg_gradient3.png") repeat-x;*/
     background: linear-gradient(90deg, #fff 0,#D8E7E7 100%);
     /*background-position: bottom;*/
    /*background-position:top;*/
	font-family:arial,sans-serif;
	font-size:small;
	color:#333;
}

h1, h2 {
    /*color:#4FABA8;*/
    /*color:#77735A;*/
}
h1 { 
	font:1.7em arial,sans-serif; 
    color:#4FABA8;
}

h2 {
	font:1.5em arial, sans-serif; 
	margin:0 0 0.5em;
    /*color:#77735A;*/
    color:orange;
}
h3 {
	font:1.25em arial, sans-serif; 
	margin:0 0 0.5em;
}
#header-top a {
		color:orange;
	}

p { 
	line-height:1.5; 
	
}

div#wrapper {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	
    max-width:1240px;
	background:#f0f0f0;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */

    border-left: 2px solid #C9E4E3;
    
}

div#header {
	padding:0;
	/*background:#fff url("/content/csslayout.gif") 98% 10px no-repeat;*/
    border-bottom:4px solid orange;
    z-index:10;
    position:relative;
   
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
       
	}

div#content {
	padding-left: 1em; /* bottom padding for footer */
}
	div#content p {
		
		
	}

div#footer {
	position:absolute;
	width:100%;
    
	bottom:0; /* stick to bottom */
	background:#ddd;
      background:#fff url('/image/spsu_bg1.png') 0% no-repeat;
    /*background: url('/image/spsu_footer_bg.png') 0% repeat-x;*/
	/*border-top:2px solid #C9E4E3;*/
}
	div#footer p {
		padding:1em;
		margin:0;
	}

#header-top {
    padding:1em;
}

#header-hgbar {
    background:#fff url('/image/spsu_bg1.png') 0% 10px no-repeat;
    margin-top:-20px;
    min-height:80px;
}

#childrenNavContainer
{
    /*margin-bottom:30px;*/
    margin-top:-50px;
    position: relative;
    background-color:transparent;
    padding-top:85px;
    height:137px;
}

.childrenInner-div
{
    background: url('/image/children.png') no-repeat;
    width:480px;
    height:95px;
    color:#fff;
    background-color: transparent;
    font-size:18px;
    padding:10px 0px 0px 0px;
    position: absolute;
    top:10px;

    
}

ul.download-list {
    list-style-image: url('/image/ico_extern.gif');
}

/* bootstrap overrides */
.navbar-nav > li {
    border-right: 1px solid lightgrey;
    /*background-color:#E7F1F0; nice blue */ 
}
.navbar-nav > li:first-child {
    border-left: 1px solid lightgrey;
}
.navbar-nav > li.dropdown > a:link {
    color:#666;
    font-size:1.3em;
}

.navbar-nav > li.dropdown > a:visited {
    color:#666;
    font-size:1.3em;
}
li.active > a:link {
     color:#666;
     font-size:1.3em;
     background-color:#E7F1F0;
}
li.active > a:visited {
     color:#666;
     font-size:1.3em;
     background-color:#E7F1F0;
}
li.inactive > a:link {
     color:#666;
     font-size:1.3em;
}
li.inactive > a:visited {
     color:#666;
     font-size:1.3em;
}

.navbar-header >  a:link {
   
    color: #4FABA8;
}
.navbar-header >  a:visited {
   
    color: #4FABA8;
}
/*.navbar-brand a:any-link {
    color: red;
}*/

/* side boxes */
.side-box-header {
    /*background-color:#8ea2ad;*/
    background-color:lightgrey;
    
    padding:8px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
.side-box-content {
  
     min-height: 20px;
  padding: 8px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
 border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';  
    content: "\e114";    
    float: right;        
    color: grey;         
}
.panel-heading .accordion-toggle.collapsed:after {
    content: "\e080";   
}

.link-details {
    margin-right: 20px;
}
.list-container {
    line-height:25px;
}

/**********************/
/* Corpatla overrides */
/* Changes */

/**/

.absolutePartialScreen {
    background-color:rgba(0, 0, 0, .05);

}

/* Extra Small */
@media(max-width:280px){
    .absolutePartialScreen{ 
    position: absolute;
    bottom: 30px;
    top: 260px;
    left: 0px;
    right: 0px; 
    z-index:2;
    border: none;    
}
}

@media(min-width:281px) and (max-width:767px){
    .absolutePartialScreen{ 
    position: absolute;
    bottom: 30px;
   
    top: 205px;
    left: 0px;
    right: 0px; 
    z-index:2;
    border: none;    
}
}

/* Small */
@media(min-width:768px) and (max-width:991px){
  .absolutePartialScreen{ 
    position: absolute;
    bottom: 30px;
   
    top: 165px;
    left: 0px;
    right: 0px; 
    z-index:2;
    border: none;    
}
}

/* Medium */
@media(min-width:992px) and (max-width:1199px){.absolutePartialScreen{ 
    position: absolute;
    bottom: 30px;
   
    top: 165px;
    left: 0px;
    right: 0px; 
    z-index:2;
    border: none;    
}
}

/* Large */
@media(min-width:1200px){
    .absolutePartialScreen{ 
    position: absolute;
    bottom: 30px;
   
    top: 165px;
    left: 0px;
    right: 0px; 
    z-index:2;
    border: none;    
}
}



.xaWindow3{  
    border-radius:2px;
    box-shadow: rgba(0,0,0,0.5) 8px 8px 12px;  
    border: solid 0.5px #858380;
    z-index:10;  
    background-color: #3b4476;
     background: linear-gradient(90deg, #fff 0,#D8E7E7 100%);
    }

.xaWinHeader.xaWinH3 {
    background-color:transparent;
}
.xaWinH3 .xaWinBt {
    color:white;
    background-color: orange;
}
.xaWinH3 .xaWinBt:hover {
    color:white;
    background-color: darkorange;
}

.xaWindow4 {
    background-color:#f7f7f7;


/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+27,f7f7f7+72 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 27%, #f7f7f7 72%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 27%,#f7f7f7 72%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 27%,#f7f7f7 72%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */

}

.xaWinR3 { 
    position: absolute;      
    right: 2px;    
    bottom: 2px;
    height: 18px;
    width: 18px;	         
    width: 0;

    border-left: 18px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 18px solid orange;
    cursor: nw-resize;
}
/* Resize */
.xaWinR3 { 
    position: absolute;      
    right: 2px;    
    bottom: 2px;
    height: 18px;
    width: 18px;	         
    width: 0;

    border-left: 18px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 18px solid orange;
    cursor: nw-resize;
}

.xaWinC4 {
    background-color: none;
    background: none;
}

tbody .mbtRow:hover{    
    background-color: rgba(255, 165, 0, 0.1)!important;
    border-bottom: black;
    transition: 0.2s;
} 

.mbtHeaderRow {
       border-bottom: 4px solid #4EAAA7 !important;
       background-color:#E7F1F0;
           /*original:#6d9acc*/
       /* blau: #4FABA8 oder grün:B6DC95*/
}
.mbtCellStatus {
    border-top: 1px solid #4FABA8;
    border-left: none!important;
    border-right: none!important;
}

.mbtPagingLink {
    margin: 5px 0px 5px 0px;
    display: inline-block;
    padding: 5px 5px 5px 5px;
    border: 1px solid #4EAAA7;
    min-width: 2.5em;
    text-align: center;
}

.mbtPagingLinkActive {
    background-color: #4EAAA7;
    color: black;
}
/* überschreibt Eingabecontrols */
.xaGroup-inp {
  border: 1px solid orange;
  }

.caInput {
    border: none;
}
.xaListSelItem.selected {
    background-color:#4FABA8;
}
.caTDButton {
  display: inline-block;
  position: relative;
  /*top: -5px;*/
  color: #4EAAA7;
  border: 2px solid transparent;
  background: transparent;
  /*padding: 3px;*/
  padding-bottom: 0px;
  /*transition: 0.3s;*/
  min-width: 2em;
  text-align: center;
  vertical-align: baseline; }
  .caTDButton:hover, .caTDButton:focus, .caTDButton:active {
    color: #FFFFFF;
    border-radius: 6px;
    border: 2px solid transparent;
    background: orange;
    transition: 0.2s;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3); }

/******* additions ********/
.xaWinF3 .btn-primary {
  
  background-color: orange;
  /*border-color: #2e6da4;*/
  border:none;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  /*border-color: #adadad;*/
  border:none;
}
.btn-primary:hover {
  color: #fff;
  background-color: darkorange;
  /*border-color: #adadad;*/
  border:none;
}

.mbtPagingBlock {
 
}
.mbtCellPaging {
    background-color:#E7F1F0;
  
}
.xaMenuScope {
}
.xaMenu {
}
.xaMenu-se {
}
.xaMenuBody {
}
.xaMenuBody-se {
}
.caMenuBt {
    background-color:orange;
    color:white;
}
.caMenuBt:hover {
   background-color:darkorange;
   color:white;
}

.filterControl {
    border:1px solid #4FABA8;
    padding: 5px;
    margin-right: 10px;
    color:#666;
}
.mbfControlContainer > label {
    max-width: 140px;
}
    /* end Corpatla overrides */


.slider-checkbox input:checked + .label::before {
    text-align: left;
}

.filterControl-width-xtraSmall {
    width: 75px !important;
}

.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}