
.a-center { text-align: center !important; }
.a-right { text-align: right !important; }
.a-left { text-align: left !important; }
.v-middle { vertical-align: middle !important; }
.v-row-middle td { vertical-align: middle !important; }
.v-top { vertical-align: top !important; }
.h-45 { height: 45px !important; }
.w-30 { width: 30px !important; }
.w-60 { width: 60px !important; }
.w-100 { width: 100px !important; min-width: 100px !important; }
.w-120 { width: 120px !important; min-width: 120px !important; }
.w-150 { width: 150px !important; min-width: 150px !important; }
.w-250 { width: 250px !important; }
.w-500 { width: 500px !important; }
.w-full { width: 100% !important; }
.h-full { height: 100% !important; }
.w-half { width: 50% !important; }
.w-auto { width: auto !important; }
.max-w-800 { max-width: 800px !important; }
.size-14 { font-size: 14px !important; }
.size-16 { font-size: 16px !important; }
.size-18 { font-size: 18px !important; }
.size-20 { font-size: 20px !important; }
.size-24 { font-size: 24px !important; }
.size-36 { font-size: 36px !important; }
.size-11 { font-size: 11px !important; }
.no-wrap { white-space: nowrap !important; }
.ws-normal { white-space: normal !important; }
.ws-nowrap { white-space: nowrap !important; }
.js-link { border-bottom: 1px dashed; cursor: pointer; }
.cur-pointer { cursor: pointer; }
.d-inline { display: inline; }
.margin-left-5 { margin-left: 5px !important; }
.margin-left-20 { margin-left: 20px !important; }
.margin-top-5 { margin-top: 5px !important; }
.margin-top-10 { margin-top: 10px !important; }
.margin-top-15 { margin-top: 15px !important; }
.margin-top-20 { margin-top: 20px !important; }
.margin-bottom-3 { margin-bottom: 3px !important; }
.margin-bottom-5 { margin-bottom: 5px !important; }
.margin-bottom-10 { margin-bottom: 10px !important; }
.margin-bottom-15 { margin-bottom: 15px !important; }
.margin-top-0 { margin-top: 0 !important; }
.margin-30 { margin: 30px !important; }
.margin-10 { margin: 10px !important; }
.margin-0 { margin: 0 !important; }
.padding-0 { padding: 0 !important; }
.padding-10 { padding: 10px !important; }
.padding-20 { padding: 20px !important; }
.padding-left-10 { padding-left: 10px !important; }
.padding-left-20 { padding-left: 20px !important; }
.padding-v-0 { padding-top: 0 !important; padding-bottom: 0 !important }
.padding-h-10 { padding: 0 10px 0 10px !important }
.bg-trans { background: transparent !important; }
.muted { color: #999 !important; }
.red { color: red !important; }
table.no-table-border { border: 0 !important; }
table.no-border > tbody > tr > td { border: 0 !important; }
tr.no-border td { border: 0 !important; }
td.no-border { border: 0 !important; }
.no-h-border { border-left: 0 !important; border-right: 0 !important; }
.dec-through { text-decoration: line-through !important; }
.bold { font-weight: bold !important; }
.lh-11 { line-height: 11px !important; }
.filling { width: 100%; height: 100%; margin: auto 0; border: 0; background: transparent; }
html,body{
    position: relative;
    line-height: 1.4;
}

/*-- Это можно включить, но тогда сломаются некоторые модальные окна --*/
/*@media screen and (min-device-width: 1300px){*/
/*	body {*/
/*		min-width: 800px;*/
/*		max-width: 1300px;*/
/*		margin-left: 50%;*/
/*		transform: translate(-50%, 0);*/
/*	}*/
/*}*/

.mSel{
    min-height:100vh;
    position:relative;
}
.table {
    width:auto;
}
.selector{
    padding:15px 20px;
    height:100%;
    min-height:100%;
    margin-left:350px;
}
.pr-menu{
    position:fixed;
    left:0;
    top:0;
    bottom:0;
    min-height:100%;
    background:#f8f8f8;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.will-show{
    transform: translate(-100%, 0);
    opacity: 0;
}
.open {
    transform: none!important;
    opacity: 1!important;
    transition: all 300ms;
}
img{
    max-width:100%;
}
.add-project{
    cursor:pointer;
    text-decoration: underline;
    font-size: 22px;
    padding:0 20px;
}

.pr-title{
    cursor:pointer;
    padding:8px 20px;
    font-size:20px;
    border-top:1px solid #ddd;
}

.project.active .pr-title{
    color:#03a6d5;
}
.addRoom{
    font-size:14px;
    padding:15px 10px;
    width:350px;
}
.addRoom.fixed{
     -moz-box-shadow:      0px 0px 8px 0px grey;
    -webkit-box-shadow:   0px 0px 8px 0px grey;
     box-shadow:          0px 0px 8px 0px grey;
     background:#fff;
     position:fixed;
     bottom:0;
     left:0;
}
.pr-menu-lvl{
    position:absolute;
    top:0;
    left:0;
    width:350px;
}
.addRoom a{
    cursor:pointer;
}
.pr-body .room{
    padding:15px 10px;
    cursor:pointer;
    border-bottom:1px solid #d2d2d2;
}
.pr-body .room:hover{
    background:rgba(170,170,170,0.1);
}
.pr-body .room.active{
    background:rgba(80,80,80,0.1);

}
.move-left-100{
    transform: translate(-100px, 0);
    transition: all 300ms;
}
.menu-icon{
    width:40px;
    margin-top:10px;
    display:block;
    opacity:0.6;
}

.show-menu{
    transform: none!important;
    opacity: 0.8!important;
    transition: all  500ms;
}
/*.show-menu:hover{
    opacity: 1!important;
}*/

.menu-icon-block{
    position:relative;
}

.menu {
    position:absolute;
    list-style-type: none;
    background: #fff;
    width: 0px;
    height: 0px;
    left : 20px; /*for centering purposes*/
    top : 40px;
    padding:10px 0;
    -webkit-transition: all  200ms;
    -moz-transition: all  200ms;
    -ms-transition: all  200ms;
    transition: all  200ms;
    z-index:100;
    box-shadow: 0px 0px 45px -10px rgba(0,0,0,0.67);
}
.room .desc{
    width:210px;
    min-height:90px;

}
.block-desc{
     color:#555;
     line-height:16px;
}
.menu .item{
    padding:8px 15px;
    text-align:center;
    font-size: 13px;
    opacity:0;
    -webkit-transition: opacity  200ms;
    -moz-transition: opacity  200ms;
    -ms-transition: opacity  200ms;
    transition: opacity  200ms;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}
.menu .item:hover{
    background: #f5f5f5;
}

.divide-cell{
    width:70px;
    background:#fff!important;
    border-top: 1px solid #fff!important;
    border-bottom: 1px solid #fff;
    border-right:1px solid #ddd;
    vertical-align: middle!important;
    text-align: center;
}
.divide-cell:hover,tr:hover .divide-cell{
    background:#fff!important;
}

.fade-mout{
    transform: none!important;
    opacity: 0.1!important;
    -webkit-transition: all  500ms;
    -moz-transition: all  500ms;
    -ms-transition: all  500ms;
    transition: all  500ms;
}
.fade-in{
    transform: none!important;
    opacity: 1!important;
    -webkit-transition: all  500ms;
    -moz-transition: all  500ms;
    -ms-transition: all  500ms;
    transition: all  500ms;
}
.main-room-title{
    font-size:50px;
    line-height:60px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.im-block{
    position:relative;
    margin-right: 10px;
    width:100px;height:100px;padding:10px;border:1px solid #ccc;background:#fff;
}
.unvisbl{
    background:transparent;
    border:none;
    outline:none;
}
.btn.disabled{
    border-color:#eee;
}
.window-shadow{
    -webkit-box-shadow: 10px 10px 44px -19px rgba(0,0,0,0.67);
    -moz-box-shadow: 10px 10px 44px -19px rgba(0,0,0,0.67);
    box-shadow: 10px 10px 44px -19px rgba(0,0,0,0.67);
}
.pr-title .glyphicon{
    opacity:0;
}
.change-qty-control{
    margin-top:5px;
    padding:0 5px;
    cursor:pointer;
    color:#555;
}
.change-qty-control.disabled{
    color:#ccc;
}


@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
.animated.bounceIn {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}
.animated {
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

::-webkit-scrollbar
{
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
}
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb
{
    cursor:pointer;

    background-color: #bbb;
}

.pr-list-cont{
    max-height:100%;
    overflow:auto;
    position:relative;
    padding-top:105px;
    margin-top: 14px;
    padding-bottom: 0px;
    /*box-shadow: inset 5px 5px 25px rgba(0, 0, 0, 0.3);*/
}
#mymodal{
    z-index: 4000;
    border: 1px solid rgb(204, 204, 204);
    position: fixed;
    padding: 30px;
    display: block;
    background: rgb(255, 255, 255);
}
#good-page .price{
    margin-top:20px;
    font-size:24px;
}
#good-page .price .old{
    color:#999;
    text-decoration: line-through;
}
#good-page .price .new{
    color:red;
}
.room .room-controls{
    display:none;
}
.room.active .room-controls{
    display:block;
}
.pr-menu{
    width:350px;
}

