/* roboto-300 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local(''), url('../fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/roboto-v30-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-300italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: local(''), url('../fonts/roboto-v30-latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/roboto-v30-latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local(''), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/roboto-v30-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: local(''), url('../fonts/roboto-v30-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/roboto-v30-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-500 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local(''), url('../fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/roboto-v30-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-500italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    src: local(''), url('../fonts/roboto-v30-latin-500italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/roboto-v30-latin-500italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-700 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local(''), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/roboto-v30-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-700italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: local(''), url('../fonts/roboto-v30-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/roboto-v30-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* body styling */
body { 
  font-family:'Roboto', Arial, Helvetica, sans-serif;
  font-weight:300;
  padding: 0px !important;
  margin: 0px !important;
  font-size:15px;
  line-height:22px; 
/*  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;*/
  color: #000000; 
  background:#FFFFFF;
  background-size:100% auto;
}

label, input, button, select, textarea {
    font-family:  'Roboto', Arial, Helvetica, Sans-Serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
}

/* fix for font awesome icon classes 
[class^="icon-"], [class*=" icon-"],[class^="icon-"]:hover, [class*=" icon-"]:hover { 
  background: none !important;
  vertical-align: baseline;
}
    */
.fa {
    font-weight: var(--fa-style, 400);
}

h1.block, h2.block, h3.block, h4.block, h5.block, h6.block {
  padding-bottom: 10px;
}

a {
  text-shadow: none !important;
}
.page-title {
  font-size: 22px;
  display: block;
  font-weight: 300 !important;
  margin: 13px 0px 8px 0px;
}
.page-title small {
  font-size: 14px;
}

/* general tools */
img.center {
  text-align:center;
}
.phone-margin-top-5:before {
  display: block;
  margin-top: 5px;
}
.no-padding {
  padding: 0px !important;
}
.no-margin {
  margin: 0px !important;
}
.no-bottom-space {
  padding-bottom:0px !important;
  margin-bottom: 0px !important;
}
.no-top-space {
  padding-top:0px !important;
  margin-top: 0px !important;
}
.block-margin-bottom-5 {
  display: inline-block;
  margin-bottom: 5px;
}
.hide {
  display: none;
}
.bold {
  font-weight:700;
}

.fix-margin {
  margin-left: 0px !important
}

.border {
  border: 1px solid #ddd
}

.small {
  font-size: 11px !important;
  color: #000;
  font-weight: 700; 
}

.btn-top-space {  
  margin-top: 5px !important;
}

.italic {
  font-style: italic !important;
}

i.big {
  font-size: 20px;
}

i.warning {
  color: #d12610;
}

i.critical {
  color: #37b7f3;
}

i.normal {
  color: #52e136;
}

hr {
  border: 0;
  /*border-top: 1px solid #E0DFDF;
  border-bottom: 1px solid #FEFEFE;*/
  border:none;
}
#topmeldungen hr {border-top: 1px solid #E0DFDF !important; border-bottom: 1px solid #FEFEFE !important; margin:10px 0 !important;}

i.icon, a.icon {
  color: #999;
}

a.icon:hover {
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: .4;
}

a.icon.huge i{
  font-size: 16px !important;
}

.space5 {
  display: block;
  height: 5px !important;
  clear: both;
}

.space7 {
  height: 7px !important;
  clear: both;
}

.space10 {
  height: 10px !important;
  clear: both;
}

.space12 {
  height: 12px !important;
  clear: both;
}

.space15 {
  height: 15px !important;
  clear: both;
}

.space20 {
  height: 20px !important;
  clear: both;
}

.no-text-shadow {
  text-shadow: none !important;
}

.btn.btn-text {
  background: none;
  border: 0;
  outline: 0;
  cursor: pointer;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  padding: 0;
  margin: 0;
}

  .btn.btn-text:hover {
    background: transparent;
    text-decoration: underline;
    color: inherit;
  }

/*fix outlines on click*/
a,a:focus, a:hover, a:active {
  outline: 0;
}
#header {
	position:relative;	
	}
/*logo*/
#header .brand {
  margin-top: -1px !important;
/*  width: 102px;*/
}

/* header nav bar*/
#header.navbar {
  min-width: 0px;
  background:transparent;
}

    #header .navbar-inner .nav > li.dropdown {
        margin: 0px 5px;
    }

    .navbar-inner .nav > li.dropdown > a {
        /*  padding-left: 4px !important; 
        padding-right: 4px !important;*/
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
        #header .navbar-inner .nav > li.dropdown > a,
        #header .navbar-inner .nav > li.dropdown > button {
            padding: 7px 8px 4px 8px;
            min-width: 42px;
        }
            #header .navbar-inner .nav > li.dropdown > a > .label,
            #header .navbar-inner .nav > li.dropdown > button > .label {
                line-height: 20px;
                margin-left: 5px;
            }

#header .navbar-inner li.dropdown .dropdown-toggle i {
/*  font-size: 15px;*/
}

#header .navbar-inner li.dropdown .dropdown-toggle .label {
  position: relative;
  top:-3px;
  font-size: 11px; 
  padding-top: 0px !important; 
  padding-bottom: 0px !important;
  margin-top: 0px !important; 
  display: inline-block !important;
}

#header .navbar-inner .nav .dropdown-toggle:hover, .navbar-inner .nav .dropdown.open .dropdown-toggle {  
background-color: #e4171e !important;
  -webkit-border-radius: 4px;

     -moz-border-radius: 4px;
          border-radius: 4px;
}

#header .navbar-inner {
  top:0px;
  width: 100%;
  margin: 0px !important;
  margin-bottom: -2px !important;
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  padding: 0px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

#header.navbar-inverse .navbar-inner {
  margin:0 !important;
}

#header.navbar-inverse .divider-vertical {
  height: 40px;
}

#header .top-nav .dropdown-menu {
  margin-top: 3px;
}

#header .nav .dropdown .lang-short {
	display:inline-block; 
	font-weight:600; 
	font-size:16px; 
	line-height: 22px;
}

#header .search-query, #sidebar .search-query  {
  padding-right: 30px !important;
}

#sidebar .menu-bottom-search .search-query  {
  padding-right: 14px !important;
}

#sidebar .search-query {
	width: 100%;
	height:auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

#sidebar .input-container {
	position:relative;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background-color:transparent;
	height:100%;
}

#sidebar .menu-bottom-search {
	width:100%;
	height:100px;
	overflow:hidden;
	margin:20px 0 0 0;
}

#sidebar .menu-bottom-search button, #sidebar .menu-bottom-search .btn{
	margin-top:35px;
}

#sidebar .menu-bottom-search .input-wrap{
	max-width:100%;
	position:absolute;
	left:10px;
	right:10px;
}

/*#header .search-input-icon > i{
  display: inline-block !important;
  position: relative !important;
  top: 12px !important;
  line-height:10px;
  right: 32px !important;
  font-size: 18px;
  cursor: pointer;
}  */

