@import url("/css/font-awesome.min.css");
body {	font-family: RobotoLight;}

#title {
    width: 550px;
    height: 70px;
    overflow: hidden;
    background-color: white;
    background-image: url(/images/zakon_icons.png);
    background-repeat: no-repeat;
    background-position: -10px -40px;
    margin: 20px 0 15px 20px;
}

/*===============   Calendar     =============================*/
table#cal_tab,table#cal_tab_tax{
	width:100%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;

/*	border: 1px solid #999999;*/
}
table#cal_tab_tax{
	margin-top:0px;
/*	margin-left:5px;*/
/*	border: 1px solid #999999;*/
}
table#cal_tab TD,table#cal_tab_tax TD{
	width:14,29%;
	background-color:white;
	color:#999999;
	text-align:center;
	padding:3px 0px;
	border: none;
	font-weight:bold;
}
table#cal_tab TD A,table#cal_tab_tax TD A{
	display:block;
	/*background-color:white;*/
	color:black;
}
table#cal_tab TR.cal_tophead TD{
	color:black;
	background-color:#c0c0c0;
	padding: 5px 10px;
}
table#cal_tab_tax TR.cal_tophead TD{
	color:white;
	background-color:#c0c0c0;
	padding: 5px 10px;
}
/*
table#cal_tab TR.cal_tophead TD A{
	width:12px;
	height:18px;
	overflow:hidden;
	background-color:#003366;
    background-image: url(/images/advice_icons.png);
    background-repeat: no-repeat;
}*/
table#cal_tab TR.cal_tophead TD A{
	background-color:#003366;
	display:inline;
	color: white;
}
table#cal_tab_tax TR.cal_tophead TD A{
	background-color:#c0c0c0;
	display:inline;
	color: black;
}

table#cal_tab_tax TD.cal_title{
	background-color:#336699;
	display:inline;
	color: black;
}



table#cal_tab TR.cal_tophead TD A.toleft,table#cal_tab_tax TR.cal_tophead TD A.toleft{
	width:12px;
	height:18px;
	overflow:hidden;
	background-color:#c0c0c0;
    background-image: url(/images/advice_icons.png);
    background-repeat: no-repeat;
	float:left;
	background-position: -585px -114px;
}
table#cal_tab_tax TR.cal_tophead TD A.toleft{
	background-color:#c0c0c0;
}
table#cal_tab TR.cal_tophead TD A.toright,table#cal_tab_tax TR.cal_tophead TD A.toright{
	width:12px;
	height:18px;
	overflow:hidden;
	background-color:#c0c0c0;
    background-image: url(/images/advice_icons.png);
    background-repeat: no-repeat;
	float:right;
	background-position: -585px -134px; /*-20px - white*/
}
table#cal_tab_tax TR.cal_tophead TD A.toright{
	background-color:#c0c0c0;
}
table#cal_tab TR.cal_tophead TD A SPAN,table#cal_tab_tax TR.cal_tophead TD A SPAN{
	display:none;
}



table#cal_tab TR.cal_head TD,table#cal_tab_tax TR.cal_head TD{
	background-color:#aaaaaa;
	color:#555555;
	font-weight:bold;
}
table#cal_tab_tax{
/*	box-shadow: 0 0 10px rgba(0,0,0,0.5);*/
	margin-bottom:7px;
}
/*-======================*/
#adv_body{
	padding-top:2em;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #eeeeee;
}



/*=========  MEDIA  ====================*/
@media ( max-width:767px ) {
	/*-xs-*/
	.news_block{		font-size:17px;
		padding:0 10px;	}
	#advice_news hr, #advice_lawyer hr {
	    margin-top: 10px;
    	margin-bottom: 10px;
	}

}
@media ( min-width:768px ) {	/*-sm-*/
	#advice_news hr, #advice_lawyer hr {
	    margin-top: 7px;
    	margin-bottom: 7px;
	}


}
@media ( min-width: 992px ) {	/*-md-*/
}
@media ( min-width: 1200px ) {	/*-lg-*/
}

/*========================================*/
#right_news .news_head {
/*    background: url(/images/ico/icon_head_gerb.png) no-repeat 4px 4px #336699;*/
    padding: 0;
    height: 48px;
    display: table;
    width: 100%;
}

