/***
PHAG HILMAS Theme 
***/
/***
Reset and overrides  
***/
body {
  background-color: #ffffff !important;
}
/***
Page header, hauptmenü
***/
.header .navbar-inner {
  filter: none !important;
  background-image: none !important;
  background-color: #ffffff !important;
  border-bottom-style:none !important; 
  border-bottom-width:2px !important; 
  
  color:#00009a;
}
.header .btn-navbar {
  background-color: #00009a !important;
}

/*Benutzer Menü */
.header .nav .dropdown-toggle
{
	  background-color: #ffffff !important;
	
}

.header .nav .dropdown-toggle:hover,
.header .nav .dropdown.open .dropdown-toggle {
  background-color: #ffffff !important;
  color:#00009a !important; 
}
.header .nav li.dropdown .dropdown-toggle i {
  color: #68bbec !important;
}

/*Benutzername im Benutzermenü*/
.header .nav > li.dropdown.user .dropdown-toggle .username {
    color: #00009A;
}

/*Benutzername im Benutzermenü beim berühren*/
.header .nav > li.dropdown.user .dropdown-toggle .username:hover {
    color: #00009a !important;
}

/*Benutzername im Benutzermenü*/
.header .nav > li.dropdown.user .open .dropdown-toggle:hover {
    color: #ffffff !important;
}

/***
Page sidebar
***/
.page-content {
  border-left: 1px solid #e2e2e2 !important;
  border-bottom: 1px solid #e2e2e2 !important;
}
.page-sidebar {
  background-color: #fafafa;
}
.page-sidebar-fixed .page-content {
  border: 0 !important;
}
.page-sidebar-fixed .page-sidebar {
  border-right: 1px solid #e2e2e2 !important;
}


ul.page-sidebar-menu > li > a {
  border-top: 1px solid #e2e2e2 !important;
  color: #000 !important;
  font-weight: 400;
}

ul.page-sidebar-menu > li:first-child > a {
   border-top: 1px solid transparent !important;
}

ul.page-sidebar-menu > li:last-child > a {
   border-bottom: 1px solid transparent !important;
}

ul.page-sidebar-menu > li a i {
  color: #00009a !important;
}
ul.page-sidebar-menu > li.open > a,
ul.page-sidebar-menu > li > a:hover,
ul.page-sidebar-menu > li:hover > a {
  background: #eee;
  border-top: 1px solid #e8e8e8;
}
ul.page-sidebar-menu > li.active > a .selected {
  right:-7px;
  top:0px;
  width: 7px;
  height: 39px;
  background-image: url("../../img/sidebar-menu-arrow-green.png");
}  
ul.page-sidebar-menu > li.active i {
  color: #fff !important;
}
.page-sidebar-fixed ul.page-sidebar-menu > li.active > a .selected {
  display: none;
}
ul.page-sidebar-menu > li.active > a{
  background: #00009a !important;
  border-top-color: transparent !important;
  color:#fff !important;
}  
ul.page-sidebar-menu > li.active > a i {
  color: #fff;
}
ul.page-sidebar-menu > li > a > .arrow:before,
ul.page-sidebar-menu > li > a > .arrow.open:before {
  color: #ccc !important;
}
ul.page-sidebar-menu > li.active > a .arrow:before, 
ul.page-sidebar-menu > li.active > a .arrow.open:before {
  color: #fff !important;
}
ul.page-sidebar-menu > li > ul.sub-menu > li:first-child > a {
  border-top: 0px !important;
}

ul.page-sidebar-menu ul.sub-menu > li > a {
  font-weight: 400 !important;
  color: #333 !important;
}
ul.page-sidebar-menu ul.sub-menu > li.active > a,
ul.page-sidebar-menu ul.sub-menu > li > a:hover {
  color: #818181 !important;
  background: #efefef !important; 
}

ul.page-sidebar-menu > li > ul.sub-menu a .arrow:before,
ul.page-sidebar-menu > li > ul.sub-menu a .arrow.open:before {
  color: #ccc !important;
}

/* sub menu links effects */
ul.page-sidebar-menu ul.sub-menu > li.active > a,
ul.page-sidebar-menu ul.sub-menu > li > a:hover,
ul.page-sidebar-menu ul.sub-menu > li.open > a {
  color: #818181 !important;
  background: #efefef !important; 
}
ul.page-sidebar-menu ul.sub-menu > li > a i {
  color: #bbb !important;
}