/* body container */
#body {  
  margin-top: 0px;
  margin-left: 215px; 
  min-height: 800px;    
}

/* page container */
.sidebar-toggler {
  -webkit-border-radius: 4px 0px 0px 4px;
     -moz-border-radius: 4px 0px 0px 4px;
          border-radius: 4px 0px 0px 4px;
  cursor: pointer;
  display: block;
  float: right;
  margin-top: 12px;
  width: 23px;
  height: 23px;
  background-color: #e9ebec;
  background-image: -moz-linear-gradient(top, #e9ebec, #caced1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e9ebec), to(#caced1));
  background-image: -webkit-linear-gradient(top, #e9ebec, #caced1);
  background-image: -o-linear-gradient(top, #e9ebec, #caced1);
  background-image: linear-gradient(to bottom, #e9ebec, #caced1);
  background-repeat: repeat-x;
}

.sidebar-toggler:before {
   margin: 2px 2px 7px 8px;
   display: block;
   font-size: 18px;
   font-family: FontAwesome;
   height: auto;
   content: "\f104";
   font-weight: 300;
   text-shadow:none;
}

.sidebar-toggler.closed:before, 
.sidebar-closed .sidebar-toggler:before {
   margin: 2px 2px 7px 10px;
   content: "\f105";
}

.sidebar-closed > #sidebar > ul {
  display: none;
}

.sidebar-closed #body {
  margin-left: 25px;
}

.sidebar-closed #sidebar {
  margin-left: -190px;
}

/* sidebar menu */
#sidebar .navbar-search {
  border: 0px;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
}

#sidebar.closed {
  display: none;
}

#sidebar > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0; 
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
}

#sidebar > ul > li {
  display: block;
  margin: 0;
  padding: 0; 
  border: 0px;
}

#sidebar > ul > li > a {
  display: block;
  position: relative;
  margin: 0;
  padding: 10px 15px;
  -webkit-border-radius: 0px !important;
     -moz-border-radius: 0px !important;
          border-radius: 0px !important;   
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  border-top: 1px solid #FAFAFA !important;
  border-bottom: 1px solid #dddddd !important;
  color: #333333 !important;
  background:#F5F5F5;
  background-image: linear-gradient(bottom, #F1F1F1 0%, #FFFFFF 100%);
  background-image: -o-linear-gradient(bottom, #F1F1F1 0%, #FFFFFF 100%);
  background-image: -moz-linear-gradient(bottom, #F1F1F1 0%, #FFFFFF 100%);
  background-image: -webkit-linear-gradient(bottom, #F1F1F1 0%, #FFFFFF 100%);
  background-image: -ms-linear-gradient(bottom, #F1F1F1 0%, #FFFFFF 100%);
  background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #F1F1F1),
	color-stop(1, #FFFFFF)
	);
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

#sidebar > ul > li a i {
  color: #999 !important;
  font-size: 18px; 
}

#sidebar > ul > li >a:hover, #sidebar > ul > li:hover>a {
  text-shadow: 0 1px 0 rgba(0, 0, 0, .25);
  background-image: linear-gradient(bottom, #CCCCCC 0%, #EEEEEE 100%);
  background-image: -o-linear-gradient(bottom, #CCCCCC 0%, #EEEEEE 100%);
  background-image: -moz-linear-gradient(bottom, #CCCCCC 0%, #EEEEEE 100%);
  background-image: -webkit-linear-gradient(bottom, #CCCCCC 0%, #EEEEEE 100%);
  background-image: -ms-linear-gradient(bottom, #CCCCCC 0%, #EEEEEE 100%);

  background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #CCCCCC),
	color-stop(1, #EEEEEE)
);
  border-top: 1px solid #303234;
  border-bottom: 1px solid #161718;
}

#sidebar > ul > li.active > a{ 
  background: #e4171e !important;
  background-image: linear-gradient(bottom, #e4171e 0%, #057dba 100%);
  background-image: -o-linear-gradient(bottom, #e4171e 0%, #057dba 100%);
  background-image: -moz-linear-gradient(bottom, #e4171e 0%, #057dba 100%);
  background-image: -webkit-linear-gradient(bottom, #e4171e 0%, #057dba 100%);
  background-image: -ms-linear-gradient(bottom, #e4171e 0%, #057dba 100%);
  background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #e4171e),
	color-stop(1, #057dba)
);
  border-top: 1px solid #ffffff !important;
  border-bottom: 1px solid #dddddd !important;
}

#sidebar > ul > li.active {
	
}
  
#sidebar > ul > li.active > a .arrow, #sidebar > ul > li.active > ul.sub > li.active > a .arrow {
  margin-right: 1px;
}

#sidebar > ul > li.active > a .arrow.open, #sidebar > ul > li.active > ul.sub > li.active > a .arrow.open {
  margin-right: 0px;
}


#sidebar ul > li > a .arrow {
   float: right;
   margin-top: 6px;
   margin-right: 5px;
   width: 0; 
   height: 0;
   border-right: 5px solid #333333;
   border-top: 4px solid transparent;
   border-bottom: 4px solid transparent;
}

#sidebar > ul > li > a .arrow.open {
  float: right;
  margin-top: 10px;
  margin-right: 3px;
  width: 0; 
  height: 0;
  border-top: 5px solid #333333;
  border-left: 4px solid transparent; 
  border-right: 4px solid transparent; 
}

#sidebar > ul > li > ul.sub {
  display: none;
  list-style: none;
  clear: both;
  margin: 0px 0px 8px 0px;
}
#sidebar > ul > li > ul.sub > li > ul.subsub {
  display: ;
  list-style: none;
  clear: both;
  margin: 0px 0px 0px 0px;
}
#sidebar > ul > li > ul.sub > li > ul.subsub > li ul.subsubsub {
  display: ;
  list-style: none;
  clear: both;
  margin: 0px 0px 0px 0px;
}

#sidebar > ul > li.active > ul.sub, #sidebar > ul > li.active > ul.sub > li > ul.subsub > li.active {
  display: block;
}

#sidebar > ul > li > ul.sub > li, #sidebar > ul > li > ul.sub > li > ul.subsub li, #sidebar > ul > li > ul.sub > li > ul.subsub li > ul.subsubsub > li {
  background: none !important;
  padding: 0px;
}

#sidebar > ul > li > ul.sub > li > a {
  display: block;
  position: relative;
/*  margin: 2px 5px 2px 5px;*/
  padding: 4px 15px 4px 37px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  border-bottom:1px solid #DEDEDE;
  background: none !important;
  color: #333333 !important;
  text-shadow: 0 1px 1px #000;
}
#sidebar > ul > li > ul.sub > li:last-child > a {
  border-bottom:none;
  margin-bottom:0px;
}
#sidebar > ul > li > ul.sub > li > ul.subsub > li > a {
  display: block;
  position: relative;
  margin: 2px 5px 2px 5px;
  padding: 4px 5px 4px 37px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 300;
  background: none !important;
  color: #333333 !important;
  text-shadow: 0 1px 1px #000;
}

