html,
body {
    height: 100%;
}

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

.wrap > .container {
    padding: 20px 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;
}

#tabs-as-pills {}

.editable .small {
    width: 80px;
    border: 1px solid #eee;
    font-size: 14px;
    font-family: monospace;
    height: 26px;
    padding-left: 6px;
    outline: none;
}

.editable { border-bottom: 1px dashed #84ae84; cursor: pointer; }
.jip-button {
    color: #ffffff;
    background-color: #3fb618;
    border: 1px solid#3fb618;
    height: 26px;
}

.tooth_row button {
    margin: 0 1px;
    height: 33px;
    width: 24px;
    padding: 0;
    border: 1px solid cadetblue;
    background: none;
}
.tooth_row .tr_down button {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.tooth_row .tr_up button {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.zub_table {width: 100%; height: 96px;}
.zub_table td {text-align: center; vertical-align: middle; height: 47px; cursor: pointer; }
.zub_table tr.down {border-top: 1px solid #cccccc;}
.zub_table .name { border: 1px solid #eeeeee; border-radius: 3px; background-color: #f9f9f9;}
.zub_table .name:hover { background: #e5f1fd; color: #000000; border-color: #b7d3ff; }
.zub_table tr.down .name { border: 1px solid #eeeeee;}
.zub_table span.name { padding: 7px 13%; }
.zub_table span.name.selected { background: #2780e3; color: #ffffff; border-color: #0062ff;}
.zub_table .tooth_11, .zub_table .tooth_41 {border-right: 1px solid #cccccc; padding-right: 5px; }
.zub_table .tooth_21, .zub_table .tooth_31 {padding-left: 5px;}

.inner-addon {
    position: relative;
}

/* style icon */
.form-group-sm.inner-addon .glyphicon {
    padding: 7px;
    font-size: 14px;
}
.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
    cursor: pointer;
    color: #333333;
}

/* align icon */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  27px !important; }
.right-addon input { padding-right: 30px !important; }

.warranty.active {color: green;}
.warranty.ended {color: red;}
.warranty.none {color: #aeafb3;}