﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea,
.dx-selectbox {
    /*max-width: 280px;*/
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

a:hover.link-without-hover {
    text-decoration: none;
    color: #9d9d9d !important;
}

.object-group {
    /*border: 1px solid lightgray;*/
    /*margin-top: 10px;*/
    /*margin-bottom: 10px;*/
    padding-bottom: 5px;
    /*background-color: lightgray;*/
    /*padding-top: 10px;*/
}

.object-group .groupName {
    font-weight: bold;
    width: 450px !important;
}

.object-group .remove-group {
    font-size: large;
    color: red;
    cursor: pointer;
}

.dynamicTableName {
    font-weight: bold;
}

.priceTable th{
    white-space: nowrap;
}
.priceTable th .glyphicon-remove {
    cursor: pointer;
    color: red;
    margin-left: 3px;
    font-size: 70%;
}
/*/.priceTable td {
    padding: 2px !important;
}*/
.priceTable td input {
    min-width: 70px;
    width: 70px;
    max-width: 100%;
    height: 100%;
}

.left-pad {
    padding-left: 15px;
}

.top-margin {
    margin-top: 15px;
}

.nav-tabs > li > a {
    color: #555;
}

.nav-tabs > li.active > a {
    font-weight: bolder;
}

.inline-with-pad > .form-group {
    margin-right: 20px;
}

.inline-with-pad {
    margin-bottom: 20px;
}

.pricelist-header {
    background-color: #FAFAFA;
    margin: 0 -10px;
    padding: 1px 10px 10px 10px;
}

.remove-group-parent {
    height: 50px;
    padding-bottom: 3px;
    margin-bottom: 0px;
}

.bottom-marg {
    margin-bottom: 10px;
}

.input-group-fixed {
    max-width: 300px;
}

.pad-both {
    padding: 0 10px;
}

div.tblwrap{
    width: auto;
    overflow: auto;
}

div.tblwrap tbody tr td {
    width: 100px;
}

.dx-popup-content {
    overflow-y: auto;
}