/* sidebar search */
.page-sidebar .sidebar-search input {
  background-color: #fbfbfb  !important;  
  color: #727272 !important;
}
.page-sidebar .sidebar-search input::-webkit-input-placeholder {
  color: #aaa !important;
}
.page-sidebar .sidebar-search input:-moz-placeholder {
  color: #aaa !important;
}
.page-sidebar .sidebar-search input:-ms-input-placeholder {
  color: #aaa !important;
}
.page-sidebar .sidebar-search .input-box {
  border-bottom: 1px solid #e2e2e2 !important;
}
.page-sidebar .sidebar-search .submit {
  background-image: url(../../img/search-icon-white.png);
}

/***
Sidebar toggler
***/
.sidebar-toggler {  
  background-image: url(../../img/sidebar-toggler-light.jpg);
  background-color: #333;
}
/* search box bg color on expanded */
.page-sidebar-closed .page-sidebar .sidebar-search.open {
  background-color: #fbfbfb !important;
}
.page-sidebar-closed .page-sidebar .sidebar-search.open .remove {  
  background-image: url("../../img/sidebar-search-close-light.png");
}
/* sub menu bg color on hover menu item */
.page-sidebar-closed ul.page-sidebar-menu > li:hover .sub-menu {
  background-color: #fbfbfb;
}
/***
Horizontal Menu(new in v1.2)
***/
/*search*/
.header .hor-menu .hor-menu-search-form-toggler.hide {
  background: #000000 url(../../img/hor-menu-search-close.png) no-repeat center;
}
.header .hor-menu .search-form {
  background: #000000;
}
.header .hor-menu .search-form .btn {
  color: #f0f8fd;
  background: #04141e url(../../img/search-icon.png) no-repeat center;
}
.header .hor-menu .search-form form input {
  color: #f0f8fd;
}
.header .hor-menu .search-form form input::-webkit-input-placeholder {
  /* WebKit browsers */

  color: #f0f8fd;
}
.header .hor-menu .search-form form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */

  color: #f0f8fd;
}
.header .hor-menu .search-form form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */

  color: #f0f8fd;
}
.header .hor-menu .search-form form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */

  color: #f0f8fd;
}
/***
Footer 
***/
.footer 
{
  background-color:#00009a !important;
}
.footer .footer-inner {
  color: #ffffff;
  background-color:#00009a !important;
}
.footer .footer-tools .go-top {
  background-color: #1985c6;
}
.footer .footer-tools .go-top:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.footer .footer-tools .go-top i {
  color: #68bbec;
}
/***
Footer Layouts (new in v1.3)
***/
/* begin:fixed footer */
.page-footer-fixed .footer {
  background-color: #0f5179;
}
.page-footer-fixed .footer .footer-inner {
  color: #68bbec;
}
.page-footer-fixed .footer .footer-tools .go-top {
  background-color: #1985c6;
}
.page-footer-fixed .footer .footer-tools .go-top i {
  color: #68bbec;
}
/* end:fixed footer */
/***
Gritter Notifications 
***/
.gritter-top {
  background: url(../../plugins/gritter/images/gritter-blue.png) no-repeat left -30px !important;
}
.gritter-bottom {
  background: url(../../plugins/gritter/images/gritter-blue.png) no-repeat left bottom !important;
}
.gritter-item {
  display: block;
  background: url(../../plugins/gritter/images/gritter-blue.png) no-repeat left -40px !important;
}
.gritter-close {
  background: url(../../plugins/gritter/images/gritter-blue.png) no-repeat left top !important;
}
.gritter-title {
  text-shadow: none !important;
  /* Not supported by IE :( */

}
/* for the light (white) version of the gritter notice */
.gritter-light .gritter-item,
.gritter-light .gritter-bottom,
.gritter-light .gritter-top,
.gritter-light .gritter-close {
  background-image: url(../../plugins/gritter/images/gritter-light.png) !important;
}
.gritter-item-wrapper a {
  color: #18a5ed;
}
.gritter-item-wrapper a:hover {
  color: #0b6694;
}
/* begin: boxed page */
@media (min-width: 980px) {
  .page-boxed {
    background-color: #125e8b !important;
  }
  .page-boxed .page-container {
    background-color: #eeeeee;
    border-left: 1px solid #1c98e1;
    border-bottom: 1px solid #1c98e1;
  }
  .page-boxed.page-sidebar-fixed .page-container {
    border-left: 0;
    border-bottom: 0;
  }
  .page-boxed.page-sidebar-fixed .page-sidebar {
    border-left: 1px solid #1c98e1;
  }
  .page-boxed.page-sidebar-fixed.page-footer-fixed .footer {
    background-color: #00009a !important;
  }
}
/* end: boxed page */
/***
Landscape phone to portrait tablet
***/
@media (max-width: 979px) {
  /***
    page sidebar
    ***/
  .page-sidebar {
    background-color: #FAFAFA !important;
  }
  ul.page-sidebar-menu > li > a {
    border-top: 1px solid #187fbd !important;
  }
  ul.page-sidebar-menu > li:last-child > a {
    border-bottom: 0 !important;
  }
  .page-sidebar .sidebar-search input {
    background-color: #105882 !important;
  }
  ul.page-sidebar-menu > li.open > a,
  ul.page-sidebar-menu > li > a:hover,
  ul.page-sidebar-menu > li:hover > a {
    background: #eeeeee;
  }
}




