html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	/*height: 850px;*/
	margin: 0 auto -4em;
}
.footer, .push {
	height: 4em;
}

.footer {
	text-align: center;
	border-top: 1px solid #E5E5E5;
	background-color: #F5F5F5;
	padding-top: 1.3em;
}
img.logo{
	height: 125px;
	width: 120px;
}
header.row, .padding15{
  padding: 0.6em;
  padding-bottom: 0.4em;
  padding-top: 0.4em;
}

header.row{
	/*background-image: url(/assets/images/header_background.jpg);*/
	background-image: url(/assets/images/hbg2.jpg);
    background-repeat: repeat-x;	
	min-width: 1300px;
}

/*--- login form ---*/
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/*--- end of login form ---*/

/*--- navbar fixes ---*/
.dropdown-item.active.nav-link{
  background-color: inherit;
}
/*--- end of navbar fixes ---*/

/*--- option crop ---*/
select option{
  overflow: hidden;
  font-size: 0.9rem;
}
/*--- end of option crop ---*/
/*--- tables ---*/
th{
  font-size: 14px;
  text-align: center;
}
thead{
  background: #ccc;
}
.ta-center{
  text-align: center;
}
table th{
  padding: 0.3em;
}
/*--- end of tables ---*/
/*--- checkbox margin fix ---*/
fieldset .checkbox.pull-right{
  margin-bottom: 0.5rem;
}
/*--- end of checkbox margin fix ---*/

/*Для группы  фильтров страница Календарный план-график финансирования мероприятий*/
.filter-group-up{
	border: 1px solid #ccc;
	border-top-left-radius: .25rem; 
	border-top-right-radius: .25rem; 
	padding: 0.5rem;
	/*margin-bottom: 1rem;*/
}
.filter-group-down{
	border: 1px solid #ccc; 
	border-bottom-left-radius: .25rem; 
	border-bottom-right-radius: .25rem;
	padding: 0.5rem;
	/*margin-bottom: 1rem;*/
}

// Модальные окна
.b-modal {
    max-height: 90%;
    max-height: 90vh;
    height: auto;
	
    position: relative;
    width: 1000px;
    overflow-x: scroll;
    padding: 24px;
    margin-top: 20px;
    background: #fff;
    border: 3px solid #bbb;
    border-radius: 10px;
}

//Разное
.small-label{
	margin-bottom: .2em !important;
}

.group_div_top{
	border:1px solid gray;
	padding: 9px;
	border-radius: 15px 15px 0 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-webkit-border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.group_div_bottom{
	border:1px solid gray;
	padding: 9px;
	border-radius: 0 0 15px 15px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-webkit-border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

select{
    width: 220px;
    margin: 5px;
}

.size-form{
  width: 970px;
}

.button-margin{
  margin-left: 25px;
  margin-right: 25px; 
}

.dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
    color: #2b2d2f;
    text-decoration: none;
    outline: 0;
    width: 100%;
}

.dropdown-item, .dropdown-item:focus, .dropdown-item:hover {
    color: #0275d8;
    text-decoration: none;
    outline: 0;
    width: 100%;
}


li.nav-item{
  /*float:none!important;*/
}

.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;
    max-width: 1600px;
    width: 85%;
}

.head-title-1{
  margin-top: 12px;
  padding-bottom: 5px;
  font-size: 18pt;
}

.head-title-2{
  /*margin-top: px;*/
  font-size: 16pt;
}

.head-title-3{
  /*margin-top: 23px;*/
  font-size: 16pt;
}