#social_news .news_head {
    background: url(/images/ico/icon_head_consult.png) no-repeat 4px 4px #336699;
    padding: 0 0 0 0;
    height: 48px;
    display: table;
    width: 100%;
}
#advice_news .news_head {
    background: url(/images/ico/icon_head_news.png) no-repeat 4px 4px #336699;
    padding: 0 0 0 0;
    height: 48px;
    display: table;
    width: 100%;
}
#advice_lawyer .news_head {
    background: url(/images/ico/icon_head_lawyer.png) no-repeat 4px 4px #336699;
    padding: 0 0 0 0;
    height: 48px;
    display: table;
    width: 100%;
}
.news_head {
    background-color: #336699;
    color: white;
    font-weight: bold;
    padding: 4px 8px 4px 8px;
    font-size: 16px;
    /*font-family: Helvetica;*/
}
#social_news .news_head span,#right_news .news_head span,#advice_news .news_head span,#advice_lawyer .news_head span {
    display: table-cell;
    vertical-align: middle;
    padding-left: 45px;
}

/*----FORM----------*/

.stylish-input-group .input-group-addon{
    background: white !important;
}
.stylish-input-group .form-control{
	border-right:0;
	box-shadow:0 0 0;
	border-color:#ccc;
}
.stylish-input-group button{
    border:0;
    background:transparent;
}

/**/


.panel.with-nav-tabs .panel-heading{
    padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs{
	border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
	margin-bottom: -1px;
}
/********************************************************************/
/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
}
.with-nav-tabs.panel-primary .nav-tabs > .open > a,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
	color: #fff;
	background-color: #3071a9;
	border-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
	color: #428bca;
	background-color: #fff;
	border-color: #428bca;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #428bca;
    border-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #fff;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    background-color: #4a9fe9;
}
/**/
.navbar .navbar-search .dropdown-menu { min-width: 25px; }
.dropdown-menu .label-icon { margin-left: 5px; }
.btn-outline {
    background-color: transparent;
    color: inherit;
    transition: all .5s;
}
/**/
.counter{
	font-size:10px;
	color:#707070;
	text-align:right;
	opacity: 0.5;
	padding:2px;
}
.news_item:hover .counter{/*	visibility: visible;*/
	opacity: 1;
}
.counter-viz{
	font-size:10px;
	color:#bbb;
	text-align:right;
	padding:2px;
}
/**/

/*#advice_news */

.news_main .news_head_sub {	font-size: 0.8em;
    color: #6699CC;
    font-weight: bold;
/*    padding: 8px 8px 4px 8px;*/
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin-top:0px;
    margin-bottom:0px;
}

#actual_news_block .news_item a {
	font-size: 1em;
	font-weight:600;
}



.news_block .news_item{	text-indent:0px;
/*	text-align:justify;*/}

.news_item a{	text-decoration: none;
	color: #000;
	display:block;
}
.news_block .news_item a:visited{
	color:#666;
}
.news_block .news_item a:hover{
	text-decoration:underline;
	color:#000066;
}
.news_block .news_item:hover{
	background-color: #ddd;
}


.news_item{
	padding:10px 5px 2px 5px;
	background-color: inherit;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

}
.news_item:hover{
	background-color:#ddd;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

}



#advice_news hr, #advice_lawyer hr {
    text-align: center;
    width: 150px;
    border: 0;
    border-top: 1px solid #e0e0e0;
}

#yurist-konsultue-block .fa{	color: #336699;}

.noborder{	border-width:0;}
.nopadding{
	padding:0;
}


.panel-title .fa{
	color:yellow;
}
.panel-title .fa.big{
    font-size: 20px;
}
.panel-title a:hover{
	text-decoration:none;
}


.panel-heading {
/*		background: url(/images/ico/icon_head_gerb.png) no-repeat 4px 4px #336699;*/
	/*	background-size: auto 80%;*/
	/*	padding-left:35px;*/
		}

.panel-heading div {
		/*	margin-top: -18px;
			font-size: 15px;*/
		}


		.panel-heading div span{
/*			margin-left:5px;*/
		}

.panel-right {
  float: right;
}

.panel hr{
	margin:0;
}
/*
.news_main  {
  height: 100hv;
} */
.news_main .panel-body {
  height: 100%;
/*  height: calc(100vh - 20px);*/
  overflow-y: auto;
}
.news_main ::-webkit-scrollbar {
    width: 5px;
}

.news_main ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
/*    border-radius: 10px;*/
}

.news_main ::-webkit-scrollbar-thumb {
/*    border-radius: 10px;*/
/*    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);*/
	background-color:#999;
}


/*end tmp*/





/*FLEX*/

