﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/
body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #F9F6F6;
  /*#F2EDED; - серый красноватый
  #eee; - серый */
}

.navbar-inverse {
	background-color:  #F9F6F6;
	border-bottom-width: 3px;
	border-bottom-color: red;
}
 /*
.body-content {
    padding-left: 15px;
    padding-right: 15px;
	 height: 100%;
}
 */
 
 h1 {
	padding-top: 25px;
 }
 
 .clickable-heading {
	cursor: pointer;
 }
 
 .resizable {
    resize: vertical;
    overflow: auto;
} 

/* разделение на две половинки в разделе Обзор у компании */
.double-container {
	height: 100%;
}
.upper-container {
	margin-top: 10px;
	height: 250px;
    overflow: auto;
/*	border: thin solid green !important;*/
}
.lower-container {
	padding-top: 10px;
	height: 500px;
    overflow: auto;
/*	border: thin solid blue !important;*/
}
.divider {
margin: 0px;
	border: 4px double red  !important;
	cursor: n-resize;
}
.search-bar {
	margin-top: 10px;
}

/*
.panel-kv > .panel-heading {
	background-color: #DDECF9;
}
*/

.archive .panel-body {
	overflow: auto;
	height: 200px;
}

.navbar-brand {
	float: none;
	padding: 5px 5px 5px 5px;
}


html, body, .body-content { height: 97%; margin: 0; padding: 0; width: 99%; }
body > .body-content  { height: auto; min-height: 100%; }

.razdel {
	width:100%;
	text-align: left;
	margin-left: 20px;
}

 .razdel {
	display:none;
	margin-top: 30px;
}

.razdel[id='0'] {
	display: block;
}
/*
.razdel[id='1'] {
	background-color: green;
}

.razdel[id='2']  {
	background-color: yellow;
}

.razdel[id='3']  {
	background-color: blue;
}
*/

 .node-view, .hidden {
	display:none;
}

#groups.node-view {
	display:block;
}

.input-group {
	padding: 10px 10px 10px 10px;
}
/*
.navbar-header > li > a:focus {
	color:red;
}*/

tfoot {
	font-weight: 900;
}

.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
input[readonly] {
  background-color: white !important;
  cursor: text !important;
}

#footer { clear: both; position: relative; z-index: 10; height: 3em; margin-top: -3em; }


/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

/* Set width on the form input elements since they're 100% wide by default 
input,
select,
textarea {
    max-width: 280px;
}
*/


/*.header-logo {
  width: 300px;
  height: 100px;
  background-image: url("img/Danfoss_Logo.png");
  margin-left: 25px;
  margin-bottom: 30px;
}*/


.sidebar {
    min-width: 100px !important;
}