#order-info .row{
	margin-top: 20px;
}
#order-info h3{
	margin:0px;
}
#order-info input{
	border:0px solid white;	
	border-bottom:1px solid #777;
	outline: none;
	font-size:22px;
	line-height: 24px;
}


.menu-cont{
    background:#fff;
    border-bottom:1px solid #d2d2d2;
    width:350px;
    position:absolute;
    top:0;left:0;
    z-index:100;
    padding:10px;
    -moz-box-shadow:      0px 0px 8px 0px grey;
    -webkit-box-shadow:   0px 0px 8px 0px grey;
     box-shadow:          0px 0px 8px 0px grey;
}
.room-controls{
    font-size:12px;
    margin-top:10px;
}
.room .collection-title{
    font-size:16px;
}
#registr{
    margin-top:10px;
}
.alert-table td{
    padding:0px 10px 0px 0;
    vertical-align: middle;
    line-height: 14px;
    font-size: 14px;
}
.alert-table .hey{
    font-size: 16px;
    font-family: fantasy;
}
@media (min-width: 1320px) {
    .pr-body .room {
        padding: 15px;
    }
    .im-block{
        margin-right: 15px;
        padding:15px;
        width:100px;
        height:100px;
    }
    .pr-menu-lvl{
        width:370px;
    }
    .menu-cont{
        width:370px;
        padding:15px;
    }
    .addRoom{
        padding:15px;
        width:370px;
    }
    .pr-menu{
        width:370px;
    }
    .selector{
    	width: calc(100% - 370px);
    	max-width: 1200px;
        margin-left:370px;
        padding: 15px 30px;
    }
    .pr-list-cont{
        padding-top:116px;
    }

    .pr-menu .room .collection-title{
        font-size:18px;
        margin-bottom:5px;
    }
    #registr{
        margin-top:15px;
    }
}
body {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently*/
}
.filter-title{
    color:#333;
    text-decoration:none;
    float:left;
    margin-bottom:4px;
    margin-right:10px;
    margin-top: -5px;
}
.filter-title:hover{
    color:#333;
    text-decoration:none;
}
.btn-group.open .dropdown-toggle.filter-title{
    -webkit-box-shadow:none;
    box-shadow:none;
}
.wnd .btn-xs{
    padding: 3px 9px;
}

