/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
}
a:hover {
	text-decoration: none;	
}
a:active {
	text-decoration: none;	
}
a:visited {
	text-decoration: none;	
}
/*
 * Global add-ons
 */
.js div#preloader {
    position: fixed;
    left: 0; 
    top: 0; 
    z-index: 999; 
    width: 100%; 
    height: 100%; 
    overflow: visible; 
    background: #f8f8f8 url('gif-load-50.gif') no-repeat center center; 
}
.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}

/*
 * Sidebar
 */
.content {
	margin-top: 60px;	
}
.add_tabs {
	margin-top: 20px;	
}
/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 49px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f7f7f7;
    border-right: 1px solid #eee;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}

.sidebar a {
	color: #555555;	
}
.sidebar ul li {
	border-bottom: dotted 2px #666666;
}
/*
 * Main content
 */

.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}

.kpi_area {
	border: solid 1px #dddddd;
	padding: 10px 10px 10px 10px;
	margin-top: 20px;	
}
/*.kpi_area:hover {
	border-color: #9ecaed;
    box-shadow: 0 0 5px #9ecaed;
}*/	
.kpi_area h5 {
	border-bottom: dotted 1px #dddddd;
	font-size: 120%;
}
.kpi_area_number {
	font-size: 200%;
	font-weight: bold;	
}
.kpi_area_number_comp {
	font-size: 140%;
}
.standort_row {
	margin-top: 70px;	
}
.standorte_list {
	margin-top: 20px;
	list-style-type: none;	
}
.standorte_list li {
	display: inline;
	text-align: center;
	padding: 10px 10px 10px 10px;
	border: solid 1px #dddddd;
	background-color: #efefef;
	margin-right: 5px;
}
.standorte_list a {
	color: #777777;	
}
.standorte_list a:hover {
	text-decoration: none;	
}
.standorte_list li:hover {
	background-color: #337ab7;
	color: #ffffff;
}
.aktiv {
	color: #337ab7;
}
.form-signin {
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;	
}
.content_kpi {
	margin-top:20px;	
}
.add_choose_time {
	text-align: left;
	padding-left: 50px;	
}
.add_descr {
	width: 80%;	
}
.add_comment {
	width: 15%;
	text-align: left;	
}
.footer_row {
	height: 50px;
}
.kpi_t {
	font-size: 120%;
	padding-top: 10px;
	padding-right: 30px;
	color: #666666;	
}
.kpi_t a {
	color: #666666;	
}
.kpi_name_liefer {
	color: #666666;
	font-size: 14px;
	font-weight: 100;
}
.color_1 {
	color: #0062B3;
}
.color_2 {
	color: #53A5FF;
}
.color_3 {
	color: #00A3DD;
}
.color_4 {
	color: #017CFF;
}
.comp_leih {
	font-size: 14px;	
}
.comp_leiharbeiter
{
	width: 150px;	
}
.s_chart {
	padding: 20px 20px 20px 20px;	
}
.comp_info {
	background-color: #f3f3f3;	
}
.th_border_right {
	border-right: solid 2px #dddddd;	
}
.table_monat {
	min-width: 70px;	
}
.sub_nav {
	border-bottom: 1px solid #dddddd;
	z-index: 99;
	position: fixed;
	width: 100%;
	padding-top: 5px;
	height: 35px;
	background-color: #f8f8f8;
}
.title_nav {
	font-size: 120%;
}
.date_nav {
	font-size: 90%;
}
.comp_comment_single {
	border-bottom: dotted 1px #dddddd;
}
.comment_user {
	font-size: 80%;
}
.clickable-row {
	cursor: pointer;	
}
.portal_anmerkung {
    position: absolute;
    right: 0px;
    top: 300px;
    z-index: 98;
    /*width: 30px;
    height: 30px;
    border-radius: 5px;
    background-color: #000000;*/
    
}
.i_firstcol {
    width: 15%;   
}
.i_ccol {
    width: 5%;
}
.v_ticket_submitbar {
	margin-top: 20px;
	margin-bottom: 20px;
}
.chosen-container{
  width: 100% !important;
}
.ticket_kpi_top{
	font-size: 220%;	
}
.ticket_kpi_bottom{
	font-size: 100%;
}
.v_pm_neu{
	padding-bottom: 10px;	
}
.pointer {
	cursor: pointer;
}

.progress-bar-success {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	background-color: #337ab7;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
}
tfoot input {
	width: 100%;
}

table.dataTable tbody td {
	vertical-align: middle;
}

.search {
	width: 75px;
	display: inline;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
.search:focus {
	width: 250px;
}

.div-control {
	display: block;
	width: 100%;
	min-height: 68px;
	height: auto;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.pm_todo_list {
	list-style-type: none;
	border-left-style: solid;
	border-left-color: #d9534f;
	border-width: 5px;
	margin-left: 0;
	padding: 0px 0px 0px 10px;
	vertical-align: middle;
}

.pm_project_list {
	list-style-type: none;
	border-left-style: solid;
	border-left-color: #0275d8;
	border-width: 5px;
	margin-left: 0;
	padding: 0px 0px 0px 10px;
	vertical-align: middle;
}

.panel-body hr{
	margin: 7px;
}

/* Forward */
.hvr-forward {
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
	-webkit-transform: translateX(8px);
	transform: translateX(8px);
}

.searchDashboard {
	margin-top: -6px;
	width: 60px;
	height: 30px;
	float: right;
	padding-left: 7px;
	padding-right: 0px;
	transition: width 750ms;
}

.addProject{
	margin-top: -6px;
	margin-left: 5px;
	margin-right: -10px;
	float: right;
	height: 30px;
	width: 30px;
	padding-left: 8px;
	padding-top: 4px;
}

.addUser{
	margin-top: -6px;
	margin-left: 5px;
	margin-right: 0px;
	float: right;
	height: 30px;
	width: 30px;
	padding-left: 8px;
	padding-top: 4px;
}

.searchDashboard:focus {
	width: 150px;
	transition: width 750ms;
}

.uncheckTodo:before{
	content:"\e157";
}

.checkTodo:before{
	content:"\e067";
	font-size: 1.2em;
	color: #5cb85c;
}

.lost-password{
	font-size: 0.9em;
	color: grey;
}

.lost-password:hover{
	color: darkgrey;
}

.panel-button:hover {
	background-color: lightgray;
}