.row-flex, .row-flex > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}
.row-flex-wrap {
	-webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex:0;
}
.row-flex > div[class*='col-'], .container-flex > div[class*='col-'] {
	 margin:-.2px;
}
/*
.container-flex > div[class*='col-'] div,.row-flex > div[class*='col-'] div {
	width:100%;
}
*/
.row-flex .flex-col {
    display: flex;
    display: -webkit-flex;
    flex: 1 100%;
	flex-flow: column nowrap;
}
.flex-grow {
	display: flex;
    -webkit-flex: 2;
    flex: 2;
}


/**/

#searchform{	margin-top:-20px;}

/**/

#doc_info dd{	margin-left: 40px;}
#doc_info .panel-body{	background-color: #FBFBC0;}
#doc_info .panel-headre{
	background-color: #FBFBC0;
}
#doc_info .glyphicon-minus{	display:block;}
#doc_info .glyphicon-plus{	display:none;
}

#doc_info .collapsed .glyphicon-minus{	display:none;
}
#doc_info .collapsed .glyphicon-plus{	display:block;}
.clickable{
    cursor: pointer;
}
.clickable .glyphicon{
    background: rgba(0, 0, 0, 0.15);
    display: inline-block;
    padding: 6px 12px;
    border-radius: 4px
}
.panel-heading span{
    margin-top: -3px;
    font-size: 15px;
    margin-right: -9px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    /*font-weight: bold;*/
    font-family: RobotoRegular;


	@media ( max-width:767px ) {
	/*-xs-*/
    font-size: 16px;
	}
	@media ( min-width:768px ) {
	/*-sm-*/
	}
	@media ( min-width: 992px ) {
	/*-md-*/
	font-size: 14px;
	}
	@media ( min-width: 1200px ) {
	/*-lg-*/
	}
}
/**/
.loader {    border: 6px solid #f3f3f3;
	border-top: 6px solid #336699;
 	border-bottom: 6px solid #336699;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/*NEWS*/

.news_head_one_b{	font-weight: bold;}
.news_head_one_b a{
	color:#185386;
}

.noborder .panel-heading {
    padding: 10px 15px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.noborder .panel-body {
    padding: 5px;
}

.content-title{	color:#336699;
	font-size:1.8em;
}

#news_updates td{	text-align:justify;}

dt{	font-weight:bold;}

dl.news_item{	margin-bottom:0px;}

/*-----------*/
ul.results li {
    display: block;
}

ul.results li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e250";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #CCCCCC;
}

.px5-top-margin{	margin-top:5px;}
.px5-bottom-margin{
	margin-bottom:5px;
}

.cl{	clear:both;}

.navbar-default .navbar-nav>li>a.active {
    background-color: #ddd;
}
/*===================================================================*/
/*KROSHKI*/

/* хлебные крошки */
#breadcrumb {
  list-style: none;
  display: inline-block;
  padding-left: 0px;
}
#breadcrumb .icon {
  font-size: 14px;
}
#breadcrumb li {
  float: left;
}
#breadcrumb li a {
  color: #fff;
  display: block;
  background: #337AB7;
  text-decoration: none;
  position: relative;
  height: 34px;
  line-height: 34px;
  padding: 0 10px 0 5px;
  text-align: center;
  margin-right: 23px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#breadcrumb li:first-child a {
  padding-left: 15px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
}
#breadcrumb li:first-child a:before {
  border: none;
}
#breadcrumb li:last-child a {
  padding-right: 15px;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
}
#breadcrumb li:last-child a:after {
  border: none;
}
#breadcrumb li a:before, #breadcrumb li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #337AB7;
  border-width: 17px 10px;
  width: 0;
  height: 0;
}
#breadcrumb li a:before {
  left: -20px;
  border-left-color: transparent;
}
#breadcrumb li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #337AB7;
}
#breadcrumb li a:hover {
  background-color: #25537B;
}
#breadcrumb li a:hover:before {
  border-color: #25537B;
  border-left-color: transparent;
}
#breadcrumb li a:hover:after {
  border-left-color: #25537B;
}
#breadcrumb li a:active {
  background-color: #25537B;
}
#breadcrumb li a:active:before {
  border-color: #25537B;
  border-left-color: transparent;
}
#breadcrumb li a:active:after {
  border-left-color: #25537B;
}
#breadcrumb li.current a {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}
#breadcrumb{	margin-bottom:5px;
	margin-top:10px;}