.room-places-message {
	color: green;
}
.red{
	color: red;
}

.collection-room-title {
    margin-bottom: 8px;
    font-size: smaller;
}

.editable:hover {
	cursor: pointer;
	color: #5bc0de;
}

.big-img-block,
.lazy-img-block {
	background-image: url(https://www.createwebsite.net/wp-content/uploads/2015/09/Display-Loading.gif);
	background-size: cover;
	background-position: center;
}

.big-img-block > img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) !important;
}

.m-count,
.p-count,
.r-count {
	font-weight: bold;
}

.selector .drop-down > .blockTitle:hover {
	background-color: rgb(240, 240, 240);
	cursor: pointer;
}


/*
 * Стили вынесенные из инлайна
 */
 
.main-title {
	margin-bottom: -4px;
}
#room-name-page-title{
	margin-top: 0px;
}
.goods-table {
	margin-bottom:0;
	width: 100%;
}

.blockTitle {
	font-weight: bold;
	padding: 10px 0px;
	border-bottom: none;
	line-height: 24px;
	margin-top: 0;
}
.show_hide {
	cursor: pointer;
	padding-right: 12px;
}
.show-hide,
.show-hide-description{
	float: right;
}
.show-hide-description > span {
	font-weight: normal;
}

.list {
	font-size: 14px;
	line-height: 20px;
}

