/*!
 * Custom css sl.sbsmed
 * Copyright 2019 Olesoft
 
 */

/*! normalize.css */

input, select, textarea{

border-radius: 5px;
padding: 5px;
}

.input_num_id{
	width:100%;
	border:none;
	background-color:transparent;
}

.input_text_edit{
	width:100%;
}

/* Зона table_checkboxes */
.table_checkboxes{
	width: 100%;
}
.table_checkboxes th{
	text-align:center
}
.table_checkboxes td{
	text-align:center;
}
.table_checkboxes tr{
	border-bottom:solid;
}
/* Зона table_checkboxes  конец  */

/* Зона table_prop_type_1 */
.table_prop_type_1{
	width: 100%;
}
.table_prop_type_1 td:first-child{
    text-align:right;
	padding-right:5px;
	width:50%
}
.table_prop_type_1 td{
	text-align:left;
	padding-left:5px;
}
.table_prop_type_1 tr{
	border-bottom:solid;
}
.table_prop_type_1 tr:nth-child(odd) {background-color:#AEAEFF;}
.table_prop_type_1 tr:nth-child(even) {background-color:#C6C6FF;}
/* Зона table_prop_type_1  конец  */

/* Зона table_type_1 */
.table_type_1{
	width: 100%;
	border-collapse: collapse;
}
.table_type_1 th{
	padding:5px;
	margin:0px;
	text-align:center;
}
.table_type_1 th:first-child{
    text-align:left
}
.table_type_1 td{
	padding:0px;
	text-align:center
}
.table_type_1 td:first-child{
    text-align:left;
	padding-left:5px
}
.table_type_1 tr:nth-child(odd) {background-color:#AEAEFF;}
.table_type_1 tr:nth-child(even) {background-color:#C6C6FF;}
.table_type_1 tr:hover {background:#FFC1C1;}
/* Зона table_type_1   конец   */

/* Зона HEADER */



html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 45px !important;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 45px;
  
}

.footer{
	padding-top: 10px
}

.header {
	padding-top:5px;
	padding-bottom:5px;
}


.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* Зона HEADER  конец  */

/* Зона контента общее */
.content {
	padding-top: 30px;
	padding-bottom: 50px
}
.sub_title {
	width:100%;
	text-align:center;
	background-color:#0099FF;
	padding:5px;
	margin:0px;
}

.ots10{
	padding-top: 10px
}
.ots40{
padding-top: 40px

}

.ots40btm{
	margin-bottom: 40px
}

.ots20{
	margin-top: 20px
}

	
/* Зона контента общее   конец   */



/* USER */
.Vhod{
	width:97%;
	padding-bottom:40px;
	padding-top:40px;
	text-align:center;
	border-radius:5px;
	margin:5px;
}
.user_avatar {
	text-align:center;
	padding:0;
}
.user_content {
	width:100%;
}
.user_group{
	background-color:#C6C6FF;
	width:20%;
	display:block;
	float:left;
	text-align:left;
	padding-left:5px;
	border-right:solid;
	border-right-width:thin;
	border-right-color:#0099FF;
}	
.user_list{
	background-color:#C6C6FF;
	width:79%;
	display:block;
	float:left;
	text-align:center;
	padding-left:5px;
	border-left:solid;
	border-left-width:thin;
	border-left-color:#0099FF;
}		
/* USER   конец  */

/*  Общий шаблон развитого подзаголовка  */
.title_content {
	width:100%;
	text-align:center;
	background-color:#0099FF;
	padding-top:5px;
	padding-bottom:5px;
}
.title_left{
	background-color:transparent;
	width:20%;
	display:block;
	float:left;
	text-align:left;
	padding-left:5px;
}	
.title_middle{
	background-color:transparent;
	width:57%;
	display:block;
	float:left;
	text-align:center;
	padding-left:5px;
}		
.title_right{
	background-color:transparent;
	width:20%;
	display:block;
	float:left;
	text-align:right;
	padding-left:5px;
}		
/*  Общий шаблон развитого подзаголовка  конец  */

/*  Обший шаблон для двух колонок  */
.body_content {
	width:100%;
}
.body_group{
	background-color:#C6C6FF;
	width:20%;
	display:block;
	float:left;
	text-align:left;
	padding-left:5px;
	border-right:solid;
	border-right-width:thin;
	border-right-color:#0099FF;
}	
.body_list{
	background-color:#C6C6FF;
	width:79%;
	display:block;
	float:left;
	text-align:left;
	padding-left:5px;
	border-left:solid;
	border-left-width:thin;
	border-left-color:#0099FF;
}		
/*  Обший шаблон для двух колонок  конец  */

/* КНОПКИ */
.btn-circle-1 {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
}

.button1{
	background-color:#008a73;
	border-radius:5px;
	border:none;
	color:rgb(255,255,255);
	text-transform:uppercase;
	font-size:1.0rem;
	box-shadow:none;
	padding:5px 20px;
	line-height:2
}
.button1_dis{
	background-color:#999999;
	border-radius:5px;
	border:none;
	color:rgb(255,255,255);
	text-transform:uppercase;
	font-size:1.0rem;
	box-shadow:none;
	padding:5px 20px;
	line-height:2
}
.button2{
	background-color:#008a73;
	border-radius:5px;
	border:none;
	color:rgb(255,255,255);
	text-transform:uppercase;
	font-size:1.2rem;
	box-shadow:none;
	padding:10px 40px;
	line-height:2
}
.but_type_1 {
	background-color:transparent;
	border:none;
	cursor:pointer;
	padding:2px;
}
.but_type_2 {
	background-color:#F00;
	border:none;
}
.but_type_3 {
	background-color:transparent;
	border:none;
	cursor:pointer;
	padding:2px;
	text-align:left;
}
.ikon {
	width:20px;	
}
/* КНОПКИ   конец   */

/* ФОРМА PROP */
.prop_form_2_buttons{
	width:100%;
}
.prop_form_2_buttons td:first-child{
    text-align:right;
	padding-right:15px;
	width:50%
}
.prop_form_2_buttons td:last-child{
    text-align:left;
	padding-left:15px;
	width:50%
}
/* ФОРМА PROP  конец  */

.greyblock{
	background-color: #E7E7E7
}