
.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;
}
.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:75px;
    /*box-shadow: inset 5px 5px 25px rgba(0, 0, 0, 0.3);*/
}
#good-page{
    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;
}

.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:420px;
    }
    .pr-menu{
        width:370px;
    }
    .selector{
        margin-left:370px;
        padding: 15px 30px;
    }
    .pr-list-cont{
        padding-top:90px;
    }


    .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;
}