.mrow {
	width: 100%;
	border-bottom: 1px solid rgb(221, 221, 221);
}
.mrow td:nth-child(1) {
	padding: 10px;
	font-size: 16px;
	line-height: 24px;
	width: 50%;
}

.mrow .room {
	border-right:1px solid #ddd;
}
.mrow .room .pull-1 {
    width: 48px;
    cursor: pointer;
    margin-right: 10px;
}
.mrow .room .stock {
    line-height:26px;
    font-size: 12px;
    min-height:10px;
    width:60px;
}
.mrow .room .sets-counter {
    float:left;
    width:100px;
}
.mrow .room .price {
    width:100px;
    text-align:right;
}

.mech-info {
    width: calc(100% - 58px);
}

.show-rooms {
	display: none;
}

#room-name-group {
	padding-top: 10px;
	margin: 0px 6px 19px;
	display: none;
}

.main-title-image-block {
	float:left;
	margin-right:20px;
	height: 100px;
}
.main-title-data-block {
	width: calc(100% - 145px);
}
.main-title-data-text {
	margin-bottom:10px;
}
.main-title-data-text-left {
	width: 40%;
}
.main-title-data-text-right {
	width: 60%;
	padding:0 8px;
}
.main-title-buttons-block-left {
	float: left;
	width: 50%;
}
.main-title-buttons-block-right {
	padding:0 8px;
	width:50%;
	float:left;
}

.filter-window {
	z-index:4000;
	display:none;
	background:#fff;
	border:1px solid #ccc;
	font-size:24px;
	position:fixed;
	left:  5px;
	top:   5px;
	right: 5px;
	bottom:5px;
	padding:48px 58px;
}

.pargination-holder {
	margin: 20px 0 0 0;
    position: absolute;
    left: 55px;
    bottom: 55px;
    display: none;
}

