nav .container-fluid {
    margin: 0 auto!important;
}
.container-fluid {
    padding: 0px !important;
    /*width: 92%;*/
    margin: 10px auto 10px!important;
    max-width: 85% !important;
}
.inner-content {
    box-shadow: 0px 0px 30px rgba(66, 70, 59, 0.95)!important;
    -webkit-box-shadow: 0px 0px 30px rgba(66, 70, 59, 0.95)!important;
    padding: 10px 30px;
    border-radius: 0px;
    background: #fff;
}

.width-10{
    width:10% !important;
}

.width-20{
    width:20% !important;
}

.width-30{
    width:30% !important;
}

.width-40{
    width:40% !important;
}

.width-50{
    width:50% !important;
}

.width-60{
    width:60% !important;
}

.width-70{
    width:70% !important;
}

.width-80{
    width:80% !important;
}

.width-90{
    width:90% !important;
}

.width-100{
    width:100% !important;
}

.width-100-px{
    width:100px;
}

.width-200-px{
    width:200px;
}

.text-underline{
    text-decoration: underline;
}

.cart-success {
    /*display: block !important;*/
}

.cart-success:after {
    content: "\f058";
    font: normal normal normal 14px/1 FontAwesome;
    float: right;
    padding-top: 7px;
}

.cart-added {
    color:#333;
}

#cart .dropdown-menu li > div{
    min-width: 527px;
}

[data-order-additional]{
    display: none;
}

.glyphicon.glyphicon-discount {
    background: url("../images/icons/discount_32x32.png");
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 20px;
    height: 20px;
    width: 20px;
    margin: 0px 4px;
}

.glyphicon.glyphicon-discount-special {
    background: url("../images/icons/discount_special_32x32.png");
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 20px;
    height: 20px;
    width: 20px;
    margin: 0px 4px;
}

.glyphicon.glyphicon-discount-special.table-row {
    top: 0px;
    float: right;
}

.glyphicon.glyphicon-discount-special.cart_btn {
    background: url("../images/icons/discount_special_40x40.png");
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 20px;
    height: 20px;
    width: 20px;
    margin: 0px 4px;
}

tr.alert-danger {
    background-color: #f2dede !important;
}

.product-details-table tr th{
    text-align: center;
    vertical-align: inherit !important;
}

.report-status {
    text-align: center;
    color: red;
    font-size: 12px;
}
.control-label {
    text-align: left !important;
}
label.has-error {
    margin-top: 5px;
    margin-bottom: 0px;
}

@media (min-width: 768px){
    .top-links .dropdown:hover .dropdown-menu {
        display: block;
    }
    .top-links .dropdown-menu{
        margin: 0px;
    }
}

#login > .btn {
    font-size: 12px;
    line-height: 18px;
    color: #e4efda;
}
#login > .btn .fa{
    color: #e4efda;
}
#login > .btn:hover {
    color: #c0efa4;
}
#login > .btn:hover .fa {
    color: #c0efa4;
}
#login.open > .btn {
    background-color: #e2ecd9;
    border: 1px solid #bfd2b0;
    color: #6e844a;
}
#login.open > .btn .fa{
    color: #6e844a;
}
#login.open > .btn:hover {
    color: #93b97b;
}
#login.open > .btn:hover .fa{
    color: #93b97b;
}
#login .dropdown-menu {
    background: #fbfff9;
    min-width: 100%;
    padding-bottom: 10px;
    /*max-width: 500px;*/
}
#login .dropdown-menu li > div{
    min-width: 527px;
}
@media (max-width: 478px) {
	#login .dropdown-menu {
		width: 100%;
	}
}
#login .dropdown-menu table {
	margin-bottom: 10px;
}
#login .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#login .dropdown-menu li > div {
		min-width: 100%;
	}
}
#login .dropdown-menu li p {
	margin: 20px 0;
	font-weight: 600;
}