#sidebar > ul > li > ul.sub > li > ul.subsub > li > ul.subsubsub > li > a {
  display: block;
  position: relative;
  margin: 2px 5px 2px 5px;
  padding: 4px 5px 4px 50px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 300;
  background: none !important;
  color: #333333 !important;
  text-shadow: 0 1px 1px #000;
}

#sidebar > ul > li > ul.sub > li.active > a, #sidebar > ul > li > ul.sub > li > a:hover, #sidebar > ul > li > ul.sub > li >  ul.subsub > li a:hover { 
/*  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;*/
   background: #AAAAAA !important;
}

#sidebar > ul > li > ul.sub > li > a:hover, #sidebar > ul > li > ul.sub > li > ul.subsub > li > a:hover {
  background: #DDDDDD !important;
}

/* footer container */
#footer {
  padding: 20px 0px 20px 0px; 
  font-size: 13px;
  color: #555555;
  background:#EFEFEF;
  line-height:20px;
  margin:50px 0 -50px 0;
}
.footer-box {max-width:1600px; margin:0 auto;}
.footer-wrapper {padding:0 38px;}

#footer .go-top { 
  /*display: block;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  margin-top: -3px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  background-color: #111;
  opacity: 0.8;
  padding: 3px 5px 2px 6px;*/
  display: none !important;
}


.tab-content {
  padding: 0px;  
  overflow: hidden;
}

/* general form */
form legend {
  margin: 15px 0px 10px 0px !important;
}

fieldset > legend {
    font-size: 14px;
    line-height: 20px;
    margin: 12px 0px 6px 0px !important;
    border: none;
    color: #333;
}
fieldset > legend.checkbox-group {
    line-height: 16px;
    margin: 4px 0px 0px 0px !important;
}

.widget-body.form form {
  margin: 0px !important;
  padding: 0px !important;
}

