
input{
    font-size: 10px;
}
select{
    font-size: 10px;
}
textarea{
    font-size: 12px;
} 

.home_table{
    width: 100%;
}
.home_table tr{

}
.home_table td{
 width: 50%;
}

.home_menu_item{
    height: 100%;
 border: 1px solid black;
 padding: 6px;
}
.home_menu_item ul{
    margin: 3px;
    padding-left: 33px;
    
}
.home_menu_item li{
 list-style-type: disc;
}
.home_menu_item h3{
    margin: 4px 4px;
}
div#modul_left {
    float: left;
    width: 590px;
    overflow: auto;
}

h2 {
    text-align: center;
}
div.modul_right table tr td.tabela_komorka_tytul {
    cursor: pointer;
    padding: 0px 5px;
    text-align: left;
}
table tr td.active {
    border: 1px solid red;
    background: #EEEEEE;
}
table tr td.border {
    border: 1px solid black;
}
table tr.gray {
    background: Khaki;
}
div#modul_left table{
   border-collapse: collapse;
   width: 590px;
}
div#modul_left table tr td {
   background-color: #ffc;
   text-align: center;
}
div#modul_left table tr td.first_period {
    background-color: #EEEEEE;
}
div#modul_left table tr td.second_period {
    background-color: #b7cebd;
}
h3 {
  background: #f9fcf7; /* Old browsers */
  background: -moz-linear-gradient(top,  #f9fcf7 0%, #f5f9f0 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9fcf7), color-stop(100%,#f5f9f0)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f9fcf7 0%,#f5f9f0 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f9fcf7 0%,#f5f9f0 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f9fcf7 0%,#f5f9f0 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f9fcf7 0%,#f5f9f0 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fcf7', endColorstr='#f5f9f0',GradientType=0 ); /* IE6-9 */
  border: 1px solid #B0B0B0;
  color: #444;
  font-size: 16px;
  font-weight: bold;
  padding: 3px 10px;
  text-align: center;
}
div#training_tree, div#planning_tree, div#investment_tree {
    float: right;
    width: 200px;
}
div#training_tree tr td, div#planning_tree tr td, div#investment_tree tr td {
    font-size: 12px;
}
div#modul_left table tr.summary td {
    border: 2px solid black;
    
}
table.border {
    border-collapse: collapse;
}
table.border tr td {
    border: 1px solid black;
}
div#tree_team {
    overflow: scroll;
    width: 500px;
    height: 300px;
}

div.form_row_permission {
    clear: both;
}
ul.permissions_list li ul, ul.permissions_list li ul li table {
    display: none;
}
div.paragraph {
    overflow: hidden;
    margin: 10px 0;
}
div.paragraph span.left {
    float: left;
    width: 200px;
}
div.paragraph span.right {
    float: left;
}
div.menu_users {
    overflow: hidden;
}
div.menu_users ul li {
    float: left;
}
div.menu_users ul li a { 
    display: block;
    padding: 0 5px;
}
div.block_row span.block_title {
    display: inline-block;
    width: 200px;
}
ul.menu li a.active {
    color: red;
}

.click_list {
    float: left;
    width: 550px;
}
 
.edit_company {
    width: 100px;
}

.view_company {
    width: 100px;
}

.del_company { 
    width: 100px;
    color: red;
}

.project_in_container {
    margin-left: 0px;
    overflow: hidden;
}

.project_table {
    border: 1px;
    font-size: 100%;
}
 