
.panel {
    margin-bottom: 20px;
 background-color: #ebf0f3;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    padding: 10px;
   
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: rgba(249, 249, 249, 0);
}
.zagol {
  background-color: #229ac8 !important;
background-image: linear-gradient(to bottom, #23a1d1, #1f90bb) !important;
background-repeat: repeat-x;
border-color: #1f90bb #1f90bb #145e7a;
}
.zago2 {
  background-color: #333 !important;
background-image: linear-gradient(to bottom, #ffffff, #b2babd) !important;
background-repeat: repeat-x;
border-color: #393b3c #404648 #17191a;
font-weight: 600;
}
.reting {
background-image: linear-gradient(to bottom, rgb(20, 156, 201), rgb(12, 21, 123));
color: #fff;
}
.zagol h3 {
color: #fff;
margin: 3px 0px;
}
.text1 {
overflow: hidden;
width: 60%;
float: right;
}
.text2 {
float: left;
}
.v1 {
font-size: 12px;
padding: 8px 10px;
border-left: 2px solid #989898;
background: #f6f6f6;
background: -moz-linear-gradient(top, #f6f6f6 0%, #e5e5e5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e5e5e5));
border-top: 2px solid #e5e5e5;
border-right: 2px solid #e5e5e5;
-moz-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
font-weight: bold;
overflow-x: auto;
margin: 0px;
clear: both;
display: block;
}
.v2 {
font-size: 12px;
padding: 0px 0px 9px;
border: 0px solid #e5e5e5;
border-left: 1px solid #989898;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
background: #f7f7f7;
margin: 0 0;
overflow-x: auto;
}
.v3 {
display: block;
height: 36px;
background: rgb(204, 204, 204) none repeat scroll 0% 0%;
}
.v4 {
min-height: 120px;
display: block;
}

#inline {
 display: none; 
margin-top: 5px;
}
/* Всплывающее окно */	
 
#parent_popup, #parent_popup_click {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#popup, #popup_click { 
  background: #fff;
    max-width: 600px;
    width:70%;
    margin: 5% auto;
	padding: 5px 20px 13px 20px;
	border: 10px solid #ddd;
	position: relative;
	/*--CSS3 CSS3 Тени для Блока--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Закругленные углы--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
 
 
#popup h2, #popup_click h2 {
   
    font-weight: bold;
	text-align: center;
	color: #008000;
	text-shadow: 0 1px 3px rgba(0,0,0,.3);
	}
#popup h3, #popup_click h3 {
    font:24px Monotype Corsiva, Arial;      
	color: #008000;
	text-align: left;
	text-shadow: 0 1px 3px rgba(0,0,0,.3);
	}
/* кнопка закрытия */
.close {
    background-color: rgba(0, 0, 0, 0.8);
	border: 2px solid #ccc;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: -12px;
	cursor: pointer;
    text-align: center;
    text-decoration: none;
	color: rgba(255, 255, 255, 255);
    font-size: 14px;
    font-family: helvetica, arial;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    top: -12px;
    width: 24px;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
opacity: .8;
}
.close:hover {
    background-color: rgba(255, 69, 0, 0.8);
}

.avatara {
float: left; 
text-align: center; 
margin-right: 10px;
}
.coom {
    font-size: 30px;
    color: #180D80;
}