.widget-body.form .control-group:last-child {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

.widget-body.form .form-actions{
  margin-left:-15px !important;
  margin-right:-15px !important;
  margin-top: 20px !important;
  margin-bottom: -15px !important;
  margin-top: 20px;
  padding-left: 195px;
   -webkit-border-radius: 0px 0px 4px 4px;
       -moz-border-radius: 0px 0px 4px 4px;
            border-radius: 0px 0px 4px 4px;
}

.widget-body .dataTables_info, .widget-body .dataTables_paginate {  
  margin-top: 5px !important;
  padding-bottom: 0px !important;
  margin-bottom: -4px !important;
}

.widget-body .table { 
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

/* custom form input error states with icons */
.input-icon input {
  padding-right: 25px !important;
}

.input-icon .input-error, .input-icon .input-warning, .input-icon .input-success {
  display: inline-block !important;
  position: relative !important;
  top: 4px;
  right: 25px !important;
  font-size: 16px;
}

.input-icon .input-error {
  color:#B94A48;
}
.input-icon .input-warning {
  color: #C09853;
}
.input-icon .input-success {
  color: #468847;
}

/* custom breadcrumb */
.breadcrumb {
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;

  box-shadow: none !important;
  padding-right: 30px;
  margin-bottom: 20px; 
  margin-top:20px;
  
  text-shadow:none !important;
  border:0px !important;
  border-bottom: 1px solid #ddd !important;
}
.breadcrumb .tooltip {
  text-shadow:none !important;
}

/* widget container */
.sortable .widget .widget-title {
  cursor: move;
}

.sortable-box-placeholder {
  background-color: #f5f5f5;
  border: 1px dashed #DDDDDD;
  display: block;
  margin-top: 0px !important;
  margin-left: 1%;
  margin-right: 0.6%;
   -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.sortable-box-placeholder * {
  visibility:hidden;
}

.widget {
  background: none repeat scroll 0 0 #F9F9F9;
  border-top: 1px solid #e0dede;
  border-left: 1px solid #e0dede;
  border-right: 1px solid #e0dede;
  clear: both;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.widget-title {
  background-color: #EFEFEF;
  background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#FDFDFD), to(#EAEAEA));
  background-image: -webkit-linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
  background-image: -moz-linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
  background-image: -ms-linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
  background-image: -o-linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
  background-image: -linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#eaeaea',GradientType=0 );
  border-bottom: 1px solid #e0dede;
  height: 36px; 

  -webkit-border-radius: 3px 3px 0px 0px;
     -moz-border-radius: 3px 3px 0px 0px;
          border-radius: 3px 3px 0px 0px;
}

.widget-title > h4 {
  color: #444;
  float: left;
  font-size: 13px;
  font-weight: 700;
  padding: 12px 11px 10px 15px;
  line-height: 12px;
  margin: 0;
}

.widget-title > h4 i {
  font-size: 14px;
  margin-right: 2px;
}

.widget-title span.tools {
  padding: 3px 5px 2px;
  float: right;
  margin: 6px 0px 0 0;
}

.widget-title span.tools > a {
  display: inline-block;
  margin-right: 5px;
  color: #555;
  font-size: 14px;
}
.widget-title span.tools > a:hover {
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: .6;
}

.widget-title .btn-group {
  margin-right:5px;
  margin-top: -2px; 
}

.widget-title .btn-group .caret {
  margin-top: 8px;
  margin-left: 3px; 
}

.widget-body {
  padding: 15px 15px;
  border-bottom: 1px solid #CDCDCD;
  -webkit-border-radius: 0px 0px 3px 3px;
     -moz-border-radius: 0px 0px 3px 3px;
          border-radius: 0px 0px 3px 3px;
}


/* general list for item with picture */
ul.item-list li .pic {
  height: 50px;
  width: 50px;
  float: left;
  margin-top: 3px;
  margin-right: 5px;
  -webkit-border-radius: 2px !important;
     -moz-border-radius: 2px !important;
          border-radius: 2px !important;
}
ul.item-list {
  margin: 0px;
  list-style: none;
}
ul.item-list li {
  padding: 7px 0 5px 0px;
  list-style: none;
  border-top: 1px solid white;
  border-bottom: 1px solid #EBEBEB;
  font-size: 12px;
}
ul.item-list li:first-child {
  border-top: none;
  border-bottom: 1px solid #EBEBEB;
}
ul.item-list li:last-child {
  border-top: none;
  border-bottom: none;
}
ul.item-list li .label {
  margin-right: 5px;
}

/* general purpose block with css3 gradient background */
.block {
  background-color: #F6F6F6;
  background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#F9F9F9), to(#EDEDED));
  background-image: -webkit-linear-gradient(top, #F9F9F9 0%, #EDEDED 100%);
  background-image: -moz-linear-gradient(top, #F9F9F9 0%, #EDEDED 100%);
  background-image: -ms-linear-gradient(top, #F9F9F9 0%, #EDEDED 100%);
  background-image: -o-linear-gradient(top, #F9F9F9 0%, #EDEDED 100%);
  background-image: linear-gradient(top, #F9F9F9 0%, #EDEDED 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffF9F9F9', endColorstr='#ffEDEDED', GradientType=0);

  border: 1px solid #D5D5D5;
  box-shadow: 0 1px 0 0 white inset, 0 1px 0 rgba(255, 255, 255, 0.4);

 -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  
  line-height: 18px;
  margin: 0 0 20px 0;
  padding: 10px;
}


/* custom label and badges */
.label {  
  -webkit-border-radius: 2px 
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
  text-shadow: none !important;
}

.label-success, .badge-success {
  border-color: #5AAD34;
  background-color: #5fd02c;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #97e076), color-stop(100%, #5fd02c));
  background-image: -webkit-linear-gradient(top, #97e076, #5fd02c);
  background-image: -moz-linear-gradient(top, #97e076, #5fd02c);
  background-image: -ms-linear-gradient(top, #97e076, #5fd02c);
  background-image: -o-linear-gradient(top, #97e076, #5fd02c);
  background-image: linear-gradient(top, #97e076, #5fd02c);
}

.label-warning, .badge-warning {
  border-color: #F4A506;
  background-color: #fcb322;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffde9d), color-stop(100%, #fcb322));
  background-image: -webkit-linear-gradient(top, #ffde9d, #fcb322);
  background-image: -moz-linear-gradient(top, #ffde9d, #fcb322);
  background-image: -ms-linear-gradient(top, #ffde9d, #fcb322);
  background-image: -o-linear-gradient(top, #ffde9d, #fcb322);
  background-image: linear-gradient(top, #ffde9d, #fcb322);
}

.label-important, .badge-important {
  border-color: #FA5833;
  background-color: #ed4e2a;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbb2a1), color-stop(100%, #ed4e2a));
  background-image: -webkit-linear-gradient(top, #fbb2a1, #ed4e2a);
  background-image: -moz-linear-gradient(top, #fbb2a1, #ed4e2a);
  background-image: -ms-linear-gradient(top, #fbb2a1, #ed4e2a);
  background-image: -o-linear-gradient(top, #fbb2a1, #ed4e2a);
  background-image: linear-gradient(top, #fbb2a1, #ed4e2a);
}

.label-info, .badge-info {
  border-color: #2FABE9;
  background-color: #57b5e3;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #aedbf2), color-stop(100%, #57b5e3));
  background-image: -webkit-linear-gradient(top, #aedbf2, #57b5e3);
  background-image: -moz-linear-gradient(top, #aedbf2, #57b5e3);
  background-image: -ms-linear-gradient(top, #aedbf2, #57b5e3);
  background-image: -o-linear-gradient(top, #aedbf2, #57b5e3);
  background-image: linear-gradient(top, #aedbf2, #57b5e3);
}

.label-mini {
  font-size: 11px;
}

/* icon buttons */
.icon-btn {
    height: 70px;
    width: 50px;
    margin: 10px 0px 10px 0px;
    border: 1px solid #ddd;
    padding: 16px 0px 0px 0px;
    font-size: 10px;
    background-color: #fafafa !important;
    background-image: -moz-linear-gradient(top, #fafafa, #efefef) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#efefef)) !important;
    background-image: -webkit-linear-gradient(top, #fafafa, #efefef) !important;
    background-image: -o-linear-gradient(top, #fafafa, #efefef) !important;
    background-image: linear-gradient(to bottom, #fafafa, #efefef) !important;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffefefef', GradientType=0) !important;
    -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, .8) !important;
     -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, .8) !important;
      box-shadow: 0 1px 0px rgba(255, 255, 255, .8) !important;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
  display:block !important;
  color: #646464 !important;
  text-shadow: 0 1px 0px rgba(255, 255, 255, .6) !important;
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
} 

.icon-btn:hover {
  text-decoration: none !important;
  border-color: #999 !important;
  color: #444 !important;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 1) !important;
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, .55) !important;
  -moz-box-shadow: 0px 0px 3px rgba(0,0,0,.55) !important;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, .55) !important;
}

.icon-btn:hover .badge {
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.7) !important;
       -moz-box-shadow: 0px 0px 4px rgba(0,0,0,.7) !important;
            box-shadow: 0px 0px 4px rgba(0,0,0,.7) !important;
}

.icon-btn i {
  font-size: 20px;
  color: #777 !important;
}

.icon-btn div {
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 10px !important;
}

.icon-btn .badge {
  position: absolute;
  font-size: 10px !important;
  top: -5px;
  right: -5px;
  height: 12px;
  padding: 0px 5px 4px 5px;
  color: white !important;
  text-shadow: 0 1px rgba(0, 0, 0, 0.55);
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), inset 0 1px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), inset 0 1px rgba(255, 255, 255, 0.3);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), inset 0 1px rgba(255, 255, 255, 0.3);
}

/* custom dropdown */
.dropdown-menu {   
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  padding: 0px 0;
  margin: 2px 0 0;
  list-style: none;
  text-shadow: none;
    background-color: #fcfcfc;
    border: 4px solid rgba(0, 2, 1, 0.2);
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 2, 1, 0.4);
       -moz-box-shadow: 0 5px 10px rgba(0, 2, 1, 0.4);
            box-shadow: 0 5px 10px rgba(0, 2, 1, 0.4);
    -webkit-background-clip: padding-box;
       -moz-background-clipp: padding;
            background-clip: padding-box;
  padding: 0px 0;
  margin:0px;
  list-style: none;
  text-shadow: none;
}

.dropdown-menu.opens-left {
  1margin-top: 2px;
  margin-left: -88px;
}

.dropdown-menu.extended {
  top:40px;  
  min-width: 160px !important;
  max-width: 300px !important;
  width: 233px !important;
}

.dropdown-menu.extended li a{
  display: block;
  padding: 5px 10px !important;
  clear: both;
  font-weight: 300;
  line-height: 20px;
  white-space: normal !important;
}

.dropdown-menu.extended .arrow{
  top:-14px;
  left: 10px;
  position: absolute;
  margin-top: 6px;
  margin-right: 12px;
  width: 0; 
  height: 0;
  border-bottom: 8px solid #f3f3f3;
  border-left: 8px solid transparent; 
  border-right: 8px solid transparent;   
}

.dropdown-menu.extended li i{
  margin-right: 3px;
}

.dropdown-menu.extended li a{
   padding: 10px !important;
   background-color: #fafafa !important;
}

.dropdown-menu.extended li p{
  padding: 10px;
  background-color: #eee;
  margin: 0px;
  color: #666;
}

.dropdown-menu.extended li a{
  list-style: none;
}
.dropdown-menu.extended li:first-child a {
  border-top: none;
  border-bottom: 1px solid #EBEBEB !important;
}
.dropdown-menu.extended li:last-child a {
  border-top: 1px solid white;
  border-bottom: 1px solid #EBEBEB;
}

.dropdown-menu.inbox li a .photo img {
  float: left;
  height: 40px;
  width: 40px;
  margin-right: 4px;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
}

.dropdown-menu.inbox li a .subject {
  display: block;
}

.dropdown-menu.inbox li a .subject .from {
  font-size: 12px;
  font-weight: 700;
}

.dropdown-menu.inbox li a .subject .time {
  font-size: 11px;
  font-weight: 700;
  font-style: italic;
  position: absolute;
  right: 5px;
}

.dropdown-menu.inbox li a .message {
  display: block !important;
  font-size: 11px;
}


/* adjust uniform components */
.radio, .checkbox {
  padding-left: 0px !important;
}

.radio input[type="radio"], .checkbox input[type="checkbox"] {
    margin-left: 0px;
}

.controls > .radio,
.controls > .checkbox {
  display: inline-block;
  padding: 0 !important;
  margin: 0 !important;
  margin-top: 0px !important;
  margin-right: 15px !important;
}

.controls > .radio.line,
.controls > .checkbox.line {
  display: block;
  padding: 0 !important;
  margin: 0 !important;
  margin-top: 5px !important;
}

.controls .text {
  display: block;
  margin-top: 5px;
}

.checkbox  div.checker {
  margin-right: 2px !important;
}

.uploader {
  margin-top: 2px !important;
}

/* item block with details shown on hover */
.item {
  overflow: hidden;
  display: block;
}

.item .details {
  width: 100%;
  display: none;
  background-color: #000;
  color: #fff !important;
  padding: 5px;
  text-align: center;
  position: relative;
  bottom:30px; 
  margin-bottom:-30px; 
  overflow: hidden; 
  z-index: 6;
}
.item:hover .details {
  display: block;
  opacity: 0.7;
  filter: alpha(opacity = 70);
}

.item a:hover .zoom-icon{
  opacity:0.5;  
  filter: alpha(opacity = 50);
}

/* zoom icon overlay on images */
.zoom {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: relative;   
  z-index: 5;
}

.zoom .zoom-icon {
  background-image:url("../img/overlay-icon.png");
  background-color: #222;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  width: inherit;
  height: inherit;
  opacity: 0; 
  filter: alpha(opacity = 0);
  z-index: 6;  
  top:0;  
}

/* logo page */
#logo {
  width: 247px;
  margin: 0 auto;   
  margin-top:30px;
  padding: 15px;
  text-align: center;
}  

#login {

  /*background-image:url("../img/body-bg.png"); */
  width: 247px;
  margin: 0 auto; 
  padding: 20px;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
  /*background:#d9d4ca;*/
  background:#EFEFEF !important;
  color:#000000;
}

#login .form-actions {
  padding: 20px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 0px; 
    -webkit-border-radius: 0px 0px 4px 4px;
       -moz-border-radius: 0px 0px 4px 4px;
            border-radius: 0px 0px 4px 4px;
  margin-bottom: -37px;   
}

#login i {
  color: #999 !important;
}

#login p {
  margin-top: 10px;
  margin-bottom:10px;
  padding: 0px;
}

#login #forget-password {
 font-size: 11px;
 float:left;
}

#login-copyright {
  text-align: center;
  width: 250px;
  margin: 0 auto; 
  padding: 10px 10px 0 10px;
  color: #999;
  font-size: 11px;
}


/*scroller padding*/
.scroller {
  padding-right: 10px;
}


/* google maps */
.gmaps {
  height: 300px;
  width: 100%;
}

/* important!  bootstrap sets max-width on img to 100% which conflicts with google map canvas*/
.gmaps img {
  max-width: none; 
}

#gmap_static div{
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  height:100%;
  display:block;
  height: 300px;
}

#gmap_routes_instructions {
  margin-top: 10px;
  margin-bottom: 0px;
}

/* advance tables*/
.table-advance {
  margin-bottom: 10px !important;
}

.table-advance thead { 
  color: #999; 
}

.table-advance thead tr th{
  background-color: #DDD;  
  color: #000;
}

.table-advance div.success, .table-advance div.info, 
.table-advance div.important, .table-advance div.warning, .table-advance div.danger {
  position: absolute;
  margin-top:-5px;
  float: left;
  width: 2px;
  height: 30px;
  margin-right: 20px !important;
}

.table-advance tr td {
  border-left-width: 0px; 
}
.table-advance tr td:first-child {
  border-left-width: 1px !important; 
}

.table-advance tr td.highlight:first-child a {
  margin-left: 15px;
}

.table-advance td.highlight div.success {  
  border-left: 4px solid #66ee66;
}

.table-advance td.highlight div.info {  
  border-left: 4px solid #87ceeb;
}

.table-advance td.highlight div.important {  
  border-left: 4px solid #f02c71;
}

.table-advance td.highlight div.warning {  
  border-left: 4px solid #fdbb39;
}

.table-advance td.highlight div.danger {  
  border-left: 4px solid #e23e29;
}


/* custom tabs */

.tabbable-custom { 
  -webkit-border-radius: 0; 
     -moz-border-radius: 0; 
          border-radius: 0; 
   margin-bottom: 15px;       
}

.widget .row-fluid:last-child .tabbable-custom {
  margin-bottom: 0px;
}

.tabbable-custom > .nav-tabs { 
  border: none; 
  margin: 0px;
}

.tabbable-custom > .tab-content { 
   background-color: #fff;
   border: 1px solid #ddd;
   -webkit-border-radius: 0; 
   -moz-border-radius: 0; 
   border-radius: 0; 
   padding: 10px;
}

.tabbable-custom .nav-tabs > li { 
  margin-right: 2px; 
  border-top: 2px solid transparent; 
}

.tabbable-custom .nav-tabs > li > a { 
  -webkit-border-radius: 0px; 
  -moz-border-radius: 0px;
   border-radius: 0px; 
   margin-right: 0; 
   padding: 8px 15px; 
   font-size:16px;
 }

.tabbable-custom .nav-tabs > li > a:hover/*,
    .tabbable-custom .nav-tabs > li > a:focus*/ {
        background: none;
        border-color: transparent;
        text-decoration: underline;
    }

.tabbable-custom .nav-tabs > li.active { 
  border-top: 3px solid #e4171e;
  margin-top: 0; 
  position: relative; 
}

.tabbable-custom .nav-tabs > li.active > a  { 
  border: none; 
  font-weight: 700; 
}

.tabbable-custom .nav-tabs > li.active > a:hover { 
  background: #fff; 
  border-color: #d4d4d4 #d4d4d4 transparent; 
}

.tabbable-custom .nav-tabs > li { 
  margin-right: 2px; 
  border-top: 2px solid transparent; 
}

.tabs-below.tabbable-custom .nav-tabs > li { 
  border-top: none; 
  border-bottom: 2px solid transparent; 
  margin-top: -1px; 
}

.tabs-below.tabbable-custom .nav-tabs > li.active { 
    border-top: none; 
    border-bottom: 3px solid #d12610; 
    margin-bottom: 0; position: relative; 
}

.tabs-below.tabbable-custom .nav-tabs > li.active > a { 
  border-bottom: none 
}

.tabs-below.tabbable-custom .nav-tabs > li.active > a:hover { 
  background: #fff; 
  border-color: #d4d4d4 #d4d4d4 transparent; 
}
    
.tabs-left.tabbable-custom .nav-tabs > li { 
  margin-right: 0; border-left: 2px solid transparent; margin-top: none; 
}

.tabs-left.tabbable-custom .nav-tabs > li.active { 
  border-top: none; 
  border-left: 3px solid #d12610; 
  margin-top: 0; margin-right: -1px; position: relative; 
}

.tabs-left.tabbable-custom .nav-tabs > li.active > a { 
  border-top: 1px solid #d4d4d4; 
  border-left: 1px solid transparent; 
}

.tabs-left.tabbable-custom .nav-tabs > li.active > a:hover { 
  background: #fff; 
  border-color: #d4d4d4 transparent #d4d4d4 transparent; 
}
    
.tabs-right.tabbable-custom .nav-tabs > li { 
  margin-right: 0; 
  border-right: 2px solid transparent; 
  border-top: none; }

.tabs-right.tabbable-custom .nav-tabs > li.active { 
  border-top: none; 
  border-right: 3px solid #d12610; 
  margin-top: 0; 
  margin-left: -1px; 
  position: relative; 
}

.tabs-right.tabbable-custom .nav-tabs > li.active > a { 
  border-top: 1px solid #d4d4d4; 
  border-right: 1px solid transparent; 
}

.tabs-right.tabbable-custom .nav-tabs > li.active > a:hover { 
  background: #fff; 
  border-color: #d4d4d4 transparent #d4d4d4; 
}

.tabs-right.tabbable-custom .nav-tabs > li a, 
.tabs-left.tabbable-custom .nav-tabs > li a { 
  padding: 8px 10px 
}

/* portlet tabs */

.widget-tabs .nav-tabs {
    position: relative;
    margin-top: -52px;
}

.widget-tabs .nav-tabs > li {
    float: right;
    border-top: 3px solid transparent;
}

.widget-tabs .nav-tabs {
    border-bottom: none;
    margin-right: 5px;
}

.widget-tabs .nav-tabs > li > a {
  padding-top: 9px;
  padding-bottom: 10px;
  line-height: 16px;
  margin-left: 0px;
  margin-right: 0px;
  border-left: 0;    
  border-right: 0;
     -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
             border-radius: 0px;   
}

.widget-tabs .nav-tabs > li:last-child > a {
  border-right:0;
}

.widget-tabs .nav-tabs > .active {
  border-top: 3px solid #d12610;
}

.widget-tabs .nav-tabs > li {
  margin-left: 1px;
}

.widget-tabs .nav-tabs > li > a:hover {   
  margin-bottom: 0px;
  border-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  border-left: 0;    
  border-right: 0;
  background-color: none !important;
  border-top-color:transparent;
  background-color: #f9f9f9;
}  

.widget-tabs .nav-tabs > .active > a  {
  color: #555555;
  cursor: default;
  background-color: #f9f9f9;
}

.widget-tabs .nav-tabs > .active > a:hover {
  background-color: #f9f9f9 !important;
}

.widget-tabs .widget-body.form {
  padding: 0px;
}

.widget-tabs .widget-body.form .tab-pane {
  padding: 15px;
  padding-top: 0px;
}

.widget-tabs .widget-body.form .nav-tabs {
  margin-top: -37px;
}


/***
Input icons
***/
/* input with right aligned and colored icons */
.input-icon input {
  padding-right: 25px !important;
}

.input-icon .input-info,
.input-icon .input-error, 
.input-icon .input-warning, 
.input-icon .input-success {
  display: inline-block !important;
  position: relative !important;
  top: 3px;
  right: 25px !important;
  font-size: 16px;
}

.input-icon .input-info {
  color:#27a9e3;
}
.input-icon .input-error {
  color:#B94A48;
}
.input-icon .input-warning {
  color: #C09853;
}
.input-icon .input-success {
  color: #468847;
}

/* input with left aligned icons */
.input-icon.left i {
  color: #ccc;
  display: block !important;
  position: absolute !important;
  z-index: 1;
  margin: 6px 2px 4px 10px; 
  width: 16px;
  height: 16px;
  border1: 1px solid #ddd;
  font-size: 16px;
  text-align: center;
}

.input-icon.left input {
  padding-left: 33px !important;
}

/***
Modify tags input plugin css
***/
div.tagsinput {
  height: 40px !important;
  margin: 0 !important;
  padding: 5px !important;
  overflow: auto !important;
}

div.tagsinput span.tag {
  background: #aaa !important;
  color: #fff !important;
  border: 0 !important;
  padding: 3px 6px !important;
  margin-bottom: 4px !important;

}

div.tagsinput input {
  padding: 3px 6px !important; 
}

div.tagsinput span.tag a {
  color: #fff !important;
}

div.tagsinput .not_valid {
  color: #fff !important;
  padding: 3px 6px !important;
  background-color: #e02222 !important;
}

/***
Fileuploader plugin css changes
***/
.fileupload .close {
  position: relative;
  top:4px !important;
}



/***
Date tables plugin changes
***/
.dataTable {  
  clear: both;
  margin-top: 5px;
}

.dataTables_filter label {
  line-height: 32px !important;
}

.dataTables_paginate,
.dataTables_filter {
  float: right;
}

/* Isotope js fix */
.isotope, .isotope .isotope-item {
	-webkit-transition-property: -webkit-transform;
    transition-property: -ms-transform;
    transition-property: transform;
}
/*ITPM*/
.div-error label, .div-error input, .div-error span, .div-error a, .div-error h4 { color: #B94A48 !important; }
.div-error input, .div-error select { border-color: #B94A48 !important; }
/*ITPM*/


/*EVENT*/
/* EINLADUNG CSS */
#body.eventeinladung #sidebar {}

.eventeinladung .rueckfrage h3 {margin-bottom:5px !important;}
.eventeinladung #Content_div_contactpersons hr {border-bottom:1px solid #DDDDDD !important;}
.eventeinladung #Content_div_contactpersons h3:nth-of-type(2),
.eventeinladung #Content_div_contactpersons h3:nth-of-type(4),
.eventeinladung #Content_div_contactpersons h3:nth-of-type(5),
.eventeinladung #Content_div_contactpersons h3:nth-of-type(6),
.eventeinladung #Content_div_contactpersons hr:nth-of-type(1) {display:none !important;}
.eventeinladung hr {height: 30px; margin:0px;}

.invitation {/*background:url(../img/bg_einladung.jpg) repeat-y;*/ background:#F1F1F1; padding:35px 25px 30px 25px; text-align:center; margin-bottom:20px; font-size:16px; line-height:22px;}
.invitation .header {border-top:1px solid #AAAAAA; border-bottom:1px solid #AAAAAA; margin:0 0 20px 0;}
.invitation .header_text {font-size:46px; line-height:50px;padding:0px 0 25px 0; margin:0 0 20px 0;  -ms-hyphens: auto; -webkit-hyphens: auto; hyphens: auto;}
.invitation .subline1 {font-size:18px; padding: 0px; margin: 0 0 15px 0 !important;}
.invitation .name {font-size:24px; font-weight:700; line-height:30px;}
.invitation .subline2 {font-size:18px; margin:20px 0 0 0;}
.invitation .art-subtitel {
    font-size: 18px;
    line-height: 18px;
    margin: 0px 0 20px 0;
    color: #000000;
    font-weight: 300;
}
.invitation .art-titel {font-weight:500; font-size:38px; line-height:46px; margin:5px 0 20px 0;}
.invitation .date {font-size:18px; font-style:300; color:#000000; float:none;}
.invitation .venue {font-weight:700; font-size:18px; margin:5px 0 0 0;}
.invitation .address {font-size:18px; margin:5px 0 0 0;}
.invitation .language1 {text-align:left; margin:25px 0 20px 0; padding:15px 0 10px 0;}
.invitation .language2 {text-align:left; margin:25px 0 10px 0; padding:15px 0 10px 0;}
.invitation .language1 ul li, .invitation .language2 ul li {margin-bottom:5px; line-height:22px;}
.invitation ul.anmeldung {text-align:left; list-style-type:none; background:#DDDDDD; /*background:#016FA7; color:#FFFFFF;*/ padding:20px; margin:30px 0 20px 0; -webkit-border-radius: 5px; border-radius: 5px;}
.invitation ul.anmeldung li {line-height:26px; padding:8px 0; border-bottom:1px solid #BBBBBB;}
.invitation ul.anmeldung li:last-child {border-bottom:0px;}
.invitation .subevent {margin-bottom:30px;}
.invitation .subevent .span4 {margin-left:0px;}
.invitation .subevent_headline {text-align:left; font-weight:700; margin-bottom:5px;}
.invitation .subevent_text {text-align:left;}
.invitation .commentary {text-align:left; margin:0 0 10px 0;}
.invitation .buchung {font-size:36px; text-transform: uppercase; padding:10px 0 20px 0;}
.invitation .signin-date {margin:20px 0 0 0; padding:10px 0 0 0;}
.invitation .diepresse-abo {font-family: 'Merriweather', serif; color:#005993; font-size:16px; line-height:22px; font-weight:300; padding:30px 0 0 0; text-align:left;}
.invitation .signin-date-exceeded {
    margin: 20px 0 0 0;
    padding: 10px 0 0 0;
    text-align: center;
    color: #ed4e2a;
    font-weight: 700;
}
.invitation .diepresse-abo .titel {font-size:24px; line-height:30px; font-weight:900;}
.invitation .diepresse-abo .text strong {font-weight:900;}
.invitation .diepresse-abo .text a {text-decoration: underline; color:#005993;}
.invitation .print {margin:10px 0 10px 0; padding:10px 0 0 0;}
.invitation .bestaetigung {padding-bottom:20px; font-size:18px; line-height:22px; font-weight:700;}
.invitation .expired {color:#e3040f; margin-bottom:20px; font-size:16px;}
.invitation .bilder-box {padding-top:10px; margin-top:50px; border-top:1px solid #CCCCCC; text-align:left;}
.invitation .anmeldung-box {
        margin-top: 40px;
    }
.invitation .bilder-box ul.bilder {list-style-type:none; margin:0px;}
.invitation .bilder-box ul.bilder li {width:33%; margin:0 0 5px 0; padding:0px; display:inline-block;}
    .invitation .radio span label {
        display:inline;
        margin-left:5px;
		font-size:16px;
    }
    .invitation .radio {
       line-height:0px;
    }
.print #body {margin-top:60px;}
.print .widget-body-transparent {
    border-bottom: 0 none;
    border-radius: 0;
    padding: 5px 5px 5px 0px;
}
.print .widget-transparent {
    border-width: 0px !important;
}
.print .widget {background:none; border:none !important;}
.print .invitation {padding:0px;}
.print .span5 {width:30%;}
.print .span7 {width:60%;}
.print .span12 {margin-left:0px;}
.print .signin-date {border-top:0px;}

body.eventeinladung .suche-user-container.full-width {display:none;}

/* COOKIE INFO BANNER */
#cookie-info {
    width: 720px;
    margin-left: -360px;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
    top: 30px;
}

@media (max-width: 767px) {
    #cookie-info {
        width: calc(100% - 40px);
        max-height: calc(100vh - 100px);
        margin-left: 0px;
        top: 20px;
    }
}

.cookie-info__body {
    max-height: none;
}

.cookie-info__body a,
.cookie-info__body a:hover {
    color: #37e;
    text-decoration: underline;
}

.cookie-info__text {
    overflow: hidden;
}
    .cookie-info__text h4 {
        font-size: 16px;
        font-weight: bold;
        background: transparent;
        padding: 0;
        border: none;
    }

.cookie-info__options {
    margin: 0.75em 0 0 0;
}

.cookie-info__option {
    border-radius: 0px;
    border: 0px;
    border: 1px solid #ccc;
    border-bottom: none;
    margin: 0px;
}
.cookie-info__option:last-child {
    border-bottom: 1px solid #ccc;
}

    .cookie-info__option .cookie-info__option--head {
        font-size: 15px;
        font-weight: normal;
        margin-bottom: 0px;
    }

        .cookie-info__option .cookie-info__option--head i {
            font-size: 14px !important;
            font-weight: normal;
            line-height: inherit;
            margin-right: 8px;
        }

    .cookie-info__option a.accordion-toggle,
    .cookie-info__option a.accordion-toggle:hover {
        display: inline-block;
        max-width: calc(100% - 60px);
        padding: 8px 5px;
        color: #000;
        text-decoration: none;
    }
    .cookie-info__option a.accordion-toggle:not(.collapsed) i.fa-plus {
        display: none;
    }
    .cookie-info__option .accordion-toggle:not(.collapsed) i.fa-minus {
        display: inline;
    }
    .cookie-info__option .accordion-toggle.collapsed i.fa-plus {
        display: inline;
    }
    .cookie-info__option .accordion-toggle.collapsed i.fa-minus {
        display: none;
    }

    .cookie-info__option .cookie-info__switch {
        float: right;
        padding: 0px 5px;
        position: relative;
    }
        .cookie-info__option .cookie-info__switch input {
            display: none;
        }
        .cookie-info__option .cookie-info__switch .cookie-info__switch--base {
            display: inline-block;
            width: 42px;
            height: 24px;
            background-color: #eee;
            border: 1px solid #ccc;
            border-radius: 12px;
            position: absolute;
            top: 6px;
            right: 10px;
        }
        .cookie-info__option .cookie-info__switch .cookie-info__switch--knob {
            display: inline-block;
            width: 20px;
            height: 20px;
            background-color: #aaa;
            border: 1px solid #aaa;
            border-radius: 10px;
            position: absolute;
            left: 2px;
            top: 1px;
            transition: left 0.3s ease-in 0s;
        }
        .cookie-info__option .cookie-info__switch.switch-on .cookie-info__switch--base {
            border: 1px solid #37e;
        }
        .cookie-info__option .cookie-info__switch.switch-on .cookie-info__switch--knob {
            background-color: #37e;
            left: 18px;
        }
        .cookie-info__option .cookie-info__switch a.cookie-info__switch--base {
            cursor: pointer;
        }
            .cookie-info__option .cookie-info__switch a.cookie-info__switch--base:hover .cookie-info__switch--knob {
                border: 1px solid #333;
            }

.cookie-info__body .accordion-inner {
    border-top: none;
    padding-top: 0;
}


.cookie-info__body .cookie-info__option--details .vendor {
    padding: 0px

    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: left;
    border: 1px solid #ddd;
    margin-top: 8px;
    background-color: rgba(0,0,0,0.035);
}

.cookie-info__body .cookie-info__option--details p {
    padding: 6px;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    text-align: left;
    margin-bottom: 0;
}

.cookie-info__body .cookie-info__option--details table {
    font-size: 11px;
    line-height: 12px;
    width: 100%;
    margin-top: 4px;
}

    .cookie-info__body .cookie-info__option--details table th {
        padding: 6px;
        font-weight: normal;
        font-style: italic;
        text-align: left;
        border-bottom: 1px solid #ccc;
    }
    .cookie-info__body .cookie-info__option--details table td {
        padding: 4px;
    }

@media (max-width: 550px) {
    .cookie-info__body .cookie-info__option--details table th {
        padding: 4px;
        display: block;
    }
    .cookie-info__boy .cookie-info__option--details table td {

        padding: 4px;
        display: block;
    }

    .cookie-info__body .cookie-info__option--details table tr td:first-child {
        font-weight: bold;
    }
    .cookie-info__body .cookie-info__option--details table tr th:not(:first-child) {
        display: none;
    }
}

#cookie-info .modal-footer {
    padding: 8px 15px;
    display: flex;
    flex-direction: column;
}

.cookie-info__buttons {
    display: flex;
    flex-direction: row;
}

    .cookie-info__buttons > .btn {
        margin: 0 .5em;
    }

        .cookie-info__buttons > .btn:first-child {
            margin-left: 0;
        }

.cookie-info__links {
    margin-top: 12px;
    text-align: left;
    display: flex;
    flex-direction: row;
}

    .cookie-info__links > a:not(:last-child):after {
        content: "|";
        margin: 0 0.5em;
    }


@media (max-width: 600px) {
    .cookie-info__buttons {
        flex-direction: column;
    }

        .cookie-info__buttons > .btn {
            margin: 0.25em 0 !important;
        }
}

@media (max-width: 400px) {
    .cookie-info__links {
        text-align: center;
        flex-direction: column;
    }

        .cookie-info__links > a:not(:last-child):after {
            content: none;
            margin: 0;
        }
}




/* consent dependent */
.consent-dependent {
    color: #666;
    font-size: 12px;
    margin: 1em 0;
    z-index: 2;
}
.consent-dependent.consent-grantable .consent-on-unavailable {
    display: none;
}
    .consent-dependent.consent-grantable.consent-granted .consent-on-granted {
        display: block;
        font-style: italic;
        background: #efefef;
        padding: 10px;
        line-height: 18px;
    }
.consent-dependent.consent-grantable.consent-granted .consent-on-rejected {
    display: none;
}
.consent-dependent.consent-grantable:not(.consent-granted) .consent-on-granted {
    display: none;
}
.consent-dependent.consent-grantable:not(.consent-granted) .consent-on-rejected {
    display: block;
}
.consent-dependent:not(.consent-grantable) .consent-on-unavailable {
    display: block;
}
.consent-dependent:not(.consent-grantable) .consent-on-granted,
.consent-dependent:not(.consent-grantable) .consent-on-rejected {
    display: none;
}

.external-iframe-wrapper {
    font-weight: 400 !important;
}

.external-iframe-wrapper.external-has-datasrc {
    position: relative;
    box-shadow: inset #ccc 0px 0px 2px 1px;
    padding: 30px 0;
}
    .external-iframe-wrapper.external-has-datasrc > iframe {
        border: none;
        position: relative !important;
    }
    .external-iframe-wrapper.external-has-datasrc .consent-external {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
    }

.gmaps {
    position: relative;
}
    .gmaps .consent-gmaps {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
    }



/* JM */
.checkbox-behind {
    margin-top: -16px;
    margin-left: 24px;
}


.remaining-images-container {
    width: 100%;
}

.remaining-images-container .remaining-images-item {
    width: 47%;
    display: inline-block;
    margin-bottom: 10px;
}
.remaining-images-container .remaining-images-item:nth-child(even) {
    margin-left: 3%;
}


/* icon for Menue in right bar */
.widget-list-right .menue-logo {
    margin-bottom: 50px;
    margin-top: 0px !important;
}
.login-email {
    display: none !important;
}

/* overwrite fancybox-nav to avoid prev/next-areas covering header and footer of fancyobx images */
.fancybox-nav {
    top: 35px !important;
    height: calc(100% - 85px) !important;
}


/* mediadescription for Tab 3, 4, 5 in News_Detail.aspx */
.media-contentdesc {
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    margin: 6px 0px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    background: #FAFAFA;
    display: grid;
    grid-template-columns: 90px auto;
}
    .media-contentdesc dt {
        font-weight: normal;
        grid-column-start: 1;
        padding: 4px;
    }
    .media-contentdesc dd {
        grid-column-start: 2;
        padding: 4px;
    }


/* ---- NotFound block ----- */

#body.notfound {
    display: flex;
    justify-content: center;
    align-items: center;
}

#body.notfound #page {
    max-width: 450px;
    padding: 15px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}


/* ----- lightbox (new) -------- */

.lightbox-table {}

.lightbox-tr-img {
    text-align: center !important;
}
    .lightbox-tr-img > img {
        max-width: 100px;
        max-height: 100px;
    }

.lightbox-tr-data {
    vertical-align: middle !important;
}

.lightbox-title {
    font-size: 14px;
}
.lightbox-info {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 12px;
}
.lightbox-info > * {

}

.lightbox-tr-del {
    width: 25px;
    text-align: center !important;
    vertical-align: middle !important;
    padding-right: 10px !important;
}
    .lightbox-tr-del > a {
        font-size: 32px;
        opacity: 0.6;
        padding: 3px 8px !important;
    }
    .lightbox-tr-del > a:focus {
        outline: rgba(82, 168, 236, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
        opacity: 1;
    }
    .lightbox-tr-del > a:hover {
        opacity: 1 !important;
        text-decoration: none;
    }
