﻿/*.breadcrumb {
    padding: 4px 10px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;

}*/

.breadcrumb {
    padding: 5px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.crumbs .breadcrumb li {
    float: left;
    font-size: 13px;
    padding-top: 2px;
    padding-right: 5px;
}

.crumbs .crumb-buttons > li {
    float: left;
    font-size: 13px;
    border-right: 1px solid #d9d9d9;
    position: relative;
}

.breadcrumb > li + li:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    /*content: "\f105";*/
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "\00a0";
}


@media (max-width: 767px) {
    .navbar .navbar-brand {
        padding: 9px 20px 9px;
        margin-left: -10px;
    }
    .navbar-left.navbar-left-responsive {
        margin-left: 0;
    }
}
@media (max-width: 980px) {
    .navbar .navbar-brand {
        width: auto;
        font-size: 17px;
    }
}
.vis-item.vis-background.negative {
    background-color: #f6c9c8
}
.form-horizontal .control-label {
    padding-top: 0px;
}

.k-widget {
    font-size: 13px;
}

.k-grid .k-header-widget {
    display: none;
}

.k-grid-footer, .k-grid-header {
    padding-right: 0px;
}

.widget.box .widget-content-list {
    padding: 0px;
    position: relative;
    background-color: #fff;
}

.widget.box .widget-content-kgrid {
    padding: 0px;
    position: relative;
    background-color: #fff;
}

form {
    margin: 0;
    padding: 0;
    display: block;
}

.form-horizontal .form-group {
    margin-right: -10px;
    margin-left: -10px;
}

.form-horizontal .checkbox {
    padding-top: 0px;
}

.box .form-actions {
    margin-bottom: -10px;
    margin-left: -10px;
    margin-right: -10px;
}

.input-width-xlarge {
    width: auto !important;
    margin-top: 6px;
}

.k-button {
    border-radius: .25rem;
    padding: .375rem .75rem;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    font-size: .68rem;
    line-height: 1.5;
    font-family: inherit;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: 0;
    -webkit-appearance: none;
    position: relative;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 0px;
}

/*@media only screen and (max-width: 1x   0px) {
    td.source {
        display: none;
    }
}*/

@media only screen and (max-width: 1600px) {
    td.styleName {
        display: none;
    }

    td.materialName {
        display: none;
    }
}

@media only screen and (max-width: 1400px) {
    td.source {
        display: none;
    }
}

@media only screen and (max-width: 1300px) {
    td.categoryName {
        display: none;
    }
}

@media only screen and (max-width: 1150px) {
    td.description {
        display: none;
    }
}

@media only screen and (max-width: 1150px) {
    td.assetName {
        display: none;
    }
}

@media only screen and (max-width: 1025px) {
    td.roomName {
        display: none;
    }
}

@media only screen and (max-width: 900px) {
    td.purchaseDate {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    td.installer{
        display: none;
    }
/*}*/

@media only screen and (max-width: 520px) {
    td.retailer {
        display: none;
    }
}

@media only screen and (max-width: 400px) {
    td.manufacturerName {
        display: none;
    }
}

