.row-bp {
	margin-left: 0px;
	margin-right: 0px;
}

.wrapper{
    position: relative;
    width: 100%;
    height: 100%;
}

.content{
    position: relative;
    z-index: 100;
}

.background{
    color: #999999;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -100;
}


.shadow-area {
    background-color: rgba(0,0,0, 0.5);
}

.shadow-top, .shadow-bottom {
	width: 100%;
}

.shadow-top {
	top: 0px;
	left: 0px;
}

shadow-bottom {
	bottom: 0px;
}

#bg {
        position:fixed;
        top:-50%;
        left:-50%;
        width:200%;
        height:200%;
}
#bg img {
        position:absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
        margin:auto;
        min-height:50%;
}

.d, .dd div {
    border: 1px solid #000;
}
.d img {
    border: 1px solid #f00;
}

.white-space {
	display: inline-block;
	height: 5px;
	width: 100%;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.no-margin {
    margin: 0;
}

.no-vmargin {
    margin-top: 0;
    margin-bottom: 0;
}

.no-hmargin {
    margin-left: 0;
    margin-right: 0;
}

.no-vpadding {
    padding-top: 0;
    padding-bottom: 0;
}

.no-hpadding {
    padding-left: 0;
    padding-right: 0;
}

.center {
    text-align: center;
}

.strong {
    font-weight: bold;
}

.nowrap {
    white-space: nowrap;
}

.panel-catalog {
    color: #333333;
    /*height: 445px;*/
}

.catalog-header {
    height: 52px;
}

.catalog-row {
    margin-left: 10px;
    margin-right: 10px;
}

.panel-preim p {
   margin-bottom: 0;
}
 
.panel-preim h4 {
   height: 32px;
   font-weight: bold;
   margin-top: 0;
}

.panel-bp {
	padding: 10px 20px 10px 20px;
}

.panel-bp dt {
	font-size: 18px;
}

.panel-bp dd {
	margin-bottom: 20px;
}
 
.main-container {
   padding-top: 5px;
   min-width: 550px;
}

.message-area {
    width: 100%;
    background: rgba(0,0,0, 0.25);
    position: fixed;
    bottom: 0px;
}

.shadow {
   -webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.25);
   -moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.25);
   box-shadow: 3px 3px 5px rgba(0,0,0,0.25);
}

.panel-client{
    color: #333333;
    /*min-height: 500px;*/
    margin-top: 20px;
    margin-bottom: 80px;
}

.panel-slide{
    color: #333333;
}

.table {
    margin-bottom: 0;
}

blockquote.fake {
    position: absolute;
    top: 0;
    color: transparent;
    background: none;
    border: none;
    
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

blockquote.fake footer {
    color: transparent;
}

.grid-view tbody:hover {
    cursor: pointer;
}

.old-value {
    color: #d00;
    text-decoration: line-through;
}

.new-value {
    color: #0a0;
}

.badge-primary {
	background-color: #ef831f;
}