/******************/

/* rechte symbole*/
.header .nav > li.dropdown, 
.header .nav > li.dropdown > a {
  padding-left: 4px;    
  padding-right: 4px;
  color:#00009a !Important;
}


/*menü ganz rechts für user */
.header .nav > li.dropdown .dropdown-toggle i {
  font-size: 18px !Important;
  color:#00009a !Important;
}

.header .hor-menu ul.nav li.active .selected {

     background: #fafafa !Important;
	 color:#ffffff !important;
}
/** selektion im Menü*/
.header .hor-menu ul.nav li a:hover,
.header .hor-menu ul.nav li a:focus {
    background: #00009a !important;
    color:#efefef !important;
    /*border-color:#ffffff !important; 
	border-style:solid !important; 
	border-top:0px;*/ 
}
.header .hor-menu ul.nav li a.Untermenuepunkt:hover 
{
	color:#FFFFFF !important;
 	border-style:solid !important;
	border-color:#ffffff; 
	border-top:1px;
	border-left:0px; 
	border-right:0px; 
	border-bottom:1px; 
	
}

.header .hor-menu ul.nav li.active .selected {
    background: #000000 !important;
	color:#ffffff !important; 
}

/** hintergrund drop down */
.header .hor-menu .dropdown-menu {
   
    background: #00009a !Important;
	color:#ffffff;
}



.header .hor-menu ul.nav li.active > a,
.header .hor-menu ul.nav li.active > a:hover {
  background: #000000 !important; 
  color:#ffffff !important;	
  
}

/*schriftfarbe im drop down*/
.header .hor-menu .dropdown-menu li > a {
     color:#ffffff;

}


.header .hor-menu .dropdown-menu li > a:hover,
.header .hor-menu .dropdown-menu li:hover > a,
.header .hor-menu .dropdown-menu li.active > a {
      color: #ff0000 !important;
      background-color: #CEDDEc !important;
    /*filter:none !important;
    background: #CEDDEc !important;*/

}


.header .hor-menu .nav > li > .dropdown-menu:after,
.header .hor-menu .nav > li > .dropdown-menu:before {
    border-bottom: none !important;
     background: #CEDDEc !important;
}

.page-container{

      background: #fafafa !important;
}

.main-menue-background
{
	background:#ffffff !important ; 
	 border-bottom-style:solid !important; 
	 /*border-bottom-color:#b4c4dd;*/ 
	border-bottom-color:#00009a;
}
.container-fluid
{
	
	/*background:#fafafa;*/
}
.main-menue-haupt-menue-punkt
{
	color:#00009a !important;
	a:hover{
		color:#ffffff;
	}
}
.breadcrumb
{
	   background: #EEEEEE !important;
	   
	   
}

/*breadcrum schrift */
.page-content .breadcrumb a, .page-content .breadcrumb i, .page-content .breadcrumb span {
    color: #00009A !important;
    font-size: 14px;
    text-shadow: none;
}