.frames-holder {
	width: calc(100% - 200px);
	height: 70%;
	padding:20px 0;
	float:left;
	margin:0 -16px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.colors-holder {
	width: 200px;
	min-height: 50%;
	padding: 20px 0px 0px 20px;
	position: relative;
	float: left;
	margin-left: 13px;
}

.filter-window-closer {
	position:absolute;
	top:15px;
	cursor:pointer;
	right:15px;
	font-size:26px;
	color:#777;	
}
	
.select-frame.btn {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

@media screen and (max-width:430px){
	
	.filter-window {
		z-index:4000;
		display:none;
		background:#fff;
		border:1px solid #ccc;
		font-size:24px;
		position:fixed;
		left:  8px;
		top:   8px;
		right: 8px;
		bottom:8px;
		overflow-x: hidden;
		overflow-y: scroll;
		padding:48px 58px;
	}
	
	.pr-menu{
		z-index: 1;
	    right: 0;
	    width: auto;
	}
	
	.menu-cont,
	.addRoom.fixed{
		width: 100%;
	}
	.menu-cont {
		text-align: center;
	}
	.menu-cont img {
	    height: 74px;
	    margin-left: auto;
	    margin-right: auto;
	}
	
	.selector {
		margin-left: 0;
	    position: fixed;
	    left: 0;
	    right: 0;
	    overflow-y: scroll;
	    overflow-x: hidden;
	}
	
	.show-rooms {
		/*display: block;*/
		position: fixed;
		left: 4px;
		bottom: 4px;
	}
	
	.show-hide-description {
		display: none;
	}
	
	.mrow .room .pull-1 {
		display: none;
	}
	.mrow .room .stock {
		width: 100%;
	    text-align: center;
	}
	
	.mrow .room .sets-counter {
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 8px;
	}
	
	.mrow .room .price {
	    width: 100%;
	    text-align: center;
	}
	
	.mech-info {
		width: 100%;
		text-align: center;
	}
	
	.room .desc {
		width: calc(100% - 110px);
	}
	
	.main-title-image-block {
	    width: 100%;
    	text-align: center;
    	float: none;
	}
	
	.main-title-data-block {
		width: 100%;
	}
	
	.main-title-data-text-left,
	.main-title-data-text-right,
	.main-title-buttons-block-left,
	.main-title-buttons-block-right {
	    width: 100%;
	    margin: 0;
	    margin-top: 14px;
	    padding: 0;
	}
	
	.select-frame.btn {
		position: fixed;
		right: 20px;
		bottom: 15px;
	}
	
	.color-name {
		display: none;
	}
	
	.frames-holder {
		width: 100%;
		height: initial;
		padding:20px 0;
		float:left;
		margin:0 -16px;
		overflow: initial;
	}
	
	.colors-holder {
	    position: fixed;
	    right: 15px;
	    width: 100px;
	    top: 30px;
	}
	
}

@media screen and (max-width:850px) and (min-width:431px){

	.pr-menu{
		z-index: 1;
	    width: 50%;
	}
	
	.menu-cont {
		width: 100%;
	}
	
	.selector {
		margin-left: 0;
	    position: fixed;
	    left: 50%;
	    right: 0;
	    overflow-y: scroll;
	    overflow-x: hidden;
	}
	.addRoom.fixed{
		width: 50%;
	}
	
	.show-rooms {
		/*display: block;*/
		position: fixed;
		left: 4px;
		bottom: 4px;
	}
	
	.show-hide-description {
		display: none;
	}
	
	.mrow .room .pull-1 {
		display: none;
	}
	.mrow .room .stock {
		width: 100%;
	    text-align: center;
	}
	
	.mrow .room .sets-counter {
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 8px;
	}
	
	.mrow .room .price {
	    width: 100%;
	    text-align: center;
	}
	
	.mech-info {
		width: 100%;
		text-align: center;
	}
	
	.room .desc {
		width: calc(100% - 110px);
	}
	
	.main-title-image-block {
	    width: 100%;
    	text-align: center;
    	float: none;
	}
	
	.main-title-data-block {
		width: 100%;
	}
	
	.main-title-data-text-left,
	.main-title-data-text-right,
	.main-title-buttons-block-left,
	.main-title-buttons-block-right {
	    width: 100%;
	    margin: 0;
	    margin-top: 14px;
	    padding: 0;
	}
	
	.select-frame.btn {
		position: fixed;
		right: 20px;
		bottom: 15px;
	}
	
	.color-name {
		display: none;
	}
	

	.filter-window {
		z-index:4000;
		display:none;
		background:#fff;
		border:1px solid #ccc;
		font-size:24px;
		position:fixed;
		left:  8px;
		top:   8px;
		right: 8px;
		bottom:8px;
		overflow-x: hidden;
		overflow-y: scroll;
		padding:48px 58px;
	}
	
	.frames-holder {
		width: calc(100% - 150px);
		height: initial;
		padding:20px 0;
		float:left;
		margin:0 -16px;
		overflow: initial;
	}
	
	.colors-holder {
	    position: fixed;
	    right: 15px;
	    width: 150px;
	    top: 30px;
	}
	
	.select-frame.btn {
		position: fixed;
		right: 20px;
		bottom: 15px;
	}
	
	.all-filters {
		width: calc(100% - 100px);
	}
	
}

@media screen and (max-width:1319px) and (min-width:851px){
	
	.mrow .room .pull-1 {
		display: none;
	}
	
	.mrow .room .price {
		width: auto;
	}
	
}

@media screen and (min-width: 1900px) {
	.colors-holder {
		height: 70%;
		width: 400px;
	}
	.frames-holder {
	    width: calc(100% - 450px);
	}
}

