html{
	background-color: #ccc;
}

body {
	/*min-height: 100px;*/
	/*padding-top: 70px;*/
	font-family: Calibri, "Helvetica Neue", Helvetica, Arial, sans-serif,  "Open Sans" ;
	font-size: 17px;
	background-color: #fff;
    color: #333333;
}

.navbar-brand {
    float: left;
    padding: 7px 15px;
    font-size: 17px;
    line-height: 18px;
    height: 40px;
}

div.input-group, button.btn.btn-primary{
    width: 100%;
}

.media {
    margin-top: 10px;
}

.media:first-child {
    margin-top: 0;
}

.media, .media-body {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right, .media>.pull-right {
    padding-left: 10px
}

.media-left, .media>.pull-left {
    padding-right: 10px
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.form-control:focus {
	border-color: #990033;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 0, 125, 0.3);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 0, 125, 0.3);
}

#smart{
	background-color: #990033;
	margin-top:-20px;
	padding:10px 0px;
}


.dropdown-header{
    color:#990033;
    font-size: 12px;
    line-height: 12px;
    font-weight: normal;
    margin:0px;
    padding: 5px 0px;
    white-space: normal;
}

.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 0px;
}

footer{
	background-color:#f5f5f5;
	padding: 20px 0px;
}

.jumbotron-bottom{
	margin-top:40px;
	font-size: 18px;
	padding: 30px;
	margin-bottom: 0px;
}

input[type="radio"], input[type="checkbox"] {
	margin: 3px 0 0;
	/* margin-top: 1px \9; */
	line-height: normal;
}

h1, .h1{
	font-size: 28px;
}

#search_panel .radio, .checkbox {
	margin-top: 10px;
	margin-bottom: 3px;
}

.leftborder{
	margin-left:20px;
}

.jumbotron{
	font-size: 18px;
	padding: 30px;
	margin-bottom: 0px;
    /*background-color: #494d4e;*/
}

.jumbotron .row>div{
    margin-top: 5px;
    margin-bottom: 5px;
}
.breadcrumb{
	background-color: #fff;
	margin-bottom: 0px;
}

.product{
	height:170px;
	margin-bottom:20px; 
}

.clear{
	clear:both;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: #990033;
background-color: #fff;
}

.nav > li.active > a {
	padding-bottom:10px;
	border-bottom: 5px solid #990033;
}
.page-header{
	margin-top:0px;
}

/*h1{color:#990033;}*/

small {
	font-size: 90%;
}

a.small{
	font-size: 13px;
	line-height: 0.9;

}
.btn-success, .btn-success:hover{
    border: none;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}


.navbar-default {
background-color: #fff;
border-color: #e7e7e7;
margin-bottom: 0px;
}

.panel{
	/*border:1px solid #eee;*/
}
.panel>.page-header{
	margin-bottom: 0px;
	border-bottom: none;
	padding-bottom: 0px;
}

.panel>.page-header h6{
	padding: 0px 0px 0px 5px;
	border-bottom: none;
	margin: 0px;
	border-left: 2px solid #eee;
/*margin: 20px 0 0px;
border-top: 1px solid #eeeeee;*/

}
.panel-primary {
	border: none;
}

.panel-noborder{
	border:none;
	box-shadow: none;
}
.panel-footer{
	/*height: 78px;*/
    height: 54px;
	overflow: hidden;
    line-height: 18px;
}

.imager{margin:0px 15px 5px;}

.infotext{
	height: 52px;
	line-height: 1.0;
	overflow: hidden;
}

.main-panel {min-height: 200px;}

.top20 {margin-top:10px;}

.top10{
    margin-top:10px;
}

.bottom-gap{margin-bottom: 5px;}


/*.news {position: absolute; top:48px; left:26px; padding-right: 40px;}*/

#searchRes{
	position: absolute;
	z-index: 10;
	top:37px;
	left:1px;
	font-size: 13px;
}
#searchRes .list-group-item {
	padding: 2px 10px;
	margin-bottom: -1px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
}

.btn {border-radius: 0px;}


.fade {
	background-color: rgba(0,0,0,0);
}

.fade.in {
	background-color: rgba(0,0,0,0.3);
}
.modal-dialog{
	width:1000px;
	max-width:100%;
}
.glyphicon-chevron-up {
	margin-left: 1px;
}

#MyCard td, #CheckTable td, #SearchTable td {
	vertical-align: middle;
}
#CheckTable .text-nowrap, #MyCard .text-nowrap{
	white-space: nowrap !important;
}

[ng-click],
[data-ng-click],
[x-ng-click] {
	cursor: pointer;
}
#footersm{
	margin-top:40px;
	background-color:#494d4e; /*Графит*/
	border-bottom: 1px solid #990033;
	padding: 10px 0px;
	color: #ffffff;
}

a.small, footer a{
	color: #494d4e;
}
footer h4{
	font-size: 14px;
	font-weight: bold;
}


ul.subrasdel a{
    color:#333;
    /*font-size: 90%; */
    font-weight:200;
}
#catalog { padding:20px;width:840px;}

.height100{
    min-height: 100px;
}
h1 small{
    font-size: 18px;
}
@media (max-width: 768px) { #catalog {width:100%;} .clearsmall{clear: both;}}

@media (min-width: 769px) { #catalog {width:623px;} }

@media (min-width: 992px) { #catalog {width:840px;} }





