html,
body {
    height: 100%;
}

body {
    background-color: #f4f3ef;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}


.help-block  {color : red;}

.panel-heading  {margin-bottom:10px}
.panel-heading>label {display : inline-block;float:left;margin-left:10px;padding-top:5px}
.panel-heading>div>div {display : inline-block;float:left;background:#eee;padding:5px 5px 5px 5px}


tr.multiple-input-list__item {background:#eee;border-bottom:20px solid white}

thead.kv-table-header,
tbody .product-desc
{font-size: 0.9rem;}


/*Card*/
.card {
    border-radius: 6px;
    box-shadow: 0 2px 2px rgba(204,197,185,.5);
    background-color: #fff;
    color: #252422;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    border: none
}

.card .card-image {
    width: 100%;
    overflow: hidden;
    height: 260px;
    border-radius: 6px 6px 0 0;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.card .card-image img {
    width: 100%
}

.card .card-body {
    padding: 15px 15px 10px 15px
}

.card .description {
    font-size: 16px;
    color: #66615b
}

.card h6 {
    font-size: 12px;
    margin: 0
}



.card .card-category i,.card label i {
    font-size: 16px
}

.card label {
    font-size: 15px;
    margin-bottom: 5px
}

.card .card-title {
    margin: 0;
    color: #252422;
    font-weight: 300
}

.card .avatar {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px
}

.card .footer {
    padding: 0;
    line-height: 30px
}

.card .footer .legend {
    padding: 5px 0
}

.card .footer hr {
    margin-top: 5px;
    margin-bottom: 5px
}

.card .stats {
    color: #a9a9a9;
    font-weight: 300
}

.card .stats i {
    margin-right: 2px;
    min-width: 15px
}

.card .footer div,.card .stats i {
    display: inline-block
}

.card .author {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase
}

.card .author i {
    font-size: 14px
}

.card.card-separator:after {
    height: 100%;
    right: -15px;
    top: 0;
    width: 1px;
    background-color: #ddd;
    content: "";
    position: absolute
}

.card .ct-chart {
    margin: 30px 0 30px;
    height: 245px
}

.card .table tbody td:first-child,.card .table tfoot td:first-child,.card .table tfoot th:first-child,.card .table thead td:first-child,.card .table thead th:first-child {
    padding-left: 15px
}

.card .table tbody td:last-child,.card .table tfoot td:last-child,.card .table tfoot th:last-child,.card .table thead td:last-child,.card .table thead th:last-child {
    padding-right: 15px
}

.card .alert {
    border-radius: 4px;
    position: relative
}

.card .alert.alert-with-icon {
    padding-left: 65px
}

.card .icon-big {
    font-size: 3em;
    min-height: 64px
}

.card .numbers {
    font-size: 2em;
    text-align: right
}

.card .numbers p {
    margin: 0
}

.card ul.team-members li {
    padding: 10px 0
}

.card ul.team-members li:not(:last-child) {
    border-bottom: 1px solid #f1eae0
}

.card-user .image {
    border-radius: 8px 8px 0 0;
    height: 150px;
    position: relative;
    overflow: hidden
}

.card-user .image img {
    width: 100%
}

.card-user .image-plain {
    height: 0;
    margin-top: 110px
}

.card-user .author {
    text-align: center;
    text-transform: none;
    margin-top: -65px
}

.card-user .author .title {
    color: #403d39
}

.card-user .author .title small {
    color: #ccc5b9
}

.card-user .avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    margin-bottom: 15px
}

.card-user .avatar.border-white {
    border: 5px solid #fff
}

.card-user .avatar.border-gray {
    border: 5px solid #ccc5b9
}

.card-user .card-title {
    font-weight: 600;
    line-height: 24px
}

.card-user .description {
    margin-top: 10px
}

.card-user .card-body {
    min-height: 200px
}

.card-user.card-plain .avatar {
    height: 190px;
    width: 190px
}

.card-map .map {
    height: 500px;
    padding-top: 20px
}

.card-map .map>div {
    height: 100%
}

.card-price .card-footer,.card-user .card-footer {
    padding: 5px 15px 10px
}

.card-price hr,.card-user hr {
    margin: 5px 15px
}

.card-plain {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0
}

.card-plain .image {
    border-radius: 4px
}

.multiple-input-list__btn.js-input-plus.btn.btn-default {
    background-color: #007bff;
    color:#fff;

}


table.kv-grid-table td {
    white-space: nowrap; 
    overflow: hidden;    
    text-overflow: ellipsis; 
    max-height: 1em;
    max-width: 200px;     
}

    .form-control {
    background-color: #fffcf5;

    border-radius: 4px;
    color: #66615b;
    font-size: 14px;
    transition: background-color .3s ease 0s;
    
}

nav + .container-fluid,
nav + .container
 {margin-top:50px}