/* portlet titel*/
.portlet.box.PHAGBlau > .portlet-title {
    background-color: #00009a;
}

.portlet > .portlet-body.PHAGBlau, .portlet.PHAGBlau {
  background-color: #00009a !important;
}

.portlet.box.PHAGBlau {  
   border: 1px solid #00009a;
   border-top: 0;
}

/* portlet additional news*/

.portlet.box.AdditionalNewsBlue > .portlet-title {
    background-color: #00009a;
}

.portlet > .portlet-body.AdditionalNewsBlue, .portlet.PHAGBlau {
  background-color: #00009a !important;
}

.portlet.box.AdditionalNewsBlue {  
   border: 2px solid #00009a;
   border-top: 0;
   
   max-height: 15vw;
   overflow: auto;
}

.portlet.box.AdditionalNewsRed > .portlet-title {
    background-color: #FF2954;
}

.portlet > .portlet-body.AdditionalNewsRed, .portlet.PHAGBlau {
  background-color: #00009a !important;
}

.portlet.box.AdditionalNewsRed {  
   border: 2px solid #FF2954;
   border-top: 0;
  
   max-height: 15vw;
   overflow: auto;
}

/* portlet Prescription */
.portlet.box.Prescription > .portlet-title {
    background-color: #00009a;
}

.portlet > .portlet-body.Prescription, .portlet.PHAGBlau {
  background-color: #00009a !important;
}

.portlet.box.Prescription {  
   border: 1px solid #00009a;
   border-top: 0;
}






/* linkes icon im portlet */
.portlet.box.PHAGBlau > .portlet-title > .caption > i {
    color: #ffffff;
}

/*toogle button*/
.has-switch span.switch-primary, .has-switch span.switch-left {
  background-color:#00009a !important;
  color:#FFFFFF;
}

/*normaler Button */
.btn.PHAGBlau {
  background-color:#00009a;
  color:white;
  text-shadow:none;
}

/*normaler Button */
.btn.PHAGRot {
  background-color:#AB4439;
  color:white;
  text-shadow:none;
}

/*normaler Button */
.btn.PHAGGruen {
  background-color:#44673B;
  color:white;
  text-shadow:none;
}


.btnPHAGBlauWithOutHoverEffect
{
  background-color:#00009a;
  color:white;
  text-shadow:none;
}

.btnPHAGBlauWithOutHoverEffect:hover 
{
  background-color:#00009a;
  color:white;
  text-shadow:none;
  text-decoration:none;
}

.phagBlauNormal
{
	color: #00009a !important; 
	
	
}

.phagBlauStrong
{
	color: #00009a !important; 
	font-weight: bold !important;
	
}

.phagBlauLarge
{
	color: #00009a !important; 
	font-size: large !important;
	
}

/* Tabellen */
.PHAGBlau table {
  color:#000000;
}

.PHAGBlau thead{
  background-color:#00009a;
  color:white;
  text-shadow:none;
}

/*
 * modal_dialog_header_error
 */
.modal_dialog_header_error
{
	background-color:#FF0000 !important; 
	
}


.control-label-prescription
{
    color: #00009a !important;
    font-weight: bold;
    font-size:0.8em;
}


.control-label-prescription-302
{
    color: #555555 !important;
    font-weight: bold;
    font-size:0.8em;
}


.ion-alert-error
{
    color:#FF0000;
}

.ion-darkGrey
{
	color:#666666;
}

.ion-cleanBlackFontWhiteBackground
{
    color:#000000 !important;
    background-color:#ffffff !important;
    margin:0 !important;
    border:0 !important;
    padding:0 !important;
}	


/*
 * Vertical display list aka news 
 */

/***
News Page
***/

.news-page {
  padding-bottom: 20px;
}

.news-page h1 {
  margin-bottom: 20px;
}

.news-page h2 {
  font-size: 38.5px;
  margin-bottom: 20px;
}



.news-page .top-news {
  margin-top: 0;
}

/*News Feeds*/
.news-blocks {
  padding: 10px;
  margin-bottom: 10px;
  background: #faf6ea;
  border-top: solid 2px #faf6ea;
}

.news-blocks:hover {
  background: #fff;
  border-color: #78cff8;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
}

