/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16.12.2013, 16:07:09
    Author     : lexx
*/
@import "bootstrap.min.css";
@import "yamm.css";
.scrollbox-xs ,.scrollbox-xs .form-group{padding-left:0px !important;padding-right:0px !important;}
.scrollbox-space {padding-left:2px !important;padding-right:2px !important;}
.form-tiny {width:60px !important;}
#footer blockquote {border-left:none !important;}

.text-justify {
    text-align:justify;
}
.input-min-padding {
    padding-left:2px !important;
    padding-right:2px !important;
    width:40px !important;
}

.hide-overflow {
    overflow:hidden;
}

.border-left {
    border-left:4px;
}



.header-login-form {margin:10px;white-space:nowrap;display:block;}
.header-logo-dimsensions{width:100%;max-width:192px;}

ul.nav li.dropdown:hover ul.dropdown-menu{
    display: block;
    margin-top:0px
}


div.infogrid-minheight {
    width:100%;
}

.m-bottom {
    margin-bottom:20px;
}
.blockchild a{
    display:block;
}
.infogrid-picturebox {height:150px;}

.infogrid-itm-title {
    height:60px;
    line-height:20px;
}
.infogrid-itm-title a{
    display:block;
    height:60px;
    line-height:20px;
}

.categoryTopLongDescription {
    text-align:justify;
}

.buttonBox {
    margin-top:10px;
}
.buttonBox button {
    margin-bottom:10px;
}
.buttonBox a {
    margin-bottom:10px;
}
.priceBox {
    margin-top:10px;
}

.blocked {
    display:block;
}

.dropdown-menu>li {   
    position:relative;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
    cursor:pointer;
}
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    display:none;
    margin-top: -1px;
    border-top-left-radius:0;
    border-bottom-left-radius:0;
    border-left-color:#fff;
    box-shadow:none;
}
.right-caret:after,.left-caret:after{  
    content:"";
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    display: inline-block;
    height: 0;
    vertical-align: middle;
    width: 0;
    margin-left:5px;
}
.right-caret:after {   
    border-left: 5px solid #ffaf46;
}
.left-caret:after {   
    border-right: 5px solid #ffaf46;
}

.scrollbox-xs {
    max-height:300px;
    overflow:auto;
}
