﻿@charset "UTF-8";
/*------------------------------- ШАПКА -----------------------------*/
img.logo{
	height: 125px;
	width: 120px;
	position: static;
}
.header.row, .padding15{
  padding: 0.6em;
  padding-bottom: 0.4em;
  padding-top: 0.4em;
  margin-left: 0px; 
}

.header.row{
  padding: 10px 0px 10px 20px;
	background-image: url(/assets/images/header_bg.jpg);
  background-repeat: repeat-x;	
  min-width: 1480px;
}
.head-logo{
	float: left;
	display: inline-block;
}

.head-title{
	float: left;
	display: inline-block;
	padding-left: 50px;
  /*padding-top: 23px;*/
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 1px 1px 2px black, 0 0 1em black;
}

.head-title-1{
  margin-top: 12px;
  padding-bottom: 5px;
  font-size: 16pt;
  line-height: 25px;
}

.head-title-2{
  /*margin-top: px;*/
  font-size: 16pt;
  line-height: 25px;
}

.head-title-3{
  /*margin-top: 23px;*/
  font-size: 16pt;
  line-height: 25px;
}

.head-title-4{
  /*margin-top: 23px;*/
  font-size: 20pt;
  line-height: 35px;
}
/*------------------------------- ШАПКА -----------------------------*/

/*--Форма логина --*/
#login_form label {
    font-weight: bold;
}

#login_form #username, #login_form #password{
    width: 100%;
    margin-bottom: 10px;
}

.loginForm{
    width: 275px;
    margin: 0 auto; /* Отступ слева и справа */
}

#login_form_submit {
    width: 100px;
    float: left;
}

.spr_table_tables {
  margin-bottom:5px;
  border: 1px solid silver;
  border-radius: 3px;
  margin: 20px 0px;
  padding: 10px;
  overflow: auto;
  height: 500px;
  width: 1250px;
}

.table_select {
  border: 1px solid silver;
  border-radius: 3px;
  margin: 20px 0px 5px 0px;
  padding: 10px;
  overflow: auto;
}

.wide {
  width: 100%;
}

.table-line-for-click:hover {
  background-color: #ddd;
  cursor: pointer;
}

.spr_block .block-filters {
  display: inline-block;
}

.spr_block .functional-btns {
  display: inline-block;
}
.spr_block .functional-btns input{
  margin-top: -10px;
}

.spr_block .table_title {
  font-size: 16px;
  font-weight: bold;
}