.news-blocks h3 {
  margin: 0 0 5px 0;
  font-size: 23px;
  line-height: 32px;
}

.news-blocks h3 a {
  color: #000;
}

.news-blocks h3 a:hover {
  color: #78cff8;
  text-decoration: none;
}

.news-blocks p {
  overflow: hidden;
}

.news-blocks a.news-block-btn {
  color: #000;
  display: block;
  font-size: 14px;
  background: none;
  padding: 5px 10px 0;
  text-align: right;
  text-decoration: none;
}

.news-blocks a.news-block-btn i {
  margin-left: 3px;
}


.news-blocks a.news-block-btn:hover {
  text-decoration: none;
}

.news-blocks img.news-block-img {
  width: 70px;
  height: 70px;
  margin: 5px 10px 0 0;
}

.news-blocks .news-block-tags {
  margin-bottom: 8px;
}

.news-blocks .news-block-tags strong {
  margin-right: 10px;
  font-weight: 400;
}

.news-blocks .news-block-tags em {
  font-style: normal;
}

/*News Item Page*/
.news-item-page {
  padding: 10px 0;
}

.blog-tag-data ul {
  margin-bottom: 5px;
}

.blog-tag-data li {
  padding: 0;
}

.blog-tag-data li i {
  color: #78cff8;
}

.blog-tag-data li a {
  padding: 0;
  color: #555;
  margin-right: 8px;
}

.blog-tag-data {
  margin-bottom: 10px;
}

.blog-tag-data img {
  margin-bottom: 12px;
}

.blog-tag-data ul.blog-tags a {
  background: #eee;
  padding: 1px 4px;
  margin: 0 4px 4px 0;
  display: inline-block;
}

.blog-tag-data ul.blog-tags a:hover {
  background: #ddd;
  text-decoration: none;
}

.blog-tag-data .blog-tag-data-inner {
  text-align: right;
}


/*
 * end vertical display list aka news
 */


bedarfsplan-datatable-scroll
{
	 overflow-x: visible !important;
    overflow-y: visible;
	
}



/* Scrolling */
div.dataTables_scrollHead table {
	margin-bottom: 0 !important;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

div.dataTables_scrollHead table thead tr:last-child th:first-child,
div.dataTables_scrollHead table thead tr:last-child td:first-child {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

div.dataTables_scrollBody table {
	border-top: none;
	margin-bottom: 0 !important;
}

div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
	border-top: none;
}

div.dataTables_scrollFoot table {
	border-top: none;
}

.YScrollingDivForDatatable
{
	overflow-x: scroll; 
	
}

.BedarsPlanNotAllInputsHasData
{
	
	background-color:#FCF8E3 !important;
	
}

.BedarsPlanAllInputsHasData
{
	
	background-color:#DFF0D8 !important;
	
}


.non_selected_datum
{
    border-color:#FF0000 !important;
}

tr.border_bottom td {
  border-bottom:1pt solid #efefef;
}

tr.border_top td {
  border-top:1pt solid #efefef;
}


.FixedFontForMovedPortletButtons
{
	
	 font-family: 'Open Sans', sans-serif !important;
	 color:#FFFFFF;
}


.ResetButtonOnAjaxSelect
{
	background-color: #E5E5E5;
    border: 1px solid #E5E5E5;
    display: inline-block;
	border-radius: 0 4px 4px 0;
	cursor:pointer;
    font-size: 14px;
    font-weight: normal;
    height: 24px;
    line-height: 24px;
    min-width: 16px;
    padding: 4px 5px;
	margin-left: -1px;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
    width: auto;
	vertical-align: top;
	white-space:nowrap;
	border-radius: 0 !important;
	 direction: ltr;
	
	
}



#SupplyPlanFilterContainer
{
    background-color:#ddd;
    position: fixed;
    width: 500px;
    left: 50px;
    top: 0px;
    z-index:10040;
    display:none; 
    padding-top:5px;
    padding-bottom:5px;
    padding-left: 5px;
    padding-right: 5px;	
}


.DottedHRLine
{
	
	border-top:1px dotted #000;
	
}

.alert-neutral {
    background-color: #EEEEEE;
    border-color: #EEEEEE;
    color: #000000!important;
}

.alert-neutral h4 {
    
	color: #00009a!important;
}
}