/* default font size */
.fa {
    font-size: 14px;
}
.availability.alert {
    padding: 1px!important;
}
#search {
    margin-bottom: 10px;
}
/* date labels */
label {
    font-weight: inherit;
}
.custom-hdr-cls{
    padding-top: 1px;
    padding-bottom: 2px;
    padding-left: 15px;
    margin-top: 10px;
    border-radius: 4px;
}
.product-table .price-old {
    text-decoration: line-through;
    margin-left: 10px;
    margin-right: 5px;
}
.article-descr-col {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 150px;
    max-width: 340px;
}
.box-on-hov,
.box-on-hov > p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.descr-col {
    width: 150px;
}
.box-read-full{
    display: none;
    border-radius: 4px;
    padding: 10px;
    width: auto;
    position: absolute;
    margin-left:-2px;
    z-index: 100;
    white-space: pre-wrap;      /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap;     /* Opera <7 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    word-wrap: break-word;
    margin-top: 20px;
    white-space: inherit;
}
.box-read-full:after {
    content: "";
    display: block; /* reduce the damage in FF3.0 */
    position: absolute;
    top: -15px;
    right: 25px;
    width: 0;
    border-width: 0 15px 15px;
    border-style: solid;
}
.product-thumb .caption .box-read-full{
    margin-top: 70px;
}

.box-read-full a {
    text-decoration: underline;
    font-size: 10px;
    font-style: italic;
}

.box-on-hov:hover + .box-read-full,.box-read-full:hover{
    display: block;
}
.customer-data-content .cd-input-cls:not(.cd-pharm-name):not(.cd-month-purchase){
    text-align: right!important;
    height: 25px;
    cursor: auto;
}
.customer-data-content .cd-pharm-name,
.customer-data-content .cd-month-purchase {
    background-color: #fff!important;
    cursor: auto !important;
}

/* PARAGGELIES */
.timologia-content .co-kin-net_value{
    text-align:right;
}

/* STOCK */
span[class^="stock-cls"]{
    color: #fff;
    padding: 1px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
span.stock-cls-warning{
    color: #000;
}

@media print {
    .table td.stock-cls-success {
        color: #FFFFFF !important;
        background-color: #5cb85c !important;
        border-color: #4cae4c !important;
    }
    .table td.stock-cls-danger {
        color: #060606 !important;
        background-color: #d9534f !important;
        border-color: #d43f3a !important;
    }
    .table td.stock-cls-warning {
        color: #060606 !important;
        background-color: #f0ad4e !important;
        border-color: #eea236 !important;
    }
    .table td.stock-cls-info {
        color: #060606 !important;
        background-color: #5bc0de !important;
        border-color: #46b8da !important;
    }
}

@media screen {
    .stock-cls-danger {
        color: #060606;
        background-color: #d9534f;
        border-color: #d43f3a;
    }
    .stock-cls-warning {
        color: #060606;
        background-color: #f0ad4e;
        border-color: #eea236;
    }
    .stock-cls-info {
        color: #060606;
        background-color: #5bc0de;
        border-color: #46b8da;
    }
    .stock-cls-success {
        color: #ffffff;
        background-color: #337533;
        border-color: #4cae4c;
    }
}
/* Bootstrap.min override */

.article-info-section{
    font-size: 12px;
    border: none !important;
    padding: 10px 0px;
    font-style: italic;
    margin-top: 10px;
    background-color: #fff;
}
.right-pos {
    float: right;
    padding-right: 8px;
    margin-top: 0;
}
.column-preview {
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
}

/*
 * Categories
 */

#multilevel-category-tree {
    padding-left: 0px;
}

#multilevel-category-tree .list-group {
    margin-bottom: 0px !important;
    list-style-type: none;
}

#multilevel-category-tree > ul {
    display: none;
    list-style-type:none;
}

#multilevel-category-tree > ul > li {
    list-style:none;
}

#multilevel-category-tree > li {
    list-style:none;
    font-weight: bold;
}

#multilevel-category-tree .expandableCollapsibleDiv img {
    cursor: pointer;
    margin-right: 10px;
    margin-top: 10px;
    padding-left: 10px;
    float: left;
}

#multilevel-category-tree .expandableCollapsibleDiv ul {
    border-bottom: 1px solid #000;
    clear: both;
    list-style: outside none none;
    margin: 0;
    padding-bottom: 10px;
    display: none;
}

#multilevel-category-tree .list-group-item {
    position: static !important;
}

/*
 * Blog posts
 */

.blog-post {
  padding: 20px 0px 15px 0px;
  border-bottom: 2px solid #ccc;
}

.blog-post:last-child {
  border-bottom: none;
}

.blog-post-title {
  margin-bottom: 5px;
  font-size: 40px;
}

.blog-post-meta {
  margin-bottom: 20px;
  color: #999;
}

.adk-control.adk-erase-data
,.adk-control.adk-restrict-data
,.adk-control.adk-unrestrict-data
,.adk-control.adk-withdraw-data
{
    display: none;
}

.text-red {
    color: #a94442;
}
a.text-red:hover,
a.text-red:focus {
    color: #843534;
}