@media ( max-width:767px ) {	#breadcrumb .icon {
 		font-size: 6px;
	}

	#breadcrumb li a {
	  height: 20px;
	  line-height: 20px;
	  padding: 0 5px 0 5px;
	  margin-right: 12px;
	}
	#breadcrumb li:first-child a {
	  padding-left: 7px;
	  -moz-border-radius: 4px 0 0 4px;
	  -webkit-border-radius: 4px;
	  border-radius: 4px 0 0 4px;
	}
	#breadcrumb li:last-child a {
	  padding-right: 7px;
	  -moz-border-radius: 0 4px 4px 0;
	  -webkit-border-radius: 0;
	  border-radius: 0 4px 4px 0;
	}
	#breadcrumb li a:before, #breadcrumb li a:after {
	  border-width: 10px 5px;
	}
	#breadcrumb li a:before {
	  left: -10px;
	}
	#breadcrumb{
		margin-bottom:5px;
		margin-top:10px;
	}

}



/*==================*/

.fld_data{	width:45%;
	text-align:center;}
.w100{	width:100%;}
/*=======================*/
fieldset.scheduler-border {
    border: 1px solid #777 !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 0.5em 0 !important;
    -webkit-box-shadow:  1px 1px 3px 0px #000;
            box-shadow:  1px 1px 3px 0px #000;
	background-color:#eee;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;

}
legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
	background-color:#fff;
	padding-left:3px;
	padding-right:3px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;

}
/*=============================*/

#select-order{	margin-bottom:5px;}
#select_intext{    background-color: #E0EDF9;
    height: 34px;
    border-width: 1px 0 1px 1px;
    border-color: #ccc;}

/*============*/
.panel-heading .h2,.panel-heading .h3{	margin-top:0;
	margin-bottom:0;}

#news_list P {TEXT-INDENT: 0px;}
#news_list LI {list-style-image: URL(/images/ico_search_publ_11.gif);padding:3px;}
/*#news_list a {color:black;}*/
#news_list a {font-size:1.2em;}
#news_list a:hover {color:#003366;}
.news_head_date {background-color:#eee;color:black;padding:3px 3px 3px 10px;font-size:14px;font-weight:bold;margin-bottom:5px;}
.news_head_date_mini {background-color:#eeeeee;color:black;padding:3px 3px 3px 10px;font-size:9px;font-weight:bold;margin-bottom:5px;}

li.folder,li.folder_open,li.fil{
	list-style-type: none;
	padding-left:10px;
}
li.fil:before{
	margin:0 5px 0 -30px;
    top: 8px;
    position: relative;
}
li.file_doc:before {
/*	font-family: 'FontAwesome';
	content: '\f1c2';
	margin:0 5px 0 -15px;
	color: #000;
	background-color:#99ccff;
*/
	content: url('/images/ico/ico_item_doc.gif');
}
li.file_xls:before {
	content: url('/images/ico/ico_item_xls.gif');
}
li.file_txt:before {
	content: url('/images/ico/ico_item_txt.gif');
}
li.file_pdf:before {
	content: url('/images/ico/ico_item_pdf.gif');
}
li.otmen a {
	color:#ff0000;
}
li.folder:before {
	/*font-family: 'FontAwesome';
	content: '\f114';
	color: #000;
	background-color:#F9F97A;
	*/
	margin:0 5px 0 -35px;
	content: url('/images/ico/ico_folder_mini.png');
    top: 3px;
    position: relative;
}
li.folder_open:before {
	margin:15px 5px 0 -35px;
	content: url('/images/ico/ico_folder_mini_open.png');
    top: 3px;
    position: relative;
}

li.folder,li.folder_open {	font-family: 'RobotoBold';}

ul.folders{	padding-left:15px;}
ul.folders a{
	color: #003399;
}
li.tab1{	margin-left:10px;}
li.tab2{
	margin-left:20px;
}
li.tab3{
	margin-left:30px;
}
li.tab4{
	margin-left:40px;
}
li.tab5{
	margin-left:50px;
}
li.tab6{
	margin-left:60px;
}
/*
.fa-folder-open-o{	background-color:#F9F97A;}
*/

.h15 {
    height: 15px;
}
.h30 {
    height: 30px;
}
.h60 {
    height: 60px;
}
.h90 {
    height: 90px;
}

@media ( max-width:350px ) {
	.panel-heading div{
	    font-size: 12px;
	}
}

@media ( max-width:400px ) {
	.panel-heading span.datanews-header{
	    font-size: 12px;
	}
}

.panel-heading span.datanews-header{
	margin-right:0px;
}



#results a:visited{
    color:#66a5dc;
}

.btn-facebook {
    color: #fff;
    background-color: #4C67A1;
}
.btn-facebook:hover {
    color: #fff;
    background-color: #405D9B;
}
.btn-facebook:focus {
    color: #fff;
}